TO SEE All news features in video join this discord channel: UPDATE
 
 
New player condition 
ifIsNotOnTheBlock
 
 
 
  Code (YAML):
 
 
 
  conditions:
  
   playerConditions:
  
     ifIsNotOnTheBlock
  :
     - STONE
  
     ifIsNotOnTheBlockMsg
  : '' 
  #<- Here is where you will add the custom message.
 
 
 
 Fix a pickup issue (that deletes your items) when you have WildStacker on your server.
 
 Fix the custom player command 
setblock when it is in a 
PLAYER_ALL_CLICK activator
 
 Fix custom block command 
SETEXECUTABLEBLOCK (compatible with the last updates of EB)
 
 New custom player command
 TOTEM_ANIMATION
 
 New the custom player command 
FLY OFF can be completed 1 arg with 
FLY OFF {teleportOnTheGround true or false}
 
 New custom block command 
LAUNCH {projectile} [speed], your blocks can now launch projectiles ! (only directed blocks 
List below)
 
 ![[IMG]](/proxy/image?url=https%3A%2F%2Fmedia.discordapp.net%2Fattachments%2F922829586427957298%2F936568687840882768%2Funknown.png%3Fwidth%3D720%26height%3D24)
 
 
 BETA
 IMPORTANT INFOS, (not editable in the editor yet)
 
 >> Define variables on your ei: 
 
 
 
  Code (YAML):
 
 
 
  variables:
  
   x
  : 0
  
   y
  : 0
  
   z
  : 0
 
 
 
 >> Modify variables when you active an activator (so in activator):
 
 
 
  Code (YAML):
 
 
 
  variablesModification:
  
   x
  : 5
  
   y
  : -6
 
 
 
(+5 to x each time the activator is activated an y -6)
 
 >> Use variables in commands
 double value: 
 interger value: 
  
  
   Code (Text):
  
 
  
   %var_ID_int%
  
 
  
 
So now, you can create multiple counters or save more infos in an EI and then use it with the placeholders
 
 FOR CONDITIONS use the placeholders conditions, if you want execute something special when a variable reach a specific step 
 
 
WILL GIVE EXAMPLES when I will finish ti add this option in the EDITOR
 
 
 
 Good dev, if you have problem or suggestion join my discord !
  
 ![[IMG]](/proxy/image?url=https%3A%2F%2Fi.imgur.com%2FjbMwAnJ.jpg)