• Chào bạn, hãy đăng ký hoặc đăng nhập để tham gia cùng bọn mình và sử dụng được đầy đủ chức năng của diễn đàn :).
Ken

Premium Plugins LeaderHeads

  • Thread starter Thread starter Ken
  • Ngày gửi Ngày gửi

Ken

THÀNH VIÊN
Tham gia
05/07/2016
Bài viết
4,225
06a648541fa7dd4513ca644e7b474c50698821a7
:pd1:
Plugin có giá 12.50 $ trên Spigot, nếu có điều kiện hãy mua plugin để ủng hộ tác giả
Plugin này có chức năng tạo một bảng xếp hạng giữa các người chơi
:pd4:
imgur.com

:pd9:
www.spigotmc.org

:pd11:
 

Đính kèm

06a648541fa7dd4513ca644e7b474c50698821a7
:pd1:
Plugin có giá 12.50 $ trên Spigot, nếu có điều kiện hãy mua plugin để ủng hộ tác giả
Plugin này có chức năng tạo một bảng xếp hạng giữa các người chơi
:pd4:
imgur.com
:pd8:
Mã:
# -----------------------------------------
#
#     Explanation of options:
#
#     force-update: whether the plugin should update the data
#     of this statistic even if no sign is made for its leaderboard or not.
#
#     update-interval: the time in seconds between updates of a statistic and leaderboard.
#     There's no update-interval for the sub-statistics because these update when the main statistic updates.
#
#     sign-lines: the lines on the sign of the leaderboard
#
#     menu-lines: the lines on the skulls in the menu of the leaderboard.  Variables: {rank}, {name}, {amount}
#
#     online-only: whether the plugin should only save this statistic to the database for online players
#
# -----------------------------------------
force-update: false
online-only: true
all-time:
  update-interval: 60
  sign-lines:
  - '&c&m------------'
  - '&a{name}'
  - '&e{amount} kills'
  - '&c&m------------'
  menu-enabled: true
  menu-command: /topkills
  menu-size: 9
  menu-name: '&bTop Kills'
  menu-lines:
  - '&f&m----&f< &b{rank} &f>&m----'
  - '&c&m------------'
  - '&a{name}'
  - '&e{amount} kills'
  - '&c&m------------'
daily:
  sign-lines:
  - '&c&m------------'
  - '&a{name}'
  - '&e{amount} kills'
  - '&c&m------------'
  menu-enabled: true
  menu-command: /topkillsdaily
  menu-size: 9
  menu-name: '&bTop Kills Daily'
  menu-lines:
  - '&f&m----&f< &b{rank} &f>&m----'
  - '&c&m------------'
  - '&a{name}'
  - '&e{amount} kills'
  - '&c&m------------'
weekly:
  sign-lines:
  - '&c&m------------'
  - '&a{name}'
  - '&e{amount} kills'
  - '&c&m------------'
  menu-enabled: true
  menu-command: /topkillsweekly
  menu-size: 9
  menu-name: '&bTop Kills Weekly'
  menu-lines:
  - '&f&m----&f< &b{rank} &f>&m----'
  - '&c&m------------'
  - '&a{name}'
  - '&e{amount} kills'
  - '&c&m------------'
monthly:
  sign-lines:
  - '&c&m------------'
  - '&a{name}'
  - '&e{amount} kills'
  - '&c&m------------'
  menu-enabled: true
  menu-command: /topkillsmonthly
  menu-size: 9
  menu-name: '&bTop Kills Monthly'
  menu-lines:
  - '&f&m----&f< &b{rank} &f>&m----'
  - '&c&m------------'
  - '&a{name}'
  - '&e{amount} kills'
  - '&c&m------------'

Mã:
#-----------------------------------------#
#                                         #
#              LeaderHeads 2              #
#    A full-fledged solution to manage    #
#    statistics and create leaderboards   #
#           (R) RobiRami 2016             #
#                                         #
#-----------------------------------------#


# LeaderHeads will search for stats in the folder of this world.
# If no stats are found for this world, LeaderHeads will look through the folders of the other worlds.
stats-world: "world"

# No permission message. Used when players try to execute a command without permission.
no-permission: "&cYou do not have permission to execute this command"

# The format of the statistics related to money
money-format:
  # Commas in the format. (Example: 1234967 becomes 1,234,967 )
  # Enabling this will disable the enable-custom fearure.
  enable-commas: false
  # Format high numbers properly. (Example: 9000000 becomes 9M)
  # This feature will be disabled if enable-commas is enabled
  enable-custom: false
  custom:
    thousands-format: k
    millions-format: M
    billions-format: B
    trillions-format: T
    quadrillions-format: QD
    quintillions-format: QT
    sextillions-format: SX
    septillions-format: SP
# The format of the statistic related to time.
# %d is the placeholder for the amount of days
# %h is the placeholder for the amount of hours
# %m is the placeholder for the amount of minutes
time-format: "%d days, %h hours, %m minutes"

# Some servers run on machines that are not in the same timezone as the playerbase of the server
# With this option you can set the timezone of all statistics and automatic rewards.
# Check this document for a full list of available timezones: http://bit.ly/LeaderHeadsTimezones
# The option 'default' will use the machine's timezone.
timezone: "default"

# This option will update all statistics, even if no signs are made for its leaderboard
# This option is not recommended and may use a lot of memory
force-update-all: false

# Whether LeaderHeads should output useful information in the console.
debug: false

# Enable or disable the experimental features. It's not recommended to turn this on.
experimental: false


# Version of the config
# Do NOT change this
config-version: 1
:pd6:
/leaderheads update <all>/<leaderboard>
This command updates a certain leaderboard or all
leaderboards if you write 'all'.

/leaderheads armorstand <small>/<big>
This command creates an armorstand. You must be looking at a sign to use this command.

/leaderheads addexempt <name>
Exempts this name from being in the leaderboard.

/leaderheads removeexempt <name>
De-exempts this name from being in the leaderboard

/leaderheads resetexempts
Resets all exempted players.

/leaderheads debug
This command gives you a debug report.

/leaderheads warnings
This command shows you the plugin warnings.

/leaderheads reload
This command reloads the configuration and all leaderboards.

/leaderheads menu <command>
This command opens a LeaderHeads menu as if you executed the command. (e.g. '/leaderheads menu topbalances')

/leaderheads
This command shows useful information about the plugin status and available commands.
:pd9:
www.spigotmc.org
:pd11:
Version 2.2.0
Anh @Shuu nhanh tay nhỉ :)
 
Hình như vừa update xong còn gì
 
Similar content Most view Xem thêm
Back
Top Bottom