Skip to content

Installation

dmustanger edited this page Oct 26, 2015 · 10 revisions

Installing the mod is very simple.

1 Download and extract the the latest release from Latest Releases Page.

2 Copy the Mods folder to the root directory of your game sever. (C:\Program Files (x86)\Steam\steamapps\common\7 Days to Die Dedicated Server)

3 Start the game server. The mod will auto create a folder "ServerTools" in the game save directory.

4 Edit "ServerToolsConfig.xml" to enable the tools. Once a tool is enabled, if it has a config it will auto create config named after the tool in the ServerTools folder in the game save directory. You do NOT need to restart the server for the changes to take affect.

ServerToolsConfig.xml

<?xml version="1.0" encoding="UTF-8"?>
    <ServerTools>
        <Tools>
            <Tool Name="CustomCommands" Enable="True" ChatColor="[00FF00]" />
            <Tool Name="Killme" Enable="True" DelayBetweenKillmeUses="60" />
            <Tool Name="Gimme" Enable="True" DelayBetweenGimmeUses="60" AlwaysShowResponse="False" />
            <Tool Name="SetHome" Enable="True" DelayBetweenSetHomeUses="60" />
            <Tool Name="HighPingKicker" Enable="True" Maxping="250" SamplesNeeded="0" />
            <Tool Name="InvalidItemKicker" Enable="True" Ban="True" />
            <Tool Name="AnnounceInvalidItemStack" Enable="False" />
            <Tool Name="ChatLogger" Enable="True" />
            <Tool Name="BadWordFilter" Enable="True" />
            <Tool Name="InfoTicker" Enable="True" DelayBetweenMessages="5" />
            <Tool Name="Motd" Enable="True" />
            <Tool Name="AutoSaveWorld" Enable="True" DelayBetweenWorldSaves="15" />
            <Tool Name="ClanManager" Enable="true" />
        </Tools>
</ServerTools>
Clone this wiki locally