Skip to content

Instantly share code, notes, and snippets.

View spannerman79's full-sized avatar
💭
I may be slow to respond.

Spanner_Man spannerman79

💭
I may be slow to respond.
View GitHub Profile
@spannerman79
spannerman79 / worth.yml
Created August 26, 2021 18:39 — forked from X00LA/worth.yml
Updated to new format
# Created by X00LA reassembled to fit newest format from https://github.com/Squawkers13
# License: GPL2.0 https://github.com/X00LA/Bukkit-Essentials-worth.yml/blob/master/LICENSE
# Made for MC 1.7.X
# Optimized for ideal balanced Economy!
# Report any issues on my Github-Page:
# https://github.com/X00LA/Bukkit-Essentials-worth.yml
# Feel free to create a ticket...
worth:
stone:
@spannerman79
spannerman79 / worth.yml
Created August 26, 2021 18:38 — forked from Squawkers13/worth.yml
Updated to new format
# Created by X00LA
# Made for MC 1.7.X (But not for 1.8)
# Optimized for ideal balanced Economy!
# Report any issues on my Github-Page:
# https://github.com/X00LA/Bukkit-Essentials-worth.yml.git
# Feel free to create a ticket...
worth:
stone:
'0': 3.64
@spannerman79
spannerman79 / setphp.sh
Created August 26, 2021 18:22 — forked from Michael-Stokoe/setphp.sh
bash script to switch between PHP versions in Plesk
# Installation: Add this file to the bottom of your ~/.bashrc
# Or: $ curl https://gist.githubusercontent.com/spannerman79/64698649733da678bb4fe08534d95389/raw >> ~/.bashrc
# Usage: $ setphp {version}
# Example: $ setphp 7.4
# It will look for the path to the current PHP version in your PATH and switch to
# the new PHP version.
# If you do not have a path to a php version, then it will add one.
# If the version you specify does not exist, it will list the versions that are available.
@spannerman79
spannerman79 / warmroast.sh
Last active February 13, 2016 01:40
Linux - Script for warmroast
#!/bin/bash
java -cp /usr/lib/jvm/java-8-oracle/lib/tools.jar:warmroast-1.0.0-SNAPSHOT.jar com.sk89q.warmroast.WarmRoast -m ./conf --interval 50 --thread "Server thread"
@spannerman79
spannerman79 / start-Forge.sh
Last active November 12, 2021 10:36
Linux - Java 8 Forge server launcher & auto restart
#!/bin/sh
# NOTE: THIS SCRIPT ASSUMES YOU HAVE JAVA 8 INSTALLED ON YOUR LINUX SERVER
# MANY OF THE SUPPLIED JAVA GARBAGE COLLECTION OPTIONS ARE JAVA 8 EXCLUSIVE
# FEEL FREE TO MODIFY THE VALUES BELOW
#
###Memory
#
# Please set the allocated amount of memory
# Never the full complete allocation of your server instance
# Vaules must be SI standards.
@spannerman79
spannerman79 / start-KBootstrap.sh
Last active February 3, 2019 01:14 — forked from Razorskills/start-KBootstrap.sh
Linux - KBootstrap KCauldron Installer/Launcher + auto-restart
#!/bin/sh
# Original start script location located at https://gist.github.com/Razorskills/44c4e06954fa13783d51
# Permission kindly given by @Razorskills via Discord chat to use/modify/share
#
# This script was modified to include some documentation on its use
# The location where this particular script originated from: https://gitlab.prok.pw/KCauldron/KCauldron/wikis/kbootstrap
# Edited by: @Spanner_Man
#
#
# NOTE: THIS SCRIPT ASSUMES YOU HAVE JAVA 8 INSTALLED ON YOUR LINUX SERVER