HomeJavaModsWorldTP
WorldTP
If your server has both a creative world and multiple survival worlds (normal, nether, the end), this plugin allows players to seamlessly toggle back and forth between the two worlds without losing their context or location, and without cheating in Survival.

Why does this plugin exist?

I made this plugin to solve one very specific scenario on my server:
  1. We have both creative and survival worlds on the same server.
  2. To limit "cheating," we've disabled the teleport commands in the Survival world. If you wish to switch to Creative mode, players must use portals, which are set up by admins at Spawn using the Multiverse Portals plugin.
  3. We got feedback from players about how difficult it is to switch between the two game modes. If you're playing Survival and you're far from the portal, you'll have to make the long journey to Spawn in order to switch to Creative. And then when you're done and want to switch back, you always start at Spawn and then have to make the long journey out again to wherever you used to be in Survival.
  4. We couldn't solve this with other plugins. Enabling world teleport commands in Survival isn't sufficient since those always bring you back to Spawn, so you still deal with the inconvenience of losing your context in Survival. Also, enabling plugins that introduce a /back command also isn't sufficient because your previous state will be overwritten by the teleports that you'll inevitably make while playing Creative.
This plugin solves that problem.

How does this plugin work?

There are only two commands:
/wtp creative
/wtp survival


Or you can use shorter versions of the commands:
/wtp c
/wtp s


Here's one example of how it might be used:
  1. A player is in one of the survival worlds (either normal, nether, or The End), and then she types in /wtp creative
  2. The player appears in the creative world, does some stuff, and then decides she wants to get back to her project in survival, so she types in /wtp survival
  3. The player will be teleported to the same location that she was in during step #1.
  4. Later she decides to go back to creative using /wtp creative, and she's brought back to the same location as when she left step #2.
In other words, players can now easily toggle back and forth between the two worlds with minimal interruption.

Installation
  1. Download the WorldTP.jar file and place it in your server's /plugins/ folder.
  2. Restart your server (or type /reload) and the config file will be generated at /plugins/WorldTP/config.yml
  3. Edit the config.yml file so that it lists all of your server's worlds. The reason for this is so that each of your worlds can be categorized as either creative or survival. The default config file is shown below:
    Code (Text):
    worlds:
      creative:
      - world_creative
      survival:
      - world
      - world_nether
      - world_the_end
  4. Restart your server (or hit /reload)
  5. Check the server console for errors (if any), and test the plugin with /wtp
Additional Info

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

WorldTP is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10. Downloaded 979 times (via Spigot). Download it and open it directly in the game.

Explore more