1. KillParadise submitted a new resource:

    Server Rules - Gives users rules command and admins ability to add or remove rules

    Read more about this resource...
     
  2. KillParadise updated Server Rules with a new update entry:

    Variable Name Fix

     
  3. Not working for me.
    Oxide Version: 2.0.354, Rust Protocol: 1211
     
  4. Hi! Could you tell me if you're getting an error? Or is the plugin just not responding at all when you type /rules? I am not at home right now but I may be able to make a quick fix if its a simple error or maybe just the new version of oxide. Thank you!
     
  5. No, don't have any error in console, just when i do /rules plugin don't respond, same when i do /rules add.

    I tried to edit in config but same.
     
  6. Hmm, okay that is odd. I will have a look at it and see what I can find. Thank you for bringing this to my attention.
     
  7. KillParadise updated Server Rules with a new update entry:

    Fix for latest Oxide


    [DOUBLEPOST=1424797611][/DOUBLEPOST]
    Okay please try out the new update and let me know if its still unresponsive or if you get an error. (I cannot test right now since I am at work) Thank you :)
     
  8. Works perfectly ! Good job thanks !
     
  9. Great! Thank you! My current server is running on one version older oxide still so I didn't even notice I'm ashamed to say :X
     
  10. KillParadise updated Server Rules with a new update entry:

    Fixes and Added the Delete Command

     
  11. KillParadise updated Server Rules with a new update entry:

    Tiny Tweak(Optional)

     
  12. KillParadise updated Server Rules with a new update entry:

    New Features

     
  13. Hi, can you add multilangage rules support ? like /rules-fr /rules-en... ?

    Thanks
     
  14. KillParadise updated Server Rules with a new update entry:

    Code Tweaks, and added two translations

     
  15. 2:42 AM [Info] Loaded Rules from Config: 15
    2:42 AM [Error] Failed to initialize plugin rules
    File: rules.js Line: 17 Column: 20 TypeError settings is undefined:
    at Jint.Native.Function.ScriptFunctionInstance.Call (JsValue thisArg, Jint.Native.JsValue[] arguments) [0x00000] in <filename unknown>:0
     
  16. Is this your first time installing the plugin?
    This happens on first install once the plugin creates the config file, reload it and this error will go away (or it should)

    EDIT: OR this is possibly from a non updated config. In your config do your settings display like this:
    Code:
                    "authLvl": 2,
                    "repeatDisplay": true,
                    "welcomeMsg": true,
                    "interval": 200
    
     
  17. Yeah the was that problem. that part was missing
     
    Last edited by a moderator: Mar 19, 2015
  18. Hi !

    When i want to load the plugin with rusty I got :

    Code:
    > oxide.load rules
    [Oxide] 8:57 PM [Error] Failed to load plugin rules (Exception: Plugin is missing version)
    [Oxide] 8:57 PM [Debug]   at Oxide.Ext.Lua.Plugins.LuaPlugin.Load () [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPluginLoader.Load (System.String directory, System.String name) [0x00000] in <filename unknown>:0
      at Oxide.Core.OxideMod.LoadPlugin (System.String name) [0x00000] in <filename unknown>:0
    On a JSON editor i got this :

    Error: Parse error on line 1:
    var rules = {
    ^
    Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got 'undefined'


    Any idea please ?
     
    Last edited by a moderator: May 14, 2015