Jump to content

Server Tools


dmustanger

Recommended Posts

  • 2 weeks later...

Hello everyone! Sorry for my bad english first.

 

<Command Command="market" Response="tele {EntityId} -224 40 540" DelayBetweenUses="0" />

 

My question is; how can i add to this code delay before teleport. So for example; i want to players wait 15 seconds after used /market command.

Link to comment
Share on other sites

  • 2 weeks later...

Hello, i noticed there is major issues with chat hooking or some conflicts with Coppis Mod and Yours, Is there a way you can make it work? or change the prefix to make it work? im not sure how this works, just want some insight, i have tried the space before command trick and nothing works with Coppi, your mod takes complete chat control.

Link to comment
Share on other sites

server tools

 

question #2

 

whit CustomChatCommands.xml i have set

 

<Command Command="Spawn" Response="tele {EntityId} 3221 -30 950" DelayBetweenUses="10" />

 

/spawn work #1 the DelayBetweenUses="10" dont work NORMAL

 

 

 

 

 

question #3

 

<Command Command="Lobby" Response="tele {EntityId} 10 127 10" DelayBetweenUses="10" /> how i can add message whit you teleport example

 

i want add my text : "[DF0101]WELCOME TO LOBBY[-] [0F8C9A]YOU ARE PRESENTLY AT 0.0 OF THE MAP[-]""

 

<Command Command="Lobby" Response="tele {EntityId} 10 127 10" "[DF0101]WELCOME TO LOBBY[-] [0F8C9A]YOU ARE PRESENTLY AT 0.0 OF THE MAP[-]"" DelayBetweenUses="10" />

 

"[DF0101]WELCOME TO LOBBY[-] [0F8C9A]YOU ARE PRESENTLY AT 0.0 OF THE MAP[-]""

Edited by BadCops (see edit history)
Link to comment
Share on other sites

question #3

 

<Command Command="Lobby" Response="tele {EntityId} 10 127 10" DelayBetweenUses="10" /> how i can add message whit you teleport example

 

i want add my text : "[DF0101]WELCOME TO LOBBY[-] [0F8C9A]YOU ARE PRESENTLY AT 0.0 OF THE MAP[-]""

 

<Command Command="Lobby" Response="tele {EntityId} 10 127 10" "[DF0101]WELCOME TO LOBBY[-] [0F8C9A]YOU ARE PRESENTLY AT 0.0 OF THE MAP[-]"" DelayBetweenUses="10" />

 

"[DF0101]WELCOME TO LOBBY[-] [0F8C9A]YOU ARE PRESENTLY AT 0.0 OF THE MAP[-]""

Link to comment
Share on other sites

I am having an issue with infoticker as well - hoping I am just having a duh moment and this is easily fixed, but our messages are not scrolling even though config says they are enabled and repeat every 5 - here is my xml file - is something typed wrong?

 

<?xml version="1.0" encoding="UTF-8"?>

<InfoTicketer>

<Messages>

<Message id="1" Message="1. Welcome to Death Becomes Us. We are a PVE helpful server. Please read rules as they follow. It is your responsibility to know them, but feel free to ask if you need help." />

<Message id="2" Message="2. Type /commands for additional features. Use /sethome and /home to teleport once every 30 mins, use /gimme for gifts every 25 minutes" />

<Message id="3" Message="3. Donations graciously accepted! Contact Wanda, Windrider, Castiel or Kitty Kat or see our paypal setup at https://paypal.me/pools/c/7Zq3Seq7Hj " />

<Message id="4" Message="3. Remember 7D2D is still a game in Alpha! Server is prone crash at times! Im sure the devs are sorry if it happens... We do our best to prevent crashes!" />

<Message id="5" Message="4. Discord invite https://discord.gg/2NJx7bs - please do not advertise other discord channels. This is open to the public." />

<Message id="6" Message="6. RULES: First and foremost, that this is a PvE server; no raiding or looting. Please do not take unlocked minibikes - ask an admin if you think a player is inactive." />

<Message id="7" Message="7. On Death Becomes Us your username MUST be respectable or the admins will ask you to change your name. Nothing racist or meant to be hurtful to others will be allowed." />

<Message id="8" Message="8. LAND CLAIM BLOCKS: You receive an LCB when you start - remember to use this to protect your base - you can pick it up and take it with you when you move.

<Message id="9" Message="9. When placing your LCB you must be AT LEAST 30 blocks away from any other LCB. When you place it you have a cube 20 blocks to all sides of your LCB (41x41 CUBE) which is protected. When you try to place items in an area with a LCB your items will glow either GREEN, WHITE or RED." />

<Message id="10" Message="10. GREEN = Means the item is in YOUR protected zone. WHITE = Means it is OUTSIDE of your zone and can be destroyed by anyone or any �Z�. RED = Means it is INSIDE someone else�s protected zone." />

<Message id="11" Message="11. Your Land Claim Block (LCB) is good for 15 days (real life time) and cannot be removed. If you do not return to the server within this timeframe, your LCB will automatically be rendered inactive and allow others to loot/break everything you own." />

<Message id="12" Message="12. If you do not use an LCB or your LCB deteriorates, your items will be considered available to scavenge as the wastelands obviously got the best of you. Admins WILL NOT replace items lost this way so please do not argue. It is YOUR RESPONSIBILITY to protect your items." />

<Message id="13" Message="13. ABSOLUTELY NO SETTING UP BASES IN PREFABRICATED BUILDINGS OR CAVE LOCATIONS etc.. If a Land Claim is found in a pre-existing building it will be removed. This means your stuff will be accessible to anyone who comes along - there will be no returning lost items this way - you are responsible for reading our rules." />

<Message id="14" Message="14. You can build in a city, and sometimes your LCB will block a small corner of an existing building, but we are ok with that. You can also squat temporarily in a building without using an LCB, but your gear will not be safe - so be careful. Find a location and slap down the free LCB given to you at the start." />

<Message id="15" Message="15. Chat rules - rude, racist, and vulgar chats will not be tolerated. This is your warning. You will be kicked for failure to follow our rules. If you wish to have less than appropriate conversations, please do so in your own chat programs, not here - there are underage children in the game and on voice so please behave." />

</Messages>

</InfoTicketer>

Link to comment
Share on other sites

Good day!

I have Coppis command additions and Server Tools mods. Both are the latest versions.

 

The Coppis command additions, allows you to make a color nickname for the player. But after that, the player can no longer use commands from the Server Tools. Such as "home" and others.

 

Is there a solution to this problem?

Link to comment
Share on other sites

I am having an issue with infoticker as well - hoping I am just having a duh moment and this is easily fixed, but our messages are not scrolling even though config says they are enabled and repeat every 5 - here is my xml file - is something typed wrong?

 

 

<Message id="8" Message="8. LAND CLAIM BLOCKS: You receive an LCB when you start - remember to use this to protect your base - you can pick it up and take it with you when you move. 

 

You are missing the closing /> tag at the end of message 8

Link to comment
Share on other sites

2017-11-25 16:34:12 8.678 Log [sERVERTOOLS] AutoSaveWorld has started.

2017-11-25 16:34:12 Warning 2017-11-25T16:34:12 8.680 WRN [sERVERTOOLS] Unexpected XML node found in 'Commands' section: "" DelayBetweenUses="0" />

2017-11-25 16:34:12 8.686 Log [sERVERTOOLS] Gimme item not found.: REWARD

2017-11-25 16:34:12 8.686 Log [sERVERTOOLS] Gimme item not found.: minibike

2017-11-25 16:34:12 8.690 Log [sERVERTOOLS] InfoTicker has started.

2017-11-25 16:34:12 8.692 Log Awake done

2017-11-25 16:34:12 8.725 Log Reloading serveradmin.xml

2017-11-25 16:34:12 8.726 Log Loading permissions file at 'saves/serveradmin.xml'

2017-11-25 16:34:12 8.727 Log Loading permissions file done.

2017-11-25 16:34:13 8.829 Log Atlas reset took 92 ms

2017-11-25 16:34:13 8.829 Log Atlas load took 136 ms

2017-11-25 16:34:13 8.932 Log NET: Starting server protocols

2017-11-25 16:34:13 8.955 Log NET: Unity NW server started

2017-11-25 16:34:13 8.955 Log [steamworks.NET] NET: Server started

2017-11-25 16:34:13 8.956 Log StartGame

 

- - - Updated - - -

 

help plz

Link to comment
Share on other sites

2017-11-25 16:34:12 8.678 Log [sERVERTOOLS] AutoSaveWorld has started.

2017-11-25 16:34:12 Warning 2017-11-25T16:34:12 8.680 WRN [sERVERTOOLS] Unexpected XML node found in 'Commands' section: "" DelayBetweenUses="0" />

2017-11-25 16:34:12 8.686 Log [sERVERTOOLS] Gimme item not found.: REWARD

2017-11-25 16:34:12 8.686 Log [sERVERTOOLS] Gimme item not found.: minibike

2017-11-25 16:34:12 8.690 Log [sERVERTOOLS] InfoTicker has started.

2017-11-25 16:34:12 8.692 Log Awake done

2017-11-25 16:34:12 8.725 Log Reloading serveradmin.xml

2017-11-25 16:34:12 8.726 Log Loading permissions file at 'saves/serveradmin.xml'

2017-11-25 16:34:12 8.727 Log Loading permissions file done.

2017-11-25 16:34:13 8.829 Log Atlas reset took 92 ms

2017-11-25 16:34:13 8.829 Log Atlas load took 136 ms

2017-11-25 16:34:13 8.932 Log NET: Starting server protocols

2017-11-25 16:34:13 8.955 Log NET: Unity NW server started

2017-11-25 16:34:13 8.955 Log [steamworks.NET] NET: Server started

2017-11-25 16:34:13 8.956 Log StartGame

 

- - - Updated - - -

 

help plz

 

check your xml in an xml validator, you probably have a typo or something in there. From the error it might be an empty "" ? If the validator gives no errors then check you have the correct attribute names and tag names etc

Link to comment
Share on other sites

The command works, but we have a new problem with your Tool on our Servers.

 

We were running six 7 Days to Die Server and we are working with your reserved Slot Tool.

 

One Server has 45 slots and we added 29 players with reserved slots into the ReservedSlots.xml.

It often happens that players and admins who are in the list are also kicked as well as players who are not in the list.

 

Any Ideas?

 

Greetz Rauler

 

Also Dude, Do you already have them configured in the main serverconfig.xml. You maybe able to eliminate process by changing to 0 there then trying the servertools.cfg, just a possibility

Link to comment
Share on other sites

ts already in there ServerTools.cfg in saves dude. Either Set your longtime players set to a moderator level. admins at admin level. If your version is 5.6 you can separate admin, mod and player using the new function DonatorNameColoring and theres multiple levels you can apply there too, then also add there command abilities if your giving any via cp add 64ID at the same level you use in the config, that should do it

 

Hope This Helps

Edited by Aribo
update (see edit history)
Link to comment
Share on other sites

Is there any way of adding a admin permission level to custom commands so I can have some commands for long time players

 

Its already in there ServerTools.cfg in saves dude. have your longtime players set to moderator level. admins at admin level. If your version is 5.6 you can separate admin, mod and player using the new function DonatorNameColoring and theres multiple levels you can apply there too, then also add there command abilities if your giving any via cp add 64ID at the same level you use in the config, should do it

Link to comment
Share on other sites

2017-11-25 16:34:12 8.678 Log [sERVERTOOLS] AutoSaveWorld has started.

2017-11-25 16:34:12 Warning 2017-11-25T16:34:12 8.680 WRN [sERVERTOOLS] Unexpected XML node found in 'Commands' section: "" DelayBetweenUses="0" />

2017-11-25 16:34:12 8.686 Log [sERVERTOOLS] Gimme item not found.: REWARD

2017-11-25 16:34:12 8.686 Log [sERVERTOOLS] Gimme item not found.: minibike

2017-11-25 16:34:12 8.690 Log [sERVERTOOLS] InfoTicker has started.

2017-11-25 16:34:12 8.692 Log Awake done

2017-11-25 16:34:12 8.725 Log Reloading serveradmin.xml

2017-11-25 16:34:12 8.726 Log Loading permissions file at 'saves/serveradmin.xml'

2017-11-25 16:34:12 8.727 Log Loading permissions file done.

2017-11-25 16:34:13 8.829 Log Atlas reset took 92 ms

2017-11-25 16:34:13 8.829 Log Atlas load took 136 ms

2017-11-25 16:34:13 8.932 Log NET: Starting server protocols

2017-11-25 16:34:13 8.955 Log NET: Unity NW server started

2017-11-25 16:34:13 8.955 Log [steamworks.NET] NET: Server started

2017-11-25 16:34:13 8.956 Log StartGame

 

- - - Updated - - -

 

help plz

 

Use StompyNz;s Suggestion with something such as NotePad++ that can validate the xml for you

 

- - - Updated - - -

 

<Message id="8" Message="8. LAND CLAIM BLOCKS: You receive an LCB when you start - remember to use this to protect your base - you can pick it up and take it with you when you move. 

 

You are missing the closing /> tag at the end of message 8

 

after "when you move it should be " /> as the closing tag = )

Link to comment
Share on other sites

In custom commands DelayBetweenUses not work. Players can spam custom commands and that is very bad.

 

Any idea how to fix?

 

Hmm, Never seen this issue with server tools. Other 2rd Party Mod or SM conflict perhaps. As regards Spam, turn on chat logger, even if it dont show in game chat, the logger will show it. Same with Allocs Admin Logs, Trekkans RAT, Smegz0rs Bot. And Envul if you use any of these also = )

Edited by Aribo (see edit history)
Link to comment
Share on other sites

Its already in there ServerTools.cfg in saves dude. have your longtime players set to moderator level. admins at admin level. If your version is 5.6 you can separate admin, mod and player using the new function DonatorNameColoring and theres multiple levels you can apply there too, then also add there command abilities if your giving any via cp add 64ID at the same level you use in the config, should do it

 

 

 

Doing it this way would mean they would have to do the commands in console yes?

 

Is there anyway to make it so I can make custom commands but only have it so the longterm players can use them?

 

for an example like this

 

<Command Command="kickme" Response="kick {EntityId} "You said kick me"" DelayBetweenUses="60" Permission level="100"/>

 

so anyone without the permission level 100 could not use that command

Edited by azza_woody
update (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...