main/Permissions

Permissions

What are Permissions?

Permissions are a way to put players into groups, and limit the things they can and cannot do. It is like having OP and NON - OP, but instead of in two groups, you can create many. In those groups, can you choose the things players can or cannot do using permission nodes. Two permission based plugins are bPermissions and PermissionsEx.



TestqUiz Permission Nodes

The following are permission nodes for TestqUiz. If you see something like so:

  • TestqUiz.something.*
    • Then.more.nodes
    • a.b.c

... it means that the top permission node contains all the permission nodes underneath it.


  • TestqUiz.correct.*
    • TestqUiz.correct.create
    • TestqUiz.correct.break
  • TestqUiz.incorrect.*
    • TestqUiz.incorrect.create
    • TestqUiz.incorrect.break
  • TestqUiz.finish.*
    • TestqUiz.finish.create
    • TestqUiz.finish.break
  • TestqUiz.create.*
    • TestqUiz.correct.create
    • TestqUiz.incorrect.create
    • TestqUiz.finish.create
  • TestqUiz.break.*
    • TestqUiz.correct.break
    • TestqUiz.incorrect.break
    • TestqUiz.finish.break
  • TestqUiz.correct.create
    • Allows you to create correct answer signs!
  • TestqUiz.incorrect.create
    • Allows you to create incorrect answer signs!
  • TestqUiz.finish.create:
    • Allows you to create finish answer signs!
  • TestqUiz.correct.break:
    • Allows you to break correct answer signs!
  • TestqUiz.incorrect.break:
    • Allows you to break incorrect answer signs!
  • TestqUiz.finish.break:
    • Allows you to break finish answer signs!
  • TestqUiz.notify.*:
    • TestqUiz.notify.incorrect
    • TestqUiz.notify.kick
    • TestqUiz.notify.ban
    • TestqUiz.notify.correct
    • TestqUiz.notify.finish
  • TestqUiz.notify.incorrect:
    • Allow the player to be notified when someone gets a wrong answer!
  • TestqUiz.notify.kick:
    • Allow the player to be notified when someone gets kicked from the test/quiz!
  • TestqUiz.notify.ban:
    • Allow the player to be notified when someone gets banned from the test/quiz!
  • TestqUiz.notify.correct:
    • Allow the player to be notified when someone gets a correct answer!
  • TestqUiz.notify.finish:
    • Allow the player to be notified when someone finishes the test!
  • TestqUiz.commands.*
    • TestqUiz.version
    • TestqUiz.reload
    • TestqUiz.bypass
  • TestqUiz.version:
    • Shows you the version of TestqUiz!
  • TestqUiz.reload:
    • Reloads the config.yml!
  • TestqUiz.bypass:
    • Allows you to bypass incorrect answers!