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

Server Tools

Hi,

I haven't tried this earlier, but now that I'm trying, I'm not sure if this broke with 15.2, or if it never worked:

I can't seem to get the delay between uses for custom commands to work. For example:

Code:
<Command Command="happyending" Response="spawnentity {EntityId} 43" DelayBetweenUses="60" />
However, it behaves as if DelayBetweenUses="0"

Also, would it be possible to chain a command? Such as before or after the "happyending" command, it can also send the player a message. I'm thinking something like:

Code:
<Command Command="happyending" Response="spawnentity {EntityId} 43" "Have a happy ending!"| DelayBetweenUses="60" />
Thank you so much for making this mod. It's providing my friends some nice improvements to quality of their apocolyptic lives.

 
Ok i cant seem to get this working copied mods directory to server and started it but the tool has not created servertoolsconfig.xml file anywhere. i am using rented dedicated server.

 
Ok dont know what im doing wrong but have copied it over toserver started and it hasnt created the servertoolsconfig.xml file.

Im using a rented dedicated server btw.

Any help would be appreciated.

 
Help

TRied to install this on my sserver but it doesnt create the servertoolsconfig.xml file when starting the server. I am using a dedicated server but i just cant get this to work.

 
TRied to install this on my sserver but it doesnt create the servertoolsconfig.xml file when starting the server. I am using a dedicated server but i just cant get this to work.
post a copy of your log file

 
suggetions

Hey, Firstly thank you for such a good server tool.

I have a request regarding /day7 reply in chat. Could we have a switch or options to only to display the information regarding when day7 horde night is, and not server information on fps, zombies and what not..

And only have it tell the information from phrase 301 and phrase 306.

EDIT:

If possible maybe also a catch deathmessage, don't know if game register what kills a player, say killed by dog, zombienurse, spikes ect...

 
Last edited by a moderator:
TRied to install this on my sserver but it doesnt create the servertoolsconfig.xml file when starting the server. I am using a dedicated server but i just cant get this to work.
Just remember the Mod is installed in the MOD folder, but the configurations files are stored in /saves/ folder called: ServerTools.

 
My question is how to use chat colors or set up a custom command so that players/admins can change their name or chat to a different color using hex codes?

 
How do I set level restrictions on using custom commands? For example, for players to use /hubcity, I'd like them to be level 10.

 
Hey, folks - out of curiosity, is there any way to add an "automated restart" feature to this? One where it sets the server to auto save and restart every x number of real life hours?

 
Also, out of curiosity - I've got the sethome set at 30, but there doesn't seem to be any kind of limit for myself or another player. Is this because we are admins? Are admins exempt from the rules?

 
Also, out of curiosity - I've got the sethome set at 30, but there doesn't seem to be any kind of limit for myself or another player. Is this because we are admins? Are admins exempt from the rules?
I believe Server Tools checks to see if you are Admin/Moderator and will ignore timers.

 
@dmustanger

So are you still working on Server Tools? it has been a while since I have seen any updates. I have been using Server Tools and Alloc mods since they first showed up. I run Zombie Bait server. I also like the RAT tool but I am a big fan of non telnet mods if possible.

Any chance of adding a few things?

Feature request and I am willing to donate :)

- level restrictions on custom commands so maybe I have a /hubcity >=20, delay = 30. this would allow a person level 20+ to use the teleport to hubcity every 30 minutes. you would have to add a level check to your existing system. I know you check for permission like Admin/owner/Mod already, or I think you do :)

- How do I add zombies to the /gimme system? I want a chance to spawn a zombie

- How about adding level restrictions on the gimme system as well?

- Adding support for the shutdown/saveworld command with timer message. you already do a saveworld every XX minutes so a shutdown should be easy.

Don't make me break out my coding skills :)

 
@dmustanger
So are you still working on Server Tools? it has been a while since I have seen any updates. I have been using Server Tools and Alloc mods since they first showed up. I run Zombie Bait server. I also like the RAT tool but I am a big fan of non telnet mods if possible.

Any chance of adding a few things?

Feature request and I am willing to donate :)

- level restrictions on custom commands so maybe I have a /hubcity >=20, delay = 30. this would allow a person level 20+ to use the teleport to hubcity every 30 minutes. you would have to add a level check to your existing system. I know you check for permission like Admin/owner/Mod already, or I think you do :)

- How do I add zombies to the /gimme system? I want a chance to spawn a zombie

- How about adding level restrictions on the gimme system as well?

- Adding support for the shutdown/saveworld command with timer message. you already do a saveworld every XX minutes so a shutdown should be easy.

Don't make me break out my coding skills :)

I still work on it just have not had time recently.

adding zombies and level restrictions to gimme is in the works

You can use the console command stopserver that was released with version 3.6 that will save and stop the server with a warning message

 
Spawn in horde

Hi guys is there a way to create a command to allow players to spawn zombies around them to give them a better horde at horde night?

Thanks in advance

 
Hello,

I have a quick question, it can be set delay between home uses? In config is only option to set delay for command /sethome

 
hey

hey guys ive been using your servertools 3.7 on my server it rocks i have just switched to starvation mod tho and my /sethome or any of the home related fuctions seem to not work wen i try and set home it reads as (ethome ) and is in orange am i doin something wrong

 
Last edited by a moderator:
Hi guys is there a way to create a command to allow players to spawn zombies around them to give them a better horde at horde night? Thanks in advance
Yes it is possible, however, not with the current state of the mod. It would have to be added as a new feature.

hey guys ive been using your servertools 3.7 on my server it rocks i have just switched to starvation mod tho and my /sethome or any of the home related fuctions seem to not work wen i try and set home it reads as (ethome ) and is in orange am i doin something wrong
IIRC, the command "/s" is a command that is read by the Starvation mod, so I think the work around was that you had to disable any custom chat functions the mod provides to get it work properly.

 
@dmustanger

Some more features I would love to see (and donate for!):

---> Delay timer on /home and any custom command I create. right now /home happens right away assuming the time has been met. so if I set a time to every 30min but I want a 10s delay from the time you start using the command /home "you will be teleported home in XX seconds" would rock.

Why? players use commands like /home and /spawn and /hubcity to get out of a raiding scenario and without a delay it makes it not fair.

Other options would be to also cancel the command if taking damage.

-

 
Back
Top