From 301632d607ef6e669489e31f0d9c4c3bf1de8017 Mon Sep 17 00:00:00 2001 From: ob1bob69 Date: Fri, 7 Mar 2014 00:36:08 -0500 Subject: [PATCH 1/2] Update fortune.sk Add tiers for supporter levels per Cow --- Obam-Survival/fortune.sk | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/Obam-Survival/fortune.sk b/Obam-Survival/fortune.sk index 1121b9e..84ba183 100644 --- a/Obam-Survival/fortune.sk +++ b/Obam-Survival/fortune.sk @@ -45,9 +45,14 @@ command /fortune [] [] every 15 minutes: loop all players: {fortune.aura.%player%} is true: - {fortune.chance.%player%} is less than 15 - increase {fortune.chance.%player%} by 1 - send "&7Your chances of fortune have increased!" to player + player has permission "obam.plus": + {fortune.chance.%player%} is less than 10: + increase {fortune.chance.%player%} by 1 + send "&7Your chances of fortune have increased!" to player + player has permission "obam.ultimate": + {fortune.chance.%player%} is less than 15 + increase {fortune.chance.%player%} by 1 + send "&7Your chances of fortune have increased!" to player on break: {fortune.aura.%player%} is true: @@ -59,43 +64,64 @@ on break: set {fortune.spam.%player%} to 0 block is diamond ore: player's tool is a pickaxe of silk touch: - send "&cYour fortune aura has no effect with this enchantment" to player + send "&cYour fortune aura has no effect with this enchantment!" to player stop add 1 to {fortune.spam.%player%} chance of {fortune.chance.%player%}%: drop 1 diamond add 1 to{fortune.spam.%player%} block is emerald ore: + player's tool is a pickaxe of silk touch: + send "&cYour fortune aura has no effect with this enchantment!" to player + stop add 1 to {fortune.spam.%player%} chance of {fortune.chance.%player%}%: drop 1 emerald add 1 to{fortune.spam.%player%} block is gold ore: + player's tool is a pickaxe of silk touch: + send "&cYour fortune aura has no effect with this enchantment!" to player + stop add 1 to {fortune.spam.%player%} chance of {fortune.chance.%player%}%: drop 1 gold ingot add 1 to{fortune.spam.%player%} block is iron ore: + player's tool is a pickaxe of silk touch: + send "&cYour fortune aura has no effect with this enchantment!" to player + stop add 1 to {fortune.spam.%player%} chance of {fortune.chance.%player%}%: drop 1 iron ingot add 1 to{fortune.spam.%player%} block is lapis ore: + player's tool is a pickaxe of silk touch: + send "&cYour fortune aura has no effect with this enchantment!" to player + stop add 1 to {fortune.spam.%player%} chance of {fortune.chance.%player%}%: drop 1 lapis add 1 to{fortune.spam.%player%} block is redstone ore: + player's tool is a pickaxe of silk touch: + send "&cYour fortune aura has no effect with this enchantment!" to player + stop add 1 to {fortune.spam.%player%} chance of {fortune.chance.%player%}%: drop 1 redstone add 1 to{fortune.spam.%player%} block is coal ore: + player's tool is a pickaxe of silk touch: + send "&cYour fortune aura has no effect with this enchantment!" to player + stop add 1 to {fortune.spam.%player%} chance of {fortune.chance.%player%}%: drop 1 coal add 1 to{fortune.spam.%player%} block is nether quartz ore: + player's tool is a pickaxe of silk touch: + send "&cYour fortune aura has no effect with this enchantment!" to player + stop add 1 to {fortune.spam.%player%} chance of {fortune.chance.%player%}%: drop 1 nether quartz From f2726552b9c09abcc9ee63a497592139b7c75951 Mon Sep 17 00:00:00 2001 From: ob1bob69 Date: Fri, 7 Mar 2014 21:44:08 -0500 Subject: [PATCH 2/2] Update fortune.sk updated per smooch --- Obam-Survival/fortune.sk | 119 ++++++++++++++++++++++----------------- 1 file changed, 66 insertions(+), 53 deletions(-) diff --git a/Obam-Survival/fortune.sk b/Obam-Survival/fortune.sk index 84ba183..3a874d5 100644 --- a/Obam-Survival/fortune.sk +++ b/Obam-Survival/fortune.sk @@ -43,16 +43,21 @@ command /fortune [] [] set {fortune.spam.%player%} to 0 every 15 minutes: - loop all players: - {fortune.aura.%player%} is true: - player has permission "obam.plus": - {fortune.chance.%player%} is less than 10: - increase {fortune.chance.%player%} by 1 - send "&7Your chances of fortune have increased!" to player - player has permission "obam.ultimate": - {fortune.chance.%player%} is less than 15 - increase {fortune.chance.%player%} by 1 - send "&7Your chances of fortune have increased!" to player + loop all players: + {fortune.aura.%player%} is true: + player does not have permission: "obam.plus": + {fortune.chance.%player%} is less than 5: + increase {fortune.chance.%player%} by 1 + send "&7Your chances of fortune have increased!" to player + player does not have permission "obam.ultimate": + player has permission "obam.plus": + {fortune.chance.%player%} is less than 10: + increase {fortune.chance.%player%} by 1 + send "&7Your chances of fortune have increased!" to player + player has permission "obam.ultimate": + {fortune.chance.%player%} is less than 15 + increase {fortune.chance.%player%} by 1 + send "&7Your chances of fortune have increased!" to player on break: {fortune.aura.%player%} is true: @@ -62,67 +67,75 @@ on break: {fortune.alert.%loop-player%} is true: broadcast "&a&1It seems %player% hit the %block% jackpot at %location of player%!" set {fortune.spam.%player%} to 0 - block is diamond ore: - player's tool is a pickaxe of silk touch: - send "&cYour fortune aura has no effect with this enchantment!" to player - stop - add 1 to {fortune.spam.%player%} - chance of {fortune.chance.%player%}%: - drop 1 diamond - add 1 to{fortune.spam.%player%} + block is diamond ore: + add 1 to {fortune.spam.%player%} + chance of {fortune.chance.%player%}%: + player's tool is a pickaxe of silk touch: + send "&cYour fortune aura has no effect with this enchantment!" to player + stop + send "&aFortune favours you!" to player + drop 1 diamond + add 1 to {fortune.spam.%player%} block is emerald ore: - player's tool is a pickaxe of silk touch: - send "&cYour fortune aura has no effect with this enchantment!" to player - stop - add 1 to {fortune.spam.%player%} - chance of {fortune.chance.%player%}%: + add 1 to {fortune.spam.%player%} + chance of {fortune.chance.%player%}%: + player's tool is a pickaxe of silk touch: + send "&cYour fortune aura has no effect with this enchantment!" to player + stop + send "&aFortune favours you!" to player drop 1 emerald add 1 to{fortune.spam.%player%} block is gold ore: - player's tool is a pickaxe of silk touch: - send "&cYour fortune aura has no effect with this enchantment!" to player - stop - add 1 to {fortune.spam.%player%} - chance of {fortune.chance.%player%}%: + add 1 to {fortune.spam.%player%} + chance of {fortune.chance.%player%}%: + player's tool is a pickaxe of silk touch: + send "&cYour fortune aura has no effect with this enchantment!" to player + stop + send "&aFortune favours you!" to player drop 1 gold ingot add 1 to{fortune.spam.%player%} block is iron ore: - player's tool is a pickaxe of silk touch: - send "&cYour fortune aura has no effect with this enchantment!" to player - stop - add 1 to {fortune.spam.%player%} - chance of {fortune.chance.%player%}%: + add 1 to {fortune.spam.%player%} + chance of {fortune.chance.%player%}%: + player's tool is a pickaxe of silk touch: + send "&cYour fortune aura has no effect with this enchantment!" to player + stop + send "&aFortune favours you!" to player drop 1 iron ingot add 1 to{fortune.spam.%player%} block is lapis ore: - player's tool is a pickaxe of silk touch: - send "&cYour fortune aura has no effect with this enchantment!" to player - stop - add 1 to {fortune.spam.%player%} - chance of {fortune.chance.%player%}%: + add 1 to {fortune.spam.%player%} + chance of {fortune.chance.%player%}%: + player's tool is a pickaxe of silk touch: + send "&cYour fortune aura has no effect with this enchantment!" to player + stop + send "&aFortune favours you!" to player drop 1 lapis add 1 to{fortune.spam.%player%} block is redstone ore: - player's tool is a pickaxe of silk touch: - send "&cYour fortune aura has no effect with this enchantment!" to player - stop - add 1 to {fortune.spam.%player%} - chance of {fortune.chance.%player%}%: + add 1 to {fortune.spam.%player%} + chance of {fortune.chance.%player%}%: + player's tool is a pickaxe of silk touch: + send "&cYour fortune aura has no effect with this enchantment!" to player + stop + send "&aFortune favours you!" to player drop 1 redstone add 1 to{fortune.spam.%player%} block is coal ore: - player's tool is a pickaxe of silk touch: - send "&cYour fortune aura has no effect with this enchantment!" to player - stop - add 1 to {fortune.spam.%player%} - chance of {fortune.chance.%player%}%: + add 1 to {fortune.spam.%player%} + chance of {fortune.chance.%player%}%: + player's tool is a pickaxe of silk touch: + send "&cYour fortune aura has no effect with this enchantment!" to player + stop + send "&aFortune favours you!" to player drop 1 coal add 1 to{fortune.spam.%player%} block is nether quartz ore: - player's tool is a pickaxe of silk touch: - send "&cYour fortune aura has no effect with this enchantment!" to player - stop - add 1 to {fortune.spam.%player%} - chance of {fortune.chance.%player%}%: + add 1 to {fortune.spam.%player%} + chance of {fortune.chance.%player%}%: + player's tool is a pickaxe of silk touch: + send "&cYour fortune aura has no effect with this enchantment!" to player + stop + send "&aFortune favours you!" to player drop 1 nether quartz add 1 to{fortune.spam.%player%}