MCJoshua345
Member
Sentinel - Wait this account still exists? Feb 4, 2019
- MCJoshua345 was last seen:
- Dec 26, 2022
- Loading...
- Loading...
-
Interact
Signature
Code:public void makePluginRequest(Idea idea){ if(idea.isIncomplete() == true){ Bukkit.getUser("MCJoshua345").post("Please give more information."); return; }else{ Plugin plugin = new Plugin(idea); plugin.setAuthor(Spigot.getProgrammer("AlphaGladiator")); Bukkit.getUser("MCJoshua345").post("Here is the plugin: " + plugin.getDownloadLink()): } }