1. Loads fine just doesnt work, see aivd post..i was getting the same error as he.
     
  2. {
    "Settings": {
    "AutoTurnLanterns": true,
    "sunriseHour": "7",
    "sunsetHour": "18"
    }
    }

    What settings could I put to have lanterns on 24/7??? I always want them on? Help please
     
  3. Code:
    [Oxide] 10:28 PM [Error] Failed to call hook 'cmdSetTime' on plugin 'm-Time v1.0.3'
    File: m-Time.lua Line: 336 attempt to compare number with nil:
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0  at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0
      at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPlugin.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
    
    Since the update today. Happens when I use /settime <time>
     
  4. Code:
    [Oxide] 5:05 AM [Error] Failed to call hook 'cmdSetTime' on plugin 'm-Time v1.0.
    3'
    File: m-Time.lua Line: 793 attempt to call field 'QuoteSafe' (a nil value):
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unkn
    own>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System
    .Type[] returnTypes) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x000
    00] in <filename unknown>:0
      at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown
    >:0
      at Oxide.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, System.
    Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[]
     
  5. Change the section of the plugin that reads:
    Code:
    message = UnityEngine.StringExtensions.QuoteSafe( message )
    
    to
    Code:
    message = rust.QuoteSafe( message )
    or

    Use the attached file. :)
     

    Attached Files:

  6. So to be clear? there are NO permission blocks for this plugin?
     
  7. how can i grant a usergroup permission to use this
     
  8. Wulf

    Wulf Community Admin

    It doesn't use permissions yet, only auth levels.
     
  9. ohh okay thanks man
     
  10. [Oxide] 7:35 PM [Error] Failed to call hook 'cmdSetTime' on plugin 'm-Time v1.0.3' File: m-Time.lua Line: 793 attempt to call field 'QuoteSafe' (a nil value): at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0 at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Ext.Lua.Plugins.LuaPlugin.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

    the plugin works good but what is it can any help me?
     
  11. Code:
    [12/29/2015 1:14:02 AM] [Oxide] 1:14 AM [Error] Failed to call hook 'cmdTime' on plugin 'm-Time v1.0.3'
    File: m-Time.lua Line: 793 attempt to call field 'QuoteSafe' (a nil value):
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0
      at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPlugin.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: Dec 29, 2015
  12. Is it possible to use this plugin to Gather manager
    to make gather rate x2/x5 at day and night?
     
  13. Not starting, error this:
    Code:
    [1/15/2016 7:41:18 AM] [Oxide] 7:41 AM [Error] Failed to call hook 'ccmdEnvTime' on plugin 'm-Time v1.0.3'
    File: m-Time.lua Line: 713 attempt to index upvalue 'Sky' (a nil value):
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0
      at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPlugin.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 
     
  14. Help. applying the plugin and tell freezing time .. I do what at 00:00.
    As I get when frozen is another. Example 10:00
     
  15. I am just getting alot of Lua script errors, I guess it's because of the new Rust version?

    ___ EDIT

    After reading, I found the new file attached in comments which fixes this :)
     
  16. I tried writing in the config files, and it's still not working.
     
  17. Would be best to post in the plugin topic for support of the plugin but you dont need to make the config once you upload the script it makes the config its self
     
  18. still isnt working :/
     
  19. Upload the plugin into your plugin folder, then go into your config folder, refresh the page, and the config file should appear, edit it with Notepad ++, then save the file and reload your plugin through your console.
     
  20. Using in game it's simple I'll do what I did /setdaylength 65
    Hit enter
    /setnightlength 5
    Hit enter
    Boom 5 min nights and 65 min day
    You make sure you do both or it will not work.
    Thru console similar env.daylength 65
    Env.nightlength 5
    [DOUBLEPOST=1453960432][/DOUBLEPOST]You don't use config file on this one in game or console only