Jump to content
Message added by Mevent,

⚠️ MySQL/MariaDB Version Compatibility Notice

To ensure smooth operation with MySQL, please follow these version requirements:

  • MySQL: Use version 5.7.x or lower (recommended version: 5.7.41)
  • MariaDB: Use version 10.9.x or lower (recommended version: 10.9.8)

Note for MySQL 8+ users: If you must use MySQL 8 or higher, you'll need to enable Legacy Authentication Method in your MySQL settings. This requirement is due to Oxide framework limitations, not the plugin itself.

32 Screenshots

  • 51.3k
  • 7k
  • 106.48 kB
  • Update details
    v1.5.63
    Released
    Download size 106.48 kB
    Total versions 117
    Typical update pace About every 1 day
    Freshness Updated today

This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



MeventSupport

Posted

8 hours ago, Goodwin said:

The JunkyardEvent display in the event table does not work.image.png.27f927a46230a133fe1123cdfdb2ab11.png

Hey! UltimateLeaderboard listens for OnJunkyardEventWinner hook, but the event plugin needs to actually call it. Make sure the plugin that runs Junkyard events sends the winner data to UltimateLeaderboard. If its a custom event plugin, it might not be integrated.

Goodwin

Posted

image.png.f065723ad6399cb9a7eeb61009adee56.png
Использую этот. Что делать не знаю если честно.

MeventSupport

Posted

On 6/19/2026 at 10:07 PM, Goodwin said:

image.png.f065723ad6399cb9a7eeb61009adee56.png
Использую этот. Что делать не знаю если честно.

Try contacting the developer of this plugin; they should check whether the OnJunkyardEventWinner(ulong userID) hook is being called correctly

StrongWolves

Posted

Hi, I'm having an issue on my server. I recently switched to a MySQL database, and now the hours or recorded time on the server are being doubled. For example, I log 5 hours, but it shows 10 hours instead. How can I fix this?

 

MeventSupport

Posted

16 hours ago, StrongWolves said:

Hi, I'm having an issue on my server. I recently switched to a MySQL database, and now the hours or recorded time on the server are being doubled. For example, I log 5 hours, but it shows 10 hours instead. How can I fix this?

 

 

16 hours ago, StrongWolves said:

Hi, I'm having an issue on my server. I recently switched to a MySQL database, and now the hours or recorded time on the server are being doubled. For example, I log 5 hours, but it shows 10 hours instead. How can I fix this?

 

Hi! Which version of MySQL/MariaDB are you using?

StrongWolves

Posted

5 hours ago, MeventSupport said:

 

Hi! Which version of MySQL/MariaDB are you using?

I use MySQL 5.7

MeventSupport

Posted

3 minutes ago, StrongWolves said:

I use MySQL 5.7

That’s Strange.... Could you create a ticket on our Discord? We’ll do our best to help you.

 

P.S. discord.gg/mevent

BenDer

Posted

Hello, is it possible to support the server panel template 5?

MeventSupport

Posted

15 hours ago, BenDer said:

Hello, is it possible to support the server panel template 5?

Yes, we’ll add that

  • Love 1
athlonclub

Posted

Hi! Found a bug in the ServerPanel integration in UltimateLeaderboard (v1.5.63).

Symptom: the leaderboard opens as a separate fullscreen window instead of picking up the panel's style (V1/V2), even though the category is properly registered and enabled in ServerPanel.

Root cause: LoadCategoryInfo() and UpdateTemplateRenderer() both check categoryID > 0. But ServerPanel.GetUniqueCategoryID() generates IDs via Random.Range(int.MinValue, int.MaxValue) — meaning roughly half of all categories end up with a negative ID. ServerPanel's actual "not found" sentinel is (0, null) (see API_OnServerPanelGetCategoryInfo), not "any non-positive value."

As a result, any category that happens to get a negative ID (ours, for example, is -104952651) is treated as if it doesn't exist, and the plugin silently falls back to the Fullscreen template instead of matching the real panel style.

Fix: replace categoryID > 0 with categoryID != 0 in two places:

LoadCategoryInfo(): if (categoryInfo is (int categoryID, string template) && categoryID != 0)
UpdateTemplateRenderer(): else if (_serverPanelCategory.spStatus && _serverPanelCategory.categoryID != 0)
Tested live on 3 of my servers after applying this — the leaderboard now correctly matches the panel style.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 4
  • Love 5

Mevent's Collection

User Feedback

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
3m
Total downloads
Customers
12k
Customers served
Files Sold
170.6k
Total sales
Payments
3.7m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.