Skip to content

Instantly share code, notes, and snippets.

@AppleDash
Last active July 13, 2017 15:46
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 AppleDash/d0ed2606a90d35ec3a8eacde0d8b83e3 to your computer and use it in GitHub Desktop.
Save AppleDash/d0ed2606a90d35ec3a8eacde0d8b83e3 to your computer and use it in GitHub Desktop.

A list of useful PoniArcade Commands

If you get an error message in red when performing any of these commands, please read the error message and try to resolve the problem yourself (perhaps with /help <command>) before asking for help.

General

  • /version - Figure out what version of our server software we are running.
  • /plugins - Figure out what plugins the server is running.
  • /list - See who's on the server, along with their real names if they have nicks.
  • /help - Get a list of help topics.
  • /help <plugin/command/topic> - Get help on anything not listed here.
  • /server - List the servers you can switch to.
  • /server <name> - Switch to the given server.

Communication

  • /msg <player> <message> - Send another player a private message.
  • /r <message> - Reply to a private message you've received, or re-message the last player you messaged.
  • /ch list - List chat channels you may join.
  • /ch join <channel> - Join a chat channel.
  • /ch <channel> - Switch to the given channel as your "active" channel - this is the channel messages you send will go to.
  • /ch G - Switch back to the regular global chat.
  • /nick <nickname> - Change your nickname to the given nick.
  • /nick off - Remove your nickname.
  • /realname <nickname> - Find the real name of a given player by their nickname.

Mail

  • /mail - See if you have any unread mail.
  • /mail send <player> <message> - Send a mail message to a player.
  • /mail read - Read your mail.
  • /mail clear - Mark unread messages as read.

Teleportation

  • /spawn - Teleport to spawn.
  • /back - Teleport to where you were before your last teleport or death.
  • /warp - List the available warps that you can teleport to.
  • /warp <name> - Teleport to the given warp.
  • /tpa <player> - Request to teleport to another player.
  • /tpahere <player> - Request for another player to teleport to you.
  • /tpaccept - Accept a teleport request from another player.
  • /tpdeny - Deny a teleport request from another player.
  • /tptoggle - Toggle whether other players can send you teleport requests.
  • /sethome <name> - Set a home point.
  • /home - List your home points.
  • /home <name> - Teleport to the given home point.

Economy

  • /balance - Find out how many bits you have.
  • /pay <player> <amount> - Pay another player the given number of bits.
  • /baltop - See the players who have the most money on the server.

Donator-only commands

  • /hat - Put the item you are holding on your head.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment