Native Minecraft Version:
1.13
Tested Minecraft Versions:
Features
When the player leaves the server his left amount of claim blocks are saved on the database. Then when he joins the server his data is loaded from the database to the server he joined. This plugin hooks into GriefPrevention to get and update the players claim blocks.
Dependencies
Install instructions
Config sample
Useful Info
Issues with players not having the same UUID's when changing servers?
You need to make sure that all players have the same UUID's on all servers, this is important as player's data is stored based on their UUID and not their name. To have the same UUID's on all servers make sure that in the server config file spigot.yml on: settings > bungeecord: true , this will allow the server to get the player UUID from bungeecord and all servers will get the same UUID's. Make sure you have bungeecord: true on all spigot servers.
Found a problem or got a suggestion?
I'm happy to add new features and fix any issue you may find, just post it in plugins forum, the button Discussion.
Future updates.
In case the plugin will need to be updated I will do it as fast as we get the new Minecraft version to keep the plugin running on all new versions.
1.13
Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
Features
- Online and Offline UUID support! Does no work on non UUID servers, so will will work on 1.7.10 and up.
- Uses MySQL to save and sync data.
- Option to remove inactive users from the database.
- Will save and sync players accrued and bonus claim blocks.
- Compatible with GriefPrevention and GriefPreventionPlus.
- Works on modded servers too.
- Very configurable, check the config sample below.
- Light, will use little resources and tasks run async to not impact the server performance or TPS.
When the player leaves the server his left amount of claim blocks are saved on the database. Then when he joins the server his data is loaded from the database to the server he joined. This plugin hooks into GriefPrevention to get and update the players claim blocks.
Dependencies
- MySQL Database
- GriefPrevention or GriefPreventionPlus
Install instructions
- Place the plugin in the server plugins folder, and make sure you have GriefPrevention installed.
- Start the server to generate the config, then stop the server.
- Open the config and set up the database connection details and configure the plugin. You need to create the database, then the plugin will create the tables on it's own.
- Start the Server. Check the server log and make sure everything is ok. Done, enjoy.
Config sample
Useful Info
Issues with players not having the same UUID's when changing servers?
You need to make sure that all players have the same UUID's on all servers, this is important as player's data is stored based on their UUID and not their name. To have the same UUID's on all servers make sure that in the server config file spigot.yml on: settings > bungeecord: true , this will allow the server to get the player UUID from bungeecord and all servers will get the same UUID's. Make sure you have bungeecord: true on all spigot servers.
Found a problem or got a suggestion?
I'm happy to add new features and fix any issue you may find, just post it in plugins forum, the button Discussion.
Future updates.
In case the plugin will need to be updated I will do it as fast as we get the new Minecraft version to keep the plugin running on all new versions.