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


How to add mods


alex1995

Recommended Posts

Hi, i rented a Unturned server on survival servers, now i want to put some mods in to my server but i dont know how, if someone can help and say what i need to do, it would be great. Thank you, i want to install the airdrop mod and maybe some others.

Share this post


Link to post
Share on other sites

you download plugins from page of Rocket Mod

then you uzip them and drag them to folder plugin found in folder Rocket using FTP!

Server must not work while you do this.

then fire server up to instal them.

POOF should be ok, turn off the server [sTOP]

Adding premission for basic users bit harder!

Find a file with group Premissions found in folder ROCKET

EDIT it, and add commands for defaults or VIPs

 

-----------------EXAMNPLE---------------

 

<?xml version="1.0" encoding="utf-8"?>
  <DefaultGroupId>default</DefaultGroupId>
  <Groups>
    <Group>
      <Id>default</Id>
      <DisplayName>Guest</DisplayName>
      <Members />
      <Commands>
        <Command>p</Command>
        <Command>reward</Command>
        <Command>balance</Command>
        <Command>pay</Command>
        <Command>rocket</Command>
        <Command>color.white</Command>
        <Command>kits</Command>
        <Command>kit.start</Command>
        <Command>kit.food</Command>
        <Command>kit.heal</Command>
        <Command>motd.default</Command>
      </Commands>
      <ParentGroups />
    </Group>
    <Group>
      <Id>vip</Id>
      <DisplayName>VIP</DisplayName>
      <Members>
        <Member>76561198026167377</Member>
      </Members>
      <Commands>
        <Command>color.FF9900</Command>
        <Command>p</Command>
        <Command>reward</Command>
        <Command>balance</Command>
        <Command>pay</Command>
        <Command>rocket</Command>
        <Command>kits</Command>
        <Command>kit.start</Command>
        <Command>kit.food</Command>
        <Command>kit.heal</Command>
        <Command>motd.vip</Command>
      </Commands>
      <ParentGroups />
    </Group>
  </Groups>
</RocketPermissions>
 
 
DONT COPY WRITE IT YOUR SELF!

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...