Gui Balance 图形界面余额
作者:Zeuss
发布时间:2017年3月8日
原生版本:未知
测试支持:1.7,1.8,1.9,1.10,1.11,1.12
经济型、图形用户界面、前十名
点此下载插件详细介绍
💰 GuiBalance
GuiBalance 插件是一个简单实用的插件,旨在通过图形界面展示服务器中最富有的前 10 名玩家。用户可以在 config.yml 文件中自定义打开 GUI 界面的指令。
⚙️ 安装
- 下载插件。
- 将插件文件放入服务器的
plugins文件夹中。 - 确保已安装 Vault 插件及其依赖的经济插件。
- 启动服务器。
⚙️ 配置
以下是 config.yml 文件的配置示例:
Settings:
#in minutes
AutoUpdate: 5
EmptySlots:
Complete: true
Item: '160:15'
Name: ' '
Messages:
#Permission reload: guibalance.admin
#Permission normal: guibalance.use
ConsoleError: '&cUse this command in-game .'
PermissionError: '&cyou do not have permission to use this command.'
SuccessReload: '&aPlugin reloaded successfully.'
InvName: '&lMoney Top'
Skull:
Name: '&aPlayer - &e&n{PlayerName}'
Lore:
- ' '
- ' &f&l&m->&a Rank: &7#{Position}'
- ' &f&l&m->&a Balance: &2$&l{Balance}'
- ' '
- '&aYour Balance: &2$&l{PlayerBalance}'
ItemError:
Name: '&cThe {Position} position has no player.'
Commands:
- '/money top'
- '/baltop'
📜 指令
/money top: 打开显示服务器财富排名的GUI界面。(可在config.yml中配置)/baltop: 打开显示服务器财富排名的GUI界面。(可在config.yml中配置)
🔑 权限
guibalance.use: 允许玩家使用打开财富排名 GUI 的指令。guibalance.admin: 允许玩家使用重载插件的指令。