Skip to content

Instantly share code, notes, and snippets.

Avatar

Jess Jess4Tech

View GitHub Profile
View RemovePortal.java
package io.github.jess4tech.interdimensionalportals.commandLogic;
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 io.github.jess4tech.interdimensionalportals.databaseManagement.getCoors;
import org.spongepowered.api.text.Text;
import org.spongepowered.api.text.format.TextColors;