Information
- Server version: 1.21.11
- Full output of
/mv version -p: mvportals: 5.2.0
Help request
Problem
I'm trying to make a Paper plugin for a private server in order to handle resource worlds. I want to make it easier to trash a world and create a new one, with portals linking up.
Currently I'm trying to make a portal from one world to another, for this I need to make a portal and set a handler.
Everything I want to do already exists in Multiverse Portals, so I didn't expect to have to write my own MultiverseDestinationActionHandler. Ideally I use the built-in system to avoid errors, I was wondering if there is a reason why this is not a private class.
What I have tried
The only thing I can do is write and maintain my own CustomMultiverseDestinationActionHandler, either by copying the logic from mvPortals (I've to check the license if I actually can do that) or write my own implementation.
Information
/mv version -p: mvportals: 5.2.0Help request
Problem
I'm trying to make a Paper plugin for a private server in order to handle resource worlds. I want to make it easier to trash a world and create a new one, with portals linking up.
Currently I'm trying to make a portal from one world to another, for this I need to make a portal and set a handler.
Everything I want to do already exists in Multiverse Portals, so I didn't expect to have to write my own
MultiverseDestinationActionHandler. Ideally I use the built-in system to avoid errors, I was wondering if there is a reason why this is not a private class.What I have tried
The only thing I can do is write and maintain my own
CustomMultiverseDestinationActionHandler, either by copying the logic from mvPortals (I've to check the license if I actually can do that) or write my own implementation.