ok so i made this code for aspect of the end from hypixel,
and somehow player's head always tilts to south.
it does teleport you but it tilts your head to south, whats the issue?
i accidentally sent 2 posts :skull:
and somehow player's head always tilts to south.
it does teleport you but it tilts your head to south, whats the issue?
Code:
on right click:
if player's held item is iron sword named "&9Aspect of the End":
if {mana.player.%uuid of player%} >= 10:
if block 5 in front of player is not air:
cancel event
send "&cThere is blocks in your way!" to player
else:
set {_block} to block 5 infront of player
wait 1 tick
teleport player to {_block}
remove 10 from {mana.player.%uuid of player%}
wait 1 tick
send actionbar "&b%{mana.player.%uuid of player%}%&3/&b100 Mana &7(-10)" to player
else:
send "&cYou don't have enough mana!" to player
i accidentally sent 2 posts :skull:
Last edited: