PlayerInfo/plugin.yml
Matthww d606fe9d5f Version bump
Change the API to 3.0.0-ALPHA10
2018-01-21 12:27:15 +01:00

21 lines
479 B
YAML

name: PlayerInfo
version: 1.3.2
author: Matthww
api: [3.0.0-ALPHA10]
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"