Multiverse-Core
Multiverse-Core copied to clipboard
add portal intercept option
I want players can:
- use
/mvtp
to teleport between 2 or more normal world (multiverse.access.XXX
&enforceaccess: 'true'
) - use home plugin for teleport to any world (
teleportintercept: 'false'
) - for each normal world, vanilla nether portal for teleport to nether world, and end portal for teleport to end world
yet I can not figure out how to set that (only 1 & 2 works), so I add a option for this.
permission & config I had used:
-
multiverse.access.world1
-
multiverse.access.world2
-
multiverse.teleport.self.w
-
multiverse.teleport.self.b
-
enforceaccess: 'true'
-
teleportintercept: 'false'
-
portalintercept: 'false'
(this PR)
Interesting idea... will need to discuss with the rest of the devs if it's a viable option to add.