Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /Perks:
- trigger:
- wait 1 tick
- open chest with 1 rows named "&8» &ePerks" to player
- wait 1 tick
- format slot 0 of player with eye of ender named "&8» &eNachtsicht" with lore "&8» &7Nachtsicht" to run "Nightvision %player%"
- format slot 1 of player with fire charge named "&8» &eFeuer Resistenz" with lore "&8» &7Du erhälst keinen Feuerschaden mehr" to run "Fireresist %player%"
- format slot 2 of player with bottle of enchanting named "&8» &eDoppelte Block-EXP" with lore "&8» &7Erhalte doppelte Block EXP" to run "blockexp %player%"
- command /Nightvision <player>:
- trigger:
- if {coin.%arg 1%} is more than 9999:
- execute console command "effect %arg 1% night_vision 99999"
- subtract 10000 from {coin.%arg 1%}
- else:
- send "Zu wenig Geld" to arg 1
- command /Fireresist <player>:
- trigger:
- if {coin.%arg 1%} is more than 9999:
- execute console command "effect %arg 1% fire_resistance 99999"
- subtract 10000 from {coin.%arg 1%}
- else:
- send "Zu wenig Geld" to arg 1
- command /Blockexp <player>:
- trigger:
- if {coin.%arg 1%} is more than 9999:
- set {blockdrop.%arg 1%} to true
- subtract 10000 from {coin.%arg 1%}
- send "Doppelte Block-EXP aktiviert!" to arg 1
- else:
- send "Zu wenig Geld" to arg 1
- #Benötigt Skellet
- on block experience drop:
- {blockdrop.%player%} is true
- #broadcast "&6%dropped block xp%"
- set block xp to dropped block xp*2
- #broadcast "&6%dropped block xp%"
- command /Geld:
- trigger:
- add 100000 to {coin.%player%}
- #youtube.com/L0v0lup
Add Comment
Please, Sign In to add comment