#(evermore2k23) Make a cuboid?!

14 messages · Page 1 of 1 (latest)

ripe moss
#

I get pos1 and pos2 with a stone axe, how do I make it a cuboidTag now? So that I can use it further.

lament oreBOT
#

(evermore2k23) Make a cuboid?!

lament oreBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

daring lagoon
#

Check out AreaTool

#

!ctool

jagged runeBOT
ripe moss
#

Thank you, and now how can I check if a player enters this area?

daring lagoon
#

!e enters area

jagged runeBOT
#
Possible Confusion

Did you mean to search for entity enters|exits area?

jagged runeBOT
# daring lagoon !e enters area
Group

Entity

**WARNING**

cancelling this event will have different results depending on the cause. Teleporting the entity away 1 tick later might be safer.

Event Lines

<entity> enters|exits <area>

Triggers

when an entity enters or exits a noted area (cuboid, ellipsoid, or polygon). On Spigot servers, only fires for players. Paper is required for other mob types.

Has Player

When the entity is a player. - this adds switches flagged:<flag name> + permission:<node>, in addition to the <player> link.

Context

<context.area> returns the area object that was entered or exited.
<context.cause> returns the cause of the event. Can be: WALK, WORLD_CHANGE, JOIN, QUIT, TELEPORT, VEHICLE.
<context.to> returns the location the entity moved to (might not be available in exit events).
<context.from> returns the location the entity moved from (when available, depending on cause).
<context.entity> returns the entity that entered/exited an area.

Cancellable

True - this adds <context.cancelled> and determines cancelled + cancelled:false.

daring lagoon
#

thar

ripe moss
#

Works, thanks.