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

Server Tools

I installed as instructed (3.2), initially just enabled ping kicker and autosave.Then today I enabled custom chat commands for the rules etc, and they became enabled, and the customchat XML was created. However, no changes I make to the commandlist are reflected in game. I even deleted the list of commands and it was not rewritten. I have disabled the custom commands in Config.xml, but they are still available on the server, but with the stock messages. I tried giving full 777 permissions to the chatcommand file in case, but no dice.

Does the server need a restart for the changes to take effect?

Is it a bug?

(I have also posted this to github, sorry if this is considered spamming you)

-----EDIT

If you need access to server or filesystem, just let me know.
Having similar issues getting chat commands to work. Pre-Reboot it listed the default ones when /commands was entered. After entering own wording etc and rebooting I only get it saying /day7 and /pm. Also day7 is in the list as enabled=false.

 
Having similar issues getting chat commands to work. Pre-Reboot it listed the default ones when /commands was entered. After entering own wording etc and rebooting I only get it saying /day7 and /pm. Also day7 is in the list as enabled=false.
Yeah, server rebooted after random crash and none of /commands work.

Autokick is still working though, which is good.

Had to setup a cron job to cover the autosave though.

 
Can't make it to works on 14.6
Log: [MODS] Error while executing SavePlayerData on mod "Server Tools"
Looks like there might be something wrong with HighPingKicker or InvalidItemKicker. Disable those in the ServerTools config and see if that lets the mod start.

Just an idea until dmustanger can fix it.

 
Last edited by a moderator:
Can't make it to works on 14.6
Log: [MODS] Error while executing SavePlayerData on mod "Server Tools"
can you provide more of the log? such as when it is happening such as on load, after someone joins? anyone else getting these errors? everything seems fine on my server.

 
FYI for those watching...

I'm not having any issues since I'm still running my modded version which was built off of Server Tools v2.2.

 
can you provide more of the log? such as when it is happening such as on load, after someone joins? anyone else getting these errors? everything seems fine on my server.
2016-05-27T09:50:36 95.774 ERR [MODS] Error while executing PlayerSpawning on mod "Server Tools"

2016-05-27T09:50:36 95.774 EXC Method not found: 'NetPackageGameMessage..ctor'.

MissingMethodException: Method not found: 'NetPackageGameMessage..ctor'.

at ServerTools.API.PlayerSpawning (.ClientInfo _cInfo, Int32 _chunkViewDim, .PlayerProfile _playerProfile) [0x00000] in <filename unknown>:0

at ModManager.PlayerSpawning (.ClientInfo _cInfo, Int32 _chunkViewDim, .PlayerProfile _playerProfile) [0x00000] in <filename unknown>:0

UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)

UnityEngine.DebugLogHandler:LogException(Exception, Object)

UnityEngine.Logger:LogException(Exception, Object)

UnityEngine.Debug:LogException(Exception)

Logger:masterLogException(Exception)

Logger:Exception(Exception)

Log:Exception(Exception)

ModManager:PlayerSpawning(ClientInfo, Int32, PlayerProfile)

GameManager:RequestToSpawnPlayer(ClientInfo, Int32, PlayerProfile)

NetPackageRequestToSpawnPlayer:ProcessPackage(World, INetConnectionCallbacks)

ConnectionManager:IS(INetConnection, NetPackageDirection)

ConnectionManager:Update()

(Filename: Line: -1)

I'm using also latest allocfix mod

This is the error at login of player...

Disabled all function and keept only /gimme function... no error log but command didn't works... simply /gimme appear in chat without effect.

 
Last edited by a moderator:
Hey guys,

I downloaded the mod, installed it on my dedicated server. Started the server and no folders appeared in my save. The folder is inside the root folder of my server.

Any ideas what happened? Maybe I did something wrong?

Thanks!

ChewChew

 
The clan chat have problems. I can not remove my clan. He said everytime that the name was not found. If i want to create a clan that he said i am already created the clan.

And i want to use that tools in 2 Servers... So can you fix that we can use this for 2 servers ?

 
Hey using your mod a bit over a week now and have added a custom teleport in custom chat commands with a delay of 30

<Command Command="atlantis" Response="teleportplayer {EntityId} -684 -1 -162" DelayBetweenUses="30" />
But when i test it, i can use it instantly again. Any idea what is wrong?

 
Hey using your mod a bit over a week now and have added a custom teleport in custom chat commands with a delay of 30


But when i test it, i can use it instantly again. Any idea what is wrong?
from the changelog "Changed CustomCommands now has DelayBetweenUses added to the config but not working yet"

 
love your mod but can you pleaseee make it so that the server sends the user Private msgs instead of public messages?

 
Last edited by a moderator:
Back
Top