Advertisement
Guest User

AdministrationTools

a guest
Dec 4th, 2013
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. name: AdministrationTools
  2. main: net.yougold.org.Main
  3. version: '12.4.13'
  4. commands:
  5.   am:
  6.     description: "Allows you to change the MOTD"
  7.   ip:
  8.     description: "Show a player's IP Address"
  9.   pinfo:
  10.     description: "Show a player's information"
  11.     permissions:
  12.       at.*:
  13.         description: "Gives all commands"
  14.         children:
  15.           at.am: true
  16.           at.ip: true
  17.           at.pinfo: true
  18.   at.am:
  19.     description: "Change the MOTD"
  20.     default: op
  21.   at.pinfo:
  22.     description: "Shows you the player's information"
  23.     default: op
  24.   at.ip:
  25.     description: "Show you the player's IP address"
  26.     default: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement