This plugin has been created to manage your worlds and you can use both in Bukkit or Spigot. You can read the "Other" section below for more.
The main version of this plug is created as 1.12.2, you can read and write all your worlds without the need to automatically storage and manage the worlds by using menu. Since it is now in the beta version, the features may be less, but the version support and more features will be updated and added frequently.
Main Inventory:
World Creator Inventory:
Teleport a World Inventory:
Gamerules Inventory:
Config:
Code (YAML):
# Auto teleports when you create world, import or clone.
autoTpWorld
: true
# If you accidentally delete the world you won't find it
# again so this setting takes one last backup before deleting it.
saveDeletedWorldToBackups
: true
# The name of the first world created by the normal server you have
# installed here will be automatically setting's, you can change it
# if you want, but if you type the wrong world name, the fallback
# world will automatically become the first world to of the server.
fallbackWorld
:
"world"
# This feature saves the world file you want to upload in the
# "plugins/DontWaste World/Backups" location if an error occurs
# while importing the world.
saveOldWorldFileWhileForceLoadingWorld
: true
# Messages
messageManager:
prefix
:
"&f[&a&lDWW&f] "
noPermission
:
"&cYou don't have permission."
fallback
:
"&cYou teleported fallback world because other world removed."
help
:
-
"&f&m----------[&f &9&lDon't Waste World &f&m]----------&r"
-
"&a/dontWasteWorld or /dww &f- &7Opens the menu where you can do world operations."
-
"&a/dww help &f- &7Shows this message."
-
"&a/tpWorld &f<world name> (Optinoal<player name>) &f- &7Teleports the specified world."
-
"&a/dww import &f<world name> &f- &7Imports the specified world."
-
"&a/dww export &f<world name> &f- &7Exports the specified world into this plugin's folder."
-
"&a/dww clone &f<world name> <new world name> &f- &7Clones a specified world"
-
"&a/dww delete &f<world name> &f- &7Deletes the specified world."
-
"&f&m----------------------------------------&r"
World Templates:
Code (YAML):
TemplateTest:
scale
: 0.005
#Building dimensions in the world
biomes
:
- 'RANDOM'
#If you want to add different biomes you have to choose random or it won't work
# - 'material;data'
top_layer
:
- 'GRASS;0'
top_layer_bottoms
:
- 'STONE;0'
middle_layer
:
- 'STAINED_CLAY;9'
bottom_layer_tops
:
- 'HARD_CLAY;0'
bottom_layer
:
- 'BEDROCK;9'
# ------------- It is recommended to read the text below ------------- #
# Remember that the difference between void and automatic void in the menu here is created by the minecraft's own generator setting
# in the menu and since it is integrated into the world, it never depends on this plugin, but the chunk generator named "super void"
# here generates the chunks as spaces, so if this plugin is not loaded, chunks are not loaded. It is loaded as a normal world, but the
# nice difference is that you can create a world with space there, whether it's nether or end, but you can't create it in the other.
# -------------------------------------------------------------------- #
SuperVoid:
scale
: 0.000
biomes
:
- 'RANDOM'
top_layer
:
- 'AIR;0'
top_layer_bottoms
:
- 'AIR;0'
middle_layer
:
- 'AIR;0'
bottom_layer_tops
:
- 'AIR;0'
bottom_layer
:
- 'AIR;0'
Features:
- Teleport a world
- Import a world
- Export a world
- Clone a world
- Delete a world
Permissions:
- dontwasteworld.admin
- dontwasteworld.teleport