Plugin breaks after reloading a pluginSolved
I am having a issue when i reload all plugin's or just this plugin half the time it breaks the mod and i have to go and manual fix it and reload plugin again, is there a fix for this?

do you have any other plugins running doing events with barrels/crates ?

And tryed to do a clean install ?

5ef119a35c4fb.png krunghcrow
do you have any other plugins running doing events with barrels/crates ?

No nothing to do with barrels/crates
Unless you count LootBouncer as one , but that should not be the issue.

Yes i have also done a clean install.

i am going to test and see if i can reprocuce this.
any console messages when it breaks ?
And if it does is it beceause  the Economics was not found! Disabling the \"Use Economics\" setting ?

5ef119a35c4fb.png krunghcrow

i am going to test and see if i can reprocuce this.
any console messages when it breaks ?
And if it does is it beceause  the Economics was not found! Disabling the \"Use Economics\" setting ?

Nope no consolse message , Economics setting on where ?

{
  "Settings": {
    "Give Points Every x Barrels": 1,
    "Give Points For Barrels": true,
    "Give Points For Crates": true,
    "Item Shortname": "scrap",
    "Permission List barrels": {
      "barrelpoints.default": 2.0,
      "barrelpoints.vip": 5.0,
    },
    "Reset Barrel Count on Death": true,
    "Send Notification Message": true,
    "Use Economics": false,    <----
    "Use Item Rewards": true,  <----
    "Use ServerRewards": false   <----
  }
}

<--- set either to true if you want to use economics server rewards or item handouts.
the message in console was just a message saying if u have it here in config to true and for example economics was not installed on server it will disable it.

its a warning not a error

might be fixed with the patch just released if its loading order of plugins since thats either random or alphabetical

Locked automatically