Updated Setting up the announcements file (markdown)

garbagemule 2011-06-29 17:30:08 -07:00
parent 74e59adc84
commit 06f46db7ca

@ -21,50 +21,53 @@ Some of the keys have values with a percentage character `%`. This character is
Here's a list of all the keys and a short description of when their values are printed. The letters in the brackets denote A for "all", meaning all players within the arena region (including spectators), and P for "player", meaning just one player.
Key Event
Key Event
-----------------------------------------------------------------------------------------------
ARENA_START - Arena is started [A]
ARENA_END - Arena ends [A]
JOIN_PLAYER_JOINED - Player successfully joins an arena [P]
JOIN_NOT_ENABLED - Player tries to join, but MobArena is disabled [P]
JOIN_IN_OTHER_ARENA - ..., but they are already in an arena [P]
JOIN_ARENA_NOT_ENABLED - ..., but this arena is disabled [P]
JOIN_ARENA_NOT_SETUP - ..., but this arena has not been set up [P]
JOIN_ARENA_IS_RUNNING - ..., but this arena has already started [P]
JOIN_ALREADY_PLAYING - ..., but they are already in this arena [P]
JOIN_ARG_NEEDED - ..., but multiple arenas exist, and no name was provided [P]
JOIN_ARG_INVALID - ..., but arena name was not recognized [P]
JOIN_EMPTY_INV - ..., but their inventory isn't empty [P]
JOIN_STORE_INV_FAIL - ..., but their inventory couldn't be saved to file [P]
LEAVE_PLAYER_LEFT - Player successfully leaves an arena [P]
LEAVE_NOT_PLAYING - Player tries to leave, but they are not in an arena [P]
PLAYER_DIED - Player dies [P]
SPEC_PLAYER_SPECTATE - Player joins the spectator arena [P]
SPEC_NOT_RUNNING - Player tries to spectate, but the arena hasn't started [P]
SPEC_ARG_NEEDED - ..., but multiple arenas exist, and no name was provided [P]
SPEC_ARG_INVALID - ..., but arena name was not recognized [P]
SPEC_EMPTY_INV - ..., but their inventory isn't empty [P]
SPEC_ALREADY_PLAYING - ..., but they are already in an arena [P]
NOT_READY_PLAYERS - List of players who aren't ready [P]
FORCE_START_STARTED - Op/console force starts arena [P]
FORCE_START_RUNNING - Op/console tries to force start, but arena has already started. [P]
FORCE_START_NOT_READY - ..., but no players are ready [P]
FORCE_END_ENDED - Op/console force ends arena [P]
FORCE_END_EMPTY - Op/console tries to force end, but the arena is empty [P]
FORCE_END_IDLE - Arena ends due to max idle time exceeding [P]
REWARDS_GIVE - Player receives rewards after arena end [P]
LOBBY_CLASS_PICKED - Player punches a class sign [P]
LOBBY_PLAYER_READY - Player punches the iron block [P]
LOBBY_DROP_ITEM - Player tries to drop an item in the lobby [P]
LOBBY_PICK_CLASS - Player punches the iron block, but hasn't picked a class yet [P]
LOBBY_RIGHT_CLICK - Player tries to right-click in the lobby [P]
WARP_TO_ARENA - Player from outside tries to warp into an arena [P]
WARP_FROM_ARENA - Player in arena tries to warp out [P]
WAVE_DEFAULT - Default wave spawns [A]
WAVE_SPECIAL - Special wave spawns [A]
WAVE_REWARD - Player earns a reward during arena play [P]
MISC_LIST_ARENAS - List of arenas [P]
MISC_LIST_PLAYERS - List of live players [P]
MISC_NONE - None/empty tag
ARENA_START - Arena is started [A]
ARENA_END - Arena ends [A]
ARENA_DOES_NOT_EXIST - Joining/spectating/deleting an arena that doesn't exist
JOIN_PLAYER_JOINED - Player successfully joins an arena [P]
JOIN_NOT_ENABLED - Player tries to join, but MobArena is disabled [P]
JOIN_IN_OTHER_ARENA - ..., but they are already in an arena [P]
JOIN_ARENA_NOT_ENABLED - ..., but this arena is disabled [P]
JOIN_ARENA_NOT_SETUP - ..., but this arena has not been set up [P]
JOIN_ARENA_IS_RUNNING - ..., but this arena has already started [P]
JOIN_ALREADY_PLAYING - ..., but they are already in this arena [P]
JOIN_ARG_NEEDED - ..., but multiple arenas exist, and no name was provided [P]
JOIN_ARG_INVALID - ..., but arena name was not recognized [P]
JOIN_EMPTY_INV - ..., but their inventory isn't empty [P]
JOIN_STORE_INV_FAIL - ..., but their inventory couldn't be saved to file [P]
LEAVE_PLAYER_LEFT - Player successfully leaves an arena [P]
LEAVE_NOT_PLAYING - Player tries to leave, but they are not in an arena [P]
PLAYER_DIED - Player dies [P]
SPEC_PLAYER_SPECTATE - Player joins the spectator arena [P]
SPEC_NOT_RUNNING - Player tries to spectate, but the arena hasn't started [P]
SPEC_ARG_NEEDED - ..., but multiple arenas exist, and no name was provided [P]
SPEC_ARG_INVALID - ..., but arena name was not recognized [P]
SPEC_EMPTY_INV - ..., but their inventory isn't empty [P]
SPEC_ALREADY_PLAYING - ..., but they are already in an arena [P]
NOT_READY_PLAYERS - List of players who aren't ready [P]
FORCE_START_STARTED - Op/console force starts arena [P]
FORCE_START_RUNNING - Op/console tries to force start, but arena has already started. [P]
FORCE_START_NOT_READY - ..., but no players are ready [P]
FORCE_END_ENDED - Op/console force ends arena [P]
FORCE_END_EMPTY - Op/console tries to force end, but the arena is empty [P]
FORCE_END_IDLE - Arena ends due to max idle time exceeding [P]
REWARDS_GIVE - Player receives rewards after arena end [P]
LOBBY_CLASS_PICKED - Player punches a class sign [P]
LOBBY_PLAYER_READY - Player punches the iron block [P]
LOBBY_DROP_ITEM - Player tries to drop an item in the lobby [P]
LOBBY_PICK_CLASS - Player punches the iron block, but hasn't picked a class yet [P]
LOBBY_RIGHT_CLICK - Player tries to right-click in the lobby [P]
WARP_TO_ARENA - Player from outside tries to warp into an arena [P]
WARP_FROM_ARENA - Player in arena tries to warp out [P]
WAVE_DEFAULT - Default wave spawns [A]
WAVE_SPECIAL - Special wave spawns [A]
WAVE_REWARD - Player earns a reward during arena play [P]
MISC_LIST_ARENAS - List of arenas [P]
MISC_LIST_PLAYERS - List of live players [P]
MISC_COMMAND_NOT_ALLOWED - Player tries to use a command that isn't allowed [P]
MISC_NO_ACCESS - Player doesn't have access to command [P]
MISC_NONE - None/empty tag
Customize these however you want! If you want to translate to a language you are fluent in, feel free to do so, and send me your announcements-file for others to use.