-
Notifications
You must be signed in to change notification settings - Fork 302
API Usages (NetherPortals)
Ben Woo edited this page Mar 15, 2021
·
3 revisions
This pages provides examples and explanation for the common API usages of Multiverse-Core introduced here. It's impossible to cover all API methods in this guide, but rest assured we have javadocs provided.
public void linkSMPWorlds(String overworld, String netherworld, String endworld) {
// Linking nether portals both ways
netherportals.addWorldLink(overworld, netherworld, PortalType.NETHER);
netherportals.addWorldLink(netherworld, overworld, PortalType.NETHER);
// Linking end portals both ways
netherportals.addWorldLink(overworld, endworld, PortalType.ENDER);
netherportals.addWorldLink(endworld, overworld, PortalType.ENDER);
}
Getting Started
Configuration
- Config.yml
- World Properties
- Destinations
- Currency
- Custom Generator Plugins
- Anchor Tutorial
- Placeholders
Help
Developers
Other
Getting Started
Configuration
Developers
Getting Started
Configuration
Help
Developers
Getting Started
Configuration
Help
Developers
Getting Started
Configuration
A great place to get help is from Multiverse's Discord (Click the logo for invite link):