MAZE DOCUMENTATION
1. BASIC COMMANDS
- /maze create - Create a new maze profile
- /maze setstart - Set the starting spawn point
- /maze setend - Set the finish line location
- /maze join - Join a specific maze
- /maze gui - Open the visual management interface
- /maze reload - Reload all configuration files
- /maze remove - Delete a maze profile
- /maze confirm - Confirm critical actions (deletion)
2. TRAPS SYSTEM
Syntax: /maze settrap <cooldown_ms> (Note: 1000 = 1 second)
- DAMAGE: /maze settrap test DAMAGE 4 2000 (Deals direct damage)
- FIRE: /maze settrap test FIRE 5 2000 (Sets player on fire for 5s)
- KNOCKBACK: /maze settrap test KNOCKBACK 2 2000 (Pushes player back)
- SLOW: /maze settrap test SLOW 5 2000 (Slowness effect for 5s)
- BLIND: /maze settrap test BLIND 5 2000 (Blindness effect for 5s)
- TELEPORT: /maze settrap test TELEPORT 1 2000 (Teleports player back to start)
- EXPLOSION: /maze settrap test EXPLOSION 2 4000 (Triggers an explosion)
- FAKE_FLOOR: /maze settrap test FAKE_FLOOR 1 4000 (Floor temporarily disappears)
- LIGHTNING: /maze settrap test LIGHTNING 4 4000 (Strikes player with lightning)
- LAUNCH: /maze settrap test LAUNCH 2 2000 (Launches player into the air)
- FREEZE: /maze settrap test FREEZE 5 3000 (Freezes player movement for 5s)
- Remove Trap: /maze deltrap
3. PLACEHOLDERS (PAPI)
Use these variables in your Scoreboard, Tablist, or Chat:
- %maze_in% - Name of the current maze
- %maze_last% - Name of the last completed maze
- %maze_completed% - Total count of mazes completed
- %maze_time% - Current run live timer
- %maze_best_current% - Your personal best in the current maze
- %maze_top_1_name_% - Name of the #1 record holder
- %maze_top_1_time_% - Best time recorded for that maze
- %maze_best_% - Your personal best for a specific maze
4. TESTING PLACEHOLDERS
Use these commands to verify if PAPI is correctly linked:
- /papi parse me %maze_best_%
- /papi parse me %maze_top_1_name_%
- /papi parse me %maze_top_1_time_%
5. INFO & SUPPORT
- Compatibility: Paper/Spigot 1.21.x
- Dependency: PlaceholderAPI 2.11.7+
- Support: Join our Discord (bd) for fast assistance and updates.
Discord Support