Skip to content

Instantly share code, notes, and snippets.

rm -rf /tmp/Nameless
# clone the repo to a temp directory
echo "Cloning repo..."
git clone https://github.com/NamelessMC/Nameless.git /tmp/Nameless > /dev/null 2>&1
cd /tmp/Nameless
tag=$1
if [ ! $(git tag -l "$tag") ]; then
@tadhgboyle
tadhgboyle / main.js
Last active December 12, 2022 23:30
LuckyPerms piracy detector
// usage: `node main.js <full luckperms editor url>`
const process = require('process');
const luckPermsEditorUrl = process.argv[2].match(/https:\/\/luckperms.net\/editor\/(.*)/i);
if (!luckPermsEditorUrl) {
console.log('❌ Gimme an LP Editor URL!');
process.exit(1);
}
@tadhgboyle
tadhgboyle / x86-m1.md
Last active July 17, 2023 06:20
running x86_64 `.ova` VMs on an m1 mac
  • install homebrew if you have not already

    • /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • install qemu

    • brew install qemu
  • extract the .ova file

    • tar -xvf /path/to/ova
@tadhgboyle
tadhgboyle / mineplex.sk
Created December 30, 2020 00:55
archived
on load:
set {mineplex.starttime} to now
#(Old ugly acci text here)
#
#Mineplex Core Remake
#The best and only Mineplex Copy
#by Josh Roy (WheezyGold7931)
#Enjoy!
script options:
@tadhgboyle
tadhgboyle / index.html
Created March 21, 2017 21:36
Whats this?
<h1><ul>OH HEY!</ul></h1>
<button href="https://google.com">CLICK MEH!</button>