Skip to content

Instantly share code, notes, and snippets.

@PEMapModder
Last active January 25, 2016 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PEMapModder/3f66a0a4022cb8a217f0 to your computer and use it in GitHub Desktop.
Save PEMapModder/3f66a0a4022cb8a217f0 to your computer and use it in GitHub Desktop.
Commands redo list
  • version
  • tell
  • ban // TODO deprecate and replace with backwards compatibility (advanced warnings)
  • pardon // TODO deprecate and replace with backwards compatibility (advanced warnings)
  • say
  • me
  • kick
  • give // TODO permissions
  • effect // TODO permissions
  • particle // TODO permissions
  • gamemode // TODO permissions
  • kill // TODO permissions
  • tp
  • time // TODO permissions
  • timings // TODO permissions
  • status
  • transfer // TODO permissions
  • auth
  • channel // TODO deprecate and replace with backwards compatibility (advanced chat control)
  • chat // TODO deprecate and replace with backwards compatibility (advanced chat control/settings management)
  • console
  • disguise
  • getpos
  • grindcoin
  • ignore // TODO deprecate and replace with backwards compatibility (advanced chat control/settings management)
  • unignore // TODO deprecate and replace with backwards compatibility (advanced chat control/settings management)
  • info // TODO deprecate
  • inventory // TODO deprecate
  • inv // TODO deprecate
  • mb // TODO deprecate with /ban
  • mk // TODO deprecate with /kick
  • mute // low priority (/warn***)
  • unmute
  • php
  • quit
  • rules
  • stats
  • tag // TODO deprecate and replace with backwards compatibility (advanced settings management)
  • team // TODO deprecate and replace with backwards compatibility (advanced chat control/team management)
  • tpw // low priority
  • warning commands
    • wad
    • wcap
    • wdo
    • wimpose
    • wmisc
    • wmod
    • wmspam
    • wspam
    • wswear
  • friend
  • tpa
  • tpc
  • tpd
  • tpr
  • restart
  • ver
  • about
  • plugins
  • pl
  • seed
  • help
  • ?
  • stop
  • w
  • msg
  • defaultgamemode
  • ban-ip
  • banlist
  • op
  • deop
  • whitelist
  • save-on
  • save-off
  • save-all
  • pardon-ip
  • list
  • difficulty
  • suicide
  • spawnpoint
  • setworldspawn
  • stat
  • spawn
  • information
  • ign
  • gc
  • gp
  • dg
  • coins
  • reload
  • dtp
  • uign
  • mstatus
  • hub
  • lobby
  • back
  • statistics
  • t
  • f
  • slist
@PEMapModder
Copy link
Author

// at the beginning of the line means that command has been finished, is no longer supported/needed, has no need to override or is an alias of the previous command.

@PEMapModder
Copy link
Author

// at the middle of the line means the words behind // are comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment