Region-Enter does not work
Rakion988 opened this issue ยท 1 comments
I want my items to leave when leaving an enabled region, but they stay.
These are my .yml's
https://pastebin.com/NNTKn8Mg - Item.yml
https://pastebin.com/NiKpEJER - Config.yml
Nothing happens.
Also when i do /clear and i respawn or rejoin all my items return except my diamond sword my queue sword.
Sorry for the late reply, took me a bit to realize, you have a typo on all your items.
You defined; enabled-region
but its actually supposed to be enabled-regions
which is why it isn't working. Once you do that it will work.
Do note; you have JOIN, RESPAWN and WORLD-SWITCH which do not respect regions.
If you only want the item inside the listed region(s) I suggest removing all triggers except for REGION-ACCESS
as this will function anytime the player moves or teleports into the enabled region rendering the prior listed triggers not needed.
EDIT: Marking this as answered due to inactivity, please re-open this issue if you need additional help.