Description:
This simple and lightweight plugin adds an easy way to make pottery sherds more accessible to players on your server by allowing them to be crafted. The crafting recipes are unique for each type of pottery sherd and configuration options are provided to customize the shape and ingredients for each recipe.
For questions, issues, and suggestions, join the support discord: https://discord.gg/5RkjeS9ffV
Features:
Commands:
Permissions:
Installation Instructions:
This simple and lightweight plugin adds an easy way to make pottery sherds more accessible to players on your server by allowing them to be crafted. The crafting recipes are unique for each type of pottery sherd and configuration options are provided to customize the shape and ingredients for each recipe.
For questions, issues, and suggestions, join the support discord: https://discord.gg/5RkjeS9ffV
Features:
- Configurable recipes for each type of pottery sherd
- Option to enable/disable any sherd's recipe on the server
- Built-in reload command to apply configuration updates without needing to restart the server
Commands:
- /csreload - reloads the configuration options and applies them on the server
Permissions:
- craftablesherds.reload - grants access to the /csreload command
- craftablesherds.craft.<type> - grants access to the recipe for the specified type of pottery sherd
(example: craftablesherds.craft.angler)
Config.yml preview:
Code (YAML):
# CraftableSherds Recipes Configuration
#
# This configuration file allows you to define custom crafting recipes for pottery sherds.
# Instructions:
# - Each recipe must have at least one ingredient.
# - All defined ingredients must be utilized in the recipe's shape.
# - Ingredients must refer to an obtainable material.
# - To create an empty slot in a recipe's shape, use a character without a corresponding ingredient mapping.
# (by default, this is done using a space ' ')
# IMPORTANT: After making changes to this file, use the '/csreload'
# command in-game to apply the updates without needing to restart the server.
recipes:
angler:
enabled : true # Set to false to disable this specific recipe.
shape : # Define the 3x3 crafting grid pattern where ingredients are represented by characters.
- " A "
- "ABA"
- " A "
ingredients : # Associate each character in the shape with a material to be used as the ingredient.
A : "BRICK"
B : "FISHING_ROD"
#
# This configuration file allows you to define custom crafting recipes for pottery sherds.
# Instructions:
# - Each recipe must have at least one ingredient.
# - All defined ingredients must be utilized in the recipe's shape.
# - Ingredients must refer to an obtainable material.
# - To create an empty slot in a recipe's shape, use a character without a corresponding ingredient mapping.
# (by default, this is done using a space ' ')
# IMPORTANT: After making changes to this file, use the '/csreload'
# command in-game to apply the updates without needing to restart the server.
recipes:
angler:
enabled : true # Set to false to disable this specific recipe.
shape : # Define the 3x3 crafting grid pattern where ingredients are represented by characters.
- " A "
- "ABA"
- " A "
ingredients : # Associate each character in the shape with a material to be used as the ingredient.
A : "BRICK"
B : "FISHING_ROD"
Installation Instructions:
- Download this plugin
- Add the jar file to your server's plugin folder
- Restart or reload your server
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20, 1.20.6, 1.21
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
CraftableSherds [1.20-1.21.8] is a free Minecraft Java mod. Compatible with Minecraft 1.20, 1.20.6, 1.21. Downloaded 138 times (via Spigot). Download it and open it directly in the game.