Benchmark Notes
The reported performance metrics are based on a controlled stress test scenario with approximately 100 concurrent players executing commands simultaneously.
Results may vary depending on the server environment, including:
These values should be considered as a reference under high-load conditions, not absolute guarantees.
- Hardware specifications (CPU, RAM, disk)
- Hosting quality and virtualization
- Server software and version (Paper/Spigot, etc.)
- Overall plugin load and configuration
Performance Optimization Update
This release introduces several internal optimizations aimed at reducing main-thread usage and improving command execution efficiency.
Improvements:
Internal Changes:
- Server thread usage reduced from ~5.87% to ~0.20% (~96.6% reduction)
- Command execution no longer represents a measurable bottleneck
- Message handling overhead reduced (~50%)
- Removed repeated configuration lookups during runtime
Outcome:
- Command system refactored for lower overhead
- Configuration values are now cached instead of reloaded
- Reduced unnecessary allocations and synchronous calls
- Improved overall execution flow
- Lower CPU usage
- More consistent tick performance
- Better behavior under load
[ + ] Added 2 new placeholder
%mygangs_membercount%
%mygangs_maxmembercount%
[ + ] Added /gang setowner command: This new command allows the current gang owner to transfer ownership to another member of the gang.
[ + ] Added tab completion
[ / ] Fixed a bug where placeholders were not displayed correctly when using DecentHolograms.
[ !!! ] Please delete the langs folder to regenerate it with the updated messages.
[ / ] General optimization of the plugin, also placeholders will have less impact on performance
[ / ] Fixed a bug where when depositing money into the gang bank it would give a message that the balance was already at the maximum, not allowing the bank to function correctly.
