Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.
The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.
Just remove it from the invaliday items xml and remove the banApparently, Invalid Items list has adobeWhiteWedgeTip and this can be crafted. Players are getting kicked for it.
Mostly no, but it depends on what The Fun Pimps change.Does this mod have to be updated every time a new verson of 7 days comes out, or does it just work once I get it?
Yes....or maybe not. https://7daystodie.com/forums/showthread.php?32862-Server-Tools&p=318231&viewfull=1#post318231Also does using this put my server in the modded section of the server browser?


Yes and also the cntlockers do. as a quick fix remove them from the invalid items listApparently, Invalid Items list has adobeWhiteWedgeTip and this can be crafted. Players are getting kicked for it.
You could always just used a light version of the sign from the CMThis mod is amazing! Thank you for this outstanding tool. It has saved me so much work!
I noticed when I add store prefabs (example Book store) that the sign lights don't work. Could you add a command to turn the store sign lights on and off?
Using servertools, allocs fixes, coppis addtions, will not put your server into the modded list.Does anything in this package effect how the server appears on the server browser? (Vanilla or Custom)
Nope. Works fine so long as you aren't using a custom chat. I had this issue in Starvation Mod until I disabled the mods custom chat then it worked fine. Also make sure you have it enabled in the xml and you are typing /day7 and not /7day.Hey guys is it just me or is the /7day /day7 command broken since A15 /A15.1 ?
We have Valmod Overhaul running and some Oxide Plugins but nothing that is chat related. Its on True inside the xml all the other commands from Server Tools work fine kinda odd.Nope. Works fine so long as you aren't using a custom chat. I had this issue in Starvation Mod until I disabled the mods custom chat then it worked fine. Also make sure you have it enabled in the xml and you are typing /day7 and not /7day.
Hi, is there anyway the other functions can be used in the chat or console too like disable enable true and false. also your clan manager seems to conflict with cancelling reboots. so i have to login to server every timeA collection of tools that I use for my dedicated server to get away from telnet.All Configs can be edited without restarting the server to take effect!
Thanks to Alloc for taking the time to answer my questions and for the examples he provided in his mod.
Here is a link to the download. Server Tools v3.7
Current Features
Custom chat commands with custom color. Add your own commands via config. All commands are added to the chat commands /commands /info /help automatically. All chat commands can use "!" or "/". If "/gimme" is used it returns a private message to the player. If "!gimme" is used it returns a message to the entire server.
/Gimme with adjustable timer and items via config.
/Killme with adjustable timer via config.
/home /sethome /delhome with adjustable timer for /home via config.
High ping kicker with ping immunity. Can add players to the immunity list via config or console command. Can also set it so that it takes samples before a kick occurs. If you set SamplesNeeded to 2 in the config, a player would have to have a high ping for 2 checks before the player is kicked.
Ban or kick players for invalid items/blocks in their inventory such as reinforced concrete blocks. Select what items/blocks are invalid via config. (my personal favorite. have auto banned so many cheaters from this one lol)
Alert players of Invalid Item stack numbers in their inventory.
Chat logger. Saves all ingame chat to a log file in the game save directory.
Bad word filter. Replaces bad words with "*****". Can add bad words via config.
Motd adjustable via config.
InfoTicker/Scrolling messages adjustable via config.
Auto save the world every x amount of minutes adjustable via config.
Reserved slots Will kick the player with the least amount of crafted items. If two or more players have the same amount of crafted items it will kick the person with the lowest walking distance.
Watchlist You can add suspect players to this list and when they join the server it will alert any online admins that they are online.
All chat responses can be edited via config.
Admin chat commands @admins @all /mute /unmute. @admins <message> will send a message to all admins and only admins can use this command. @all <message> is just like a say command. /mute <playerName> will keep said player from posting in the chat. /unmute <playerName> will allow the player to post in the chat again.
Clan Tag Protection. Only the person that created the clan can delete the clan and promote/demote members to/from officers. Only clan owners and officers can invite and remove members.
to make a clan type /clanadd <clanTag>
to delete a clan type /clandel
to add members type /claninvite <playerName>
to remove a member type /clanremove <playerName>
to promote a member to officer type /clanpromote <playerName>
to demote a member from officer to member type /clandemote <playerName>
to accept a clan invite type /clanaccept
to decline a clan invite type /clandecline
to leave a clan type /clanleave
Chat commands /pm or /w for players to pm other players.
Usage: /w <playername> <message> or /pm <playername> <message>
Admin name coloring and prefixes
Console command to stop the game server. Usage: stopserver <minutes>
Console command to remove a entity. Usage: entityremove <entityId>
Console command to reset a players profile. Usage: rp <steamId> or resetplayer <steamId>
Installation
Download and extract the files.
Copy the Mods folder to the root directory of your sever.
Start the server. The mod will auto create the config file in the game save directory. Enable each part of the mod you want via ..\your game save directory\ServerTools\ServerToolsConfig.xml
Once a module is enabled if it has a config it will auto create them in the ServerTools folder in the game save directory.
Examples for console Commands
Examples for console command entityremove:
Usage: entityremove <entityId>
entityremove 123456
er 123456
Examples for console command maxping:
Usage: maxping <ping>
maxping 300
Examples for console command PingImmunity:
Usage: pingimmunity add <steamID> <player name>
pingimmunity add 12345678912345678 "foo bar"
pi add 12345678912345678 "foo bar"
Usage: pingimmunity remove <steamID>
pingimmunity remove 12345678912345678
pi remove 12345678912345678
Usage: pingimmunity list
pingimmunity list
pi list
Examples for console command ReservedSlot:
Usage: reservedslot add <steamID> <playerName> <days to expire>
reservedslot add 12345678912345678 "Foo bar" 30
rs add 12345678912345678 "Foo bar" 30
Usage: reservedslot remove <steamID>
reservedslot remove 12345678912345678
rs remove 12345678912345678
Usage: reservedslot list
reservedslot list
rs list
Examples for console command ResetPlayer:
Usage: resetplayer <steamId>
resetplayer 12345678912345678
rp 12345678912345678
Examples for console command StopServer:
Usage: stopserver <minutes>
stopserver 10
Examples for console command Watchlist:
Usage: watchlist add <steamID> <reason>
watchlist add 12345678912345678 "possible cheating"
wl add 12345678912345678 "possible cheating"
Usage: watchlist remove <steamID>
watchlist remove 12345678912345678
wl remove 12345678912345678
Usage: watchlist list
watchlist list
wl list
****CHANGE LOG****
v3.7
Added Reserved Slot console command Usage: reservedslot add/remove/list <steamID> <playerName> <days to expire>
Fixed /sethome no longer spawns player at the highest point
Fixed /home still not saving players positions after server reboots
Changed Reserved slots will now observe expired date/time in reservedslots.xml
Changed Removed chat command /delhome, players can now just set a new home
Changed Moved Gimme, Killme, Clan and Sethome data to a binary file
Changed Added a usage response for /clan commands if no params were given
What did you have to change? The current version is working just fine on my server. ¯\_(ツ)_/¯
would like to know the same as i am not having any problems alsoWhat did you have to change? The current version is working just fine on my server. ¯\_(ツ)_/¯