Posts by Mensch2

The Aternos forums are now deprecated

Learn more about this change here.

For help regarding Aternos, we recommend you to visit our support center.

    Pls add this as a plugin

    :)

    Code: Reach Plugin
    on leftclick:  if targeted entity is a player:    if {reach.%player%} is set:      damage targeted entity by 2 hearts      push targeted entity (direction from player to location of targeted entity) at speed 2      
    
    command /reach [<integer>]:  trigger:    if arg 1 is not set:      send "&bReach &8» &cWron syntaxe ! /reach <Number>" to player      stop    else:      set {reach.%player%} to arg 1      send "&bReach &8» &7Set reach to &b%arg 1% blocs&7 Blocks." to player      stop
    
    on quit:  delete {reach.%player%}