I hereby claim:
- I am chew on github.
- I am chewlekitten (https://keybase.io/chewlekitten) on keybase.
- I have a public key ASBrmBL-7hJsFr3xevDOzmsaFkAMiIFX-o7EVy4xkh3Zjgo
To claim this, I am signing this object:
| This one's a big one. I don't even know what was changed so I'll do what I can remember. | |
| - Help Command Updated | |
| - #$help [command] renamed to #$info [command] | |
| - #$ping improved (shows how long it took to ping | |
| - #$GotPvP Staff renamed to #$staff | |
| - #$staff [server] to see staff on one specific server/gamemode | |
| - #$help, #$staff, #$listrolecolours, and various other commands are now pm'd to you! | |
| - /emotes added to see all /[emotes] | |
| - Added some missing #$infos |
I hereby claim:
To claim this, I am signing this object:
The hardest part of moving on from essentials handling permissions to being a big boi server owner is getting past the wow thats a lot of perms EssX gives to default players. This guide helps you give your players the perms they deserve(TM).
Remove commented outs one as needed
- <-- with space with essentials. <-- with dot| # Pull from GitHub | |
| puts "Pulling..." | |
| pull = `git pull` | |
| if pull.include? "Already up to date." | |
| puts "Already up to date, nothing to deploy." | |
| exit | |
| end | |
| # Gem changes occur, we must bundle install |
| #!/usr/bin/ruby | |
| require 'rest-client' | |
| require 'json' | |
| require 'rails' | |
| # YouTube API Key | |
| KEY = "KEY_HERE" | |
| # the YouTube playlist ID. |