Skip to content

Instantly share code, notes, and snippets.

View Kainzo's full-sized avatar

Kainzo Kainzo

View GitHub Profile
flashbang:
use-text: §7[§2Skill§7] %hero% used %skill%!
target: none
brush: sea_lantern
undo: 10000
duration: 8000
effect-blindness: 1
effect-night-vision: 1
radius: 5
target-self: true
@Kainzo
Kainzo / mc.sh
Created January 28, 2016 21:29 — forked from PhanaticD/mc.sh
#!/bin/bash
SERVERNAME="placeholder"
SERVICE="placeholder.jar"
MCPATH="/home/user/placeholder"
BACKUPPATH="/hd2/backups/placeholder"
INVOCATION="java -Xms2G -Xmx8G -jar $SERVICE"
mc_start() {
if ps ax | grep -v grep | grep -v -i SCREEN | grep $SERVICE > /dev/null