MACRO_CONFIG_INT(ClNameplates,cl_nameplates,1,0,1,CFGFLAG_CLIENT|CFGFLAG_SAVE,"Show name plates",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(ClNameplatesAlways,cl_nameplates_always,1,0,1,CFGFLAG_CLIENT|CFGFLAG_SAVE,"Always show name plates disregarding of distance",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(ClNameplatesTeamcolors,cl_nameplates_teamcolors,1,0,1,CFGFLAG_CLIENT|CFGFLAG_SAVE,"Use team colors for name plates",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(ClNameplatesSize,cl_nameplates_size,50,0,100,CFGFLAG_CLIENT|CFGFLAG_SAVE,"Size of the name plates from 0 to 100%",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(ClAutoswitchWeapons,cl_autoswitch_weapons,0,0,1,CFGFLAG_CLIENT|CFGFLAG_SAVE,"Auto switch weapon on pickup",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(ClMotdTime,cl_motd_time,10,0,100,CFGFLAG_CLIENT|CFGFLAG_SAVE,"How long to show the server message of the day",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_STR(ClVersionServer,cl_version_server,100,"version.teeworlds.com",CFGFLAG_CLIENT|CFGFLAG_SAVE,"Server to use to check for new versions",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(PlayerUseCustomColor,player_use_custom_color,0,0,1,CFGFLAG_CLIENT|CFGFLAG_SAVE,"Toggles usage of custom colors",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(PlayerColorBody,player_color_body,65408,0,0xFFFFFF,CFGFLAG_CLIENT|CFGFLAG_SAVE,"Player body color",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_STR(UiServerAddress,ui_server_address,64,"localhost:8303",CFGFLAG_CLIENT|CFGFLAG_SAVE,"Interface server address",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(SvTournamentMode,sv_tournament_mode,0,0,1,CFGFLAG_SERVER,"Tournament mode. When enabled, players joins the server as spectator",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvRespawnDelayTDM,sv_respawn_delay_tdm,3,0,10,CFGFLAG_SERVER,"Time needed to respawn after death in tdm gametype",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvSpectatorSlots,sv_spectator_slots,0,0,MAX_CLIENTS,CFGFLAG_SERVER,"Number of slots to reserve for spectators",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvTeambalanceTime,sv_teambalance_time,1,0,1000,CFGFLAG_SERVER,"How many minutes to wait before autobalancing teams",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvInactiveKickTime,sv_inactivekick_time,0,0,1000,CFGFLAG_SERVER,"How many minutes to wait before taking care of inactive players (this is useless for DDRace activate at your own risk)",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvInactiveKick,sv_inactivekick,0,0,2,CFGFLAG_SERVER,"How to deal with inactive players (0=move to spectator, 1=move to free spectator slot/kick, 2=kick) (this is useless for DDRace activate at your own risk)",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvVoteKickMin,sv_vote_kick_min,0,0,MAX_CLIENTS,CFGFLAG_SERVER,"Minimum number of players required to start a kick vote",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvVoteKickBantime,sv_vote_kick_bantime,5,0,1440,CFGFLAG_SERVER,"The time to ban a player if kicked by vote. 0 makes it just use kick",IConsole::CONSOLELEVEL_ADMIN)