MineMaze
MineMaze is a simple Bukkitplugin to generate mazes by using WorldEdit.
This dependeny provides:
- Selections
- History (undo, redo)
- Pattern (50%stone, 50%wood)
- WE-configuration (no-op-permission, disallowed-blocks, etc)
MineMaze is:
- Easy to install
- Social (Opensource)
- Easy to use
Installation:
- Make sure that you are using WorldEdit on your server.
- Download the newest build of MineMaze
- Put the .jar-file into your plugin-directory
- Reload the server
- Done
How to generate a maze:
- Select a region by using WorldEdit selections
- Type "//maze"
- Done
Commands:
MineMaze just uses the "//maze"-command, but it has several subcommands:
//maze: (Without a subcommand it is the same as "//maze maze"
//maze maze:
- Description: Generate a maze in the selected area
- Permission: worldedit.minemaze.generate
- Usage: //maze maze [-gen <Generator] [args]
- I want more information!
//maze help:
- Description: List all available subcommands
- Permission: worldedit.minemaze.help
- Usage: //maze help
//maze list
- Description: List all aviable mazegenerators
- Permission: worldedit.minemaze.list
- Usage: //maze help
I can confirm the version that Minken008 posted does work in 1.11, if you need proof you can find a maze it made on my server play.magoocraft.net
Sorry, no, I will not add any features.
Does it work with 1.10.x? Haven't tested it since I don't use this plugin any more.
Is it possible to add road path.... ??
Thanks
@Minken008
Thank you for this update :P
Is it possible for you to add something in the plugin? Regenerate the maze after x seconds, this prevent players to know the maze perfectly :P
Hello, I'm really excited to use your mod I run a server for my kids and this looks amazing. I installed it and ran into a couple errors. Here is my console report. 17.04 17:34:03 [Server] INFO ... 15 more 17.04 17:34:03 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 17.04 17:34:03 [Server] INFO at me.Laubi.MineMaze.MazeCommandExecutor.onCommand(MazeCommandExecutor.java:43) [?:?] 17.04 17:34:03 [Server] INFO Caused by: java.lang.NoSuchMethodError: com.sk89q.worldedit.bukkit.WorldEditPlugin.wrapCommandSender(Lorg/bukkit/command/CommandSender;)Lcom/sk89q/worldedit/LocalPlayer; 17.04 17:34:03 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.7.0_72] 17.04 17:34:03 [Server] INFO at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 17.04 17:34:03 [Server] INFO at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 17.04 17:34:03 [Server] INFO at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 17.04 17:34:03 [Server] INFO at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:710) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 17.04 17:34:03 [Server] INFO at net.minecraft.server.v1_8_R2.SystemUtils.a(SourceFile:60) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 17.04 17:34:03 [Server] INFO at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_72] 17.04 17:34:03 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_72] 17.04 17:34:03 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:13) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 17.04 17:34:03 [Server] INFO at net.minecraft.server.v1_8_R2.PacketPlayInChat.a(PacketPlayInChat.java:1) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 17.04 17:34:03 [Server] INFO at net.minecraft.server.v1_8_R2.PacketPlayInChat.a(PacketPlayInChat.java:45) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 17.04 17:34:03 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:968) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 17.04 17:34:03 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerConnection.handleCommand(PlayerConnection.java:1133) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 17.04 17:34:03 [Server] INFO at org.bukkit.craftbukkit.v1_8_R2.CraftServer.dispatchCommand(CraftServer.java:646) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 17.04 17:34:03 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 17.04 17:34:03 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 17.04 17:34:03 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command '/maze' in plugin MineMaze v2.1 17.04 17:34:03 [Server] ERROR null
@TheOnlyRealTGS
Sure! Download the file from Link Removed: http://www.mediafire.com/download/35t3pdy66c1ad7f/MineMaze-Modified_by_Minken008.jar (source code included inside JAR file).
Cheers,
@Minken008
Would be great if you could release this for others :)
@thefear900
Indeed it doesn't work any longer. But I've found a solution. First, the error message from the plugin:
Then, the fix: As you can see, the error occurs in line 43 in MazeCommandExecutor.java. The plugin calls for depreciated WorldEdit functions.
I've just copied the whole plugin source files into a new project in Eclipse, edited the error lines and viola - it works!
Here is, in short, what I changed:
This took about 10 minutes for me to fix, and I do not consider myself as an Java Expert. I've still got 40 warning messages in Eclipse, but the plugin at least works for me. Tested with Spigot 1.8 (from BuildTools #19) and WorldEdit 6.0.2-SNAPSHOT;3347-fe6717a0.
Was a great plugin, but is no longer functioning on WorldEdit version 6.0 (the 1.8 beta thingy), on Spigot build #1649 (1.7.10 - 1.8 bridge).
not working in 1.8 http://www.spigotmc.org/threads/bukkit-craftbukkit-spigot-1-8.36598/
Works fine with 1.7.10 also
Hi guys,
using this plugin on my bukkit server running on 1.7.9, still works as far as i know. :)
thx
@Laubiii
Hey, very nice plugin! Would you mind if I used this source to create a bare bones version for my own plugin? All credit for will be given provided that I release it.
@xH3LLRAIZ3Rx Let me guess: You downloaded and reuploaded the same file?
@Nuggetboy96 I tested it with the current (1.6.2) and it just works fine. No need for an update!
@Nuggetboy96
ask and you shall receive : D Link Removed: http://www.mediafire.com/?6cvn3z9pcwt42f7
Needs to be updated because i cant use it on my 1.6.1 server :/
wont load up :(
New 1.5.2? Where ya been? lol it works perfect still with 1.6.1
I loved this plugin with former 1.4.7 server; I'm praying it still works with new 1.5.2 server! It's such a good plugin; will you update if it needs to?
Works perfect with craftbukkit 1.4.7-R1.0 Great plugin :)
@B2550 @Laubiii
How do i use it with 1.4.7? I dont understand the concept of changing the file to R: v2.1 for CB 1.4.7-R1.0, Sorry!
Thanks!