Jump to content

BloodyBlackjack

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by BloodyBlackjack

  1. Welcome to Night of the Walking Army of Evil Undead PVX server! Custom modded, aimed for a more traditional Z-pocalypse experience! PVX definition for this server: You may pvp but you may not raid claimed bases. If bases are abandoned and the claim has decayed, you may raid such a base. No duping, exploiting, hacking, or cheating, ppl caught will be blacklisted no 2nd chances. You may claimblock a POI if you want to, do so at your own risk, POIs can sometimes reset with a bad chuck, and zeds might spawn inside, and admins will not repair or replace resources in such an event. Thank for joining, good luck have fun! 192.99.150.163 :7010
  2. This tool only handles one /home command. It does not handle extra player made waypoints.
  3. <!-- <Command Command="tradepost" Response="tele {EntityId} -310 -1 1010" DelayBetweenUses="60" /> --> you can set up a desired teleport location with a command like so. however i do not believe the cooldown works, unless dmustanger has fixed in recent updates.
  4. you can create other teleports in the custom commands. howver there will be no cool down <!-- <Command Command="tradepost" Response="tele {EntityId} -310 -1 1010" DelayBetweenUses="60" /> --> You will have to enter the coords like so. and name it whatever you like. As i said delayBetweenUses does not work for this. As far as personal teleport points for players, im not sure you can create such with this tool alone as is.
  5. is the Saves folder located in the root folder? In serverconfig.xml the very last line is a choose saves folder. if this line is active then it will place your saves folder where that line tells it to. if that line in the parameter says "saves" then the saves folder will be located in the C:\Steam\steamapps\common\7 Days To Die if that line is disabled then your save folder goes to C:\Users\%username%\AppData\Roaming\7DaysToDie inside the Saves folder you should fond a folder called ServerTools. and your editable config xmls will be there. Lastly, you must ENABLE the tools in the servertoolsconfig.xml to generate the appropriate editable xmls <Tool Name="CustomCommands" Enable="False" ChatColor="[00FF00]" /> Must be made "True" to generate your xml in the Saves folder.
  6. <!-- <Command Command="mod" Response="pm "[00FF00] Mods Available on Server Are: Day7; Economy with Teleport and Home; Increased Stack Sizes; Recipes For Machete and Shears; Stews Return Hydration; No Timers Perk in Skills."" DelayBetweenUses="0" /> <Command Command="cmnds" Response="pm "[00FF00] /day7 will allow you to check when is the next blood moon. /help will bring up commands for Economy and Teleport system."" DelayBetweenUses="0" /> --> <Command Command="mod" Response="say "[00FF00]Mods Available on Server Are: Day7, Economy with Teleport and Home, Increased Stack Sizes, Recipes For Machete and Shears, Stews Return Hydration, No Timers Perk in Skills.[-]"" DelayBetweenUses="0" /> <Command Command="cmnds" Response="say "[00FF00] /day7 will allow you to check when is the next blood moon. /help will bring up commands for Economy and Teleport system.[-]"" DelayBetweenUses="0" /> I didnt test it. buuuuuuut. should work. GLHF
×
×
  • Create New...