arma2-epoch-server/@DayZ_Epoch_Server/addons/dayz_server/AdminTools/Mod/config.sqf

22 lines
791 B
Plaintext
Raw Normal View History

2022-04-21 16:15:41 +03:00
/************** Epoch Moderator Tools Variables **************/
//This creates a log in your server\EpochAdminToolLogs\toolUsageLog.txt REQUIRES: EATadminLogger.dll
EAT_logMajorTool = true; //A major tool is a strong tool with high possibility for exploitation
EAT_logMinorTool = true;//A minor tool is a weak tool with low possibility for exploitation
/************** ModMode Variables **************/
// Defines the default on and off for mod mode options
// ALL items can be turned on or off during gameplay, these are just defaults
EAT_playerGod = true;
EAT_vehicleGod = false;
EAT_playerESPMode = true;
EAT_grassOff = true;
EAT_infAmmo = true;
EAT_fastWalk = true;
EAT_fastUp = true;
EAT_invisibility = false;
EAT_ZombieShield = false;
diag_log("Moderator Tools: Configs loaded");