why is all creative disabled in the Perm File?

  • when a user tries to to do Creative, it is disabled.

  • This is because you forbid the creative mode. You only put "default" in the allow section (i.e. the user is allowed to enable creative mode, but he can't use any creative tools).
    If you want a user to use the creative tools, you have to move the "deny" entries to the "allow" section:

    Code
    creative:
    allow:
    - default
    - freecrafting
    - terraintools
    - edittools
    - npctools
    - nohungerthirst
    - questtools
  • If you don't want to allow infinite resources, you have to add the infiniteitems key to the deny block (and put to whatever you want to allow into the "allow" block):

    Code
    creative:
    allow:
    - default
    deny:
    - infiniteitems

Participate now!

Don’t have an account yet? Create a new account now and be part of our community!