Debug Stick in Survival
Plugin allows to craft "Debug Stick" in survival mode
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Debug Stick in Survival
Have you ever wanted to use the Debug Stick in Survival mode - without cheats? This plugin lets you craft the Debug Stick with a custom recipe and use it safely in survival gameplay!
🔨 How to Use the Debug Stick
The Debug Stick has two modes: - Modify Mode: Right-click a block to change its selected property. - Select Mode: Left-click a block to switch between available properties.
🧱 Crafting Recipe

⚙️ How to Customize Debug Stick Abilities
- Open plugins/DebugStickCraftingInSurvival/config.yml - Enable or disable crafting - Add or remove restricted blocks - Change the restriction message - Reload config anytime with /debugstickreload
example: config.yml ``` features: enable_crafting: true enable_restrictions: true
messages: restriction: "§cYou cannot use the Debug Stick on this type of block!"
excluded_blocks: - COMPOSTER - CHEST - CACTUS
```