Skip to content

Instantly share code, notes, and snippets.

View rmarmorstein's full-sized avatar

River M. rmarmorstein

  • New Hampshire, USA
View GitHub Profile
@rmarmorstein
rmarmorstein / Cuboid.java
Created April 18, 2023 21:07 — forked from ursinn/Cuboid.java
Spigot Plugin | Cuboid Helper
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import org.bukkit.Bukkit;
import org.bukkit.Chunk;
import org.bukkit.Location;
import org.bukkit.World;
@rmarmorstein
rmarmorstein / 00_Spigotctl
Created March 15, 2017 13:33 — forked from literalplus/00_Spigotctl
Spigotctl, control 'framework' for Spigot servers running in RemoteToolkit in Tmux.
MIT License
Copyright (c) 2016 Philipp Nowak
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
package net.openprog.simpletp;
import java.util.HashMap;
import java.util.Map;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;