mirror of
https://github.com/Matthww/PlayerInfo.git
synced 2025-04-19 14:05:26 +00:00
19 lines
436 B
YAML
19 lines
436 B
YAML
name: PlayerInfo
|
|
version: 2.1.5
|
|
author: Matthww
|
|
api: 5.0.0
|
|
description: Shows information about a certain player!
|
|
main: Matthww\PlayerInfo\PlayerInfo
|
|
|
|
commands:
|
|
playerinfo:
|
|
description: Show information about a certain player!
|
|
usage: "/playerinfo <player>"
|
|
permission: playerinfo.use
|
|
aliases: ['pinfo']
|
|
|
|
permissions:
|
|
playerinfo.use:
|
|
default: op
|
|
description: "Allows the user/player to execute the playerinfo command"
|