Files
PlayerInfo/plugin.yml
Matthew e1e66797f9 The Config Update
Version 1.2.0:

Configuration added:
Disable certain features!

Controls added:
You can now see if someone is using a Mouse/Controller or Touch!

GUI Scale added:
You can now see if a player uses Minimum/Medium or Maximum GUI Scale!
2017-05-31 00:10:29 +02:00

21 lines
534 B
YAML

name: PlayerInfo
version: 1.2.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.use
aliases: ['pinfo']
permissions:
playerinfo:
default: false
children:
playerinfo.use:
default: op
description: "Allows the user to run the playerinfo command"