Hello i dont know how to setup koth radius or start, also i want to remove +10 credits given to a player after a zombie kill or player kill

if someone can help Thanks

hey @myorage

To set up KOTH boxes you need to use /setkothbox <name> <radius> command, for example /setkothbox "O'leary Prison" 100. Then in the configuration you have to use that name in the scheduler that will automatically start this event for that specific koth box or you can start it manually using the command /startkoth [name] for example /startkoth "O'leary Prison".
You can find more information about KOTH Box here: https://restoremonarchy.com/servers/plugins/kothbox

When it comes to credits, I understand you use Advanced Economy. To disable the money earning from zombies you in AdvancedEconomy configuration you have to have to find

<StatReward>
  <Stat>KILLS_ZOMBIES_NORMAL</Stat>
  <Amount>10</Amount>
  <ShouldSendMessage>true</ShouldSendMessage>
  <Message>+{0} credits for killing a zombie</Message>
</StatReward>

and change it to

<StatReward>
  <Stat>KILLS_ZOMBIES_NORMAL</Stat>
  <Amount>0</Amount>
  <ShouldSendMessage>false</ShouldSendMessage>
  <Message>+{0} credits for killing a zombie</Message>
</StatReward>

or alternatively just delete it.

The similar way you can disable mega zombies rewards etc. If you want to disable all of the money rewards, replace the higlighted code like in the picture below with just <StatRewards />

You will find more information about Advanced Economy here: https://restoremonarchy.com/servers/plugins/advancedeconomy

Thanks, but about the koth when i try to /startkoth /startkoth “O’leary Prison” , it does not loading anything

    myorage Did you create one with the name like this first? This is just an example

    with different name is the same nothing appearing

    Can I join your server, so you can show me.

    about the kothbox workshopdownloadconfig i already have file id from playerstats how to add another one for the kothbox

    Add a comma , so it looks something like this:

    {
      "File_IDs": [
         1753134636,
         1753131903
      ],
      "Ignore_Children_File_IDs": [],
      "Query_Cache_Max_Age_Seconds": 600,
      "Max_Query_Retries": 2,
      "Use_Cached_Downloads": true,
      "Should_Monitor_Updates": true,
      "Shutdown_Update_Detected_Timer": 600,
      "Shutdown_Update_Detected_Message": "Workshop file update detected, shutdown in: {0}",
      "Shutdown_Kick_Message": "Shutdown for Workshop file update."
    }

    https://restoremonarchy.com/servers/docs/unturned-server/workshopdownloadconfig-json

    Working, Thanks