Added soil to the default "materialsEditOnInteract" setting, so people who aren't allowed to build in a territory won't be able to trample crops in it (soil trampling is handled as an Interact event, for whatever reason)

For servers with existing conf.json files, you can use this command to update them: /f config materialsEditOnInteract SOIL
This commit is contained in:
Brettflan 2011-12-18 08:28:28 -06:00
parent 6ea54cb7ac
commit c02c5702b4

View File

@ -241,6 +241,7 @@ public class Conf
materialsEditOnInteract.add(Material.DIODE_BLOCK_ON);
materialsEditOnInteract.add(Material.NOTE_BLOCK);
materialsEditOnInteract.add(Material.CAULDRON);
materialsEditOnInteract.add(Material.SOIL);
materialsDoor.add(Material.WOODEN_DOOR);
materialsDoor.add(Material.TRAP_DOOR);