LimitRCON

Moved

Total Downloads: 168 - First Release: Jul 1, 2016 - Last Update: Jul 1, 2016

0/5, 0 likes
  1. Wulf

    Wulf Community Admin

    Wulf submitted a new resource:

    LimitRCON - Limits RCON access to specific IP addresses

    Read more about this resource...
     
  2. Is it possible to make a command to add and remove ips.
    Or even better, a permission system to white list the ip the player when they connect with that permission
     
  3. Wulf

    Wulf Community Admin

    Sure, both of those should be easily doable.
     
  4. Hey @Wulf can you please fix the plugin?

    Getting this error:

    Code:
    (18:40:12) | [Oxide] 19:42 [Error] Failed to call hook 'OnRconConnection' on plugin 'LimitRCON v0.1.0' (UnauthorizedAccessException: System access is restricted, you are not allowed to use System.Net.IPEndPoint)(18:40:12) | [Oxide] 19:42 [Debug] at Oxide.Plugins.LimitRCON.OnRconConnection (System.Net.IPEndPoint ipEndPoint) [0x00000] in <filename unknown>:0at Oxide.Plugins.LimitRCON.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    
     
  5. This should be fixed in an upcoming Oxide build.
     
  6. hmm, seems plugin not limiting web rcon...
     
  7. Wulf

    Wulf Community Admin

    I don't think the current hook covers that, just the normal RCON. I'll take a look at supporting that.
     
  8. @Wulf
    Code:
    [Oxide] 01:27 [Error] Error while compiling LimitRCON.cs(16,33): error CS0115: `Oxide.Plugins.LimitRCON.LoadDefaultConfig()' is marked as an override but no suitable method found to override
     
  9. Wulf

    Wulf Community Admin

    That isn't a plugin error. Also, this is for Rust only right now.