Jump to content

Server Tools


dmustanger

Recommended Posts

i want to use a command to teleport player to a place. teleport {entityid} coords

 

but he teleports me everytime to a different place ?

 

Are you talking about Alloc's Server Fixes using the console commands or the custom forward slash commands in ServerTools? Maybe you got the coords messed up. This write up I did might help you. Coords can be tricky.

 

https://7daystodie.com/forums/showthread.php?12837-Improvements-for-the-dedicated-server&p=307572&viewfull=1#post307572

Link to comment
Share on other sites

since you have a notifier to broadcast messages, can you please add an shutdown XX hours? I assume you can issue console commands since you are doing that for teleport and /gimme. so if you add support for the console shutdown command every NNN seconds I could drop CBSM.

 

We can talk about having a means of charging for teleports later :)

Link to comment
Share on other sites

since you have a notifier to broadcast messages, can you please add an shutdown XX hours? I assume you can issue console commands since you are doing that for teleport and /gimme. so if you add support for the console shutdown command every NNN seconds I could drop CBSM.

 

We can talk about having a means of charging for teleports later :)

 

if you use the console command i made stopserver <mins>

would this not be the same?

Link to comment
Share on other sites

if you use the console command i made stopserver <mins>

would this not be the same?

 

I did not see that command (sorry!) questions:

 

1. Does your command issue a shutdown so that the game world is saved?

 

2. I have a batch file that restarts the server after a game shutdown. from what I can tell your command needs to be issued manually. I need to have it scheduled so that I am not at the telnet/console.

 

Is it possible to add this to your ServerToolsConfig.xml file so that I can enable it and set a time? maybe something like:

 

<Tool Name="GameShutdown" Enable="True" DelayInMinutes="360" Announce="True" />

 

This would execute a shutdown command every 360 minutes (6 hours) and announce every minute starting 30min before to the game chat.

 

my batch file will notice that the game has been shutdown and restart the game like it does now.

Link to comment
Share on other sites

Are you talking about Alloc's Server Fixes using the console commands or the custom forward slash commands in ServerTools? Maybe you got the coords messed up. This write up I did might help you. Coords can be tricky.

 

https://7daystodie.com/forums/showthread.php?12837-Improvements-for-the-dedicated-server&p=307572&viewfull=1#post307572

 

thanks, i will look into it.

 

 

I have another problem.

 

If i have different colors for name and chat with cpc from coppis mod that i cant use the commands here from that servertools. He ignore me.

Link to comment
Share on other sites

updated to v3.7

 

CHANGE LOG

v3.7

Added Reserved Slot console command Usage: reservedslot add/remove/list <steamID> <playerName> <days to expire>

Fixed /sethome no longer spawns player at the highest point

Fixed /home still not saving players positions after server reboots

Changed Reserved slots will now observe expired date/time in reservedslots.xml

Changed Removed chat command /delhome, players can now just set a new home

Changed Moved Gimme, Killme, Clan and Sethome data to a binary file

Changed Added a usage response for /clan commands if no params were given

Link to comment
Share on other sites

I had just an cool idea about commands for admin/mods

 

command: /setjail

 

action: set teleport coordinates for /jail

 

command: /jail [playername]

 

action: teleports the player to /jail and removes or set his /home also to this location. When possible: If player is not online, execute command if he is logging in the next time;

 

 

reason: Sometimes when player act against the rules i don't want to ban them immediately. Instead i would like to build a Jail with some Rules on wooden Signs and the only exit may be suicide.

Link to comment
Share on other sites

Anyone have a nice/gimmie config i could have from them?

 

How about this one.

 

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

<Gimme>

<items>

<item item="bottledWater" min="1" max="50" />

<item item="beer" min="1" max="50" />

<item item="wood" min="5" max="1000" />

<item item="scrapBrass" min="1" max="1000" />

<item item="canChicken" min="1" max="50" />

<item item="canChili" min="1" max="50" />

<item item="corn" min="1" max="50" />

<item item="potato" min="1" max="50" />

<item item="firstAidBandage" min="1" max="50" />

<item item="painkillers" min="1" max="50" />

<item item="antibiotics" min="1" max="50" />

<item item="moldyBread" min="1" max="50" />

<item item="oil" min="1" max="50" />

<item item="cornMeal" min="1" max="50" />

<item item="Blueberries" min="1" max="50" />

<item item="canHam" min="1" max="50" />

<item item="coffeBeans" min="1" max="50" />

<item item="canDogfood" min="1" max="50" />

<item item="animalHide" min="1" max="50" />

<item item="blueberryPie" min="1" max="50" />

<item item="canPeas" min="1" max="50" />

<item item="canStock" min="1" max="50" />

<item item="canCatfood" min="1" max="50" />

<item item="scrapIron" min="1" max="1000" />

<item item="plantedGoldenrod3Harvest" min="1" max="50" />

<item item="clayLump" min="1" max="1000" />

<item item="rottingFlesh" min="1" max="50" />

<item item="redTea" min="1" max="50" />

<item item="canBeef" min="1" max="50" />

<item item="vegetableStew" min="1" max="50" />

<item item="grainAlcohol" min="1" max="50" />

<item item="coffee" min="1" max="50" />

<item item="goldenRodTea" min="1" max="50" />

<item item="egg" min="1" max="50" />

<item item="foodHoney" min="1" max="50" />

<item item="rawMeat" min="1" max="50" />

<item item="cornBread" min="1" max="50" />

<item item="bakedPotato" min="1" max="50" />

<item item="meatStew" min="1" max="50" />

<item item="charredMeat" min="1" max="50" />

<item item="grilledMeat" min="1" max="50" />

<item item="boiledMeat" min="1" max="50" />

<item item="baconAndEggs" min="1" max="50" />

<item item="eggboiled" min="1" max="50" />

</items>

</Gimme>

Link to comment
Share on other sites

I have some problems with some custom commands in 7dtd rat server manager.

 

There is a conflict between some server tools commands and rat server commands.

 

A custom commands in rat server name /chat should give an answer in chat not "ClanManager is not enabled".

 

The same is with a custom commands /color where players should get info about colors in chat but still get "ClanManager is not enabled".

 

If you just type in chat /c you get that message "ClanManager is not enabled".

 

Have a nice day.

 

Kimila.

Link to comment
Share on other sites

I have some problems with some custom commands in 7dtd rat server manager.

 

There is a conflict between some server tools commands and rat server commands.

 

A custom commands in rat server name /chat should give an answer in chat not "ClanManager is not enabled".

 

The same is with a custom commands /color where players should get info about colors in chat but still get "ClanManager is not enabled".

 

If you just type in chat /c you get that message "ClanManager is not enabled".

 

Have a nice day.

 

Kimila.

 

will be fixed in the next release https://github.com/dmustanger/7dtd-ServerTools/commit/d6e66bb5ae452cf9ad8c83eca923fdc6c617a6ec

Link to comment
Share on other sites

You can download the ServerTools source files and change the hook commands so they don't conflict. I had to do something similar to be able to use Coppi's mod with ServerTools.

 

I have to wait for the update, don't know how to do that.

 

But thanx anyway.

 

- - - Updated - - -

 

 

Thanx a lot.

Link to comment
Share on other sites

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)

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...