Skip to content

Instantly share code, notes, and snippets.

View theskyblockman's full-sized avatar
🧑‍🍳
Preparing something...

Haroun El Omri theskyblockman

🧑‍🍳
Preparing something...
View GitHub Profile
@theskyblockman
theskyblockman / run.bash
Last active May 11, 2022 13:57
A plugin deployer to a spigot server for testing
#!/bin/bash
# How to run:
# Put this script where you want your servers to be located (in an empty folder)
# Have Java 17
# Have an internet connection
# And have an computer
if [ expr $# < 2 ]; then
read -p "Enter the plugin version: " jarVersion