jcdesimp / Landlord

Bukkit land claiming plugin.
MIT License
11 stars 21 forks source link

Increase performance of the plugin #50

Closed ferrybig closed 7 years ago

ferrybig commented 7 years ago

Store Friend and OfflinePlayer in a variable to make the loop work faster in FriendAll

Use a StringBuilder instead of a single string in landlist, to make the method complete faster