Skip to content

Conversation

@newborn1000
Copy link

this code wasn't playing nice with the multithreaded nature of spigot. updated this and built it, appears to be working fine on my server. obviously has not been extensively tested but the error was dealt with and CPU usage is significantly reduced.

Changed Async method to Sync to solve SEVERE] Exception in thread "Craft Scheduler Thread - 36636" 21:06:58 error for multi-threaded servers
removed asynchronous timers to fix errors when using multiple threads
Fixed Asynchronous task timer usage, was causing issues on multithreaded servers.
@newborn1000
Copy link
Author

Updated DeathLocationDao with the same code as it was creating a less frequent error, although it was an error none the less

Plugin wasn't hooking into worldguard, this patch will allow the plugin to hook into and interact with world guard.
Plugin would now allow users with the exact amount of funds to perform the TP, this fix means that if you have 50.00 gold and the TP costs 50.00 gold, then the TP will be allowed, previously you needed 50.01 gold in order to make the TP costing 50.00 gold.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant