Void Portals

This project is inactive and its default file will likely not work with the most recent version of Minecraft. The author may have abandoned it, or it may have outlived its usefulness.

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

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files