MC 1.15, Dynmap, PlaceholderAPI, German Language, Java 13, Bug fixes, Improvements and more
IMPORTANT: Due to recent changes, you will need to backup then delete the following :
- ./plugins/GriefDefender/global.conf
- ./plugins/GriefDefender/lang
- ./plugins/GriefDefender/libs
This update adds MC 1.15, Dynmap, PlaceholderAPI and de_DE language support along with new features and bug/stability fixes.
PlaceholderAPI Support
GriefDefender now provides its own placeholders.
See
https://github.com/bloodmc/GriefDefender/wiki/PlaceholderAPI
Dynmap Support
GriefDefender now supports Dynmap!
See
https://github.com/bloodmc/GriefDefender/wiki/Dynmap
Claim Create
Players can now create claims around them.
/claimcreate <radius> [type]
Ex. /claimcreate 5 basic - This would create a basic claim with a radius of 5 around player.
Claim Contract/Expand
Both /claimcontract and /claimexpand now support a new parameter
all
which will use all directions.
Ex. /claimexpand 5 all would expand claim by 5 blocks in all directions
German Language Support
GriefDefender now comes with a new translation for de_DE to support German. A big thanks to DrWurzeli for providing the translations.
Changelog
Code (Text):
* Fix funds not being returned after claim create failure in economy mode. * Fix '/gd option claim' command with global options such as 'economy-block-cost'. * Remove item frame defaults.
* Fix automatic schematic restore on claim expiration cleanup.
* Fix schematics not loading on startup.
* Fix /claimcreate not checking min/max size.
* Fix /buyblocks command adding to accrued instead of bonus blocks.
* Fix /giveblocks message not using proper player name.
* Fixed world permission checks.
* Fix /claimexpand and /claimcontract up and down directions.
* Fix create claim location cache not clearing properly on delete.
* Fix being unable to interact with doors with access trust if holding an item.
* Fix getAllPlayerClaims not accounting for global playerdata.
* Add confirmation to /cfr command
* Add /claimcreate <radius> [type] command. Used to create a claim around player.
Ex. /claimcreate 5 basic
* Add support for all directions in commands /claimexpand and /claimcontract
Ex. /claimexpand 5 all would expand claim by 5 blocks in all directions.
* Add support to visualize claims, using left-click, during claim creation.
* Add teleport support for BorderClaimEvent.
* Add PlaceholderAPI support.
See https://github.com/bloodmc/GriefDefender/wiki/PlaceholderAPI
* Add Dynmap support.
See https://github.com/bloodmc/GriefDefender/wiki/Dynmap
* Add support for Java 13.
* Add MC 1.15 support.
* Move visual revert and claim creation cancel to shift right-click. Note: With this change, visuals will no longer revert on left-click and/or item change.
* Force save after claim migration.
* Avoid migrating empty claim files during GP migration.