配置文件
config.yml
* 只适用于参考,请勿直接使用
messages.yml
* 只适用于参考
- # 公共信息
- # 错误的命令将会在后面加上正确用法
- no-permission: '您没有权限!'
- not-player: '控制台无法执行此命令!'
- update: 'InfoBoardReborn有新版本!'
- wrong-usage: '命令错误!'
- confirm: '请再次执行命令来确认执行该命令!'
- # 隐藏计分板
- already-hidden: '计分板已被隐藏!'
- hiding: '隐藏计分板'
- # 显示计分板
- already-shown: '计分板已显示!'
- showing: '显示计分板'
- # 设置命令
- # 可以设置第几页
- # 例如: /ibr set 5 -> '未找到页面: 5' 或者 '找到页面: 5'
- invalid-page: '未找到页面: '
- set-page: '找到页面: '
- # 重载命令
- board-reload: 'board.yml 已重载'
- config-reload: 'config.yml 已重载'
- messages-reload: 'messages.yml 已重载'
- all-reload: '全部配置已重载'
- # 创建页面命令
- page-exists: '页面已存在!'
- create-success: '页面成功创建'
- # 添加命令
- # add-success将会在后面显示页码
- page-doesnot-exist: '页面不存在'
- add-success: '添加成功: '
- title-exists: '这个页面已经设置过了标题'
- max-lines: '每行只能写15个字节!'
-
复制代码
|
variables.yml
* 只适用于参考
- # 变量文件
- # 来自PlaceholderAPI的成千上万条变量, 请查询
- # https://www.spigotmc.org/wiki/placeholderapi-placeholders/
- #
- # PlaceHolderAPI 列表 (使用命令 /papi ecloud list all):
- #
- # WorldGuardApi, ProQuests, EZPrestige, SuperBVote, Essentials, MariageMaster, Enchantmentbook,
- # ebchance, bankcheque, antidote, ChatReaction, Factions, Nicky, Player, UnityGen, TokenManager,
- # Vault, pt, NickNamer, Skript, Custom, MCMMO, Pl3xIcons, RedisBungee, Statistic, mobSpawneregg,
- # AutoRank, PlotSquared, DailyBonuns, VoteParty, PlayerPoints, SkillAPI, naughtymode, ASkyBlock,
- # DeluxeTags, Sound, LeaderHeads, Pinger, VoteRoulette, PrisonMines, killStats, AcidIsland, uSkyBlock,
- # Towny, Jobs, marriage, Enjin, OnTime, Heroes, checknamehistory, GAListener, EZBlocks, SimpleKillTracker,
- # BungeeCord, EZRanksPro, MVdW (not recommended), SkyFreeze, FactionsUUID, Multiverse, GangPlus,
- # PowerfulPerms, Reputation, Thirst, Guilds, VotingPlugin, ListPlayers, LuckPerms, MySQL, onetimeitem,
- # GemsEconomy, Server, ProVotes, xpboost, CraftEconomy, UltimateVotes, Tokenenchant, Javascript,
- # deenchantment, acl, GriefPrevention, and a lot more...
- #
- #
- # 注意: config.yml 所说的变量并不是来自 PlaceHolderAPI 的变量:
- # (如果需要支持,可以联系作者更新)
- #
- #
- # ######################################################
- # +--------------------------------------------------+ #
- # | PowerRanks | #
- # | dev.bukkit.org/projects/powerranks | #
- # +--------------------------------------------------+ #
- # ######################################################
- # Spigot expansion link: https://www.spigotmc.org/resources/powerranks-expansion.46371/
- #
- # ######################################################
- # +--------------------------------------------------+ #
- # | McCombatLevel | #
- # | dev.bukkit.org/projects/mccombatlevel | #
- # +--------------------------------------------------+ #
- # ######################################################
- # Spigot expansion link: https://www.spigotmc.org/resources/mccombatlevel-expansion.47040/
-
复制代码
|
board.yml
* 只适用于参考
|