Skip to content

CorePermissions

Urs P. Stettler edited this page Oct 24, 2013 · 4 revisions

Permissions

At the moment only PermissionsBukkit and PermissionsEx are supported and tested. If the bukkit server is running without a permission plugin, all players will have all modules enabled and only ops can execute admin level commands.

Permission Nodes

  • ec.*
    Globally give a player or group full control of ExpCraft and all loaded modules.
  • ec.admin.*
    Give a player or group full admin rights.
  • ec.admin.get
    Give a player the right to retrieve experience and levels gained by other players.
  • ec.admin.set
    Give a player the right to set experience and level of other players manually.
  • ec.module.*
    Enable all modules for a player or group
  • ec.module.<Module Abbreviation>
    In addition to the core nodes there is exactly one permission node per module. If a player has that node, the module will affect her.

Clone this wiki locally