PlayerInfo/plugin.yml
Matthew a2bbdf06fd Compatibility with API 3.0.0-ALPHA6
Changed OSX to macOS and added an icon.
2017-06-30 12:52:23 +02:00

21 lines
548 B
YAML

name: PlayerInfo
version: 1.2.3
author: Matthww
api: [3.0.0-ALPHA1, 3.0.0-ALPHA2, 3.0.0-ALPHA3, 3.0.0-ALPHA4, 3.0.0-ALPHA5, 3.0.0-ALPHA6]
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"