BukkitMaze

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

BukkitMaze

About

This plugin simply creates a maze in minecraft. You can define width, length, height and material of the maze.

How to use

To create a maze simply type:

  • /maze <block id> <width> <length> <height>

and a fancy maze will appear (always from north to south (length), and from west to east (width) exactly one bloc in front of you.

Because of the maze generator algorithm the width an length should not be dividable by two. If they are dividable by two they get increased by one.

Examples:

  • /maze 1 31 31 4
    • 1: Material: Stone
    • 31: Width and Length
    • 4: Height
  • /maze 2 50 50 6
    • -> Width and Height will be transformed to 51...

Permissions

To run the maze command you will need the permission:

  • create.maze

Config

The config sets Minimal and Maximal width, length and height.

Example

BukkitMaze:
  Maze:
    Minimum:
      width: 11
      length: 11
      height: 3
    Maximum:
      width: 41
      length: 41
      height: 20
  autoUpdate: true

Video

Screenshots

Small Maze Bigger Maze VAAAST maze

Creds

The maze-generator based on the implementation: http://www.migapro.com/depth-first-search/ by Miga.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

No files uploaded yet.