mirror of
https://github.com/Matthww/PlayerInfo.git
synced 2025-04-19 13:15:29 +00:00
21 lines
471 B
YAML
21 lines
471 B
YAML
name: PlayerInfo
|
|
version: 2.1.3
|
|
author: Matthww
|
|
api: [3.0.0]
|
|
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"
|