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 提供的自定义占位符。
/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"