DeluxeAsyncJoinLeaveMessage
DeluxeAsyncJoinLeaveMessage copied to clipboard
https://www.spigotmc.org/resources/deluxeasyncjoinleavemessage-fully-optimized-async-everything-open-source.88129/
Bad Name
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...
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.