Skip to content
bloodmc edited this page Sep 16, 2017 · 33 revisions

IMPORTANT - Before upgrading to 4.0.0+ READ

This is a MAJOR update and it is highly suggested to make a full backup of all your data before upgrading. You've been warned!

If you are upgrading from pre 4.0.0, It is HIGHLY recommended to skip below and make sure 'wilderness-cuboids' is set to false in global config. This will still support 3D claims under 2D claims.

If you absolutely want to enable wilderness-cuboids then understand it requires a complete change of how claimblocks are handled by calculating height into claimblocks in order to balance creating a 3D claim with no parent in the wilderness. This is so if a player creates both a 10x10x10 claim and 10x10x256 claim they do not pay the same cost. Make sure to properly test before rolling out this change into production.

If you are already on 4.0.0 and want to migrate from 3D to 2D system, set 'migration-2d-rate' to same value you set during 4.0.0 upgrade.

This new update adds support for 3D claiming. If you want to allow users to create 3D claims in wilderness, set 'wilderness-cuboids' to true in global config. This will alter how change blocks are counted in order to balance the 3D claiming system. The following will be changed if enabled :

  • Each block will cost 1 claim block.
  • Y will be factored into claim block cost.
  • 2D claims must be between bedrock to sky.
  • Any claim between bedrock and sky is 3D.
  • A 2D chunk (16x16x256) claim costs 65,536 blocks instead of 256 since Y is always counted.

In order to migrate your existing claimblock playerdata, edit GP's global config and under the playerdata category, set 'migration-3d-rate' to a value you want each claim block total to be multiplied with. The recommended default is 256, however you may set it to whatever you please. Setting the value to 0 will reset all claimblock accrual data. The migrator will only run once as it flags each data file it changes.

If you need to run the migrator again, set 'reset-migrations' to true in global config. Attempting to run the migrator a second time without doing this will do nothing as each playerdata file is flagged that it has been migrated.

GriefPrevention Wiki

For SpongePowered servers. Based on, but different from the Bukkit version of the same name.

A definitive all-in-one solution for protecting your servers and worlds against griefers, trolls, bullies or malicious players. It works out of the box and fully integrates with your permission plugin, although we strongly recommend the latest version of LuckPerms due to some bugs with other plugins.

It has an intuitive user interface for modifying flags and for administering claims, which is easy to read and easy to modify.

It will work on both Vanilla and Forge servers (Latest SpongeVanilla/SpongeForge (b1878+))

Note: PermissionEx is NOT supported as it is a dead plugin.

Clone this wiki locally