thomtree Posted October 23, 2016 Share Posted October 23, 2016 i want to use a command to teleport player to a place. teleport {entityid} coords but he teleports me everytime to a different place ? Link to comment Share on other sites More sharing options...
schwanz9000 Posted October 23, 2016 Share Posted October 23, 2016 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 More sharing options...
Lonestarcanuck Posted October 27, 2016 Share Posted October 27, 2016 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 More sharing options...
dmustanger Posted October 28, 2016 Author Share Posted October 28, 2016 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 More sharing options...
Lonestarcanuck Posted October 28, 2016 Share Posted October 28, 2016 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 More sharing options...
thomtree Posted October 28, 2016 Share Posted October 28, 2016 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 More sharing options...
dmustanger Posted October 30, 2016 Author Share Posted October 30, 2016 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 More sharing options...
Devidian Posted October 31, 2016 Share Posted October 31, 2016 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 More sharing options...
TOP-ic Posted November 1, 2016 Share Posted November 1, 2016 Not working /7day. In settings everything is turned on. Link to comment Share on other sites More sharing options...
Roncor Posted November 1, 2016 Share Posted November 1, 2016 its /day7 Link to comment Share on other sites More sharing options...
TOP-ic Posted November 2, 2016 Share Posted November 2, 2016 Of course /day7 I'm sorry Link to comment Share on other sites More sharing options...
thomtree Posted November 3, 2016 Share Posted November 3, 2016 another wrong item in the invaliditems cobweb Link to comment Share on other sites More sharing options...
Whizbangs Posted November 10, 2016 Share Posted November 10, 2016 /gimmie config Anyone have a nice/gimmie config i could have from them? Link to comment Share on other sites More sharing options...
kimila Posted November 11, 2016 Share Posted November 11, 2016 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 More sharing options...
kimila Posted November 11, 2016 Share Posted November 11, 2016 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 More sharing options...
schwanz9000 Posted November 11, 2016 Share Posted November 11, 2016 *snip* There is a conflict between some server tools commands and rat server commands. 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. Link to comment Share on other sites More sharing options...
dmustanger Posted November 11, 2016 Author Share Posted November 11, 2016 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 More sharing options...
kimila Posted November 11, 2016 Share Posted November 11, 2016 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 - - - will be fixed in the next release https://github.com/dmustanger/7dtd-ServerTools/commit/d6e66bb5ae452cf9ad8c83eca923fdc6c617a6ec Thanx a lot. Link to comment Share on other sites More sharing options...
Lonestarcanuck Posted November 12, 2016 Share Posted November 12, 2016 how do I get an entity ID? for example I want to remove a minibike using entityremove command Link to comment Share on other sites More sharing options...
schwanz9000 Posted November 12, 2016 Share Posted November 12, 2016 (edited) how do I get an entity ID? for example I want to remove a minibike using entityremove command Use the le console command to list entities. Edited November 12, 2016 by schwanz9000 (see edit history) Link to comment Share on other sites More sharing options...
Lonestarcanuck Posted November 12, 2016 Share Posted November 12, 2016 thanks! Link to comment Share on other sites More sharing options...
lucille Posted November 13, 2016 Share Posted November 13, 2016 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 More sharing options...
dmustanger Posted November 13, 2016 Author Share Posted November 13, 2016 (edited) set infoticker to true in "ServerToolsConfig.xml" <Tool Name="InfoTicker" Enable="true" DelayBetweenMessages="5" /> it will create a config called "InfoTicker.xml" add your messages here Edited November 13, 2016 by dmustanger (see edit history) Link to comment Share on other sites More sharing options...
azza_woody Posted November 13, 2016 Share Posted November 13, 2016 permission level hi ive just started to look in to server tools and was Wondering if there was a way to add permission levels and location option to custom commands or if its not able to can we get it added Link to comment Share on other sites More sharing options...
dmustanger Posted November 13, 2016 Author Share Posted November 13, 2016 i can add permission levels to the custom commands, what do you mean by location option? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now