#Custom Block Uses for PVP

1 messages · Page 1 of 1 (latest)

bitter furnace
fickle scarab
#

The tnt is just itemUse im guessing?

steady storm
#

Wow

worthy anvil
#

wow

bitter furnace
#

that and entityDespawn

viral shuttle
fickle scarab
bitter furnace
#

which, while admittedly overcomplicating it, is better because in the event that the chunk gets unloaded or the realm/server crashes it won't stay thyere permanentlly

fickle scarab
#

Oh cool

viral shuttle
bitter furnace
bitter furnace
#
beforeBlockPlace  
  if (block is not cobweb) return and cancel
  set block dynamic property for the location and time to expire

runInterval
  for each block dynamic property
    if block timer has expired
      try to delete block and clear dynamic property (delete block first)
        catch and do nothing
#

@viral shuttle