Closed TISNF closed 10 years ago
I plan to drop the DIM part of the name as Bukkit and Canary both have unique names for dimensions. I will have to create an external program to do the conversion though.
Actually, im not gonna make that change so things don't break I did find where the bug is and am going to correct it soon
The nether and the end wind up with two zones each marked:
EVERYWHERE-WORLD_THE_END-DIM2 EVERYWHERE-WORLD_THE_END-DIM1
EVERYWHERE-WORLD_NETHER-DIM1 EVERYWHERE-WORLD_NETHER-DIM-1
/givemepermission breaks as it tries to apply to the "ALL" permission to the dummy zone list and the actual permission list remains unchanged.
I guess it has to do with the way Bukkit splits the dimensions or something. Nothing major but thought I'd mention it.