FAQ2

Frequent Asked Questions

1 - THIS PLUGIN COMPLETELY BUG PISTONS, FIX IT!

No, this is not a bug, the block is protected by their coordenate, if a piston move the block, he will be inevitably unprotected, because of that this plugin disable movement in protected blocks, you can easily disable this function by defining BlockProtection: Pistons: to false at worldName.yml, but have in mind than that can be a easy bypass to the nodrop/ownblock function.

2 - WATER/LAVA DONT FLOW, FIX IT!

No, this is also not a bug, if a creative player put lava/water it will not flow, you can easily disable it by defining MiscProtection: LiquidControl to false at worldName.yml

3 - I HAVE THE CREATIVE ITEMS IN SURVIVAL GAMEMODE

This is caused by other inventory holders, unfortunately is impossible to guarantee 100% compatibility with all other inventory holder out there like Auth plugins such as AuthMe and xAuth or Multi-World plugins such as Multiverse or MyWorlds, you must let CreativeControl OR the other plugin handle the inventories, not both.

4 - WHEN I BREAK SOME BLOCKS IT DESTROY THE BLOCK BESIDE

Yes, this will happen sometimes, if you know which blocks that happen, open a ticket with the steps to reproduce the problem and remember to inform the blockId and the positions :)

5 - ATTACHED BLOCKS DROP IF I BREAK THE BLOCK IT IS ATTACHED

At worldName.yml, set CheckAttached to true, but this will not prevent water from breaking the block.

6 - BLOCK USE OF ECONOMY SIGNS

See FAQ#7 - How to use the permission split system.

7 - HOW TO USE THE PERMISSION SPLIT SYSTEM

Pex example: http://dev.bukkit.org/paste/7323/

  1. - For example your members group is called "Members", at settings.yml set MoveFrom to "Members"
  2. - Now you want every creative player to have the secondary group called "Creatives", at settings.yml set MoveTo to "Creatives"
  3. - To enable all this, at settings.yml set Enabled to true and you are ready to go. When the player changes his gamemode to creative, he will be added to de "Creatives" group but not removed for his main group, the goal of this system is to add negative permissions to the "Creatives" group in way to block functions from other plugins like Essentials Signs.