Reserved

Moved

Total Downloads: 1,971 - First Release: Oct 23, 2014 - Last Update: Dec 22, 2015

5/5, 7 likes
  1. Not working for me. I've given myself permission twice and keeps telling me I don't have permission to use the command
     
  2. Wulf

    Wulf Community Admin

    You don't have the permission then. Oxide has a bug right now where it always says it was successful, but if you still don't have permission, then your config file is either corrupt, the plugin isn't loaded, etc.

    Check your logs for errors to make sure the plugin loaded.
     
  3. It's loading just fine and I've given myself permission 4 times now and I deleted the config and let it create a new one. It still says I don't have permission
     
  4. Did you give yourself the permission using your name? Try using
    Oxide.grant user <steamID> <permission>
    Instead
     
    Last edited by a moderator: Jun 30, 2015
  5. I've done both
     
  6. Wulf

    Wulf Community Admin

    Did you check oxide.users.json to verify like suggested previously?
     
  7. Ya and I manually gave myself reserved.bypass to see if that works and it's in there but reserved.manage will not apply or show up
     
  8. Wulf

    Wulf Community Admin

    Not sure then, both are working properly when testing.
     
  9. Is it possible to just add the permission to my list of of permissions in the data file by typing it in the file while the server's not running?
     
  10. Wulf

    Wulf Community Admin

    Sure, just as you can with any permission.
     
  11. Hey there, reinstalled my server today and added the slots plugin.
    Permission working fine so far, was able to set up 5 slots and added also players to them, but if I type the help command, console gives me that error:
    Code:
     [Error] Failed to call hook 'SendHelpText' on plugin 'Reserved'
    File: Reserved.lua Line: 199 attempt to call global 'GetSteamId' (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 (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
    Not the end of the world, server still up and running ^^
    Just wanted to report it...


    Regards
    7th
     
  12. Wulf

    Wulf Community Admin

    Thanks for the report! I'll fix it when I get home.
     
  13. I have added this plugin (5 slots) and perms for admin group, but server telling to me that server is full.. What?
     
  14. Wulf

    Wulf Community Admin

    What is your max player count, and how many players are online?
     
  15. 150 max, 145 online but everyone trying to connect xD
     
  16. Wulf

    Wulf Community Admin

    Are you sure your user is in the admin group? Are you sure the oxide.groups.json shows the reserved.bypass permission?
     
  17. Yes, I'm sure!

    I have found why this sh*t happends. If someone stop internet, server will kick him with timed out error. Then I have pressed reconnect, but server says that server is full (not plugin message). Then I have kicked my player from the server with console.
    [DOUBLEPOST=1436629954][/DOUBLEPOST]Or maybe cuz of this?

    Code:
    [Oxide] 6:51 PM [Warning] Calling hook OnUserApprove resulted in a conflict between the following plugins: rustcore, 
    [DOUBLEPOST=1436767841,1436629865][/DOUBLEPOST]When I'm trying to join full server with 5 reserved slots this error:

    Code:
    [Oxide] 6:51 PM [Warning] Calling hook OnUserApprove resulted in a conflict between the following plugins: rustcore,
     
  18. Wulf

    Wulf Community Admin

    Those aren't errors, and can be ignored.
     
  19. Hey there :)

    Got vacation the rest of the week so I updated all my plugins and checked the server a bit, still getting the same error while I was kinda sure I didn't see the error for a while?
    Back because of protocoll change or did I just miss it ^^


    Regards
     
  20. Code:
    [Oxide] 6:49 AM [Error] Failed to call hook 'SendHelpText' on plugin 'Reserved v0.2.1'
    File: Reserved.lua Line: 199 attempt to call global 'GetSteamId' (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: Sep 7, 2015