Skip to content

Instantly share code, notes, and snippets.

View kailan's full-sized avatar

Kailan Blanks kailan

  • London, United Kingdom
  • 22:25 (UTC +01:00)
View GitHub Profile
@kailan
kailan / Makefile
Created December 28, 2015 08:21
PaperSpigot Makefile
all: update build
update:
rm PaperTools.jar
wget https://ci.destroystokyo.com/job/PaperSpigot-BuildTools/lastSuccessfulBuild/artifact/target/PaperTools.jar
build:
java -jar PaperTools.jar
@kailan
kailan / legit_timv.java
Created March 2, 2014 14:07
trubble in mine ville plugin fer bukkit
import org.bukkit.*;
public class legit_timv extends JavaPlugin {
@Override
public void onEnable() {
Bukkit.getServer().shutdown(); // <-- is code for trubble in mine ville
}
}