HomeJavaModsMillida Rating
Millida Rating
ModsJava

Millida Rating

by millida · on Modrinth

Millida Rating — rating game servers Minecraft, this plugin allows you to quickly implement rewards for players without programming knowledge, and API…

⬇ Download on Modrinth
Millida Rating — screenshot 1

Millida Rating Plugin 🎉

A plugin for awarding voters on the Millida Rating monitoring system. 🏆

Millida Rating — best rating of Minecraft game servers

Supported Versions:

Features:

Installation ⚙️

After placing the plugin in the plugins folder, you need to start and stop the server, as the plugin does not work without preliminary configuration for security purposes. For the initial launch, just configure server_id. 🔧

[!!!] If you do not want to issue rewards for votes made before the plugin installation, set rewards.enabled: false before the first launch of the plugin and simply execute the command /rating admin clearrewards after starting the server. 🚫

For convenient configuration while the server is running, there is the command /rating admin reload, but it is highly recommended to use it exclusively during testing, not during an already running server with players. You can add only holograms and gui to this command to reload only the hologram module. 🔄

There are also commands for testing plugin settings: /rating admin clear <nickname> and /rating admin vote <nickname>, which clear a player's progress and give them one fake vote, respectively. 🧪

[!!!] If something goes wrong, the plugin immediately shuts down for security reasons to prevent players from losing their rewards or receiving an undeservedly large amount. ⚠️

Permissions 🔐

Integrations 🤝

DecentHolograms

If the DecentHolograms plugin is installed on the server, an additional configuration file holograms.yml appears in the server folder. By default, holograms are disabled, but they can be enabled and configured through this configuration file. 💡

PlaceholderAPI

If the PlaceholderAPI plugin is installed on the server, the following placeholders are automatically registered: 📝

API 🌐

The API already exists, but for now, it can only be connected through a local Maven repository. To do this, clone the repository and use the command gradle :api:publishToMavenLocal, after which it can be imported:

<dependencies>
  <dependency>
    <groupId>ru.leonidm.millida</groupId>
    <artifactId>millida-rating-api</artifactId>
    <version>1.0.0</version>
  </dependency>
</dependencies>

Usage ⚙️

The main entry point to the API is the MillidaRatingApi class, from which you can obtain an instance of the API and access all necessary services.

There are also Bukkit events:

[!!!] If you want to get information about votes, use the RatingRequester service, which stores hashed values, instead of RatingRequestService.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more