Advertisement
kevinatoranator

plugin.yml v.06

Jun 24th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.89 KB | None | 0 0
  1. name: AGTV
  2. main: me.kevinatoranator.AGTV.AGTV
  3. version: .06
  4. permissions:
  5.   gamemode.*:
  6.     description: Access to all gamemode commands
  7.     children:
  8.       gamemode.cr: true
  9.       gamemode.sr: true
  10.       gamemode.cro: true
  11.       gamemode.sro: true
  12.   homes.*:
  13.     description: Access to all homes commands
  14.     children:
  15.       homes.home: true
  16.       homes.sethome: true
  17.   votekick.*:
  18.     description: Access to all votekicking commands
  19.     children:
  20.       votekick.start: true
  21.       votekick.vote: true
  22.       votekick.end: true
  23.   world.*:
  24.     description: Access to all world commands
  25.     children:
  26.       world.addclear: true
  27.       world.removeclear: true
  28.       world.listclear: true
  29.   server.*:
  30.     description: Access to all server commands
  31.     children:
  32.       server.motd: true
  33.       server.reloadconfig: true
  34.   dark.*:
  35.     description: Access to all DarkWorld commands
  36.     children:
  37.       dark.add: true
  38.       dark.remove: true
  39.       dark.list: true
  40. commands:
  41.   c:
  42.     description: Set sender's game mode to creative
  43.     permission: gamemode.cr
  44.   s:
  45.     description: Set sender's game mode to survival
  46.     permission: gamemode.sr
  47.   c:
  48.     description: Set other's game mode to creative
  49.     permission: gamemode.cro
  50.   s:
  51.     description: Set other's game mode to survival
  52.     permission: gamemode.sro
  53.   home:
  54.     description: go to your home
  55.     permission: homes.home
  56.   setahome:
  57.     description: sets your home
  58.     permission: homes.sethome
  59.   votekick:
  60.     description: starts votekick on player
  61.     permission: votekick.start
  62.   vote:
  63.     description: vote for player to be votekicked
  64.     permission: votekick.vote
  65.   endvk:
  66.     description: ends votekick
  67.     permission: votekick.end
  68.   addclearworld:
  69.     description: adds inventory clearing for switching into current world
  70.     permission: world.addclear
  71.   removeclearworld:
  72.     description: removes inventory clearing for switching into current world
  73.     permission: world.removeclear
  74.   listclearworld:
  75.     description: shows the list of inventory clearing worlds
  76.     permission: world.listclear
  77.   motd:
  78.     description: displays the message of the day
  79.     permission: server.motd
  80.   reloadconfig:
  81.     description: reloads the config.yml
  82.     permission: server.reloadconfig
  83.   adddarkworld:
  84.     description: enables DarkWorld for the current world
  85.     permission: dark.add
  86.   removedarkworld:
  87.     description: disables DarkWorld for the current world
  88.     permission: dark.remove
  89.   listdarkworld:
  90.     description: shows the list of DarkWorld enabled worlds
  91.     permission: dark.list
  92.   addwaterworld:
  93.     description: enables deep water for the current world
  94.     permission: world.addwater
  95.   removewaterworld:
  96.     description: disables deep water for the current world
  97.     permission: world.removewater
  98.   listwaterworld:
  99.     description: shows the list of deep water enabled worlds
  100.     permission: world.listwater
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement