PreventLooting

Moved

Total Downloads: 956 - First Release: May 25, 2017 - Last Update: Jan 27, 2018

5/5, 6 likes
  1. version 1.7.0 isn't blocking anything for me. No matter what options I can't seem to get it to block anything.
     
  2. In the plugin nothing has changed except the addition of support for in-game teams. The plugin was checked before the update was published.
     
  3. I cant get 1.5.1 to work for me either now. wtf lol
    [DOUBLEPOST=1531929656][/DOUBLEPOST]
    Ive deleted 3 three times and tried I don't know what the hell i'm doing wrong, it was working just fine on 1.5.1 before lol
    [DOUBLEPOST=1531929789][/DOUBLEPOST]
    this is my config for 1.5.1 I literally tried everything true or false, and nothing is working wtf …. gonna restart my server see if that helps

    Code:
    {
      "AdminCanLoot": false,
      "CanLootBackpack": false,
      "CanLootBackpackPlugin": false,
      "CanLootCorpse": false,
      "CanLootEntity": false,
      "CanLootPlayer": false,
      "ExcludeEntities": [
        "mailbox.deployed"
      ],
      "UseCupboard": false,
      "UseExcludeEntities": true,
      "UseFriendsAPI": false,
      "UseOnlyInCupboardRange": false,
      "UsePermission": true,
      "UseZoneManager": false,
      "ZoneID": [
        "12345678"
      ]
    }
     
  4. There are any errors in the console?
     
  5. no, im weirded out by this lol

    I shouldn't be able to loot if the option is false and I can.
     
  6. Is the plugin compiled? Maybe the compiler is crashing on the server?
     
  7. it compiles just fine. I think, It says its loaded so and so version
    each time

    Restarting it now, will let you know
     
  8. The previous version was 1.6.2
     
  9. oh. maybe that's why ? idk.. I pulled off this site the version 1.5.1 wheres 1.6.2 ? umod ?
     
  10. Yes. The plugin has moved to UMOD many months ago.
    [DOUBLEPOST=1531930302][/DOUBLEPOST]
    You can see the changes here: umods/PreventLooting
     
  11. yes that's where I pulled 1.7.0 from I always try to update to latest versions to keep the server updated.

    I swear when I first tried the new version last night it was working just right. not sure what happened
     
  12. Did you reboot the server? Did it help?
     
  13. It didn't help, but I think im getting somewhere, just need to check 1.7.0 again I got 1.5.1 to work for me again.
     
  14. Try 1.6.x versions and try to full reinstall plugin with deletion config and data files.
     

  15. this is the config I have again, version 1.7.0 NOW its working. That is very weird that it wasn't before... but now its telling me that the entity isn't mine wheich is what I was trying to test in the first place

    Code:
    {
      "AdminCanLoot": false,
      "CanLootBackpack": false,
      "CanLootBackpackPlugin": false,
      "CanLootCorpse": false,
      "CanLootEntity": false,
      "CanLootPlayer": false,
      "CanPickup": false,
      "ExcludeEntities": [
        "mailbox.deployed"
      ],
      "UseCupboard": true,
      "UseExcludeEntities": true,
      "UseFriendsAPI": true,
      "UseOnlyInCupboardRange": false,
      "UsePermission": true,
      "UseTeams": true,
      "UseZoneManager": false,
      "ZoneID": [
        "12345678"
      ]
    }
     
  16. "UsePermission": true, - If you use permission, then you can not looting only those players who have permission
    [DOUBLEPOST=1531931248][/DOUBLEPOST]
    To protect all players, set the parameter to false
    [DOUBLEPOST=1531931305][/DOUBLEPOST]Maybe this was the problem
     
  17. Idk. But it's all fixed now. Thanks.
     
  18. Well, fine! :)