CustomAnvilGUI 图标

CustomAnvilGUI

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.5.8
本资源为搬运资源,原资源地址: https://modrinth.com/mod/customanvilgui
资源信息

Minecraft 版本: 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2

平台: bukkit paper purpur spigot

标签: game-mechanics optimization utility

资源介绍

?️ CustomAnvilGUI


<img src="
https://img.shields.io/bstats/servers/25649.svg?color=green&label=OnlineServers&style=plastic" alt="bStats Server"
data-canonical-src="https://img.shields.io/bstats/servers/17661.svg?color=green&label=OnlineServers&style=plastic">


<img src="
https://img.shields.io/bstats/players/25649.svg?color=green&label=OnlinePlayers&style=plastic" alt="bStats Players"
data-canonical-src="https://img.shields.io/bstats/players/17661.svg?color=green&label=OnlinePlayers&style=plastic">


<img src="
https://badges.spiget.org/resources/downloads/SpigotDownloads-green-116411.svg" alt="Spigot Downloads"
data-canonical-src="https://badges.spiget.org/resources/downloads/SpigotDownloads-green-116411.svg">


<img src="
https://badges.spiget.org/resources/rating/SpigotRating-green-116411.svg" alt="Spigot Rating"
data-canonical-src="https://badges.spiget.org/rating/SpigotRating-green-116411.svg">


<img src="
https://badges.spiget.org/resources/version/SpigotVersion-green-116411.svg" alt="Last Plugin Version"
data-canonical-src="https://badges.spiget.org/version/SpigotVersion-green-116411.svg">

Modrinth Downloads
![Empty Anvil](https://cdn.modrinth.com/data/cached_images/bc2514b88316d5086b66256d9f40971a63f9b6f3.png)

CustomAnvilGUI is an innovative plugin designed to solve the challenges Geyser users face when using anvils in Minecraft. It provides a customized and intuitive interface, making item repair, renaming, and enchanting smoother and more enjoyable.

With just a few clicks, players can easily access the full functionality of anvils, regardless of their platform.

Unlock a better way to play Minecraft — try CustomAnvilGUI today!




⚡️ Features

  • Fully configurable anvil interface
  • Fully configurable rename interface
  • Fix tools with one click
  • Customizable messages (including RGB color support)
  • Rename and enchant items with ease
  • No external dependencies
  • RGB support for chat messages Compatibilities Floodgate, Vault, ExcellentEnchants InCompatibilities EcoEnchants, AdvancedEnchantments are NOT compatible with this plugin for the absence of documentations or informations




?️ Previews

| ![Full Anvil](https://cdn.modrinth.com/data/cached_images/cf540bde425551e3dff61a018986735eb3e5fbac.png) | ![Anvil Result Item](https://cdn.modrinth.com/data/cached_images/01b7692ae8e6bfbdd88afdb3abfe3511a79b9f25.png) | |------------------------------------------------------------|------------------------------------------------------------| | ![Anvil Result Experience Cost](https://cdn.modrinth.com/data/cached_images/9d077fcd65435496803a70f7b4df665c7ff38c26.png) | ![Anvil Fix](https://cdn.modrinth.com/data/cached_images/f0c9f29d49aee233a61535c6c8696ca7f64597b3.png) |
Renaiming




⚙️ Commands

/cagui help     - View all available commands
/cagui reload   - Reload the plugin configuration




? Permissions

- cagui.help.command     - Access to help command
- cagui.reload.command   - Access to reload command
- cagui.fix.hand - Able to fix the item in hand
- cagui.fix.inventory - Able to fix all items in the inventory
- cagui.fix.hand.bypass - Able to bypass the costs of relative fix
- cagui.fix.inventory.bypass - Able to bypass the costs of relative fix




? Metrics

bStats




⚙️ Configuration Preview

config.yml ```yaml # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # CustomAnvilGUI # # Created by eliotesta98 & xSavior_of_God # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Configuration: Hooks: Floodgate: false Vault: false # If you want only bedrock players open the custom anvil gui # P.S. For check this you have to activate the hook of Floodgate! OnlyBedrock: 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 # This sound is triggered when an anvil change stage AnvilSound: SoundName: 'minecraft:block.anvil.use' Volume: 100 Pitch: 0.6 FixItems: Hand: # If you want a payment for the fix hand (PS: Enable Vault Dependency for use economy payment) Payment: Enabled: false Price: 1.0 # The type of payment (Material, Experience, Money) # Type: "Material:COBBLESTONE" # Type: "Experience" (levels) # Type: "Money" (you need to activate Vault compatibility) Type: "Money" # Formula for calculate the final price (PS: You can use only this operation: + - * / and only one type of operation!) Calculation: "{price} * {durability}" Inventory: # If you want a payment for the fix inventory (PS: Enable Vault Dependency for use economy payment) Payment: Enabled: false Price: 1.0 # The type of payment (Material, Experience, Money) # Type: "Material:COBBLESTONE" # Type: "Experience" (levels) # Type: "Money" (you need to activate Vault compatibility) Type: "Money" # Formula for calculate the final price (PS: You can use only this operation: + - * / and only one type of operation!) Calculation: "{price} * {durability}" Interface: Anvil: Title: "&0Repair & Name" OpenSound: SoundName: 'minecraft:entity.allay.item_thrown' Volume: 100 Pitch: 0.6 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 &e&l> &e&lRENAME &b&l> &b&lFIX &bLeft Click: repair the item in your main hand {priceHand}$" - "&b&l> &bRight Click: repair all items in your inventory {priceInventory}$" SoundClick: '' Border: Letter: 'b' Name: " " Type: "GRAY_STAINED_GLASS_PANE" # STAINED_GLASS_PANE;7 &{#000000} command reload Labyrinth plugin' Messages: Prefix: '&eCustomAnvilGUI &r' Commands: Footer: '&7(&7&l(&c&l!&7&l)&7) &9[] optional value, required' Reload: ' &e/cagui &6 &7for reload CustomGuiForAnvil plugin' Help: ' &e/cagui &6 &7for help commands' Success: Rename: '{prefix}&aTool name has been successfully registered, please now reopen the anvil, place your tool in the anvil and click on Rename button' Results: NoItem: '&cHEY! &7You don''t have much experience for enchant this items!' Lists: { } Warnings: { } Info: Rename: '{prefix}&7Please write the name of your tool in chat' Errors: NoPlayer: '{prefix}&cYou are not a player' CommandNotFound: '{prefix}&cCommand not found' InsufficientPermission: '{prefix}&cInsufficient permission' InsufficientExperience: '{prefix}&cHEY! &7You don''t have much experience for enchant this items!' NoItemInHand: '{prefix}&cHEY! &7You don''t have an item in hand for make this action!' NotEnoughMoney: '{prefix}&cHEY! &7You don''t have enough money!' NotEnoughExperience: '{prefix}&cHEY! &7You don''t have enough experience!' NotEnoughMaterial: '{prefix}&cHEY! &7You don''t have enough material!' Debug: # Commands execution Commands: false # Enabled of plugin Enabled: false # Disabled of plugin Disabled: false # Click in the gui ClickGui: false # API API: false ```




[![Discord](https://cdn.modrinth.com/data/cached_images/6794b6a89c14beebc345fa688e5361ce508a0f13.png) ](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.

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Racehorse Mod

价格:0 墨喵币
下载量:0

查看详情
Hard Gold tools

价格:0 墨喵币
下载量:0

查看详情
loading backgrounds - complimentary reimagined

价格:0 墨喵币
下载量:0

查看详情
Mod Menu (BTA Port)

价格:0 墨喵币
下载量:0

查看详情