Jump to content

Conflict with No Decay

Pending 2.3.12

I added No Decay to my server today and now I'm seeing this:

 Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: NoDecay - True (Boolean), VirtualQuarries (False (Boolean))

Oh my other server, I'm getting this:

Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: VirtualQuarries - False (Boolean), SimplePVE (True (Boolean))

Both servers run SimplePVE, but I'm not getting this error on the first server. I don't use No Decay on the first server.

Edited by BetterDeadThanZed

Share this comment


Link to comment

Hey. It's due to weird implementation of Oxide warnings that have nothing to do in functionality.
There is no strict rule to which option true or false should developers use and there are situations like that.
You can go to the my plugins, search for OnEntityTakeDamage and replace all return false; to return true;

In the same way it can be made in SimplePVE/NoDecay so change it from true to false and it will work the same way. But replace only on one side of the plugin, so from false to true, or from true to false.
This should fix your issue.

  • Like 1

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

83.5k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.