RemoveClaim

Moved

Total Downloads: 1,004 - First Release: Feb 23, 2016 - Last Update: Mar 20, 2016

5/5, 3 likes
  1. Maybe there are server owners who want a vanilla server where player's can't use your plugin, but they want their admin/moderator to have it?
     
  2. I run a PVE server - so for the people who worked hard to find the parts/tires/etc. i don't want them to lose their car for something as simple as they lost internet, or lost connection then some troll comes along claims the car and changes color of it. I'm just trying to avoid any conflict if that makes any sense. Thanks for alteast considering it!
     
  3. Yeah permissions would be cool
     
  4. I'm working on permissions. But I couldn't keep myself from refactoring the whole thing, so it's gonna be this weekend at least.
     
  5. hello, something fails after update, i cant claim car after removing claim


    EDIT: SORRY MY BAD, after update car need to have 4 wheels engine and gearbox to be claimed
     
    Last edited by a moderator: Mar 10, 2016
  6. ! I just found that since the last patch RemoveClaim isn't working as intended anymore!
    Because you can now have up to three (right?) vehicles, the mod get confused. Or rather, the Hurtworld code is confusing (check VehicleOwnershipManager if your interested). Basically boils down to: re-do the core of the mod :(
    So I'll be working on that prob next weekend but I won't give an eta, sorry.

    Working functionallity: You can remove the claim from the first vehicle some has on the server. The mod won't remove the wrong claim (has been tested).

    EDIT: Last server patch took this problem away. The mod has since then functioned properly (without needing a new version).
     
    Last edited by a moderator: Mar 20, 2016
  7. Mortu88 updated RemoveClaim with a new update entry:

    1.1.0

     
  8. why do my plugins not load on my new server? oxide is work and installed, even /version works, but the plugins are in the plugins folder and they do not create the .json files any help?
     
    Last edited by a moderator: Mar 22, 2016
  9. Wulf

    Wulf Community Admin

    Are you sure you are putting them in the right location? The .json config files will not be created if they are not loaded.
     
  10. yes i am putting them in the plugins folder, its weird
    [DOUBLEPOST=1458620838][/DOUBLEPOST]04:20 [Info] Loaded extension CSharp v1.0.1825 by Oxide Team
    04:20 [Info] Loaded extension JavaScript v1.0.1825 by Oxide Team
    04:20 [Error] Failed to load extension Oxide.Ext.Lua (DllNotFoundException: /home/minecraft/hurtworld/Hurtworld_Data/Managed/x86/liblua52.so)
    04:20 [Debug] at (wrapper managed-to-native) KeraLua.NativeMethods:LuaLNewState ()
     
  11. Wulf

    Wulf Community Admin

    That means your server is either missing a file or a dependency is missing.
     
  12. hm, ive reinstalled my server too, i host through creeperhost, so its auto install and uninstall. would it be oxide missing or my server?
    [DOUBLEPOST=1458621050][/DOUBLEPOST]oxide still loads, /version still works
     
  13. Wulf

    Wulf Community Admin

    Either liblua52.so is missing, or it isn't accessible (wrong permissions, etc.). It could be another dependency missing, but it's likely an issue with liblua52.so directly. This plugin is written in C# though, so that error wouldn't be related to it. Check your log for other errors please.
     
  14. how would i go about getting file? or even replacing it?
     
  15. Wulf

    Wulf Community Admin

    It's included with every Oxide install/download, but that isn't the cause of your issue with this plugin. Check your log for other errors.
     
  16. here is the log
     

    Attached Files:

  17. Wulf

    Wulf Community Admin

  18. i reinstalled the whole server and install the linux oxide

    but getting an error i believe
    [DOUBLEPOST=1458624140][/DOUBLEPOST]log
     

    Attached Files:

  19. Wulf

    Wulf Community Admin

    chmod +x CSharpCompiler
    chmod +x CSharpCompiler.x86
     
  20. what does that mean? or how do i do this?