Whats new?
[Warning] This update may require additional steps. Plead read the updating section at the bottom of this page
* Improved plot protection code. Plow now protect against bukkits, bonemeal, and cauldron use.
* Improved protection check performance by switching from material lists to sets
* Scanning a plot can now be cancelled by punching
* Config file format changed
* Added Locale folder to hold language files. Select the one you want to use in the plugin.yml file. Feel free to send me translated files!
* Updated lots of formatting and messages
* Changed /plot activity command to /plotactivity
* Added /fplots and /plot flist commands to list all friend plots.
* Added plot bonus per group. Define a group in the groups.yml folder. Then assign the group to the player with the permission playerplot.group.[group]
* Added /playerplot command to show help message
* Added remote plot commands for remotely editing a plot
/rplot help - show remote plot commands
/rplot info [plot] - get plot info
/rplot free [plot] - free plot
/rplot rename [from] [to] - rename plot
* Changed global access permission from playerplot.build to playerplot.accessplots
* Added command and permission descriptions to plugin.yml for better permission plugin compatibility
* Added better error handling for loading users from database
* Added Commands for changing storage format
/convertplotdatatoflat - convert plot data storage to flat file
/convertplotdatatosql - convert plot data storage to sql
* Condensed plot storage and improved storage structure by removing data that was being tracked in more than one place.
Updating Steps:
If you are using SQL storage:
1. Optionally create a backup of you SQL database
2. Stop the server
3. Log into your SQL database
4. Remove the POwns table
5. In the PPlot table, change the name of the "relativeSize" column to "components".
6. In the PUser table, change the name of the "bonusPlots" column to "unlockedPlots".
7. Place the new PlayerPlot.jar file in your server's plugins folder
8. Start the server
9. Use the /allplots command to make sure the plots were loaded correctly
If you are using Flat File storage:
If you are using flat file storage you may want to make a backup of the contents of your PlayerPlot folder. However, the plugin should automatically convert the format of the data.
1. Optionally create a backup of your PlayerPlot directory
2. Stop the server
3. Place the new PlayerPlot.jar file in your server's plugins folder
4. Start the server
If you are using Fractal Forest or Meteor Storms:
Meteor storms 1.7 and Fractal Forest 1.3 will only work with Player Plot version 1.9 and older. To continue using Player Plot with Meteor Storms and Fractal Forest, you will need to download Meteor Storms version 1.7.1 or higher and Fractal Forest version 1.3.1 or higher. The Meteor Storms and Fractal Forest updates will be released shortly after this update.
Enjoy!