-
Notifications
You must be signed in to change notification settings - Fork 1
RefontCrafts is a GUI-based Minecraft server plugin for custom crafting in crafting tables and anvils.
It is designed for survival, RPG, roleplay, economy and custom servers that need flexible recipes, permission checks and support for custom items.
- GUI editor for crafting table recipes.
- GUI editor for anvil recipes.
- Strict 3x3 shaped recipes and shapeless recipes.
- Recipe browser for regular players without OP.
- Support for custom items, potions, CustomModelData, names, lore, enchantments and PDC data.
- Softer item matching with
exact_meta_match: false. - Strict item order for anvil recipes.
- Automatic result preview updates on left click, right click and drag placement.
- Crafting table preview and result stacks up to
126. - SQLite by default, optional MySQL support.
| Item | Value |
|---|---|
| Server software | Bukkit / Spigot / Paper |
| Java | Java 8+ for older servers; use the correct Java version for newer Minecraft versions |
| Database | SQLite or MySQL |
| Main command | /rcrafts |
| Aliases |
/rc, /refontcrafts
|
- Download the latest
.jarfrom Releases or Modrinth. - Put the file into the
plugins/folder. - Restart your server.
- Open the main menu:
/rcrafts
The plugin will create its configuration and database on first startup.
| Command | Description |
|---|---|
/rcrafts |
Main menu |
/rcrafts view workbench [page] |
View crafting table recipes |
/rcrafts view anvil [page] |
View anvil recipes |
/rcrafts recipe |
Create a crafting table recipe |
/rcrafts anvil |
Create an anvil recipe |
/rcrafts reload |
Reload configuration and recipes |
| Permission | Default | Description |
|---|---|---|
refontcrafts.use |
true |
Basic access to /rcrafts
|
refontcrafts.view |
true |
View recipes |
refontcrafts.create.workbench |
op |
Create crafting table recipes |
refontcrafts.create.anvil |
op |
Create anvil recipes |
refontcrafts.edit.workbench |
op |
Edit crafting table recipes |
refontcrafts.edit.anvil |
op |
Edit anvil recipes |
refontcrafts.delete.workbench |
op |
Delete crafting table recipes |
refontcrafts.delete.anvil |
op |
Delete anvil recipes |
refontcrafts.reload |
op |
Reload the plugin |
refontcrafts.notify |
op |
Internal notifications |
refontcrafts.admin |
op |
Full access |
settings:
exact_meta_match: false
workbench_strict_shape: true
workbench_preview_limit: 126
anvil:
strict_order: true-
true— strict item comparison. -
false— compares important visual and logical item data while ignoring unique technical NBT tags.
false is recommended for servers that use shops, Brewery, ExecutableItems or other custom item plugins.
When enabled, shaped crafting table recipes only work when items are placed in the exact 3x3 slots.
Controls the visual result amount in the crafting table. 126 is used as a stable limit for overstack result display.
When enabled, left and right anvil slots are treated as different slots. Recipe A + B will not work as B + A.
This is a practical stable limit for client-side overstack result rendering. Higher values may make the result slot display incorrectly.
Yes. Give them only these permissions:
refontcrafts.use
refontcrafts.view
Use GitHub Issues: https://github.com/RizonChik/RefontCrafts/issues
mvn clean packageThe compiled .jar will be created in the target/ folder.