Debug Stick (Folia)
Debug stick functionality for survival mode with Folia support
Debug Stick (Folia)
Debug stick for Folia
Written for Folia 1.21.8 Written for Folia 1.21.8
For reload Config please USE: /debugstick reload
Plugman will destroy the plugin, and you will need to restart the server
"Attention. The wand is not yet available for CoreProtect, and it does not see it. So I am working on adding logging to CoreProtect. Please wait. I will add it today or tomorrow.
How to use my plugin?
1. Crouch + LMB - change the settings
2. LMB - change the settings to the ones you have selected
only for creative only for creative for survival and creative mode the Blacklist get on (or get off if you change the Bypass_In_Creative - only for creative)
Config file look like:
```yaml
DebugStick plugin config
Disables checking for players in creative
Отключает проверку игроков в креативе
Bypass_In_Creative: false
Message when a player tries to interact with a block or state on the blacklist
Сообщение когда игрок пытается взаимодействовать с блоком или состоянием блока из черного списка
Interaction_cancellation_messages: enable: true actionbar: true messageBlock: "You cannot interact with this block" messageState: "You cannot interact with this state"
List of worlds where the player cannot create water using the debug stick
Список миров, в которых игрок не может создать воду с помощью палочки отладки
Prevent_water_in_world: - "world_nether" - "world_end" - "world" #- "custom_world_name"
Debug stick recipe config
Конфиг рецепта палочки отладки
Debug_stick_craft: enabled: true
if grid is 2x2, line3 is ignored and the line length is 2 characters
если сетка 2x2, строка 3 игнорируется и длина строки составляет 2 символа
grid_size: 2 # 3x3 => 3, 2x2 => 2, 1x1 => 1 shape: line1: " N" # craft grid | сетка крафта line2: "S " # use space for empty slot line3: " " # использовать space для пустого слота
ingredient key for craft grid
ключ ингредиента для сетки крафта
ingredient: N: "NETHER_STAR" S: "STICK"
List of blocks that the player will not be able to interact with
Список блоков с которыми игрок не сможет взаимодействовать
Blacklist_block: - bee_nest - beehive - cake - composter - respawn_anchor - end_portal_frame - turtle_egg - trial_spawner - vault - sculk_shrieker - sea_pickle - grass_block - water_cauldron - nether_portal - redstone_wire - redstone_torch - redstone_wall_torch - redstone_block - repeater - comparator - observer - piston - sticky_piston - piston_head - moving_piston - target - lever - daylight_detector - note_block - dropper - dispenser - hopper - lectern - tnt - redstone_lamp - activator_rail - detector_rail - powered_rail
List of block tags that the player will not be able to interact with
Список тегов блоков с которыми игрок не сможет взаимодействовать
Blacklist_tag_block: - candles - crops - doors - slabs - tall_flowers ```