This commit is contained in:
Keenan Yafiq 2023-08-14 19:50:45 +07:00
commit cc7e6c74af
2 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# PlayerInfo
Shows info about a certain player!
Shows information about a certain player!
#### Command Usage:
`/playerinfo <player>`
@ -8,17 +8,19 @@ We also have a shorter command:\
`/pinfo <player>`
#### Permission:
`playerinfo.use` - Allows the player to use the command `/playerinfo`
`playerinfo.use` - Allows operator to use the command `/playerinfo`
#### Example:
Name: Steve\
IP: 127.0.0.1\
Ping: 46ms\
OS: iOS\
Model: iPhone\
OS: iOS\
IP: 127.0.0.1\
Port: 37379\
Ping: 46ms\
UI: Classic UI\
GUI Scale: Maximum\
Controls: Touch\
UUID: a4b63016-7243-3010-8cf7-22915a4b77d5\
Health: 19 HP\
Position: X: 132, Y: 78, Z: -963

View File

@ -15,4 +15,4 @@ commands:
permissions:
playerinfo.use:
default: op
description: "Allows the player to execute the playerinfo command"
description: "Allows operator to execute the playerinfo command"