PlayerInfo/plugin.yml
Matthww 9093219a29 Update 2.1.0
- Automatic updates of the models
- Small improvements in the code
2019-03-17 20:45:56 +01:00

21 lines
471 B
YAML

name: PlayerInfo
version: 2.1.0
author: Matthww
api: [3.0.0]
description: Shows info about a certain player!
main: Matthww\PlayerInfo\PlayerInfo
commands:
playerinfo:
description: Show info about a certain player!
usage: "/playerinfo <player>"
permission: playerinfo.use
aliases: ['pinfo']
permissions:
playerinfo:
default: false
children:
playerinfo.use:
default: op
description: "Allows the user to run the playerinfo command"