Discord Leaderboards - FREE | BETA icon

Discord Leaderboards - FREE | BETA -----

Create Minecraft Leaderboards with PlaceholderAPI and Post it to Discord Via Webhooks or DiscordSRV



End-of-Life Support Notice

This product has officially reached its end of life, and we will no longer provide support or updates for it. However, you may continue to use the product as is or seamlessly migrate to a newer version, which offers enhanced features and ongoing support.

Thank you for your understanding and continued trust in our products.


[​IMG]
[​IMG]

❤️ Discord Leaderboards Premium available now, visit dlp.hapangama.com for info.


Discord Leaderboards

Create Minecraft Leaderboards with PlaceholderAPI and Post it to Discord Via Webhooks or DiscordSRV

Dependencies

  • PlaceholderAPI - Required
  • DiscordSRV - Optional

Commands And Permissions

  • /DL CREATE <name> <top> <%placeholder%> <Schedule> - Create Leaderboard
  • /DL VIEW <name> - Preview Leaderboard
  • /DL FORCESEND <name> - Force send leaderboard to Discord Webook
  • /DL TESTWEBHOOK - Test the Webhook Url
  • /DL SYNCALL - Sync all Offline Players Required Placeholder Values to Plugin Database
  • /DL RELOAD - Reload the Config Files
  • DL.ADMIN - Permission To All Commands
  • DL.<COMMAND> - Permission to Specific Command
Features

  • Unlimited Leaderboards
  • Support 1.8.8 - 1.19.4 All Versions
  • 100% Customizable Each Leaderboard
  • H2V2 Embedded Database Support (Default)
  • MYSQL Remote Database Support (Beta)
  • Asynchronized Schedules (Hourly , Daily , Weekly , Monthly)
  • Offline Player Support (For Some Placeholders)
  • DiscordSRV Slash Command (/Leaderboard <leaderboardname>)
  • Opensource And MIT LICENCE
  • Embed Description Placeholders
  • Support Discord

Main Config
Code (YAML):

#╔═══╗╔╗ ╔═══╗╔═══╗╔═══╗╔═══╗╔═══╗╔══╗ ╔═══╗╔═══╗╔═══╗╔═══╗╔═══╗
#╚╗╔╗║║║ ║╔══╝║╔═╗║╚╗╔╗║║╔══╝║╔═╗║║╔╗║ ║╔═╗║║╔═╗║║╔═╗║╚╗╔╗║║╔═╗║
#║║║║║║ ║╚══╗║║ ║║ ║║║║║╚══╗║╚═╝║║╚╝╚╗║║ ║║║║ ║║║╚═╝║ ║║║║║╚══╗
#║║║║║║ ╔╗║╔══╝║╚═╝║ ║║║║║╔══╝║╔╗╔╝║╔═╗║║║ ║║║╚═╝║║╔╗╔╝ ║║║║╚══╗║
#╔╝╚╝║║╚═╝║║╚══╗║╔═╗║╔╝╚╝║║╚══╗║║║╚╗║╚═╝║║╚═╝║║╔═╗║║║║╚╗╔╝╚╝║║╚═╝║
#╚═══╝╚═══╝╚═══╝╚╝ ╚╝╚═══╝╚═══╝╚╝╚═╝╚═══╝╚═══╝╚╝ ╚╝╚╝╚═╝╚═══╝╚═══╝
#=================================================================
# Discord Leaderboards Plugin Configuration FREE VERSION
# Github https://github.com/KASUNHapangama/DiscordLeaderboards
# Discord https://dsc.gg/sundevs | KASUN#8771
#=================================================================
# STORAGE SETTINGS (H2) (MYSQL)
#=================================================================
# Available Options
# Local Databases - H2 (Default)
# Remote Databases - MYSQL (Beta - Under Development)
storage-method
: 'h2'

# Remote Mysql Database Settings
# you don't have to change anything if you are using H2
#adderss must contain port eg:- localhost:3306
address
: 'localhost'
database
: 'minecraft'
username
: 'root'
password
: ''
# remote databases may case lag depends on connection delay
#=================================================================
# Main Settings
#=================================================================
# Delay between schedule check
# Default 5
# High Delay = Low Cpu Usage
# Low Delay = High Accenture Timings
scheduledelaymins
: 5
# you have to list leaderboard name (filename) here for load them
# you can disable the leaderboard by removing them from this list
# all leaderboard configs must be inside the leaderboards folder
# and must follow default template as example leaderboard
leaderboards
:
- 'example'

#=================================================================
# Default Settings
#=================================================================
# You can change these values for each leaderboard in their own
# config file witch you can find inside leaderboards folder
webhook-url
: '-' #Required !!!
webhook-avatar-url
: 'https://cdn.discordapp.com/attachments/1074520108514431026/1104804320349802596/Board_3.png'
webhook-user-name
: 'DLeaderBoards'

embed-title
: 'Leaderboard' #Required !!!
embed-url
: '-'
embed-colour
: ' #00ffee'
embed-footer
: '-'
embed-image
: '-'
embed-thumbnail
: '-'

#=================================================================
# Debug Settings
#=================================================================
# Reserved for Plugin Developer, Do not Change Anything Here
# It May Break Your Plugin
pluginversion
: "0.1.2"
firsttime
: true
discordsrvslashcommand
: "leaderboards"
 

Leaderboard Config
Code (YAML):

#===================================
# Discord Leaderboards
# Config Version 0.1.2
# Leaderboard Config
#===================================

name
: example
# Required
# Unique identifier for each leaderboard.
# Must be the same as the file name.

placeholder
: "%player_level%"
# Required
# PlaceholderAPI Placeholder. Please include % %.
# Make sure this PlaceholderAPI placeholder outputs a number value.

top
: 5
# Required
# Leaderboard amount, e.g., top 5 or top 3.
# Must be an integer value.

metric
: "-"
# Default : "-"
# eg:- Wins , Points , $, Coins
# leave - to disable

higherisbetter
: true
# Default false
# eg:- Parkour time, Deaths Low numbers is better
# so make this option false

floatingpoints
: 0
# Default 0
# Number of Floating poins that you need to show in
# leaderboard

refresh-database-onsent
: false
# Required Default : False
# Delete Collected Placeholder Values After Every Hourly, Daily,
# Weekly, Monthly Webhook Delivery, Example Use case
# Imaging you setting up daily bed-wars top players if this false
# Yesterday collected Values can be used to generate today's leaderboard
# so in that case you have to change this to true

#===================================
# WEBHOOK OPTIONS
# Enter '' to use default values.
#===================================

delay
: Daily
# Required
# Webhook send schedule:
# - Live: Send webhook every time the leaderboard changes.
# - Hourly: Send webhook every hour.
# - Daily: Send webhook every day.
# - Weekly: Send webhook every week.
# - Monthly: Send webhook every month.
# - None: Send webhook only with the '/dl-forcesend' command or DiscordSRV '/leaderboard' command.
# - Custom [Premium Only]

webhook-url
: ""
# Discord Webhook URL.

webhook-avatar-url
: ""
# Discord Webhook avatar URL.
# Must be a direct image link.

webhook-user-name
: ""
# Discord Webhook Username.

embed-title
: ""
# Discord embed Title.

embed-description
:
- "{toplist}"

# Discord Embed Description
# Valid Placeholders -
# {toplist} - leaderboard toplist
# {top-<place>-name} - name of the "place"th player eg :- {top 1 name} 1st's name
# {top-<place>-score} - score(value) of the "place"th player eg :- {top 2 name} 2nd's score(value)
# {timestamp-now} - embed sent time (current time)
# {timestamp-next} - next schedule time eg:- if its Daily , 1 Days left
# {%PlaceholderAPIExample%} - you can add any placholderAPI placeholder that not related to specific player
# Emojis -
# Unicode Emojis - https://github.com/herrmannplatz/emoji-list/blob/master/list.json (may not supported by all devices)
# <:emoji_name:emoji_id> - Discord Custom Emojis - enter "/" in discord chat and insert emoji to get the code


embed-url
: ""
# Discord embed Title URL.

embed-colour
: ""
# Discord embed Colour.

embed-footer
: ""
# Discord embed Footer.

embed-image
: ""
# Discord embed Image.

embed-thumbnail
: ""
# Discord embed Thumbnail.

leaderboard-version
: "0.1.2"

# Comments on leaderboards configs never generated again,
# so keep this a reference you can disable this leaderboard
# by removing "example" from leaderboard list in config.yml
 

[​IMG]

[​IMG]

We kindly request that you refrain from reporting bugs in the review section. Instead, we encourage you to join our Discord community, where you can file a bug report in the dedicated ticket section. Please feel free to direct message me, KASUN#8971, with any bug-related concerns. Reporting bugs on Github Issues is also highly appreciated and recommended. We sincerely appreciate your cooperation and support. Thank you!


kasun.hapangama.com
Resource Information
Author:
----------
Total Downloads: 770
First Release: May 17, 2023
Last Update: Dec 24, 2024
Category: ---------------
All-Time Rating:
19 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings