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


prospecto

Members
  • Posts

    4
  • Joined

  • Last visited

  1. Enter the server kill zombie or two. Turn off server and go to files of the server using FTP Find folder that says Players and find yours id and copy itwithout "_0" try to edit premission file in Rocket folder and replace steamid that is there with yours if it doesn't work then go back to folder Server and there should be a file called Commands.dat edit it with notpad and add line below server name: Owner <yoursteamid> also you can type there Perspective both to enable 3rd person view + if you want you can add password also there : Password <yourfunnyPassword>
  2. 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"?> <RocketPermissions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <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!
  3. Check it on control panel if its good then check it manually on FTP Servers/Server/Server/Commands.dat
  4. try to put it the line with basic clothes like that: <Command>kits</Command> <this one one the beginning <Command>kit.basic.clothes</Command> Dont copy write it your self or server will not fire up lol