Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Hexcit

Members
  • Posts

    2
  • Joined

  • Last visited

  1. Hexcit

    Kit Plugin

    <GlobalCooldown /> Is where the issue was. If you remove that line it'll work just fine.
  2. Hexcit

    Kit Plugin

    I recently bought an Unturned server and started installing plugins with Rocket. I have installed a couple but really want one to work, the kits plugin. I have this weird issue where whenever I do /kit nothing appears in my inv, nothing in my chat. /kit is supposed to list available kits, but doesn't. I also tried /kit Starter, which ended up not doing anything at all. I have edited the xml folder and it may possibly be a formatting issue because I've hosted a server before w/ a permissions plugin that did nothing due to a formatting issue. To install the plugin, I put the dll file in Servers/Server/Rocket/Plugins, restarted the server, then started editing the created config file. Please tell me whats wrong. If you need the config this is the text: <?xml version="1.0" encoding="UTF-8"?> <KitsConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Kits> <Kit> <Name>Starter</Name> <Items> <Item id="097" amount="1" /> <Item id="098" amount="2" /> <Item id="077" amount="1" /> </Items> <Cooldown>15</Cooldown> </Kit> <Kit> <Name>Donor</Name> <Items> <Item id="363" amount="1" /> <Item id="153" amount="1" /> <Item id="078" amount="3" /> <Item id="235" amount="1" /> <Item id="236" amount="1" /> <Item id="237" amount="1" /> <Item id="238" amount="1" /> <Item id="006" amount="4" /> </Items> <Cooldown>1440</Cooldown> </Kit> <Kit> <Name>Donor+</Name> <Items> <Item id="297" amount="1" /> <Item id="298" amount="10" /> <Item id="296" amount="1" /> <Item id="399" amount="20" /> <Item id="235" amount="1" /> <Item id="236" amount="1" /> <Item id="237" amount="1" /> <Item id="238" amount="1" /> <Item id="132" amount="1" /> <Item id="133" amount="3" /> <Item id="146" amount="1" /> <Item id="149" amount="1" /> <Item id="150" amount="1" /> <Item id="253" amount="1" /> <Item id="236" amount="1" /> <Item id="1024" amount="1" /> <Item id="1026" amount="3" /> </Items> <Cooldown>720</Cooldown> </Kit> </Kits> <GlobalCooldown /> </KitsConfiguration>