mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Store extended player info, list display names
- Add 1.10.1 and 1.10.2 in supported version list - Store both player name and player display names - List command will sort players by player name - List command will now display by display name - Ability to use /list raw to display by real name Suggestion by Johngreen123
This commit is contained in:
parent
a4cc36ce05
commit
9a98a9d46f
10 changed files with 156 additions and 85 deletions
|
|
@ -63,7 +63,7 @@ In scripts and remote control, no slash is needed to perform the command.
|
|||
- send <text> : send a message or a command to the server
|
||||
- respawn : Use this to respawn if you are dead (like clicking "respawn" ingame)
|
||||
- log <text> : display some text in the console (useful for scripts)
|
||||
- list : list players logged in to the server (uses tab list info sent by server)
|
||||
- list [raw] : list players logged in to the server (raw = force show real names)
|
||||
- set varname=value : set a value which can be used as %varname% in further commands
|
||||
- wait <time> : wait X ticks (10 ticks = ~1 second. Only for scripts)
|
||||
- move : used for moving when terrain and movements feature is enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue