Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on chat:
- set chat format to "&f%player%: &f %colored message%"
- on right click with a stone pickaxe:
- loop 15 times:
- set {_num} to {_num}+0.5
- set {_Particle} to location of the block {_num} meter infront of player's head
- draw 2 flame particles at {_particle} with direction 0 and speed .2
- spawn 2 of particle "FLAME" for player at {_Particle} offset by 0.2, 0.2, 0.2 with speed 0.05
- if the block {_num} meter infront of player's head is not air:
- message "okay" to player if the block {_num} meter infront of player's head is stone
- stop loop
- on sneak toggle:
- if player is sneaking:
- set {_packet} to new play_server_set_cooldown packet
- set "item" pinfo 0 of {_packet} to stone_pickaxe
- set int pnum 0 of {_packet} to 60
- send player packet {_packet}
Add Comment
Please, Sign In to add comment