View difference between Paste ID: 0JfAtbES and 3kvb7Ppq
SHOW: | | - or go back to the newest paste.
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