
**CustomAnvilGUI** 是一个创新的插件,旨在解决 Geyser 用户在 Minecraft 中使用铁砧时面临的挑战。它提供了一个定制和直观的界面,使物品修理、重命名和附魔更加顺畅和愉快。
只需点击几下,玩家即可轻松访问铁砧的全部功能,无论其平台如何。
> Unlock a better way to play Minecraft — try CustomAnvilGUI today!
## ⚡️ 特点 - 🔧 完全可配置的铁砧界面 - 💬 可定制的消息(包括 RGB 颜色支持) - ✨ 轻松重命名和附魔物品 - 📦 无外部依赖 - 🌈 对聊天消息的支持 RGB
---
## 🖼️ 预览
|  |  |
|-----------|-------------|
|  |  |
---
## ⚙️ 命令 ```text /cagui help - View all available commands /cagui reload - Reload the plugin configuration ```
---
## 🔐 权限 ```text cagui.help.command - Access to help command cagui.reload.command - Access to reload command ```
---
## 📊 指标 
---
## ⚙️ 配置预览
config.yml
```yaml # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # CustomAnvilGUI # # Created by eliotesta98 & xSavior_of_God # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Configuration: Hooks: Floodgate: false # This section is for configuring how much is the possibility of anvil damage at every use. # For default, there is 1/8 (12%) possibility to damage the anvil at each use AnvilDamage: Damage: 12 # Configure if you want directly the rename of item or reopen the anvil for rename an item DirectRename: false Interface: Anvil: Title: "&0Repair & Name" OpenSound: ENTITY_ENDER_DRAGON_FLAP # ENDERDRAGON_WINGS <1.13 Slots: - 'tbbbbbbbx' - 'bfbsbebrb' - 'nbbbbbbcb' Items: FirstItem: Letter: 'f' Name: '' Type: '' Texture: '' Lore: [ ] SoundClick: '' SecondItem: Letter: 's' Name: '' Type: '' Texture: '' Lore: [ ] SoundClick: '' Submit: Letter: 'e' Name: '&2>&a&l> &a&lSUBMIT <&2<' Type: 'SUNFLOWER' Texture: '' Lore: [ ] SoundClick: '' NoResult: Letter: 'r' Name: '{message}' Type: 'BARRIER' Texture: '' Lore: [ ] SoundClick: '' Cost: Letter: 'c' Name: '&a&oEnchantment Cost: {exp}' Type: 'EXPERIENCE_BOTTLE' Texture: '' Lore: [ ] SoundClick: '' Back: Letter: 'x' Name: '&7&l&oBACK TO ANVIL' Type: 'DAMAGED_ANVIL' Texture: '' Lore: [ ] SoundClick: '' Rename: Letter: 'n' Name: '&e>&e&l> &e&lRENAME <&e<' Type: 'NAME_TAG' Texture: '' Lore: [ ] SoundClick: '' Fix: Letter: 't' Name: '&b>&b&l> &b&lFIX <&b<' Type: 'DIAMOND_PICKAXE' Texture: '' Lore: - "&bRepair items in your inventory" - "&b&l> &bLeft Click: repair the item in your main hand" - "&b&l> &bRight Click: repair all items in your inventory" SoundClick: '' Border: Letter: 'b' Name: " " Type: "GRAY_STAINED_GLASS_PANE" # STAINED_GLASS_PANE;7 <1.13 Texture: '' # set to '' to disable Lore: [ ] SoundClick: '' Floodgate: { } Rename: Title: "Renaming..." OpenSound: ENTITY_ENDER_DRAGON_FLAP # ENDERDRAGON_WINGS <1.13 Slots: [ ] Items: { } Floodgate: 1: Type: 'Input' Label: 'Item Name' Placeholder: 'Diamond Sword' DefaultText: '' # you can use a different coloring by using a hexadecimal. for all messages Ex. &{#FFFF00}(yellow). # Example for a command: '/cagui &{#FFFF00}---
[
](https://discord.gg/5GqJbRw)
If you want support or add a specific Challenge, don't hesitate to report it either on Discord or via SpigotMC.
- Thanks [xSavior_of_God](https://modrinth.com/user/xSavior-of-God) for helping me to realize one of my project.
- NBT API (https://www.spigotmc.org/resources/nbt-api.7939/) Used to make the item in hand look better.
- BIG THANKS goes to Ome_R (https://www.mc-market.org/members/40228/) from BG-Softwarse who allowed us to use his class for handling configuration files <3