1. Hello I am having trouble with adding plugins to reign of kings

    installed Oxide correctly
    Install Grand Exchange plugin in the Saves folder
    Proof that mod installed in right place: Gyazo - 7b3a266a7e386ccc5ba14b8c3533cdcb.png
    1. My plugin seems to unload : Gyazo - d3933ed49901fd9f5a9a6361da4e8053.png
    2. if/when i got the plugin installed how would i then add the commands to the permissions file

    Permissions file
    Code:
    # guest {   \# Unregistered users will use these permissions.
    # nameFormat = \'%name%\'
    # chatFormat = \'%name% : %message%\'
    # guildFormat = \'[00CC00][%guild%] %chatFormat%[-]\'
    # permissions {
    # - \'rok.fairplay\'
    # }
    # }
    groups {
        default {
            default = 'True'
            inherits = 'guest'
            permissions {
                - 'rok.fairplay'
            }
            nameFormat = '%name%'
            chatFormat = '%name% : %message%'
            guildFormat = '[21C447][%guild%] %name% : %message%[-]'
            localChatFormat = '[Local] %name% : %message%'
            whisperSendFormat = '[C4257A]%name% >> %message%[-]'
            whisperReceiveFormat = '[D12681]%name% << %message%[-]'
        }
        admin {
            nameFormat = '%name%'
            chatFormat = '[FF0000](Admin)[FFFFFF] %name% : [E80E0E]%message%'
            guildFormat = '[00CC00][%guild%] %chatFormat%[-]'
            localChatFormat = '[Local] %name% : %message%'
            whisperSendFormat = '[C4257A]%name% >> %message%[-]'
            whisperReceiveFormat = '[D12681]%name% << %message%[-]'
            permissions {
                - '*'
            }
            inherits = ''
        }
      
    }
    macros {
    }
    users {
        Nickname_1 {
            groups {
                - 'admin'
            }
            permissions {
            }
        }
        Nickname_2 {
            groups {
                - 'admin'
            }
            permissions {
            }
        }
        Nickname_3 {
            groups {
                - 'admin'
            }
            permissions {
            }
        }
        Nickname_4 {
            groups {
                - 'admin'
            }
            permissions {
            }
        }
        Nickname_5 {
            groups {
                - 'admin'
            }
            permissions {
            }
        }
        Nickname_6 {
            groups {
                - 'admin'
            }
            permissions {
            }
        }
    }
     
    Last edited by a moderator: Nov 13, 2015
  2. Wulf

    Wulf Community Admin

    It looks like your server is shutting down after the plugin is installed, which is why the plugin is shown as Unloaded. For commands, you'd need to check if each plugin uses RoK permissions or Oxide permissions and add them accordingly.
     
  3. It just shows the commands on the plugins page it doesn't say anything about what the plugin uses all it says there is no config file the server but server CMD doesn't say its been unloaded or an error occured or nothing
     
  4. Wulf

    Wulf Community Admin

    For any of the "admin" commands, you'd need the "admin" permission with Reign of Kings. For commands like /buy, it would work for all players.
     
  5. Wulf

    Wulf Community Admin

    All those files need to be replaced, primarily because Oxide is a mod and it often uses newer files than what the game comes with. If you don't replace them, you aren't installing Oxide properly, which is why the plugins won't load.

    I'm not sure what you're using for a game launcher, but the _start-example.bat works fine with it.
     
  6. Wulf

    Wulf Community Admin

    What are you using to start the server? You should be using the .bat included with Oxide at least.
     
  7. Wulf

    Wulf Community Admin

  8. The Reign of kings .exe
     
  9. Wulf

    Wulf Community Admin

    You should be starting the server from a different location. Your server should not be your client.
     
  10. Im using the .bat to start the server and then using the Main Game launcher to start my game
    ]
     
  11. Wulf

    Wulf Community Admin

    They still need to be separate installs.
     
  12. So Just make the server Server in a different folder?
     
  13. Wulf

    Wulf Community Admin

  14. It works thank you so much :)