✨| KatsuChisel - Convert blocks into another type of block icon

✨| KatsuChisel - Convert blocks into another type of block -----

¡Use the chisel to convert the block type to another!



[​IMG]

[​IMG]
[​IMG]
Code (YAML):
#####################################################################################
#        _  __          _                    ____   _       _                _      #
#       | |/ /   __ _  | |_   ___   _   _   / ___| | |__   (_)  ___    ___  | |     #
#       | ' /   / _` | | __| / __| | | | | | |     | '_ \  | | / __|  / _ \ | |     #
#       | . \  | (_| | | |_  \__ \ | |_| | | |___  | | | | | | \__ \ |  __/ | |     #
#       |_|\_\  \__,_|  \__| |___/  \__,_|  \____| |_| |_| |_| |___/  \___| |_|     #
#                                                                                   #
#####################################################################################
#-                         *\ Created by Katsutori Studio © /*                     -#
#####################################################################################

config
:

  # Chisel tool item configuration
  # This item is used to chisel blocks in the game.
  chisel-item
:
    id
: SHEARS
    display_name
: "&e★ &fChisel Tool"
    lore
:
     - "&8| #989898 Right-click to open menu"
      - "&8| #989898 Left-click to chisel"

  # Chisel inventory
  # This inventory is used to select blocks for chiseling.
  inventory
:
    size
: 36
    title
: "       &8ᴄʜɪꜱᴇʟ ꜱᴇʟᴇᴄᴛ ʙʟᴏᴄᴋ"

    block-item
:
      lore
:
       - "#989898(Click to select this block)"

    items
:
      1
:
        id
: GRAY_STAINED_GLASS_PANE
        slots
:
         - 27
          - 28
          - 29
          - 33
          - 34
          - 35
      2
:
        id
: PLAYER_HEAD
        slot
: 31
        action
: CLOSE
        display_name
: "&cClose Menu"
        texture
: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmViNTg4YjIxYTZmOThhZDFmZjRlMDg1YzU1MmRjYjA1MGVmYzljYWI0MjdmNDYwNDhmMThmYzgwMzQ3NWY3In19fQ=="

# Messages configuration
# This file contains all the messages used in the plugin.
# It allows customization of the text displayed to players.
messages
:
  no-args
: "&cPlease complete the command example: &7(/ktchisel <reload/give>)"
  no-permission
: "&cYou don't have permission to do that."
  no-player
: "&cThis player is not online."
  reloaded
: "&aThe plugin has been reloaded."
  give-item
: "&aYou have given the chisel item."
 
Code (YAML):
#####################################################################################
#        _  __          _                    ____   _       _                _      #
#       | |/ /   __ _  | |_   ___   _   _   / ___| | |__   (_)  ___    ___  | |     #
#       | ' /   / _` | | __| / __| | | | | | |     | '_ \  | | / __|  / _ \ | |     #
#       | . \  | (_| | | |_  \__ \ | |_| | | |___  | | | | | | \__ \ |  __/ | |     #
#       |_|\_\  \__,_|  \__| |___/  \__,_|  \____| |_| |_| |_| |___/  \___| |_|     #
#                                                                                   #
#####################################################################################
#-                         *\ Created by Katsutori Studio © /*                     -#
#####################################################################################
#                                                                                   #
# - How to add a new block:                                                         #
# 1. Add the block to the appropriate section (e.g., chisel-blocks, chisel-ores).   #
# 2. Replace [MATERIAL] with the actual material name (e.g., STONE, OAK_LOG).       #
# OPTIONAL: if the block is a custom from itemsAdder use prefix [ITEMS_ADDER].      #
#                                                                                   #
# 3. Finish the block is now available for chiseling.                               #
#                                                                                   #
#####################################################################################

chisel-blocks
:
  cobblestones
:
   - ' [MATERIAL ] COBBLESTONE'
    - ' [MATERIAL ] MOSSY_COBBLESTONE'

  slabs
:
   - ' [MATERIAL ] STONE_SLAB'
    - ' [MATERIAL ] BRICK_SLAB'
    - ' [MATERIAL ] QUARTZ_SLAB'
    - ' [MATERIAL ] COBBLESTONE_SLAB'
    - ' [MATERIAL ] RED_SANDSTONE_SLAB'
    - ' [MATERIAL ] NETHER_BRICK_SLAB'
    - ' [MATERIAL ] POLISHED_ANDESITE_SLAB'
    - ' [MATERIAL ] BLACKSTONE_SLAB'
    - ' [MATERIAL ] DEEPSLATE_TILE_SLAB'
    - ' [MATERIAL ] PURPUR_SLAB'
    - ' [MATERIAL ] POLISHED_DEEPSLATE_SLAB'
    - ' [MATERIAL ] TUFF_SLAB'
    - ' [MATERIAL ] BAMBOO_SLAB'
    - ' [MATERIAL ] GRANITE_SLAB'
    - ' [MATERIAL ] POLISHED_DIORITE_SLAB'
    - ' [MATERIAL ] MUD_BRICK_SLAB'

  stairs
:
   - ' [MATERIAL ] STONE_STAIRS'
    - ' [MATERIAL ] BRICK_STAIRS'
    - ' [MATERIAL ] QUARTZ_STAIRS'
    - ' [MATERIAL ] COBBLESTONE_STAIRS'
    - ' [MATERIAL ] RED_SANDSTONE_STAIRS'
    - ' [MATERIAL ] NETHER_BRICK_STAIRS'
    - ' [MATERIAL ] POLISHED_ANDESITE_STAIRS'
    - ' [MATERIAL ] BLACKSTONE_STAIRS'
    - ' [MATERIAL ] DEEPSLATE_TILE_STAIRS'
    - ' [MATERIAL ] PURPUR_STAIRS'
    - ' [MATERIAL ] POLISHED_DEEPSLATE_STAIRS'
    - ' [MATERIAL ] TUFF_STAIRS'
    - ' [MATERIAL ] BAMBOO_STAIRS'
    - ' [MATERIAL ] GRANITE_STAIRS'
    - ' [MATERIAL ] POLISHED_DIORITE_STAIRS'
    - ' [MATERIAL ] MUD_BRICK_STAIRS'

  walls
:
   - ' [MATERIAL ] BRICK_WALL'
    - ' [MATERIAL ] RED_SANDSTONE_WALL'
    - ' [MATERIAL ] MOSSY_COBBLESTONE_WALL'
    - ' [MATERIAL ] STONE_BRICK_WALL'
    - ' [MATERIAL ] POLISHED_BLACKSTONE_WALL'
    - ' [MATERIAL ] MUD_BRICK_WALL'
    - ' [MATERIAL ] BLACKSTONE_WALL'
    - ' [MATERIAL ] POLISHED_DEEPSLATE_WALL'
    - ' [MATERIAL ] TUFF_WALL'
    - ' [MATERIAL ] GRANITE_WALL'
    - ' [MATERIAL ] NETHER_BRICK_WALL'
    - ' [MATERIAL ] PRISMARINE_WALL'
    - ' [MATERIAL ] ANDESITE_WALL'
    - ' [MATERIAL ] DIORITE_WALL'
    - ' [MATERIAL ] SANDSTONE_WALL'
    - ' [MATERIAL ] END_STONE_BRICK_WALL'
 

[​IMG]

KATSU CHISEL
Convert blocks into another type of block!

Allows you to change the visual style of blocks such as stone, bricks, wood, even add your own, and many more, directly in the game. Adds compatibility with ItemsAdder, WorldGuard, and more.

PLUGIN FEATURES
  • Custom Model Data compatible

  • Fully customizable

  • Supports custom blocks

  • ItemsAdder support for custom blocks (soon Oraxen, Nexo)

  • Supported by different protection plugins

  • Permission required to use the chisel

  • Customizable chisel item

  • Inventory block selection for chiseling
If you need help with anything related to the plugin, please create a ticket on our Discord and we will assist you.

If you have a problem with the plugin, don’t leave a bad review.
Just go to the Discord and create a ticket.
Resource Information
Author:
----------
Total Downloads: 4
First Release: Jul 18, 2025
Last Update: Sep 2, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings