Skip to content

Instantly share code, notes, and snippets.

8 Bit Binder Banner

Informationen

  • Einige Funktionen wurden Zeitweise deaktiviert (Cop-Liste, Sani-Liste).
  • Diese werden in einer kommenden Version wieder verfügbar sein.

8 Bit Binder by Martin [1.7.1]

Funktionen

@jhead
jhead / spigot-patcher.sh
Last active August 29, 2015 14:06
Finds latest Spigot binary patch and applies to the specified file
#!/bin/bash
## Validate arguments
if [ "$#" -ne 2 ]; then
echo "Fetches latest Spigot patch and applies it."
echo
echo "Usage: <spigot-1649-jar-path> <output-file>"
exit 1
fi