Dungeon Maze

4 minute read    Published: 2012-11-21

Source code: GitHub
Current version: v0.1.5.2

Note: this project is discontinued, and will likely no longer receive support or updates.

Dungeon Maze is a world generator for Minecraft, it's a CraftBukkit plugin. Dungeon Maze generates an infinite world with a lot of cool and strange stuff in it. The world contains 7 layers of epicness, each layer does have different content. All the layers contains a lot of Monsters, but also a lot of treasures. It's a very cool map to explore with some friends. Give it a try! Will you survive? Check out the announcement trailer bellow!

Announcement trailer

Finally, after 1 year of work Dungeon Maze is going to be released for the first time:

Features

  • Dungeon Maze generates an infinite world of epicness!
  • Each world contains 7 layers, each layer may contain different strucures.
  • Dungeon Maze contains a lot of Monster Spawners, so it contains a lot of mobs
  • The Dungeon Maze plugin does have some commands to easily generate a new Dungeon Maze world.
  • And a lot more...

Download

Installation

  1. Download the plugin
  2. Add the DungeonMaze.jar file AND the folder DungeonMaze from the downloaded .zip file to the ../plugins folder of the Minecraft server. Also add the files inside the DungeonMaze folder into the folder ../plugins/DungeonMaze'.
  3. Start your server and enjoy the plugin :)

Commands

Dungeon Maze commands can be invoked by typing /dungeonmaze or /dm in the in-game chat, or in the server console.

CommandAction
/dm helpView Dungeon Maze help
/dm createworld <name>Generate a new Dungeon Maze world
/dm teleport <name>Teleport to one of the Dungeon Maze worlds
/dm listworldsList all Dungeon Maze worlds
/dm reloadReload the Dungeon Maze plugin
/dm reloadpermsReload the permissions system inside Dungeon Maze
/dm checkupdatesCheck for new updates
/dm versionView the current version number

Permissions

Dungeon Maze supports permissions all major permissions systems. Bellow you could find all the permission nodes. If you don't have an permissions system installed, all the commands are only permitted to OP's.

Permission nodeAction
dungeonmaze.command.createworldPermission to the createworld command
dungeonmaze.command.teleportPermission to the teleport command
dungeonmaze.command.listworldsPermission to the listworlds command
dungeonmaze.command.reloadPermission to the reload command
dungeonmaze.command.reloadpermsPermission to the reloadperms command
dungeonmaze.command.checkupdatesPermission to the checkupdates command
dungeonmaze.bypass.surfaceBypass the surface blocker
dungeonmaze.bypass.buildBypass permission of the world protection

Tutorials

Source code

Because I like programming and I want to share my code so other developers could fix an issue directly if they found a problem for example, I share the source code of my project. It's available on GitHub.

Changelog

Version 0.1.5.2 Alpha (21-11-2012):

  • Added the event system into the Dungeon Maze API. Dungeon Maze does now have events in the API system, you could find more information about it on the API page. (for developers)
  • Added the DMGenerationChest event, wich is called when a chest is generated. With this event chest contents can be set, it can be cancelled etc. (for developers)
  • Little bug fixes

View all the changes here (old website)

Please donate some money so I can buy some coffee to make better plugins and host the website, I would really like it if you give an donation and I probably put you on the sponsor list :-)

Donate

Comment

Please comment and ask on the official Bukkit forums, if you have a question you can also contact me; Dungeon Maze page on dev.bukkit.org.