Mordeus submitted a new resource:
AntiLoot - Stops Looting of chests, torches, stations, furniture, anything that's lootable.
Read more about this resource...

AntiLoot
Stops Looting of chests, torches, stations, furniture, anything that's lootable.
Total Downloads: 112 - First Release: Nov 13, 2017 - Last Update: Dec 31, 2017
- 5/5, 5 likes
-
Oxide 2.0.3734 but AntiLoot doesn't work.
useProtectedZone: true
All flags like nocampfirelooting at zone is true.
Just all lootable. -
Lootable even outside the zone?
Keep in mind it wont stop you from looting things you made yourself, also admins can loot anything unless that is turned off in the config.
[DOUBLEPOST=1510603262][/DOUBLEPOST]If the plugin doesnt work at all, in or out of a zone and with useProtectedZone set to False I would say the Assembly-CSharp.dll wasnt updated. -
-
If you set useProtectedZone to false does the plugin work at all?
-
would it be possible to have so you can loot if at war? other wise no one would war each other if there is nothing to gain
-
Hmm, that's a good idea, let me look into that.
-
@Ruby I have tested everything and its all working for me, so I need more details, any errors in the logs, are the messages working, does it work without ProtectedZone, etc.
-
@Ruby are you by chance running the levels plugin? It seems to be conflicting with ProtectedZone, try /zone info standing in a zone and see if you get anything in chat.
-
This is only if you use ProtectedZone with AntiLoot, otherwise you do not have do this ....
** ProtectedZone has a conflict with the LevelSystem Plugin, you have to set "useNametag": false in the LevelSystem config to get them to work together** -
-
1. Does AntiLoot work without protectedZone enabled in config? It should work fine by itself. Make sure you try it in and out of zones and on something that another player made, that is not in your Crest zone.
2. Does the oxide log have errors when interacting with objects?
2. If it doesn't work at all it could be another plugin causing an issue, you could check this by removing all plugins and checking to see if AntiLoot works by itself, if it does add plugins back until you find the one causing it, I know this in not a good thing to do on a live server, so hopefully you have a test server.
3. If you cant do the above give me a list of plugins you have and I will take a look(you can pm me)
4. If the above doesn't work please verify your Assembly-CSharp.DLL has the hook OnPlayerInteract in it, I can send a test plugin to you to verify its working if you want.
Let me know how I can help, I would be glad to come to you server or chat over Steam, but during the day(right now) I am at work, so nights and weekends central time US are when I am on and available.
* EDIT: I checked and AntiLoot still works fine for me with the levels plugin installed, so please try the above steps -
-
Also a conflict doesn't necessarily have to be from two plugins using the same hook, that's why I asked about your other plugins, the ProtectedZone problem with the levels plugin was not related to an oxide hook.
I have tested this plugin on two different servers and it works fine, I cant fix it if I cant duplicate the problem, that why I am trying to eliminate possible problems. -
Don't know why it did not work under the same conditions before. -
-
One bug: I set ProtectedZoneEnable to true but it is not work. I cannot loot anything out of zone.
-
Everything out of zone is still controlled by AntiLoot config settings , so if you have looting turned off for everything you will not be able to loot
So set AntiLoot config settings to:
Code:{ "AdminCanLoot": true, "AllowCampFireLooting": true, "AllowChestLooting": true, "AllowFirePlaceLooting": true, "AllowFurnitureLooting": true, "AllowGuildAccess": true, "AllowStationLooting": true, "AllowTorchLooting": true, "AllowVillagerLooting": true, "AllowWoodChestLooting": true, "LogLooting": true, "MessagesOn": true, "ProtectedZoneEnable": true }
-
[DOUBLEPOST=1511206216][/DOUBLEPOST]
[DOUBLEPOST=1511206459][/DOUBLEPOST]nofireplacelooting and other parameters in zone is true.Last edited by a moderator: Nov 20, 2017 -
Wood Chests only?
I forgot I set that up a little different because a lot of people use those to give new players stuff, so they want them lootable, the config controls them atm if I recall correctly, let me check on that I will probably need to rewrite that part so zones have control over them.