Maze – The Ultimate Maze Experience
Elevate your server's gameplay with Maze, the most intuitive and powerful procedural dungeon and labyrinth creator. Whether you are building a hardcore PvE environment or a competitive mini-game, Maze provides all the tools to challenge your players with deadly traps and record-breaking runs. The plugin requires ownership of a maze map. It allows you to configure mazes using an already existing map. The GUI is fully configurable via config.yml and supports all block types.
1. Basic Commands
/maze create <name> - Create a new maze profile.
/maze setstart <maze> - Set the starting spawn point.
/maze setend <maze> - Set the finish line location.
/maze join <maze> - Join a specific maze.
/maze gui - Open the visual management interface.
/maze reload - Reload all configuration files.
/maze remove <maze> - Delete a maze profile.
/maze confirm - Confirm critical actions such as deletion.
2. Traps System
Syntax:
/maze settrap <maze> <type> <value> <cooldown_ms>
Note:
1000 = 1 second
DAMAGE
/maze settrap <maze> DAMAGE 4 2000
Deals direct damage.
FIRE
/maze settrap <maze> FIRE 5 2000
Sets the player on fire for 5 seconds.
KNOCKBACK
/maze settrap <maze> KNOCKBACK 2 2000
Pushes the player backward.
SLOW
/maze settrap <maze> SLOW 5 2000
Applies slowness for 5 seconds.
BLIND
/maze settrap <maze> BLIND 5 2000
Applies blindness for 5 seconds.
TELEPORT
/maze settrap <maze> TELEPORT 1 2000
Teleports the player back to the start.
EXPLOSION
/maze settrap <maze> EXPLOSION 2 4000
Triggers an explosion.
FAKE_FLOOR
/maze settrap <maze> FAKE_FLOOR 1 4000
Temporarily removes the floor.
LIGHTNING
/maze settrap <maze> LIGHTNING 4 4000
Strikes the player with lightning.
LAUNCH
/maze settrap <maze> LAUNCH 2 2000
Launches the player into the air.
FREEZE
/maze settrap <maze> FREEZE 5 3000
Freezes player movement for 5 seconds.
Remove Trap
/maze deltrap <maze>
3. Placeholders (PlaceholderAPI)
Use these placeholders in scoreboards, tablists, or chat messages.
%maze_in% - Name of the current maze
%maze_last% - Name of the last completed maze
%maze_completed% - Total number of completed mazes
%maze_time% - Current run live timer
%maze_best_current% - Your personal best in the current maze
%maze_top_1_name_<maze>% - Name of the #1 record holder
%maze_top_1_time_<maze>% - Best recorded time for that maze
%maze_best_<maze>% - Your personal best for a specific maze
4. Testing Placeholders
Use these commands to verify that PlaceholderAPI is correctly linked.
/papi parse me %maze_best_<maze>%
/papi parse me %maze_top_1_name_<maze>%
/papi parse me %maze_top_1_time_<maze>%
Custom Plugins
If you want a custom plugin, you can join our Discord server and create a commission ticket.
Discord: https://discord.gg/7e3wWXk7ZD
If you want a custom plugin, you can join our Discord server and create a commission ticket.
Discord: https://discord.gg/7e3wWXk7ZD
Supported | Version |
|---|---|
Paper | 1.21 - 26.1.2 |
Spigot | 1.21 - 26.1.2 |
