Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add portal intercept option #2650

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

cs8425
Copy link

@cs8425 cs8425 commented Jun 23, 2021

I want players can:

  1. use /mvtp to teleport between 2 or more normal world (multiverse.access.XXX & enforceaccess: 'true')
  2. use home plugin for teleport to any world (teleportintercept: 'false')
  3. 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)

@benwoo1110 benwoo1110 added PR: Enhancement Pull requests to implement a feature or improvement in code. State: On Hold Issues/PRs that need more to discuss and assess. labels Jun 23, 2021
@benwoo1110
Copy link
Member

benwoo1110 commented Jun 23, 2021

Interesting idea... will need to discuss with the rest of the devs if it's a viable option to add.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Enhancement Pull requests to implement a feature or improvement in code. State: On Hold Issues/PRs that need more to discuss and assess.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants