DominicLuidold / SimpleBroadcast

SimpleBroadcast is the easy way for Minecraft servers to broadcast predefined messages with various options.
GNU General Public License v3.0
1 stars 2 forks source link

Better usage of the UUIDFetcher #5

Closed Buxdehuda closed 9 years ago

Buxdehuda commented 9 years ago

Now uses the ability to fetch multiple uuids at once, I also created getters and setters instead of using public static variables. (I had some spare time ^^). Besides this the JavaPlugin#getDataFolder() method is now used, instead of typing it manually.