CustomPortal

Custom portal is used to represent a type of portal that the plugin uses to check if something like that exists in the world

Creating a new portal

You should not create a CustomPortal since it should only be loaded by the CustomPortalLoader from the ./plugins/Dimensions/Portals/ directory.

Overriding portal

Addons should not have much control over the CustomPortal that is being loaded since they are supposed to add features to Dimensions and not override them. But there are these methods that you can use to override Dimensions portals without too much work and event cancelling:

Last updated