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