Ok...I'm driving myself crazy at the moment. I'm working on some permissions, but I don't now what I should be naming my folders in GroupManager because the world names that worldedit/worldguard see are different than what dynmap sees for some reason.
Right now I have this set in Dynmap, and it is working...so these are the world names that Dynmap is seeing as correct...
Now, when I try to do a simple command, say "/set time day world" it works. Also, "/set time day DIM-1" that works...so it works like that for world and nether...but, when I try to do the end, tf, pl...it gets weird
If I try "/set time day DIM1" it says invalid world. I've also tried DIM1_the_end, end, the_end, theend, DIM1_1...nothing seems to work. How do I figure out what worldguard/worldedit are seeing as my world names...so I can actually set permissions for them?
Right now I have this set in Dynmap, and it is working...so these are the world names that Dynmap is seeing as correct...
Code:
- name: world
title: "Overworld"
- name: DIM-1_nether
title: "Nether"
- name: DIM1_the_end
title: "The End"
- name: DIM7_7
title: "Twilight Forest"
- name: DIM20_20
title: "The Promised Land"
Now, when I try to do a simple command, say "/set time day world" it works. Also, "/set time day DIM-1" that works...so it works like that for world and nether...but, when I try to do the end, tf, pl...it gets weird
If I try "/set time day DIM1" it says invalid world. I've also tried DIM1_the_end, end, the_end, theend, DIM1_1...nothing seems to work. How do I figure out what worldguard/worldedit are seeing as my world names...so I can actually set permissions for them?