-
Notifications
You must be signed in to change notification settings - Fork 0
Plot worlds
A plot world is a world that was declared in server config to contain plots. Such plot worlds may contain as many plots as you wish, also they may be protected or not.
First to mention, Plots isn't able to create any new worlds! You will need an other plugin that can do this for you.
Plot worlds are declared in config:
worlds:
list:
- world
Note
If any of the declared worlds isn't present, it will just be ignored until it is created later.
Plot worlds are by default fully protected. If you wish to alter that protection you may do so in config:
protection-mode:
value: ALL_WORLDS
protected-worlds: []
This setting can be altered to either protect all plot worlds (ALL_WORLDS), only some plot worlds (WHITELIST_PROTECTED) or no plot world at all (NO_PROTECTION).
Regardless of this setting created plots are always fully protected.
Caution
The setting NO_PROTECTION may result in heavy griefing of spawns and other public property that isn't protected by any plot!
Even the setting WHITELIST_PROTECTED may have the same result in all plot worlds that aren't in the protected worlds list.
Note
If any of the declared worlds weren't declared as plot world, they will just be ignored.
Also this setting can changed to alter the plot world protection:
explosion-mode:
value: SOFT_CANCEL
This setting allows the values HARD_CANCEL (creepers and tnt can't explode), SOFT_CANCEL (creepers and tnt may explode but will only damage entities) and NO_CANCEL (creepers and tnt may destroy blocks).
Caution
The setting NO_CANCEL may result in heavy griefing, even on created plots!
It may not directly seem to be important but even redstone could destroy blocks by moving them around with pistons:
redstone-in-plot-worlds:
enabled: true
This setting just controls whether redstone should work or not.
Warning
This will disable redstone in all plot worlds, regardless if the redstone is placed on plots or not!