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

View File

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