

Rcon Password
- \rconpassword xxxxxx
- Login as a rcon admin using your rconpassword.
- Example: \rconpassword xxxxxx
Rcon Commands
- Note: Don't forget to add "\rcon" in front of every command!
- \rcon map_restart
- Restarts the map after 5 seconds. You can add a number if you want it to be more or less then 5 seconds. (0 = instant mapchange)
- Example: \rcon map_restart 10
- \rcon map [mapname]
- Note: standard JKA maps can be found in the subdirectory mp/
- Example: \rcon map mp/ffa1
- \rcon timelimit XX (in minutes)
- \rcon status
- Shows the client number (num), score, ping, player name (name), client IP address (address), and port connected through (qport). Client number is used in conjunction with the kick/clientkick command.
- \rcon clientkick XX
- Replace XX by the ID number of the player you wish to kick. ID numbers can be found with rcon status.
- \rcon kick [player's name or ID number]
- The ID number of the player is found when you have already done an rcon status.
- Once this variable is set, you can ban IP addresses from the rcon.
- \rcon addip 289.292.291.283
- Adds this IP address to the banlist.
- \rcon addip 289.292.0
- Bans the entire class c subnet
- This command bans everyone in the 289.292.0.XXX network. Effective for banning problem players who have a dynamic IP address. Yes, you probably can ban the entire subnet, but you'll loose a lot of potential players. It's up to you.
- \rcon removeip 289.292.291.283
- Removes this IP address from the ban list.
- \rcon g_banips
- Shows the IP banlist in console.
YV Custom Commands
- Note: These will only work on the YV Arena server.
- \rcon vstr run_duel
- Changes gametype to Duel, duel limit to 10, kill limit to 1, time limit to 7.
- \rcon vstr run_powerduel
- Changes gametype to Power Duel, duel limit to 10, kill limit to 1, time limit to 7.
- \rcon vstr run_ffa
- Changes gametype to FFA, duel limit to 1, kill limit to 50, time limit to 10.
- \rcon vstr run_tffa
- Changes gametype to TFFA, duel limit to 1, kill limit to 50, time limit to 10.