Configuration - TH3AL3X/uEssentials GitHub Wiki
You can reload config using /ess reload config
. (Note: Some settings cannot be applied using /ess reload config
, you'll need to use /rocket reload
instead)
{
"Locale": "en",
"PrivateMessage": {
"FormatFrom": "(From {0}): {1}",
"FormatTo": "(To {0}): {1}",
"FormatSpy": "<gray>Spy: {0} -> {1}: {2}",
"ConsoleDisplayName": "*console*"
},
"OldFormatMessages": true,
"UnfreezeOnDeath": true,
"UnfreezeOnQuit": true,
"EnableTextCommands": true,
"EnableDeathMessages": false,
"EnableJoinLeaveMessage": false,
"ShowPermissionOnErrorMessage": true,
"SaveCommandCooldowns": false,
"Allow_Structures_Buildings": true,
"Allow_Barricades_Buildings": true,
"EnablePollRunningMessage": true,
"PollRunningMessageCooldown": 20,
"ServerFrameRate": -1,
"BackDelay": 10,
"ItemSpawnLimit": 10,
"AmmoCommandSpawnLimit": 10,
"AntiSpam": {
"Enabled": true,
"Interval": 3
},
"Home": {
"TeleportDelay": 5,
"CancelTeleportWhenMove": false
},
"Warp": {
"TeleportDelay": 5,
"CancelTeleportWhenMove": false,
"PerWarpPermission": true
},
"VehicleFeatures": {
"RefuelPercentage": 20,
"RepairPercentage": 70
},
"ItemFeatures": {
"ReloadPercentage": 80,
"RepairPercentage": 80
},
"Kit": {
"ShowCost": true,
"ShowCostIfZero": false,
"CostFormat": "{0}({1}{2})",
"GlobalCooldown": 0,
"ResetGlobalCooldownWhenDie": false
},
"Tpa": {
"CancelTeleportWhenMove": false,
"ExpireDelay": 10,
"TeleportDelay": 5
},
"Economy": {
"UseXp": false,
"XpCurrency": "Xp",
"UconomyCurrency": "$"
},
"AutoAnnouncer": {
"lastindex": 0,
"Messages": [
{
"Text": "<color=red>[REMEMBER]</color> Mmmmm",
"Icon": "https://avatars.githubusercontent.com/u/16111599?s=200&v=4.png"
}
],
"Interval": 10,
"Enabled": false
},
"AutoCommands": {
"CurrentTasks": [],
"Commands": [
{
"RunOnce": false,
"Timer": 60,
"Commands": []
}
],
"Enabled": false
},
"GiveItemBlacklist": [],
"VehicleBlacklist": [],
"EnabledSystems": [
"kits"
],
"CommandsToOverride": [],
"DisabledCommands": []
}