DeluxeAsyncJoinLeaveMessage icon indicating copy to clipboard operation
DeluxeAsyncJoinLeaveMessage copied to clipboard

https://www.spigotmc.org/resources/deluxeasyncjoinleavemessage-fully-optimized-async-everything-open-source.88129/

Results 4 DeluxeAsyncJoinLeaveMessage issues
Sort by recently updated
recently updated
newest added

An api as good as this one needs a better name. Im thinking :1st_place_medal: EpicAdvancedDeluxeASyncJoinLeaveMessageUltimateProPlusX (Now Fully Optimized) :100:

The plugin as it currently is does not scale well when considering a large number of players. There's no need to do cpu-intensive operations like Player#sendMessage while more optimized options...

PRIORITY

Add the `strictfp` keyword to all functions. See: https://en.wikipedia.org/wiki/Strictfp

Creating an instance of a class calls its constructor, which is very very very extremely slow! I recommend creating all instances using the Unsafe class to ensure maximum performance.