Skip to content

File Directory TF2 (addons folder)

El Diablo edited this page Feb 3, 2023 · 2 revisions

EXAMPLE FILE TREE (YOU DON’T HAVE TO HAVE EVERYTHING)

/hlserver/tf2/tf/addons$ tree
.
├── metamod
│   ├── bin
│   │   ├── linux64
│   │   │   ├── metamod.2.csgo.so
│   │   │   └── server.so
│   │   ├── metamod.2.bms.so
│   │   ├── metamod.2.csgo.so
│   │   ├── metamod.2.css.so
│   │   ├── metamod.2.dods.so
│   │   ├── metamod.2.doi.so
│   │   ├── metamod.2.ep1.so
│   │   ├── metamod.2.ep2.so
│   │   ├── metamod.2.hl2dm.so
│   │   ├── metamod.2.insurgency.so
│   │   ├── metamod.2.l4d2.so
│   │   ├── metamod.2.l4d.so
│   │   ├── metamod.2.nd.so
│   │   ├── metamod.2.sdk2013.so
│   │   ├── metamod.2.tf2.so
│   │   ├── server_i486.so
│   │   └── server.so
│   ├── metaplugins.ini
│   ├── README.txt
│   └── sourcemod.vdf
├── metamod.vdf
└── sourcemod
├── bin
│   ├── sourcemod.2.bms.so
│   ├── sourcemod.2.csgo.so
│   ├── sourcemod.2.css.so
│   ├── sourcemod.2.dods.so
│   ├── sourcemod.2.doi.so
│   ├── sourcemod.2.ep1.so
│   ├── sourcemod.2.ep2.so
│   ├── sourcemod.2.hl2dm.so
│   ├── sourcemod.2.insurgency.so
│   ├── sourcemod.2.l4d2.so
│   ├── sourcemod.2.l4d.so
│   ├── sourcemod.2.nd.so
│   ├── sourcemod.2.sdk2013.so
│   ├── sourcemod.2.tf2.so
│   ├── sourcemod.logic.so
│   ├── sourcemod_mm_i486.so
│   ├── sourcemod_mm.×64.so
│   ├── sourcepawn.jit.×86.so
│   └── x64
│   ├── libsourcepawn.so
│   ├── sourcemod.2.blade.so
│   ├── sourcemod.2.csgo.so
│   └── sourcemod.logic.so
├── configs
│   ├── admin_groups.cfg
│   ├── admin_levels.cfg
│   ├── adminmenu_cfgs.txt
│   ├── adminmenu_custom.txt
│   ├── adminmenu_grouping.txt
│   ├── adminmenu_sorting.txt
│   ├── admin_overrides.cfg
│   ├── admins.cfg
│   ├── admins_simple.ini
│   ├── banreasons.txt
│   ├── core.cfg
│   ├── databases.cfg
│   ├── geoip
│   │   └── GeoIP.dat
│   ├── languages.cfg
│   ├── maplists.cfg
│   ├── sql-init-scripts
│   │   ├── mysql
│   │   │   ├── clientprefs-mysql.sql
│   │   │   ├── create_admins.sql
│   │   │   └── update_admins_r1409.sql
│   │   └── sqlite
│   │   ├── admins-sqlite.sq3
│   │   ├── clientprefs-sqlite.sq3
│   │   ├── clientprefs-sqlite.sql
│   │   ├── create_admins.sql
│   │   └── update_admins-r1409.sql
│   ├── war3source.ini
│   └── war3sourceMVM.ini
├── data
│   └── sqlite
│   ├── clientprefs-sqlite.sq3
│   ├── sourcemod-local.sq3
│   └── sourcemod.sq3
├── extensions
│   ├── bintools.ext.so
│   ├── clientprefs.ext.so
│   ├── dbi.mysql.ext.so
│   ├── dbi.pgsql.ext.so
│   ├── dbi.sqlite.ext.so
│   ├── dhooks.ext.so
│   ├── game.cstrike.ext.2.csgo.so
│   ├── game.cstrike.ext.2.css.so
│   ├── game.tf2.ext.2.tf2.so
│   ├── geoip.ext.so
│   ├── regex.ext.so
│   ├── sdkhooks.ext.2.bms.so
│   ├── sdkhooks.ext.2.csgo.so
│   ├── sdkhooks.ext.2.css.so
│   ├── sdkhooks.ext.2.dods.so
│   ├── sdkhooks.ext.2.doi.so
│   ├── sdkhooks.ext.2.ep1.so
│   ├── sdkhooks.ext.2.ep2.so
│   ├── sdkhooks.ext.2.hl2dm.so
│   ├── sdkhooks.ext.2.insurgency.so
│   ├── sdkhooks.ext.2.l4d2.so
│   ├── sdkhooks.ext.2.l4d.so
│   ├── sdkhooks.ext.2.nd.so
│   ├── sdkhooks.ext.2.sdk2013.so
│   ├── sdkhooks.ext.2.tf2.so
│   ├── sdktools.ext.2.bms.so
│   ├── sdktools.ext.2.csgo.so
│   ├── sdktools.ext.2.css.so
│   ├── sdktools.ext.2.dods.so
│   ├── sdktools.ext.2.doi.so
│   ├── sdktools.ext.2.ep1.so
│   ├── sdktools.ext.2.ep2.so
│   ├── sdktools.ext.2.hl2dm.so
│   ├── sdktools.ext.2.insurgency.so
│   ├── sdktools.ext.2.l4d2.so
│   ├── sdktools.ext.2.l4d.so
│   ├── sdktools.ext.2.nd.so
│   ├── sdktools.ext.2.sdk2013.so
│   ├── sdktools.ext.2.tf2.so
│   ├── socket.ext.so
│   ├── steamtools.ext.2.ep2v.so
│   ├── topmenus.ext.so
│   ├── updater.ext.so
│   ├── webternet.ext.so
│   └── x64
│   ├── bintools.ext.so
│   ├── clientprefs.ext.so
│   ├── dbi.mysql.ext.so
│   ├── dbi.sqlite.ext.so
│   ├── game.cstrike.ext.2.csgo.so
│   ├── geoip.ext.so
│   ├── regex.ext.so
│   ├── sdkhooks.ext.2.csgo.so
│   ├── sdktools.ext.2.csgo.so
│   ├── topmenus.ext.so
│   ├── updater.ext.so
│   └── webternet.ext.so
├── gamedata
│   ├── connect.games.txt
│   ├── core.games
│   │   ├── blocklist.plugins.txt
│   │   ├── common.games.txt
│   │   ├── engine.bgt.txt
│   │   ├── engine.blade.txt
│   │   ├── engine.bms.txt
│   │   ├── engine.contagion.txt
│   │   ├── engine.csgo.txt
│   │   ├── engine.css.txt
│   │   ├── engine.darkm.txt
│   │   ├── engine.ep1.txt
│   │   ├── engine.ep2.txt
│   │   ├── engine.ep2valve.txt
│   │   ├── engine.eye.txt
│   │   ├── engine.insurgency.txt
│   │   ├── engine.l4d2.txt
│   │   ├── engine.l4d.txt
│   │   ├── engine.sdk2013.txt
│   │   ├── engine.swarm.txt
│   │   ├── game.dinodday.txt
│   │   └── master.games.txt
│   ├── equipwearable.txt
│   ├── funcommands.games.txt
│   ├── huntsman.plugin.txt
│   ├── sdkhooks.games
│   │   ├── common.games.txt
│   │   ├── engine.blade.txt
│   │   ├── engine.contagion.txt
│   │   ├── engine.csgo.txt
│   │   ├── engine.darkm.txt
│   │   ├── engine.ep2v.txt
│   │   ├── engine.insurgency.txt
│   │   ├── engine.l4d.txt
│   │   ├── game.ag2.txt
│   │   ├── game.alienswarm.txt
│   │   ├── game.aoc.txt
│   │   ├── game.bms.txt
│   │   ├── game.cspromod.txt
│   │   ├── game.cstrike.txt
│   │   ├── game.dinodday.txt
│   │   ├── game.doi.txt
│   │   ├── game.empires.txt
│   │   ├── game.ff.txt
│   │   ├── game.fof.txt
│   │   ├── game.gesource.txt
│   │   ├── game.hidden.txt
│   │   ├── game.hl2ctf.txt
│   │   ├── game.insurgency.txt
│   │   ├── game.kz.txt
│   │   ├── game.l4d2.txt
│   │   ├── game.modularcombat.txt
│   │   ├── game.neotokyo.txt
│   │   ├── game.nmrih.txt
│   │   ├── game.nucleardawn.txt
│   │   ├── game.pvkii.txt
│   │   ├── game.reactivedrop.txt
│   │   ├── game.sgtls.txt
│   │   ├── game.sourceforts.txt
│   │   ├── game.synergy.txt
│   │   ├── game.zm.txt
│   │   ├── game.zpanic.txt
│   │   └── master.games.txt
│   ├── sdktools.games
│   │   ├── common.games.txt
│   │   ├── engine.bgt.txt
│   │   ├── engine.blade.txt
│   │   ├── engine.contagion.txt
│   │   ├── engine.csgo.txt
│   │   ├── engine.css.txt
│   │   ├── engine.darkm.txt
│   │   ├── engine.ep1.txt
│   │   ├── engine.ep2.txt
│   │   ├── engine.ep2valve.txt
│   │   ├── engine.eye.txt
│   │   ├── engine.insurgency.txt
│   │   ├── engine.l4d2.txt
│   │   ├── engine.l4d.txt
│   │   ├── engine.sdk2013.txt
│   │   ├── engine.swarm.txt
│   │   ├── game.ag2.txt
│   │   ├── game.alienswarm.txt
│   │   ├── game.aoc.txt
│   │   ├── game.bg2.txt
│   │   ├── game.bms.txt
│   │   ├── game.cspromod.txt
│   │   ├── game.cstrike.txt
│   │   ├── game.dinodday.txt
│   │   ├── game.dod.txt
│   │   ├── game.doi.txt
│   │   ├── game.dystopia.txt
│   │   ├── game.empires.txt
│   │   ├── game.esmod.txt
│   │   ├── game.fas.txt
│   │   ├── game.ff.txt
│   │   ├── game.fof.txt
│   │   ├── game.gesource.txt
│   │   ├── game.hidden.txt
│   │   ├── game.hl2ctf.txt
│   │   ├── game.hl2mp.txt
│   │   ├── game.insurgency.txt
│   │   ├── game.ios.txt
│   │   ├── game.kz.txt
│   │   ├── game.left4dead2.txt
│   │   ├── game.modularcombat.txt
│   │   ├── game.neotokyo.txt
│   │   ├── game.nmrih.txt
│   │   ├── game.nucleardawn.txt
│   │   ├── game.obsidian.txt
│   │   ├── game.pvkii.txt
│   │   ├── game.reactivedrop.txt
│   │   ├── game.rnlbeta.txt
│   │   ├── game.ship.txt
│   │   ├── game.sourceforts.txt
│   │   ├── game.synergy.txt
│   │   ├── game.tf.txt
│   │   ├── game.zm.txt
│   │   ├── game.zpanic.txt
│   │   └── master.games.txt
│   ├── sm-cstrike.games
│   │   ├── game.csgo.txt
│   │   ├── game.css.txt
│   │   └── master.games.txt
│   ├── smlib_colors.games.txt
│   ├── sm-tf2.games.txt
│   ├── tf2.attributes.txt
│   ├── tf2items.randomizer.txt
│   ├── tf2.items.txt
│   └── war3source.games
│   ├── game.tf.txt
│   └── master.games.txt
├── GPLv2.txt
├── GPLv3.txt
├── LICENSE.txt
├── logs
│   ├── download_control.log
│   ├── UnicodeNameFilter_01_31_23.log
│   ├── war3sourceerrorlog.txt
│   ├── war3sourcelog.txt
│   └── war3sourcenoterrorlog.txt
├── plugins
│   ├── addtime.smx
│   ├── admin-flatfile.smx
│   ├── adminhelp.smx
│   ├── adminmenu.smx
│   ├── afk_bot_stand_alone.smx
│   ├── antiflood.smx
│   ├── auto_steam_update.smx
│   ├── basebans.smx
│   ├── basechat.smx
│   ├── basecommands.smx
│   ├── basecomm.smx
│   ├── basetriggers.smx
│   ├── basevotes.smx
│   ├── clientprefs.smx
│   ├── disabled
│   │   ├── admin-sql-prefetch.smx
│   │   ├── admin-sql-threaded.smx
│   │   ├── mapchooser.smx
│   │   ├── nominations.smx
│   │   ├── randomcycle.smx
│   │   ├── rockthevote.smx
│   │   └── sql-admin-manager.smx
│   ├── funcommands.smx
│   ├── funvotes.smx
│   ├── Godmode.smx
│   ├── mapchooser.smx
│   ├── mapconfigs.smx
│   ├── nextmap.smx
│   ├── NoStickySpawn.smx
│   ├── playercommands.smx
│   ├── reservedslots.smx
│   ├── ServerControl_PVP_ONLY.smx
│   ├── serverlogo.smx
│   ├── sounds.smx
│   ├── swBlockCap.smx
│   ├── tf2attributes.smx
│   ├── TF2_Respawn.smx
│   ├── UnicodeNameFilter.smx
│   ├── War3Source_001_UndeadScourge.smx
│   ├── War3Source_002_HumanAlliance.smx
│   ├── War3Source_004_NightElf.smx
│   ├── War3Source_009_CorruptedDisciple.smx
│   ├── War3Source_010_SoulReaper.smx
│   ├── War3Source_011_BloodHunter.smx
│   ├── War3Source_012_Naix.smx
│   ├── War3Source_013_SuccubusHunter.smx
│   ├── War3Source_014_Chronos.smx
│   ├── War3Source_015_Lich.smx
│   ├── War3Source_016_SacredWarrior.smx
│   ├── War3Source_017_Hammerstorm.smx
│   ├── War3Source_019_DarkElf.smx
│   ├── War3Source_020_Dragonborn.smx
│   ├── War3Source_021_Fluttershy.smx
│   ├── War3Source_022_Rarity.smx
│   ├── War3Source_023_RainbowDash.smx
│   ├── War3Source_028_Luna.smx
│   ├── War3Source_057_LightBender.smx
│   ├── War3Source_Addon_AdminConsole.smx
│   ├── War3Source_Addon_AdminMenu.smx
│   ├── War3Source_Addon_Auction_House.smx
│   ├── War3Source_Addon_Client_Preferences.smx
│   ├── War3Source_Addon_Full_Player_Information.smx
│   ├── War3Source_Addon_LevelUpParticle.smx
│   ├── War3Source_Addon_ShopItems2.smx
│   ├── War3Source_Addon_ShopItems.smx
│   ├── War3Source_Engine_Teleport_To_Teleporter.smx
│   ├── War3Source.smx
│   └── ztf2grab.smx
├── scripting
│   ├── admin-flatfile
│   │   ├── admin-flatfile.sp
│   │   ├── admin-groups.sp
│   │   ├── admin-overrides.sp
│   │   ├── admin-simple.sp
│   │   └── admin-users.sp
│   ├── adminhelp.sp
│   ├── adminmenu
│   │   └── dynamicmenu.sp
│   ├── adminmenu.sp
│   ├── admin-sql-prefetch.sp
│   ├── admin-sql-threaded.sp
│   ├── antiflood.sp
│   ├── basebans
│   │   └── ban.sp
│   ├── basebans.sp
│   ├── basechat.sp
│   ├── basecomm
│   │   ├── forwards.sp
│   │   ├── gag.sp
│   │   └── natives.sp
│   ├── basecommands
│   │   ├── cancelvote.sp
│   │   ├── execcfg.sp
│   │   ├── kick.sp
│   │   ├── map.sp
│   │   ├── reloadadmins.sp
│   │   └── who.sp
│   ├── basecommands.sp
│   ├── basecomm.sp
│   ├── basetriggers.sp
│   ├── basevotes
│   │   ├── voteban.sp
│   │   ├── votekick.sp
│   │   └── votemap.sp
│   ├── basevotes.sp
│   ├── clientprefs.sp
│   ├── compile.sh
│   ├── funcommands
│   │   ├── beacon.sp
│   │   ├── blind.sp
│   │   ├── drug.sp
│   │   ├── fire.sp
│   │   ├── gravity.sp
│   │   ├── ice.sp
│   │   ├── noclip.sp
│   │   └── timebomb.sp
│   ├── funcommands.sp
│   ├── funvotes
│   │   ├── votealltalk.sp
│   │   ├── voteburn.sp
│   │   ├── voteff.sp
│   │   ├── votegravity.sp
│   │   └── voteslay.sp
│   ├── funvotes.sp
│   ├── include
│   │   ├── admin.inc
│   │   ├── adminmenu.inc
│   │   ├── adt_array.inc
│   │   ├── adt.inc
│   │   ├── adt_stack.inc
│   │   ├── adt_trie.inc
│   │   ├── banning.inc
│   │   ├── basecomm.inc
│   │   ├── bitbuffer.inc
│   │   ├── clientprefs.inc
│   │   ├── clients.inc
│   │   ├── commandfilters.inc
│   │   ├── commandline.inc
│   │   ├── console.inc
│   │   ├── convars.inc
│   │   ├── core.inc
│   │   ├── cstrike.inc
│   │   ├── datapack.inc
│   │   ├── dbi.inc
│   │   ├── entity.inc
│   │   ├── entity_prop_stocks.inc
│   │   ├── events.inc
│   │   ├── files.inc
│   │   ├── float.inc
│   │   ├── functions.inc
│   │   ├── geoip.inc
│   │   ├── halflife.inc
│   │   ├── handles.inc
│   │   ├── helpers.inc
│   │   ├── keyvalues.inc
│   │   ├── lang.inc
│   │   ├── logging.inc
│   │   ├── mapchooser.inc
│   │   ├── menus.inc
│   │   ├── nextmap.inc
│   │   ├── profiler.inc
│   │   ├── protobuf.inc
│   │   ├── regex.inc
│   │   ├── sdkhooks.inc
│   │   ├── sdktools_client.inc
│   │   ├── sdktools_engine.inc
│   │   ├── sdktools_entinput.inc
│   │   ├── sdktools_entoutput.inc
│   │   ├── sdktools_functions.inc
│   │   ├── sdktools_gamerules.inc
│   │   ├── sdktools_hooks.inc
│   │   ├── sdktools.inc
│   │   ├── sdktools_sound.inc
│   │   ├── sdktools_stocks.inc
│   │   ├── sdktools_stringtables.inc
│   │   ├── sdktools_tempents.inc
│   │   ├── sdktools_tempents_stocks.inc
│   │   ├── sdktools_trace.inc
│   │   ├── sdktools_variant_t.inc
│   │   ├── sdktools_voice.inc
│   │   ├── sorting.inc
│   │   ├── sourcemod.inc
│   │   ├── string.inc
│   │   ├── testing.inc
│   │   ├── textparse.inc
│   │   ├── tf2.inc
│   │   ├── tf2_stocks.inc
│   │   ├── timers.inc
│   │   ├── topmenus.inc
│   │   ├── usermessages.inc
│   │   ├── vector.inc
│   │   ├── version_auto.inc
│   │   └── version.inc
│   ├── mapchooser.sp
│   ├── nextmap.sp
│   ├── nominations.sp
│   ├── playercommands
│   │   ├── rename.sp
│   │   ├── slap.sp
│   │   └── slay.sp
│   ├── playercommands.sp
│   ├── randomcycle.sp
│   ├── reservedslots.sp
│   ├── rockthevote.sp
│   ├── sounds.sp
│   ├── spcomp
│   ├── spcomp64
│   ├── sql-admin-manager.sp
│   └── testsuite
│   ├── benchmark.sp
│   ├── bug4059.sp
│   ├── callfunctest.sp
│   ├── capstest.sp
│   ├── clientprefstest.sp
│   ├── cstrike-test.sp
│   ├── entpropelements.sp
│   ├── fakenative1.sp
│   ├── fakenative2.sp
│   ├── filetest.sp
│   ├── fwdtest1.sp
│   ├── fwdtest2.sp
│   ├── gamerules-props.sp
│   ├── goto_test.sp
│   ├── keyvalues.sp
│   ├── outputtest.sp
│   ├── ptstest.sp
│   ├── sorttest.sp
│   ├── sqltest.sp
│   ├── sqltest.sql
│   ├── stacktest.sp
│   ├── structtest.sp
│   ├── tf2-test.sp
│   └── tries.sp
└── translations
├── adminhelp.phrases.txt
├── adminmenu.phrases.txt
├── afk_manager.phrases.txt
├── antiflood.phrases.txt
├── antipingmask.phrases.txt
├── ar
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── backpack-tf.phrases.txt
├── basebans.phrases.txt
├── basecomm.phrases.txt
├── basetriggers.phrases.txt
├── basevotes.phrases.txt
├── bg
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── chi
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── slapslay.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── clientprefs.phrases.txt
├── common.phrases.txt
├── core.phrases.txt
├── cze
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── da
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── slapslay.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── de
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── slapslay.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── el
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── es
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── slapslay.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── extended_advertisements.phrases.txt
├── extendedcomm.phrases.txt
├── fi
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── fr
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── slapslay.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── funcommands.phrases.txt
├── funvotes.phrases.txt
├── gscramble.phrases.txt
├── he
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── hu
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── slapslay.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── hunted.phrases.txt
├── immunityreserveslots.phrases.txt
├── it
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── jp
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── slapslay.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── ko
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── lt
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── lv
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── slapslay.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── mapchooser.phrases.txt
├── map-decals.phrases.txt
├── maprate.phrases.txt
├── nextmap.phrases.txt
├── nl
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── no
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── slapslay.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── nominations.phrases.txt
├── pl
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── slapslay.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── playercommands.phrases.txt
├── plugin.basecommands.txt
├── plugin.quakesounds.txt
├── pt
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── slapslay.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── pt_p
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── reservedslots.phrases.txt
├── ro
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── slapslay.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── rockthevote.phrases.txt
├── ru
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── backpack-tf.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── slapslay.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   ├── sqladmins.phrases.txt
│   ├── w3s.addon.botcontrol.phrases.txt
│   ├── w3s.addon.levelupparticle.phrases.txt
│   ├── w3s.addon.useyourgold.phrases.txt
│   ├── w3s.common.phrases.txt
│   ├── w3s.common.phrases.txt.bak
│   ├── w3s.item2.fbracer.phrases.txt
│   ├── w3s.item2.lifetube.phrases.txt
│   ├── w3s.item2.mvmcashregen.phrases.txt
│   ├── w3s.item2.posthaste.phrases.txt
│   ├── w3s.item2.sbracelt.phrases.txt
│   ├── w3s.item2.trinket.phrases.txt
│   ├── w3s.item.antiward.phrases.txt
│   ├── w3s.item.boot.phrases.txt
│   ├── w3s.item.claw.phrases.txt
│   ├── w3s.item.cloak.phrases.txt
│   ├── w3s.item.courage.phrases.txt
│   ├── w3s.item.fireorb.phrases.txt
│   ├── w3s.item.helm.phrases.txt
│   ├── w3s.item.hope.phrases.txt
│   ├── w3s.item.lace.phrases.txt
│   ├── w3s.item.mask.phrases.txt
│   ├── w3s.item.orb.phrases.txt
│   ├── w3s.item.ring.phrases.txt
│   ├── w3s.item.scroll.phrases.txt
│   ├── w3s.item.shield.phrases.txt
│   ├── w3s.item.sock.phrases.txt
│   ├── w3s.item.tome.phrases.txt
│   ├── w3s.item.uberme.phrases.txt
│   ├── w3s.race.undead.phrases.txt
│   └── w3s.shopmenu2.phrases.txt
├── serverhop.phrases.txt
├── sh.common.phrases.txt
├── sk
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── smac.phrases.txt
├── sounds.phrases.txt
├── sourcebans.phrases.txt
├── spraytracenomenu.phrases.txt
├── sqladmins.phrases.txt
├── sv
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── slapslay.phrases.txt
│   ├── smac.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── TF2Jail.phrases.txt
├── TF2Jail_TeamBans.phrases.txt
├── th
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── tr
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── slapslay.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── tradechat.phrases.txt
├── TRANSLATIONS_FINISHED.TXT
├── ua
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── ultimate-mapchooser-adminmenu.phrases.txt
├── ultimate-mapchooser.phrases.txt
├── vi
│   ├── adminhelp.phrases.txt
│   ├── adminmenu.phrases.txt
│   ├── antiflood.phrases.txt
│   ├── basebans.phrases.txt
│   ├── basecomm.phrases.txt
│   ├── basetriggers.phrases.txt
│   ├── basevotes.phrases.txt
│   ├── clientprefs.phrases.txt
│   ├── common.phrases.txt
│   ├── core.phrases.txt
│   ├── funcommands.phrases.txt
│   ├── funvotes.phrases.txt
│   ├── mapchooser.phrases.txt
│   ├── nextmap.phrases.txt
│   ├── nominations.phrases.txt
│   ├── playercommands.phrases.txt
│   ├── plugin.basecommands.txt
│   ├── reservedslots.phrases.txt
│   ├── rockthevote.phrases.txt
│   ├── sounds.phrases.txt
│   └── sqladmins.phrases.txt
├── votescramble.phrases.txt
├── w3s.addon.botcontrol.phrases.txt
├── w3s.addon.clanbonusxp.phrases.txt
├── w3s.addon.dropitems.phrases.txt
├── w3s.addon.goldbets.phrases.txt
├── w3s.addon.levelupparticle.phrases.txt
├── w3s.addon.nospysuicide.phrases.txt
├── w3s.addon.useyourgold.phrases.txt
├── w3s._common.phrases.txt
├── w3s.engine.menushopmenu.txt
├── w3s.engine.menushopmenu.txt.bak2
├── w3s.item2.fbracer.phrases.txt
├── w3s.item2.lifetube.phrases.txt
├── w3s.item2.mvmcashregen.phrases.txt
├── w3s.item2.posthaste.phrases.txt
├── w3s.item2.sbracelt.phrases.txt
├── w3s.item2.snakebracelet.phrases.txt
├── w3s.item2.trinket.phrases.txt
├── w3s.item.ankh.phrases.txt
├── w3s.item.antiward.phrases.txt
├── w3s.item.boot.phrases.txt
├── w3s.item.claw.phrases.txt
├── w3s.item.cloak.phrases.txt
├── w3s.item.courage.phrases.txt
├── w3s.item.fireorb.phrases.txt
├── w3s.item.glove.phrases.txt
├── w3s.item.health.phrases.txt
├── w3s.item.helm.phrases.txt
├── w3s.item.hope.phrases.txt
├── w3s.item.lace.phrases.txt
├── w3s.item.mask.phrases.txt
├── w3s.item.mole.phrases.txt
├── w3s.item.orb.phrases.txt
├── w3s.item.ring.phrases.txt
├── w3s.item.
scroll.phrases.txt
├── w3s.item.shield.phrases.txt
├── w3s.item.sock.phrases.txt
├── w3s.item.tome.phrases.txt
├── w3s.item.uberme.phrases.txt
├── w3s.levelbank.phrases.txt
├── w3s.race.bh.phrases.txt
├── w3s.race.bloodlord.phrases.txt
├── w3s.race.cd.phrases.txt
├── w3s.race.chronos.phrases.txt
├── w3s.race.crypt.phrases.txt
├── w3s.race.darkelf
o.phrases.txt
├── w3s.race.dragonborn
o.phrases.txt
├── w3s.race.fluttershy.phrases.txt
├── w3s.race.hammerstorm.phrases.txt
├── w3s.race.humanally.phrases – Copy.txt
├── w3s.race.humanally.phrases.txt
├── w3s.race.human.phrases.txt
├── w3s.race.hunter.phrases.txt
├── w3s.race.lich
o.phrases.txt
├── w3s.race.luna.phrases.txt
├── w3s.race.mage.phrases.txt
├── w3s.race.naix.phrases.txt
├── w3s.race.nightelf.phrases.txt
├── w3s.race.orc.phrases.txt
├── w3s.race.rarity.phrases.txt
├── w3s.race.sacredw.phrases.txt
├── w3s.race.sacredw.phrases.txt

├── w3s.race.scout_o.phrases.txt
├── w3s.race.sr.phrases.txt
├── w3s.race.succubus.phrases.txt
├── w3s.race.succubus.phrases.txt~
├── w3s.race.transorcerer.phrases.txt
├── w3s.race.undead.phrases.txt
├── w3s.race.warden.phrases.txt
├── w3s.race.warden.phrases.txt~
├── w3s.shopmenu2.phrases.txt
├── win-panel-ff.phrases.txt
└── zho
├── adminhelp.phrases.txt
├── adminmenu.phrases.txt
├── antiflood.phrases.txt
├── basebans.phrases.txt
├── basecomm.phrases.txt
├── basetriggers.phrases.txt
├── basevotes.phrases.txt
├── clientprefs.phrases.txt
├── common.phrases.txt
├── core.phrases.txt
├── funcommands.phrases.txt
├── funvotes.phrases.txt
├── mapchooser.phrases.txt
├── nextmap.phrases.txt
├── nominations.phrases.txt
├── playercommands.phrases.txt
├── plugin.basecommands.txt
├── reservedslots.phrases.txt
├── rockthevote.phrases.txt
├── sounds.phrases.txt
└── sqladmins.phrases.txt