diff --git a/README.md b/README.md index f11d270..573a72a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # PlayerInfo -Shows info about a certain player! +Shows information about a certain player! #### Command Usage: `/playerinfo ` @@ -8,17 +8,19 @@ We also have a shorter command:\ `/pinfo ` #### 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\ -Health: 19HP\ +UUID: a4b63016-7243-3010-8cf7-22915a4b77d5\ +Health: 19 HP\ Position: X: 132, Y: 78, Z: -963 diff --git a/plugin.yml b/plugin.yml index bc3ef1e..bd8f7a7 100644 --- a/plugin.yml +++ b/plugin.yml @@ -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"