Skip to content

Instantly share code, notes, and snippets.

View intronate67's full-sized avatar

Hunter Sharpe intronate67

  • Hunter Sharpe
  • USA
  • 07:02 (UTC -05:00)
View GitHub Profile
/*Class is not intended to be used as an instance.
* Please copy methods inside your own plugin as this does not
* contain a constructor, no one is stopping you from adding one
* though.
* This code is free to use for everyone, forever.
*/
public class UUIDGetter{
public String getUUID(String name){
if(isAPIOnline()){
package net.huntersharpe.RlGl.commands;
import org.spongepowered.api.command.CommandException;
import org.spongepowered.api.command.CommandResult;
import org.spongepowered.api.command.CommandSource;
import org.spongepowered.api.command.args.CommandContext;
import org.spongepowered.api.command.spec.CommandExecutor;
import org.spongepowered.api.text.Texts;
import org.spongepowered.api.text.format.TextColors;