This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1><ul>OH HEY!</ul></h1> | |
<button href="https://google.com">CLICK MEH!</button> |