A simple Minecraft Spigot plugin for managing players' data. Useful in fixing book/shulker bans. It even works if the player is not currently playing.
Important
This plugin is not being worked on anymore.
Supported versons: 1.19+
That means it's very limited for now. If you want to test it, you need to compile it yourself.
Using it on a bigger server is not recommended yet since it might be unstable.
JARs will be able to download when plugin exits the very early stage.
Contributions appreciated =)
Report bugs here.
All player commands do not require the player to be online.
Main plugin command.
Usage: /playerdata [sub-command] [username/UUID] [additional args...]
Sub-commands
##### Help Lists plugin commands and sub-commands of **/playerdata**.Usage: /playerdata help
Permission: playerdatamgr.commands.main.help
Gets player's data as JSON.
Usage: /playerdata get <username or UUID>
Permission: playerdatamgr.commands.main.get
Gets player's data .dat file inside playerdata folder.
Usage: /playerdata file <username/UUID>
Permission: playerdatamgr.commands.main.file
Gets player's last saved position and dimension.
Usage: /playerdata getpos <username/UUID>
Permission: playerdatamgr.commands.main.getpos
Gets player's last saved spawn position and dimension.
Usage: /playerdata getspawn <username/UUID>
Permission: playerdatamgr.commands.main.getspawn
Completely resets player's data. Proceed with caution.
Usage: /playerdata reset <username/UUID>
Permission: playerdatamgr.commands.main.reset
Clears player's inventory
Usage: /playerdata clearinventory <username/UUID>
Permission: playerdatamgr.commands.main.clearinventory
Clears player's enderchest.
Usage: /playerdata clearender <username/UUID>
Permission: playerdatamgr.commands.main.clearender
Copies all first player's data to the 2nd player.
Usage: /playerdata copy <A username/UUID> <B username/UUID>
Permission: playerdatamgr.commands.main.copy
Moves all first player's data to the 2nd player.
Usage: /playerdata transfer <A username/UUID> <B username/UUID>
Permission: playerdatamgr.commands.main.transfer
Automatically player's gets online UUID from MojangAPI or generates if the server is in offline mode.
Usage: /uuid <username>
Permission: playerdatamgr.commands.uuid
Gets player's UUID from MojangAPI.
Usage: /onlineuuid <username>
Permission: playerdatamgr.commands.uuid
Generates an offline UUID.
Usage: /offlineuuid <username>
Permission: playerdatamgr.commands.uuid
Shows the last date a player was online.
Usage: /seen <username>
Permission: playerdatamgr.commands.seen
Shows the date of the first time a player has joined.
Usage: /firstjoined <username>
Permission: playerdatamgr.commands.firstjoined