mirror of
https://github.com/Matthww/PlayerInfo.git
synced 2026-01-17 03:25:16 +00:00
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!
21 lines
534 B
YAML
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"
|