Advertisement
Guest User

Komendy

a guest
Jul 18th, 2019
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. /execute as @a[scores={ShiftingPoints=1..,Kucanie=1..}] at @s if block ~ ~-1 ~ minecraft:nether_wart_block run tag @s add Change
  2. /execute as @a[tag=Change] at @s if block ~ ~-1 ~ minecraft:nether_wart_block at @e[type=minecraft:area_effect_cloud,sort=random,limit=1] run setblock ~ ~ ~ minecraft:redstone_block
  3. /scoreboard players set @a[scores={Kucanie=1..}] Kucanie 0
  4.  
  5. /execute if entity @a[tag=Change,scores={Sharpness=0}] as @a[tag=Change,scores={Sharpness=0}] run replaceitem entity @s hotbar.0 minecraft:wooden_sword{display:{Name:"{\"text\":\"Drewniak\"}"},HideFlags:4,Unbreakable:1b,Enchantments:[{id:"minecraft:binding_curse",lvl:1s},{id:"minecraft:vanishing_curse",lvl:1s}]} 1
  6. /execute if entity @a[tag=Change] as @a[tag=Change] run replaceitem entity @s armor.head minecraft:player_head{Enchantments:[{id:"minecraft:binding_curse",lvl:1s},{id:"minecraft:vanishing_curse",lvl:1s}],SkullOwner:{Id:"ab68599f-fb92-4554-9038-930a32817118",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWU5ZjZmYzAzZDczZGZhYmE3ZjlhZDI0NjQ4ZTViNTlhZDljYzAyMmFlYzUyNGRjZGVmNDQzNGQxMjViIn19fQ=="}]}}} 1
  7. /execute if entity @a[tag=Change,scores={HealthBonus=1}] as @a[tag=Change,scores={HealthBonus=1}] run replaceitem entity @s weapon.offhand minecraft:iron_ingot{display:{Name:"{\"text\":\"Amulet Życia\",\"color\":\"red\",\"bold\":true}"},Enchantments:[{id:"minecraft:binding_curse",lvl:1s},{id:"minecraft:vanishing_curse",lvl:1s}],AttributeModifiers:[{AttributeName:"generic.maxHealth",Name:"generic.maxHealth",Amount:6,Operation:0,UUIDLeast:884439,UUIDMost:402293,Slot:"offhand"}]} 1
  8. /execute as @a[tag=Change] run gamemode adventure @s
  9. /scoreboard players remove @a[tag=Change] ShiftingPoints 1
  10. /scoreboard players set @a[tag=Change] Kucanie 0
  11. /setblock 6 56 45 minecraft:air
  12. /effect give @a[tag=Change] minecraft:regeneration 4 25
  13. /tag @a[tag=Change] remove Change
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement