mirror of
https://github.com/Matthww/PlayerInfo.git
synced 2025-04-19 13:15:29 +00:00
Version 2.0.0: Config: Turn saving on or off! Models: You can now see someones Device Model better with useful names before: iPhone10,3 after: iPhone X Saving: Player info will now be saved if enabled! Loading: You can now see info about a player even if they are offline!
21 lines
509 B
YAML
21 lines
509 B
YAML
name: PlayerInfo
|
|
version: 2.0.0
|
|
author: Matthww
|
|
api: [3.0.0-ALPHA10, 3.0.0-ALPHA11, 3.0.0-ALPHA12]
|
|
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"
|