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

Server Tools

how do i use the invalideitemkicker ban? with bedrock or reinforced concrete?
In /saves/ServerTools/ServerToolsConfig.xml, set the InvalidItemKicker to True.

Code:
<Tool Name="InvalidItemKicker" Enable="True" Ban="True" />
This will generate /saves/ServerTools/InvalidItemKicker.xml with the default invalid items listed.

You can adjust the list as needed.

 
Last edited by a moderator:
Hello,

I am using FrontRunnerTek Server Manager and now I have downloaded your mod because I like some of the features. Problem is now when I type in chat /gimme it says that gimme is disabled. And it is still enabled in server manager like before. Any way to avoid this?

 
Hello,I am using FrontRunnerTek Server Manager and now I have downloaded your mod because I like some of the features. Problem is now when I type in chat /gimme it says that gimme is disabled. And it is still enabled in server manager like before. Any way to avoid this?
disable the gimme on the server manager and enable gimme in /saves/ServerTools/ServerToolsConfig.xml, set the Gimme to True.

It will generate /gamesavefolder/ServerTools/GimmeItems.xml with the default gimme items. Adjust the list as needed.

 
I've been following your topic for awhile now, I've yet to put on my servers as I'm waiting for a web interface that I can run from my own server but I must say, you've done a very good job thus far.

I just wanted to encourage you to keep up the great work and looking forward to what you come up with down the road.

 
I've been following your topic for awhile now, I've yet to put on my servers as I'm waiting for a web interface that I can run from my own server but I must say, you've done a very good job thus far.
I just wanted to encourage you to keep up the great work and looking forward to what you come up with down the road.
Thanks! I do have a very rough version of the web interface done. Dosnt do much at the moment other then show the current players online on a blank page. The web interface is probaly going to be the hardest part on the mod for me.

 
[...]This will generate /saves/ServerTools/InvalidItemKicker.xml with the default invalid items listed.You can adjust the list as needed.
Hi, is it possible to set the quantity?

I have quite often glitchers on my server with impossible stacks (last seen a guy with 17 sniper rifles on 1 stack).

 
not at this time. it will only announce to the player if the stack is to large. May be able to add something so that it will kick/ban for certain items.

 
not at this time. it will only announce to the player if the stack is to large. May be able to add something so that it will kick/ban for certain items.
Could you code it so that an offending player is successively warned x amount of times at a configurable\preset interval, then kicked\banned if the invalid stack still exists?

 
Thank you. Your mod is already very helpful.

However, I'm pretty sure this function would be absolutely an good enhancement. :)

 
I just put this on my two servers today and already loving the chat logger. One of the main reasons I added it was just for that purpose. However, I had to enabled /home through your tools because it was over riding CBSM which isn't a big issue. Once I got that working everybody was happy.

Now I've also enabled,

Code:
 <Tool Name="SetHome" Enable="True" DelayBetweenSetHomeUses="15" />
       <Tool Name="AnnounceInvalidItemStack" Enable="True" />
       <Tool Name="ChatLogger" Enable="True" />
I have purposely abused the forge and campfire dupe and have duped over a stack of wood in the amount of 26,000+ but I get no warning. I looked in the server tools folder for some type of file to indicate that it's functioning and I see nothing other than the server tools configuration file and prasher. Could you elaborate on what I'm doing wrong?

 
if you are a admin it will not warn you also i believe you need to have invaliditems enabled also. one of the bugs that will be fixed in the next version. If you dont want it to kick/ban for invalid items just enable it and delete the items from the config that it creates

 
Last edited by a moderator:
Oh ok let me get one of our regulars to be a test dummy to see if they are warned before I enable the invaliditems and by that I'm assuming you mean;

Code:
<Tool Name="InvalidItemKicker" Enable="False" Ban="False" />
Of course changing it to True if that is what you mean.

 
Ok so the test went like this...

Had a guy test the feature

Code:
<Tool Name="AnnounceInvalidItemStack" Enable="True" />
Nothing happened just like you said. So I enabled

Code:
<Tool Name="InvalidItemKicker" Enable="True" Ban="False" />
Then all hell broke loose on the server. I added wood to the InvalidItemKicker and next thing you know, everybody got spammed CHEAT DETECTED and booted instantly from the server. I was prepaired for this so I had a saved copy of the server tools with itemkicked disabled so I just uploaded that and deleted the itemkicker configure so everybody was able to rejoin. About 16 of 20 people connected got booted for having wood.

It was rather amusing and it spammed the hell out of CBSM chat showing Cheat Detected but left nothing in the chat logger provided through Server Tools.

Is there a way to have it log that cheat detected notification in the chat logger and also how do I go about added a quantity size to the itemkicker?

 
only add items to the invaliditems xml that you want to kick/ban for such as reinforced concrete. atm it will not kick/ban for itemstacks being to large only warn and it gets the max stack number automaticly from the game.

 
So as of now there is no way to include a stack size limit? For example, anything under 1000 wood is ok. Anything over a single stack size of 1,000 is the dupe bug for wood. Like having a stack of 28,000 wood.

If not I would like to suggest allowing us to add items with a stack size limit before it kicks in and maybe even a time delay (adjustable) after the warning and before it removes you from the server.

 
What are the chances of you changing /sethome or adding a /sethome2 to use -1 for the Y instead of the current position?

Here is why I ask.

The only downfall I see is that the -1 Y will put you on the top most block.

 
Back
Top