Перейти к содержимому
Mineforgian

Debug Stick in Survival

Plugin allows to craft "Debug Stick" in survival mode

Загрузки
158
Подписчики
1
Обновлён
26 октября 2025 г.
Лицензия
MIT

Опубликован 19 октября 2025 г.

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

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

Ченджлог

2.1.3-1.21Релиз1.21.8, 1.21.9, 1.21.10 · 26 октября 2025 г.

[2.1.3-1.21] – October 26, 2025

Added

  • New permission system for Nether dimension waterlogging (debugstickcs.waterlog.nether)
  • Separate waterlogging restrictions for Overworld and Nether dimensions

Changed

  • Split waterlogging permissions into dimension-specific controls
  • Improved permission checking logic with new WaterlogPermissionResult pattern
  • Streamlined waterlogging event handling with clearer responsibility separation

Compatibility

  • Minecraft: 1.21+
  • Java: 21+
  • API: 1.21
2.1.2-1.21Релиз1.21.8, 1.21.9, 1.21.10 · 19 октября 2025 г.

[2.1.1-1.21] – October 19, 2025

Added

  • Intelligent capability restriction system (waterlogging & slab doubling control)
  • Granular permission system:
    • debugstickcs.waterlog, debugstickcs.doubleslab, debugstickcs.reload, debugstickcs.*
  • Smart property management (change block states without full restriction)
  • Two-level restriction model for excluded blocks and restricted capabilities

Changed

  • Reworked configuration structure with new toggles for restriction features
  • Updated excluded block list (removed slabs, leaves, trapdoors)
  • Improved event handling (block state snapshot + delayed revert system)
  • Permission defaults adjusted (basic Debug Stick use now available to all players)

Fixed

  • Debug Stick not working for non-OP players
  • Missing permission defaults (minecraft.debugstick, minecraft.debugstick.always)
  • Issues with waterloggable blocks reverting unexpectedly
  • Error handling and stability improvements

Compatibility

  • Minecraft: 1.21+
  • Java: 21+
  • API: 1.21

Комментарии

Загружаем…