1. Wulf

    Wulf Community Admin

    It sounds like the plugin doesn't stop the old timer, so you'd need to restart the server for it to stop the old messages. Ideally the plugin author should fix this so that a restart isn't needed. It's a pretty simple fix, but either way you'd need to restart to fix your current issue.
     
  2. Yeah, I have restarted twice. No change =/
     
  3. Wulf

    Wulf Community Admin

    Did you modify the plugin manually at all, or only the config? If you could, please upload the config file here.
     
  4. Yea a little bit, changed rules to rules/notice
    Code:
    {
      "Messages": {
        "AddBadSyntax": [
          "Incorrect Syntax, please use: /rules add \"rule here\" Example: /rules add \"Example Rule Here\""
        ],
        "DelBadSyntax": [
          "Incorrect Syntax, please use:",
          "/rules del ruleNumber",
          "Example: /rules del 1"
        ],
        "Default": [
          "No Permissions to use this command."
        ],
        "welcome": "Welcome {player} to our server!",
        "badSyntaxGen": "Incorrect Syntax please try again.",
        "title": "---------Server Rules/Notice--------"
      },
      "RulesFr": [
        "1. place french translations here."
      ],
      "RulesSp": [
        "1. place Spanish translations here."
      ],
      "setRules": [
        "1. No Cheating!",
        "2. KITS are limited by time, dont forget your daily!",
        "3. report bugs, ideas and complaints to server owner/admin by using the slash ticket command",
        "4. You can trade from a safe distance using / trr and the players name",
        "5. DO NOT beg for Admin/Mod, Earn it. Play, promote, donate, and help out",
        "6. /help to find more info"
      ],
      "settings": {
        "authLvl": 2.0,
        "repeatDisplay": true,
        "welcomeMsg": true,
        "interval": 200.0
      }
    }
    [DOUBLEPOST=1437373612][/DOUBLEPOST]i think i got it =D ty
     
  5. Rules dont seem to be working for me, (unknown command when i type /rules) i dont know if its my server host not updating it or what, ive added my json, if someone can have a quick look though it to make sure its in order, it looks fine to me, maybe im missing something. cheers

    "edit" fixed it, found a missing , in one of the lines. My bad, me noob.
     

    Attached Files:

    Last edited by a moderator: Jul 25, 2015
  6. Hi, thanks for the Plugin!
    I got this Error today:
    Code:
    [Oxide] 6:23 PM [Error] Failed to call hook 'OnPlayerInit' on plugin 'Rules'
    File: rules.js Line: 62 Column: 12 ReferenceError notifierFound is not defined:
      at Jint.Native.Function.ScriptFunctionInstance.Call (JsValue thisArg, Jint.Native.JsValue[] arguments) [0x00000] in <filename unknown>:0
      at Oxide.Ext.JavaScript.Plugins.JavaScriptPlugin.OnCallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
    
     
    Last edited by a moderator: Aug 7, 2015
  7. Where do i place this in my folders so the plugin will work?
     
  8. Do anyone have a copy of this plugin laying around?