Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Chlna6666

A simple leaderboard for player kills, mining, placing, deaths, bedrock destruction, and more.

Report Ranking?

图片

Ranking

This is a Minecraft server leaderboard plugin that generates rankings based on player statistics such as the number of blocks placed, blocks broken, deaths, kills, and online time, and displays them in the game.

The images are currently in Chinese. English versions will be provided when available.

图片

Configuration File

# Leaderboard Plugin Configuration File
# Select Language
language: zh_CN  # Options: en_US (English), zh_CN (Simplified Chinese) ./Ranking/language/ can include other language packs

# bStats Settings
bstats:
  enabled: true  # Enable bStats statistics

# Update Checker Settings
update_checker:
  enabled: true   # Enable update checker
  notify_on_login: true   # Notify admins of updates on login

# Leaderboard Switches (todo: currently not supported)
leaderboards:
  place: true   # Enable placing leaderboard
  destroys: true   # Enable breaking leaderboard
  deads: true   # Enable deaths leaderboard
  mobdie: true   # Enable kills leaderboard
  onlinetime: true   # Enable online time leaderboard

# Data Storage Settings
data_storage:
  method: json   # Data storage method, options: json (JSON file)
  location: /plugins/Ranking/data   # Data storage location, only effective with json method
  save_delay: 100  # Save delay in ticks (1 tick = 50 ms)
  regular_save_interval: 1200  # Regular save interval in ticks (1 tick = 50 ms)


插件命令

图片

  • /ranking <subcommand>: Main command for viewing leaderboards and other functions.
    • Alias: /rk
    • Usage: /ranking <subcommand>
    • Subcommand options:
      • place: View the placing leaderboard.
      • destroys: View the breaking leaderboard.
      • deads: View the deaths leaderboard.
      • mobdie: View the kills leaderboard.
      • onlinetime: View the online time leaderboard.
      • help: View help information.

PAPI

图片

Features:

  • Retrieve player ranking data
  • Use placeholder {ranking_place} to get the current player's rank.
  • Use placeholder {ranking_place_<rank>} to get the data of the player at the specified rank, e.g., {ranking_place_1} for the first-ranked player.
Retrieve player breaking counts, deaths, monster kills, and online time:
  • Use placeholder {ranking_destroys} to get the current player's breaking count.
  • Use placeholder {ranking_destroys_<rank>} to get the breaking count of the player at the specified rank, e.g., {ranking_destroys_1} for the first-ranked player's breaking count.
  • Similarly, use {ranking_deads} for death counts, {ranking_mobdie} for monster kills, and {ranking_onlinetime} for online time.

Example Usage:

  • Get the current player's (self) rank: {ranking_place}
  • Get the breaking count of the first-ranked player: {ranking_destroys_1}
  • Get the online time of the third-ranked player: {ranking_onlinetime_3}

Information

CategoryMiscellaneous
Published onAugust 7, 2024
LicenseUnspecified
Downloads45
Stars0
Watchers0
Addon

Pinned Versions

Members