Skip to content

Instantly share code, notes, and snippets.

View colebob9's full-sized avatar
:octocat:

colebob9

:octocat:
View GitHub Profile
@colebob9
colebob9 / rewards.yml
Created April 30, 2017 22:08
playerpoints part of ontime rewards.yml
commands:
- giveonepoint:'points give [player] 1'
@colebob9
colebob9 / changeprefix.sk
Created April 24, 2017 17:46
Skript to change PermissionsEx prefix
command /changeprefix <text>:
description: Changes your own PermissionEx prefix.
usage: /changeprefix &2Example
permission: changeprefix.allow
executable by: players
trigger:
set {_player} to player
execute console command "/pex user %{_player}% prefix %arg 1%"
send "Changed prefix to %arg 1%"
@colebob9
colebob9 / backupall.sh
Created April 2, 2017 01:36
Backup all servers using CraftyBackupScript
#!/bin/bash
python3 CBS-Backup-Bungee.py
sleep 5s
python3 CBS-Backup-Creative.py
sleep 5s
python3 CBS-Backup-Hub.py
sleep 5s
python3 CBS-Backup-SkyBlock.py
sleep 5s
python3 CBS-Backup-Survival.py
@colebob9
colebob9 / permissions.yml
Created August 24, 2016 00:54
Example permissions.yml
groups:
Default: # The group
options:
default: true # Keep this true if you want it to be the one everyone gets.
prefix: '&8[&2Default&8]' # What shows up before your username in chat. (Needs a Chat plugin like EssentialsChat to show up however.)
permissions: # Where the permissions start.
- bukkit.command.time.* # The permission
- bukkit.command.list # Another one!
AnotherGroup: # Another Group!
- modifyworld.* # Just another permission
@colebob9
colebob9 / MobAI.md
Last active October 20, 2015 02:04 — forked from asibs121/MobAI.md

Hostiles

[Level 1 Field Mouse]

/setblock ~ ~ ~ minecraft:mob_spawner 0 replace {EntityId:Silverfish,SpawnData:{CustomName:"Field Mouse [Lvl. 1]",CustomNameVisible:1}}

[Level 2 Rat]

/setblock ~ ~ ~ minecraft:mob_spawner 0 replace {EntityId:Silverfish,SpawnData:{CustomName:"Rat [Lvl. 1]",CustomNameVisible:1},Delay:500}