-
Notifications
You must be signed in to change notification settings - Fork 0
Quickstart
DarkBladeDev edited this page Feb 21, 2026
·
2 revisions
Crea plugins/CustomEventEngine/events/hello.yml:
event:
id: hello
trigger:
type: interval
every: 60s
flow:
nodes:
- action: broadcast
message: "&a[CEE] Hola desde {event_id} en {world}!"Notas:
- Si no declaras
event.id, por defecto CEE usa el nombre del archivo sin.yml. - El trigger por defecto es
intervalconevery: 60s.
Puedes iniciarlo en un chunk concreto:
/cee event start hello <mundo> <x> <z>
-
<x> <z>pueden interpretarse como coordenadas de bloque o de chunk según el comando (CEE intenta resolver ambas en algunos subcomandos).
/cee event status <mundo> <x> <z>
/cee event stop <mundo> <x> <z>
- Aprende el esquema completo: Referencia DSL
- Añade variables, condiciones y scopes: Variables · Conditions · Scope/Target
CustomEventEngine • Paper/Spigot API 1.20+ • Java 21