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

Server Tools

Automated messages

Hello everyone!

I configured my server's Motd, but I need more.

I wanted certain messages to show every x minutes, alternating between message A,B and C for example.

Is this possible?

I'm using PingPerfect's Server Tools v3.7 (it allows only to configure ServerTools\ServerToolsConfig.xml and ServerTools\ServerToolsPhrases.xml)

 
set infoticker to true in "ServerToolsConfig.xml"

<Tool Name="InfoTicker" Enable="true" DelayBetweenMessages="5" />

it will create a config called "InfoTicker.xml" add your messages here

 
Last edited by a moderator:
permission level

hi ive just started to look in to server tools and was Wondering if there was a way to add permission levels and location option to custom commands or if its not able to can we get it added

 
Item duplication glitch

We've been aware of people duplicating items in the game.

Is there any sort of way to block players from doing this (or maybe knowing if they're doing to kick/ban)?

 
i can add permission levels to the custom commands, what do you mean by location option?

with the location option could we have it set so we have to be with in set zone to use the command would be good for point to point teleporting

 
i got an issue while using

<Command Command="spawn" Response="tele {EntityId} 1232 -1 -910" DelayBetweenUses="30" />

on CustomChatCommands.xml

cooldown doesn't seem to work - i can teleport again and again...

Code:
Mod Coppis command additions: 3.0
Mod Server Tools: 3.7
[/CODE]
 
Hi Please can you make 1 small change to ServerTools?

When it teleports players, it does so silently. There is no record generated in telnet (yes I know you want to get away from telnet) so all teleports it does are indistinguishable from hackers teleporting. My server manager has to detect ServerTools and disable hacker teleport detection because it can't tell the difference between a legit and a hacked teleport.

Can you make it output something to telnet each time it teleports someone? Ideally include the steam id of the player being teleported.

 
Last edited by a moderator:
i can make it so that it will output it to a log, which will allow you to catch it with a phraser. is this what you are looking for? or would you rather it go to console?

 
i can make it so that it will output it to a log, which will allow you to catch it with a phraser. is this what you are looking for? or would you rather it go to console?
I need it in the console because my server manager (bot) runs remotely like CBSM. I only have telnet access.

 
Config File not being created

My dedicated server is a rental service and has a custom save game folder which I cannot change.

The mod seems to load fine, but the server tools config file is not being created in said custom save game folder.

Is someone able to help me with this?

EDIT: It's resolved now. The mod was not uploaded properly. Now it is and seems to be working fine.

 
Last edited by a moderator:
/rules command

Thanks for your work on this the MOTD and ticker is what i have been looking for. works great with my dedicated host.

/day 7 is also nice

any chance we can get some sort of /rules command? that just spits out the server ruleS?

 
Thanks for your work on this the MOTD and ticker is what i have been looking for. works great with my dedicated host./day 7 is also nice

any chance we can get some sort of /rules command? that just spits out the server ruleS?
can use the customchatcommands for that

 
Back
Top