Skip to content

Instantly share code, notes, and snippets.

View Bytekron's full-sized avatar

Bytekron

View GitHub Profile
@Bytekron
Bytekron / minecraft_server_lists_vote_bot_and_link_discord_extractor.user.js
Created March 29, 2026 19:19
Minecraft Server List Vote Bot + Link and Discord Scraper (Manual)
@samchouse
samchouse / server.sh
Created January 29, 2021 16:02
Minecraft Server Management Script
#!/bin/bash
shopt -s nullglob
if [[ "$1" == '' ]]; then
:
elif [[ "$#" -gt "1" ]]; then
while getopts s: flag; do
case "${flag}" in
s)