CraftBook
CraftBook copied to clipboard
r:__global__ region not supported?
CRAFTBOOK-3095 - Reported by jjkrause
I'm wondering if the global region is supposed to work for the PlayerDetector? Could be used to detect when a player enters or leaves the world... I tested but it doesn't seem to work...
Comment by jjkrause
More info. When creating the sign, it accepts r:global as a valid region, but just doesn't trigger.
Comment by me4502
The reason for this is that global isn't actually a region, it's just an alias. I'd need to add special handling for it.