World Template - NekomaDev/LiteDungeon GitHub Wiki

About the World Template

The world template is a kind of configuration of the game world that will be provided to the players of your server.
You set up a world template using minecraft mechanics: set game rules, build structures and set the size of the world.
When a player on your server teleports into the world, he gets a copy of what you created. This world is located in a separate folder of worlds and does not overlap with the editing world in any way.
These worlds are optimized, chunk generation, day and night cycles and various world mechanics are disabled in them. You can enable them by changing the World Template

Create World Template

  1. Go to the plugin menu and create a new world

  2. Then enter the edit mode of this world

    1 - Create an item with a custom name/description and set it as an icon by put the item to this
    2 - You can link a dungeon to an existing world. To do this, specify the name of the world folder
    3 - Edit mode. This is where you edit the dungeon.
    4 - Set teleporter. Transfer here a pre-prepared item that you want to install as a teleporter item in a copy of this world
    5 - Dungeon Settings
  3. Teleport to the world to edit it
  4. You will appear in an empty, limited world with a paddle. You can move the base here with schematic, or build manually. As an example, I inserted a piece of an underground dungeon

    Also don't forget to put /setworldspawn where the player will spawn.
    You can change the game rules, day and night cycles, as well as the size of the world using vanilla minecraft commands.
  5. Now let's build something here and save the world

  6. Prepare in advance the item, with its name and description, that you want to use for the teleporter.
    Then put this item in the teleporter slot
  7. The item you get with the GUI is currently empty. It is not tied to any world and does not have an identifier.
    Right click to activate it. After activation, a copy of the world you built will be created. And the teleporter will link with it and teleport there.
    You can also activate the group portal R-Click + Shift. It will create a temporary area and everyone will be able to teleport to dungeon

Tips