Skip to content

Instantly share code, notes, and snippets.

[00:23:11 INFO]: ES96 issued server command: /help
[00:23:11 INFO]: Build -> Command pre-process event.
[00:23:11 INFO]: [LOG] Build -> BAEHELP gui Debug statement.
[00:23:11 INFO]: [LOG] Build ->ITEM: GOLD_INGOT
[00:23:11 INFO]: [LOG] Build ->What is the variable s? : GOLD_INGOT
[00:25:10 ERROR]: The server has stopped responding!
[00:25:10 ERROR]: Please report this to http://www.spigotmc.org/
[00:25:10 ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[00:25:10 ERROR]: Spigot version: git-Spigot-5f38d38-18fbb24 (MC: 1.8.8)
[00:25:10 ERROR]: ------------------------------
/**
* MIT License
Copyright (c) [2016] [ES96]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
if args.length() == 0
{
player.sendMessage("Incorrect Arguments. Specify gamemode.")
}else {
switch(args[0].toLowerCase())
{
case "creative":
case "1":
player.setGameMode(Gamemode.CREATIVE);
break;
@Signifies
Signifies / Net Neutrality
Created July 13, 2017 04:25
Net Neutrality
So, I usually don't make posts like this on Facebook, but this one is truly important to myself and should be important to practically everyone in the United States and around the world. I'm talking about Net Neutrality.
A great video explanation of what Net Neutrality is. (With CC)
https://vimeo.com/222706185
Here are a couple of good articles.
https://www.savetheinternet.com/net-neutrality-what-you-need-know-now
https://www.battleforthenet.com/#widget-learn-more
@Signifies
Signifies / config.yml
Created August 8, 2017 13:50
Fixed config for spigot.
config-version: 1.0
Commands-msgs:
perm-denied: '%prefix% &cUnable to comlete your request! &7You need permission!'
plugin-reloaded: '%prefix% &7The &6config &7has been &areloaded.'
Log-To-Console: true
Vote-Reminder:
Enabled: false
msg:
- '&8--------- %prefix% &8---------'
- '&6Remember to vote for the &2Server!, &3&l%player%'
@Signifies
Signifies / Research on PANDAS-PANS
Last active September 20, 2017 18:06
My personal notes and research on PANDAS/PANS (Pediatric, Autoimmune, Neuropsychological, Disorder, Associated with Streptococcal Infections)
# Leaving this public for all to notate and to read.
# Updated, 27/08/2017 - EJS.
# Special mentions to my mom. for finding this data.
http://m.huffpost.com/us/entry/us_57f8399fe4b0b665ad817fea
https://www.google.com/amp/s/www.psychologytoday.com/blog/attention-please/201501/adult-pandas-seek-and-ye-shall-find%3famp
https://www.psychologytoday.com/blog/attention-please/201102/evil-pandas-scourge-the-brain
@Signifies
Signifies / Lemons-music.txt
Last active August 20, 2021 19:33
This selection was created by my friend Lemon for a research project on the compositional and musical effect in Latin/south American culture
Salsa :
Llorarás- Oscar D’León
El Cantante -Héctor Lavoe
El Preso- Fruko y sus Tesos
La Rebelión -Joe Arroyo
Cali Pachanguero-Grupo Niche
Carnaval -Celia Cruz
Aguanile -Marc Anthony
La Murga- Héctor Lavoe & Willie Colon
Idilio-Willie Colin
@Signifies
Signifies / backup-script.sh
Last active August 22, 2023 22:11
Backup script for parrotos. Will commit updates later.
#!/bin/bash
echo "Starting file system backup."
cd
cd Desktop
if [! -d "$backups" ];
then mkdir "$backups" ;
# Not sure if I did this correctly. Will test tomorrow...
tar -cvpzf parrotos-backup.tar.gz --exclude=/parrotos-backup.tar.gz \ --exclude=/proc \ --exclude=/tmp \ --exclude=/mnt \ --exclude=/dev \ --exclude=/sys \ --exclude=/run \ --exclude=/media \ --exclude=/var/cache/apt/archives \ --exclude=/usr/src/linux-headers* \ --exclude=/home/*/.gvfs \ --exclude=/home/*/.cache /
@Signifies
Signifies / config.conf
Created February 25, 2019 03:51
Neofetch config.
# See this wiki page for more info:
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info() {
info title
info underline
info "OS" distro
info "Host" model
info "Kernel" kernel
info "Uptime" uptime