This commit is contained in:
2026-06-20 12:05:20 -04:00
commit 88cf021c3b
25 changed files with 984 additions and 0 deletions
Binary file not shown.
Binary file not shown.
+35
View File
@@ -0,0 +1,35 @@
settings:
save-on-disable: true
save-interval-seconds: 300
track-ip-address: true
track-locale: true
track-client-view-distance: true
track-client-brand: true
log-joins-to-console: true
messages:
prefix: "&8[&6DirtSpy&8] "
no-permission: "&cYou do not have permission."
player-only: "&cOnly players can use this command."
usage: "&eUsage: /dirtspy <player|reload>"
reloaded: "&aDirtSpy config reloaded."
player-not-found: "&cPlayer not found."
header: "&6DirtSpy report for &e%player%"
line-name: "&7Name: &f%value%"
line-uuid: "&7UUID: &f%value%"
line-first-seen: "&7First Seen: &f%value%"
line-last-seen: "&7Last Seen: &f%value%"
line-joins: "&7Join Count: &f%value%"
line-current-ip: "&7Current IP: &f%value%"
line-last-ip: "&7Last IP: &f%value%"
line-locale: "&7Locale: &f%value%"
line-brand: "&7Client Brand: &f%value%"
line-view-distance: "&7Client View Distance: &f%value%"
line-last-world: "&7Last World: &f%value%"
line-last-gamemode: "&7Last Gamemode: &f%value%"
line-last-join: "&7Last Join: &f%value%"
line-last-quit: "&7Last Quit: &f%value%"
line-total-playtime: "&7Tracked Playtime: &f%value% sec"
line-alt-count: "&7Accounts on Last IP: &f%value%"
line-alts: "&7Alt Names: &f%value%"
line-online: "&7Online: &f%value%"
+25
View File
@@ -0,0 +1,25 @@
name: DirtSpy
version: 1.0-SNAPSHOT
main: com.bitnix.dirtspy.DirtSpyPlugin
api-version: '1.21'
author: bitnix
description: Collects realistic client, connection, and behavior stats for admin review.
commands:
dirtspy:
description: View DirtSpy info and reload the plugin
usage: /dirtspy <player|reload>
permission: dirtspy.use
permissions:
dirtspy.use:
description: Allows use of DirtSpy commands
default: op
dirtspy.reload:
description: Allows reloading DirtSpy config
default: op
dirtspy.view:
description: Allows viewing collected DirtSpy data
default: op