#dimension returning undefined
8 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Paste version of example.js from @round cipher
You are a lifesaver lol
event.level.dimension
- works as intended
event.level().dimension
- runs the script up till this point and breaks execution with an error
event.player.level.dimension
- undefined
event.player.level().dimension
- works as intended
I don’t think this is how beans are supposed to work lol, but for now this resolves my problem so I’ll close ticket thanks