Make the event value prefix enforced by default
JakeGBLP opened this issue ยท 0 comments
Suggestion
Add a config option to enforce the "event-" prefix in events and enforce it by default.
Why?
Having entity
and event-entity
both be the same thing isn't really an issue for a lot of us but there are some (1 as far as I'm aware) cases in which it can cause confusion to newbies:
on damage:
broadcast entity # broadcasts the 'entity' entity type
Some people that are new to skript might find themselves stuck here due to entity
not throwing the "use victim/attacker" error but also not working.
Other
No response
Agreement
- I have read the guidelines above and affirm I am following them with this suggestion.