This commit is contained in:
Matthew
2017-05-27 16:01:28 +02:00
parent 61cd7d85ed
commit bd5d658f01
4 changed files with 172 additions and 0 deletions

20
plugin.yml Normal file
View File

@ -0,0 +1,20 @@
name: PlayerInfo
version: 1.0.0
author: Matthww
api: [3.0.0-ALPHA1, 3.0.0-ALPHA2, 3.0.0-ALPHA3, 3.0.0-ALPHA4, 3.0.0-ALPHA5]
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.command.use
pinfo:
description: Show info about a certain player!
usage: "/pinfo <player>"
permission: playerinfo.command.use
permissions:
playerinfo.command.use:
description: "Allows the user to run the playerinfo command"
default: op