Void Portals
This mod adds teleports inside of the void from one world to another. All of the portals are set in the configuration file. Just make the start and end match the world names in the configuration file. Just fall in to the void and you'll be teleported to the specified dimension. The trick is getting into the void.
In compliance with the GPLv3 license the source code can be found at https://github.com/Whitetm/VoidPortals
Here is an example configuration file this example can also be found inside of comments.yml in the VoidPortals folder after running the plugin.
portals: - portal1 - defaultportal2 - portal3 voidportals: defaultportal2: start: world end: DIM-1 y-level: -5 portal1: start: DIM1 end: world y-level: -5 portal3: start: DIM-1 end: DIM1 y-level: -5 message: The Void opens up and sends you to an unknown destination disable: false worlds: - world - DIM1 - DIM-1
Comments