Cuberite Forum
DoorMaze - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html)
+--- Thread: DoorMaze (/thread-1272.html)



DoorMaze - xoft - 12-02-2013

DoorMaze plugin
This plugin will allow players to create mazes out of doors around other players. The maze's doors cannot be toggled nor broken, and will toggle randomly by themselves, creating a living labyrinth.
[Image: doormaze.png]

Commands
/doormaze <playername>
- Creates a door maze around the specified player. If no playername given, the maze is created around the player issuing the command
- Needs permission "doormaze.create"

/undoormaze <playername>
- Removes a door maze around the specified player. If no playername given, the maze around the player issuing the command is removed. If there are multiple overlapping mazes, only one of them is removed.
- Needs permission "doormaze.delete"

Installation
Download the zip or tgz from the GitHub release page and unpack in your Plugins folder.
https://github.com/madmaxoft/DoorMaze/releases/latest

Sources
The sources are available through GitHub: https://github.com/madmaxoft/DoorMaze
The sources are public domain.

Exemplary!
This plugin's source code provides the following examples:
- Refusing a player's right-click action (repairing the toggled door) and digging
- Reading from an XML file using LuaExpat
- Plugin squashing: not using the Initialize() function


RE: DoorMaze - tonibm19 - 12-02-2013

Why dont male this configurable (create any block maze).
Imagine a living parkour circuit.


RE: DoorMaze - xoft - 12-02-2013

Doors have the built-in togglability, while other blocks don't. And they can be put next to each other and the player can still walk around them. I can't quite imagine what would happen if we tried a live maze with a solid block, and two blocks just materialized in the place where a player is standing - what then?


RE: DoorMaze - tigerw - 12-02-2013

The player gets pushed out Smile