-
Posts
338 -
Joined
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by MON@H
-
Personally, I bought this plugin for developer support. Steenamaroo, with all these years of free development and support, you certainly deserve this support! To everyone out there I can also advise to think before whining about things you don't like here and there. You'd better ask yourself, what have you done to improve something? If you can still do something (like buy a plugin for developer support or do some debugging and help solve some problem, etc.) then do it, and if you can't, then at least , do not bring additional pain and frustration into life. to those who can.
-
Changed Status from Pending to Closed
-
Changed Fixed In to 1.4.3
-
Changed Fixed In from 1.3.4 to 1.4.1
-
Changed Status from Pending to Can't Reproduce Changed Fixed In to 1.3.4
-
There is no other way that error could appear. Check the Clans plugin settings/version/datafile/etc.
-
Disable Clans plugin in options and see if error still appears. Seems like your Clans plugin works not as expected. "Use Clans": false,
-
"ZoneManager include mode (true = include mode / false = exclude mode)": false Set this option to false. Try the latest version and tell me if the problem is still exist
-
- 9 comments
-
Changed Status from Pending to Can't Reproduce
-
Not able to reproduce this one. Please, post your full config file. Are there any errors in your console-log? Are you sure plugin was fully loaded when this happens? Enable logging and check for record like this: 01:46:50 73 players in cache
-
OnEntityKill called when an entity is destroyed. So it's not related to building new entities, it's related to destroying ones. If you want to figure out what is causing your issue, feel free to add me on discord, I will give you a version with some additional logging for debugging. @M_#8888 In case with Copy Paste plugin, you can try to edit those options in it's config file to also reduce performance impact: "Amount of entities to paste per batch. Use to tweak performance impact of pasting": 15, "Amount of entities to copy per batch. Use to tweak performance impact of copying": 100, "Amount of entities to undo per batch. Use to tweak performance impact of undoing": 15, "EntityOwner (true/false)": true Try to set entityowner to false and see results
-
@MNfreakTim, despite the fact that the plugin is optimized as much as possible, checking each building for compliance with the limit in any case occurs and uses some part of the resources - this is inevitable and I hope it is obvious. I have done everything I can to optimize this plugin in order to minimize the load on the server. As far as I know, any server, regardless of the amount of its resources, will start lagging when a certain number of buildings is reached. The more resources the server has, the more buildings it allows to build without lags. Perhaps you have reached this very threshold of the maximum allowable number of buildings that the server can withstand without lags. Also, according to my observations, a large number of entities of a certain type (for example, wind turbines) in one place (for example, on the roof of the same building) significantly reduce FPS and can cause lags. Actually, to prevent all these problems, similar plugins were created. You can, of course, remove it completely, but most likely this will not solve your problem.