921
收录服务器
1183
注册
93 900
玩家
SimpleScore 动态计分板
一个简单的动画记分板插件为您的服务器。
作 者 R4G3_BABY
发布时间 2016年5月15日
支持核心 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
点此下载

SimpleScore 是一款可以创建全局或按世界、按 WorldGuard 区域划分的动态记分板的插件,支持 PlaceholderAPI 和/或 MVdWPlaceholderAPI 提供的自定义占位符。

🎉 SimpleScore

✨ 插件特性

  • 动态记分板
  • 按世界记分板
  • 按 WorldGuard 区域记分板
  • 基于权限/条件的记分板
  • 自定义插件消息(请阅读文档)
  • 无限字符!(仅在 Minecraft 1.13+ 版本及以上,需要 ProtocolLib)
  • 支持 PlaceholderAPI (2.11.0 或更高版本) 和 MVdWPlaceholderAPI
  • 兼容 mcMMO, Citizens 和 ViaVersion/ViaBackwards
  • 支持多种格式的十六进制颜色代码
  • 切换记分板命令
  • 自定义变量
  • 无闪烁
  • 易于配置

🚀 命令和权限

命令

  • /scoreboard toggle - 切换自己的记分板开关
  • /scoreboard reload - 重载配置文件

权限

  • simplescore.toggle - 允许玩家使用 /scoreboard toggle 命令。默认所有玩家都拥有此权限。
  • simplescore.reload - 允许玩家使用 /scoreboard reload 命令。默认仅 OP 拥有此权限。

⚙️ 配置示例


settings:
  # Automatically gives players the toggle permission
  # Allows players to toggle the scoreboard without the need of a permission plugin
  auto-toggle-permission: false

  # If true, the plugin will check for updates on startup
  # Only checks for updates on startup, doesn't download them
  check-for-updates: true

  # Custom prefix for plugin messages
  prefix: "&7[&bSimpleScore&7] "

scoreboards:
  default:
    # The title of the scoreboard, supports PlaceholderAPI and MVdWPlaceholderAPI
    title: "&bExample Scoreboard"

    # List of lines to display on the scoreboard, supports PlaceholderAPI and MVdWPlaceholderAPI
    lines:
      - "&7&m--------------------"
      - "&bOnline Players: &a%server_online%"
      - "&bYour Name: &a%player_name%"
      - "&bYour Health: &a%player_health%"
      - "&7&m--------------------"

    # Worlds where this scoreboard is enabled
    worlds:
      - "world"
      - "world_nether"

    # WorldGuard regions where this scoreboard is enabled
    regions:
      - "spawn"
      - "arena"

    # Requires the player to have the permission to see this scoreboard
    permission: "simplescore.example"

    # Requires the player to meet the condition to see this scoreboard
    condition: "server_online > 10"

  animated:
    title:
      - "&bAnimated Scoreboard"
      - "&bScoreboard Animated"
    lines:
      - "&7&m--------------------"
      - "&bThis is an animated line!"
      - "&bLine 1"
      - "&bLine 2"
      - "&bLine 3"
      - "&7&m--------------------"
    worlds:
      - "world"