1 370
收录服务器
1 966
注册
28 547
玩家
Infinite Scoreboard 无限计分板
游戏中第一个可编辑的记分板插件!
作 者 Zach_FR
发布时间 2021年1月3日
支持核心 Spigot
原生版本
支持版本 1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18,1.19,1.20
点此下载

Infinite Scoreboard 是一个 Minecraft 插件,允许您在游戏中自定义记分板,无需编辑文件。修改后立即生效,并且玩家可以自行切换记分板的显示与隐藏。

✨ Infinite Scoreboard

⭐ 主要特性

  • 游戏内编辑器:无需编辑文件,即可在游戏内自定义整个记分板!
  • 立即更新:在游戏内编辑器中进行更改后,可以立即看到效果!
  • 玩家切换:每个玩家都可以切换自己的记分板显示状态!
  • 字符限制:运行 1.13 或更高版本的服务器可以使用 128 个字符(包括颜色代码),运行 1.12 或更低版本的服务器可以使用 32 个字符!
  • 多个记分板(按权限):您可以创建任意数量的记分板,并为玩家分配不同的权限!
  • 每个世界的记分板:您可以为每个世界设置不同的记分板。
  • API:提供 API 接口,如需更多信息,请在 Discord 中提交工单。
  • 重要提示:如果您的服务器允许使用不同版本的客户端(例如使用 ViaVersion 或 ProtocolSupport),并且服务器版本高于 1.12,则只能使用 32 个字符,而不是 128 个字符!

⚙️ 权限 & 命令

  • infinite.scoreboard.admin - 允许管理员重载插件和使用游戏内编辑器。 (/isb reload & /isb editor)
  • infinite.scoreboard.toggle - 允许玩家切换自己的记分板显示状态。 (/isb toggle)
  • infinite.scoreboard.scoreboard.<PermissionInScoreboardFile> - 允许玩家查看特定的记分板。

⌨️ 命令详解

/isb reload

重载插件配置。

/isb editor

打开游戏内记分板编辑器。

/isb toggle

切换记分板的显示与隐藏。

📝 配置文件示例 (config.yml)


Settings:
  ReloadMessage: '&aPlugin has been reloaded!'
  NoPermission: '&cYou dont have permission to do this!'
  NeedToBePlayer: '&cYou need to be a Player to do this!'
  ToggleOn: '&aScoreboard is now &2Enabled!'
  ToggleOff: '&cScoreboard is now &4Disabled!'
  Editor:
    NeedToBeHoldingItem: '&cYou need to be holding a Item!'
    NoInteger: '&cThis is not a Integer!'
    SetSuccessfully: '&aSuccesfully set the amount to &2%amount%&a!'
    RemovedLine: '&aYou removed line &2%line%&a!'
    AddedLine: '&aYou added line &2%line%&a!'
    SwitchedLines: '&aYou switched line &2%line1% &awith line &2%line2%&a!'
    TitleSet: '&aYou set the title to &2%title%&a!'
    PrefixSet: '&aYou set the prefix to &2%prefix%&a!'
    SuffixSet: '&aYou set the suffix to &2%suffix%&a!'
    NameSet: '&aYou set the name to &2%name%&a!'
    LoreSet: '&aYou set the lore to &2%lore%&a!'
    ItemSet: '&aYou set the item to &2%material%&a!'
    GlowingSet: '&aYou set the glowing to &2%glowing%&a!'
    UnbreakableSet: '&aYou set the Unbreakable to &2%unbreakable%&a!'
    HideEnchantsSet: '&aYou set the HideEnchants to &2%hideenchants%&a!'
    HideAttributesSet: '&aYou set the HideAttributes to &2%hideattributes%&a!'
    HidePotionEffectsSet: '&aYou set the HidePotionEffects to &2%hidepotioneffects%&a!'
    ItemFlagAdded: '&aYou added the ItemFlag &2%itemflag%&a!'
    ItemFlagRemoved: '&aYou removed the ItemFlag &2%itemflag%&a!'
    EnchantAdded: '&aYou added the Enchant &2%enchant% &ato the level of &2%level%&a!'
    EnchantRemoved: '&aYou removed the Enchant &2%enchant%&a!'
    SavedChanges: '&aYou saved the changes to the Item!'
    NoActiveEditor: '&cYou dont have a active editor!'
    ReceivedItem: '&aYou received the item, you have 60 seconds to edit it!'
    InventoryFull: '&cYour inventory is full!'
    ConfirmSave: '&aAre you sure you want to save the item? This action cant be undone!'
    ConfirmSaveTitle: '&aClick to save!'
    ConfirmSaveLore: '&7This action cant be undone!'