Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.01 KB

File metadata and controls

13 lines (12 loc) · 1.01 KB

Hey, this is a small project of mine for Minecraft servernetworks that adds features such as automatic config creation for worlds and world creation via UI. I copied to Paginated UI from Kody Simpson because I was to lazy to code my own up until now, so credits to him :) Feel free to fork this Project or contribute to it! Thx <3

TO-DO:

  • Add config creation with templates etc. and add world creation with settings like daylight/weathercycle, emptyness, spawnMobs, name, templateName, biome.
  • Added Search function for Worlds.
  • Added Stats, tp and deletion function for World in UI.
  • Add /build show and /build hide command show should have a key for showing all locations in the configsection (that is the key).
  • Add /build add command for adding to a key in the config. If using location use ~ ~ ~ [~ ~] or [pitch yaw]
  • Add /build for opening build menu.
  • Cleanup configmanager and overall a little code overhaul. Remove Hardcoded stuff, etc.)
  • (Fix possible Memoryleak?)