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

Server Tools

lol day7 just shows some stats from your server but is not 100% correct. just forgot to turn it off while i was trying to get the errors fixed. wont harm anything

 
Something does not go with me . I have put the mods in the root directory of the server and the server starts but it does not create config file . can someone help me .

 
ah okay..

[MODS] Start loading
2015-09-23T21:34:12 1.396 INF [MODS] Trying to load from ServerTools

2015-09-23T21:34:12 1.421 WRN [MODS] Not loading DLL, only supported on the dedicated server build

2015-09-23T21:34:12 1.422 INF [MODS] Loaded Mod: Server Tools (1.4)

2015-09-23T21:34:12 1.423 INF [MODS] Loading done
but I have a dedicated server loaded via zap-hosting.com . also on the PC it does not work when I asked to start using it .. i have not yet tried on steamcmd .

 
:: STARTING SERVER

echo|set /p="251570" > steam_appid.txt

start 7daystodie -logfile 7DaysToDie_Data\output_log%LOGTIMESTAMP%.txt -quit -batchmode -nographics -configfile=serverconfig.xml -dedicated

echo Starting server ...

timeout 15
is that right? it exists .

 
no its not starting the dedicated server.

notice "start 7daystodieserver"

talk to your host and have them install the dedicated server build

Code:
start 7daystodieserver -logfile 7DaysToDieServer_Data\output_log%LOGTIMESTAMP%.txt -quit -batchmode -nographics -configfile=serverconfig.xml -dedicated
 
Last edited by a moderator:
There is nothing i can do as it is how the game loads mods. If they wont change to the correct build for dedicated servers then change host because this is something they should do.

 
I really wanna thank you for this tool - amazing.

Thats what i looking for.

One more think - i wanna ask you if its possible to view /gimme in chat in game.

I know theres !gimme but people are used to /gimme if u know what i mean.

! = not visible in chat

/ = visible in chat

(sry for my english)

 
Last edited by a moderator:
uploaded a new version 2.0

****CHANGE LOG****

v2.0

Added Clan tag protection

Added Admin chat commands /mute /unmute @admins @all

Added AlwaysShowResponse to the config for /gimme

Changed day7 to not show the animal count at the moment

Fixed a log error

Fixed phrases not writing the id correctly

 
Wonderfull (thanks a lot)

May i have one more question?

Where i have errors in code or how i can set code for custom commands when i want use PM and view whole sentence?

Code:
<Command Command="rules" Response="pm "[00FF00]{2} [FFFFFF]Test message"" /> <!-- not working at all (with 2 quotation marks) -->
<Command Command="rules" Response="pm  [00FF00]{2} [FFFFFF]Test message" />  <!-- working but see only first word in sentence -->
<Command Command="rules" Response="say [00FF00]{2} [FFFFFF]Test message" />  <!-- working but its "say" so visible for all -->
 
Last edited by a moderator:
you need to use "

should look like this

Code:
<Command Command="rules" Response="pm "[00FF00]{2} [FFFFFF]Test message"" /> <!-- not working at all (with 2 quotation marks) -->
<Command Command="rules" Response="pm  "[00FF00]{2} [FFFFFF]Test message"" />  <!-- working but see only first word in sentence -->
<Command Command="rules" Response="say "[00FF00]{2} [FFFFFF]Test message"" />  <!-- working but its "say" so visible for all -->
 
Last edited by a moderator:
hmm...like in my 1st row example

i already have there quotation marks before pm after pm and two after message (in this case command dont work at all - i checked it in notepad++ and last two quotations are in red (when i wrote " then after saving xml file " is automatically changed to " (quotation sign :p )

<Command Command="rules" Response="pm "[00FF00]{2} [FFFFFF]Test message"" /> <!-- not working at all (with 2 quotation marks) -->

 
Last edited by a moderator:
Nope, but never mind.

Maybe my rented server doing it i really dont know.

I understood what you meant by replacing " to " but everytime i hit save button " is automatically changed to "

Interesting is that SAY command works perfect with only two quotations marks ( no need to use " )

Response="say [00FF00]{2} [FFFFFF]Test message" - working perfect whole sentence is visible

Response="pm [00FF00]{2} [FFFFFF]Test message" - will see only first word TEST in game

Response="pm "[00FF00]{2} [FFFFFF]Test message"" - server automatically after saving xml file rewrite " to " and command dont work at all.

Simply everytime i wrote " than after save its automatically rewrited to "

But never mind as i said...i will use say command.

Thank you for your time and help, really like your "tool"

 
Last edited by a moderator:
Updated to version 2.1

****CHANGE LOG****

v2.1

Added /clancommands to /help so players can see what commands are available to them

Added /clanleave so players can leave the clan

Added chat command /pm or /w for players to pm other players

Added clan tag strings and admin chat command strings to the phrases xml (Must delete the xml.)

Changed /day7 Animal counts are now correct and added more infos to the output

Fixed xml error in clansdata.xml

Cleaned up the phrases xml (Must delete the xml.)

Clan members can be removed while offline using a steamid

Removed a unused string from InvalidItems

 
Id like to comment on this Server tool. I like the idea and i think you have a great start and outline. Love the chat logs, and the kick/ban for spawned only items/blocks. But i do have some issues id like to see if you can add...

Clans - At first i was excited, then i was not. The clan as far as i tested does nothing for game play. Nor can i see anyone in the clan, nor does it matter if im in one. Maybe you can make the clans useful by adding maybe a /clan whois to see who is in the clan ur in. Also maybe a /c <message> for only clan members to see your messages. Based on what i saw already within the Server Tool, i think this is possible. We need the clan system to be a useful addon. As of now i dont see the point of using it.

Home - The /home command works other then it teleports you underground. I think maybe adding a variable that add +1 - +3 to the height. your choice, would fix this issue.

create custom trigger messages - Something is wrong here because, i put 3 messages and with a trigger and only the first worked the rest never did.

Auto messages - I would also like to see a settable time for each individual commands that we make.

Admin speak to all - i think it would be nice to have the admins name next to the message he send through the server. This help other admins know the source of the message.

commands - i would like to say with the /commands and /help - i think you should use a @ instead of the slash because other managers use the slashes and having /commands and /help that cant be modified is kinda a turn off, because my manager uses them.

Overall you have a good start, keep going with this.

 
Last edited by a moderator:
Back
Top