PlayerInfo/plugin.yml
Matthww 028f815081 Bump API
Bump the API to 3.0.0-ALPHA11
2018-02-05 01:34:51 +01:00

21 lines
494 B
YAML

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