MineIt 挖矿 [1.8 - 1.20] | |
---|---|
![]() |
一个带有参数、定制等功能的CustomGUI插件! |
作 者 | snadol |
发布时间 | 2018年7月6日 |
支持核心 | Spigot | 原生版本 |
支持版本 | 1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18,1.19 |
插件详细介绍
CustomGUI 是一款完全可定制的 GUI 插件,支持参数传递功能。通过灵活的配置,你可以创建无限数量的菜单和物品,并为每个物品设置自定义命令、材质、Lore 和名称。插件还集成了 PlaceholderAPI,并支持玩家头像、自定义头部材质和皮革盔甲颜色。此外,GUI 配置可以实时更新,无需重启服务器。
/customgui reload
- customgui.command
- 重载插件/customgui open <menu #> (player)
- customgui.command
- 为可选玩家打开菜单 #。customgui.open.<menu number>
- 打开菜单的权限。customgui.open.(menu #)
- 打开给定数字的 GUI 的权限customgui.reload
- 重载插件的权限customgui.(menu #).(item #).view
- 查看 GUI 中特定物品的权限customgui.(menu #).(item #).use
- 使用你看到的物品命令的权限
# CustomGUI configuration file
#
# This is the main configuration file for the CustomGUI plugin.
# Here you can define your custom menus, items, and commands.
#
# For more information, please visit the plugin's wiki:
# [Plugin Wiki Link]
Settings:
GUIUpdateTicks: 20
IgnoreItemEnchants: false
Menus:
'1':
MenuName: '&aExample Menu'
OpenCommand: example
Rows: 3
FillWithPanes: false
OpenSound: block_note_block_pling
Items:
Item1:
Material: DIAMOND
Data: 0
Amount: 1
Slot: 11
Name: '&bDiamond'
Lore:
- '&7This is a diamond.'
- '&7Click to get one!'
EnchantGlow: false
Attributes: []
ItemFlags: []
Commands:
- 'give <Username> diamond'
Item2:
Material: STONE
Data: 0
Amount: 1
Slot: 13
Name: '&7Stone'
Lore:
- '&7This is a stone.'
- '&7Click to get one!'
EnchantGlow: false
Attributes: []
ItemFlags: []
Commands:
- 'give <Username> stone'
Item3:
Material: SKULL_ITEM
Data: MHF_Herobrine
Amount: 1
Slot: 15
Name: '&cHerobrine Head'
Lore:
- '&7This is Herobrine\'s head.'
- '&7Spooky!'
EnchantGlow: false
Attributes: []
ItemFlags: []
Commands:
- 'say <Username> just got Herobrine\'s head!'
Item4:
Material: LEATHER_CHESTPLATE
Data: RED
Amount: 1
Slot: 22
Name: '&cRed Chestplate'
Lore:
- '&7This is a red chestplate.'
- '&7Stylish!'
EnchantGlow: false
Attributes: []
ItemFlags: []
Commands:
- 'say <Username> is wearing a red chestplate!'
Item5:
Material: HEAD_TEXTURE
Data: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjk3YTg3ZWE0NzE5Yjg1ZWQ4NmI0ZTQ5N2E4MmIxMjQ0ZDQzMjQzYjQ1NjU2ZDIzNmUyZmJjZDA0NzY0In19fQ==
Amount: 1
Slot: 4
Name: '&aCustom Head Texture'
Lore:
- '&7This is a custom head texture.'
EnchantGlow: false
Attributes: []
ItemFlags: []
Commands:
- 'say <Username> got a custom head texture!'