• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Server Tools

<Command Command="hubcity" Response="tele {EntityId} 0 -1 0" DelayBetweenUses="30" />

That's a basic one that should teleport you to coords 0,0 at the surface when you type /hubcity in chat (with a 30 second cooldown).

 
what is the <Tool Name="Day7" Enable="False" /> do in the Servertoolsconfig.xml?
Day7 announces when the next day 7 horde is. Change enable to True and type /day7 for it to display how many days before the next day 7 horde.

 
Can I use color tags in the info ticker? if can you share an example?

I want something like <color>SERVER:<another color> message

<Message id="2" Message="[00fff00]WARNING: [0101010] Minibikes cause lag - please do not use" />

not sure what the color tags would look like

 
<Message id="1" Message="[FF0000]WARNING: [-][00FF00]Minibikes are fun![-]" />

This would be WARNING: Minibikes are fun!

Color tags are RGB hex values inside brackets [RRGGBB] and a closing bracket [-].

RGB Hex values can be found using a website like http://www.colorpicker.com/

 
Last edited by a moderator:
Hey guys, good tool , but any idea how to in Custom chat commands to make more actions in one go - i mean if i do in chat /test - how to make that it says: say "xxxxxx" text and also do se {EntityId} 1 in one go ?

Thanks in advance

 
You can't do this at the moment.

You would need to code this functionality yourself and rebuild from source.

 
just installed 3.2 fresh commands with / doesnt work only ! what seems to be the issue?

also !sethome u set ur home location then !home suppose to take u to that exact location spot u sethome but it takes u to the highest ground... can u fix that to the location player set?

 
Last edited by a moderator:
I'm on A15 b83 and I've installed the mod and it doesn't seem to create the config xml in the save folder, thus the rest doesn't seem to work. I got the latest and compiled it so technically version 3.3, but I also tried the stable 3.2 and that didn't work either. I placed the the files in the Mods folder in their own directory and I am using a custom save location, but also tried the default with no success. I also am not using any other mods.

I do thank you for using github though with C#, because I definitely want to create some modifications of my own and this will hopefully act as a jumping off point :)

 
try the new one i just updated. Check the first post

v3.3

Added Reserved Slots to the mod. Will kick the player with the least amount of crafted items.

Added Watchlist to the mod. Will alert online admins when the watchlisted player is online.

(Console Commads Usage: watchlist add <steamID> <reason>, watchlist remove <steamID>, watchlist list)

Fixed Motd not showing the correct player name

Updated invalid items list (NOTE: will need to delete InvalidItems.xml if you want the updated list if items)

Changed ServerToolsConfig.xml & ServerToolsPhrases.xml will now update themselves if needed. No need to delete them anymore.

Updated day7 to include a15 zombies

 
try the new one i just updated. Check the first post
v3.3

Added Reserved Slots to the mod. Will kick the player with the least amount of crafted items.

Added Watchlist to the mod. Will alert online admins when the watchlisted player is online.

(Console Commads Usage: watchlist add <steamID> <reason>, watchlist remove <steamID>, watchlist list)

Fixed Motd not showing the correct player name

Updated invalid items list (NOTE: will need to delete InvalidItems.xml if you want the updated list if items)

Changed ServerToolsConfig.xml & ServerToolsPhrases.xml will now update themselves if needed. No need to delete them anymore.

Updated day7 to include a15 zombies
Nope, no luck there :( Still doesn't generate the config xml's. Also, I have never used this mod before so no configs previously existed.

 
I'm on A15 b83 and I've installed the mod and it doesn't seem to create the config xml in the save folder, thus the rest doesn't seem to work. I got the latest and compiled it so technically version 3.3, but I also tried the stable 3.2 and that didn't work either. I placed the the files in the Mods folder in their own directory and I am using a custom save location, but also tried the default with no success. I also am not using any other mods.
I do thank you for using github though with C#, because I definitely want to create some modifications of my own and this will hopefully act as a jumping off point :)
I'm doing a clean install of both the Client and Server to test with A15 B83. I'll keep you posted.

try the new one i just updated. Check the first post
v3.3

Added Reserved Slots to the mod. Will kick the player with the least amount of crafted items.

Added Watchlist to the mod. Will alert online admins when the watchlisted player is online.

(Console Commads Usage: watchlist add <steamID> <reason>, watchlist remove <steamID>, watchlist list)

Fixed Motd not showing the correct player name

Updated invalid items list (NOTE: will need to delete InvalidItems.xml if you want the updated list if items)

Changed ServerToolsConfig.xml & ServerToolsPhrases.xml will now update themselves if needed. No need to delete them anymore.

Updated day7 to include a15 zombies
Awesome! I thought I was going to have to do all that once A15 went stable. :p

 
it may take a few mins to write the config depending on the speed of the server. Are you sure you are looking in the correct place?

are you using linux?

 
Last edited by a moderator:
Back
Top