Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.
/ scord Public archive

a spigot plugin to count miner's work

Notifications You must be signed in to change notification settings

lawye/scord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scord

a spigot plugin to count miner's work

logic

command

  • /scord on|off
  • /scord player [player] config|score [exp]
  • /scord reload

不使用

/scord board title|numberprefix|nameprefix|maxiumleaders set [exp]

/scord blacklist add|remove|find|isin [player]

plugin.yml backup

  scord on:
    description: display scord
    usage: /<command>
  scord off:
    description: not display scord
    usage: /<command>
  scord player:
    description: set one player's data and setting
    usage: /<command> <player>[config|score] [number]
  scord reload:
    description: reload config file
    usage: /command>

permission

  • scord.*
    • scord.basic: player
    • scord.set: op

config

# Scord 插件配置文件
# 可以使用&来代替minecraft样式代码中的§
title: &b挖掘榜 # 显示挖掘榜的名字
maxmiumleaders: 5 # 挖掘榜上最大显示人数
numberprefix: &6No.
nameprefix: " &4"
scoreprefix: " §e"
blacklist: # 你不希望在列表上显示的人
  - herobine
  - jeb_
  - norch

About

a spigot plugin to count miner's work

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages