Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /exchange:
- trigger:
- open chest with 3 rows named "&6&lLucky Block Exchanger" to player
- format slot 13 of player with player's skull with nbt "{display:{Name:""Oak Wood Arrow Left""},SkullOwner:{Id:""2391d533-ab09-434d-9980-adafde4057a3"",Properties:{textures:[{Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmQ2OWUwNmU1ZGFkZmQ4NGU1ZjNkMWMyMTA2M2YyNTUzYjJmYTk0NWVlMWQ0ZDcxNTJmZGM1NDI1YmMxMmE5In19fQ==""}]}}}"
- command /luckyblocksselling:
- trigger:
- while amount of heads in player's inventory is bigger than 0:
- remove 1 head from player's inventory
- add 5 to {_penge.%player%}
- send "&3Β» Sold all heads for &b%{_penge.%player%}%&b$" to player
- add {_penge.%player%} to player's balance
- stop
- command /luckyblock give [<player>]:
- permission: luckyblock.admin
- trigger:
- if argument 1 is not set:
- message "&6Please specify a name."
- if argument 1 is set:
- give skull of "luck" parsed as offline player named "&6&lLucky Block &e[&6&l?&e]" with lore "&eExchange at the luckyblock||&eexchanger for a reward" to arg-1
Advertisement
Add Comment
Please, Sign In to add comment