Jump to content

Dieeeeeeeeeeeeee

Member
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Dieeeeeeeeeeeeee

  1. So I have been trying to add a block's location to a loop, but for some reason it doesn't work, does anyone have any idea to fix this or have any suggestions on how to fix this?

    Code:

    on place:
      add %event-block's block location% to {testing::*}
    
    
    command /blocks:
      trigger:
        loop {testing::*}:
          send "%loop-block's block location%" to player

    Error: "%event-block's block location%" can't be added to {testing::*} because the former is not an object.

  2. Here you go

     

    on right click:
    	if player's held item is Nether Star named "&f&lPower Of The &4&LNether":
    		if {fireballcd} is true:
    			send "&cOn cooldown!"
    		else:
    			shoot a Fireball from player at speed 1
    			set {fireballcd} to true
    			wait 5 seconds
    			set {fireballcd} to false

     

    • Like 1
×
×
  • Create New...