NexAdn / UnitedShops

Bukkit Admin Shop plugin
GNU General Public License v3.0
3 stars 2 forks source link

Use TGCLUtil for utility classes/methods #34

Closed NexAdn closed 5 years ago

NexAdn commented 6 years ago

This one just helps removing some copy&paste code commonly used across my plugins and ensures latest updates are easily integrated. Providing two releases gives users the opportunity to reduce some disk and RAM usage by reducing the amounts of classes loaded when using more than one of my plugins (WIP) with the non-standalone version. It also enables easy grabbing of other plugin's instances via the methods provided by standard TGCLUtil (might not work with standalone).