Millida Rating
โช Last updated 2024๐ผ๏ธ Gallery (1 images)
๐ Analysis
- ๐ #11 of 1224 bukkit mods in this game by downloads
๐ About This Mod
# Millida Rating Plugin ๐ A plugin for awarding voters on the <b>Millida Rating</b> monitoring system. ๐ !(https://cdn.modrinth.com/data/cached_images/8b48083ddebbdf320a32bea30da85ba126bedee6.png) ## Supported Versions: * `Bukkit/Spigot/Paper 1.8 โ 1.21` ๐ฎ ## Features: * Award distribution ๐ * Cumulative reward system similar to battle passes ๐ * Support for MySQL and SQLite databases ๐พ * Integration with DecentHolograms ๐ * Integration with PlaceholderAPI ๐ # 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 ๐ * `millida.rating.command` โ access to the `/rating` command itself. By default, granted to all players. โ * `millida.rating.command.rewards` โ access to the `/rewards` and `/rating rewards` commands. By default, granted to all players. The command itself can be changed by modifying `config.yml` and `plugin.yml`. โ * `millida.rating.command.admin` โ access to the `/rating admin` command. By default, granted to all operators. ๐ # 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: ๐ * `millidarating_top_<day/week/month>_<1-10>` Usage example: * `millidarating_top_day_1` โ top-1 for the day *(maximum 10)* ๐ฅ * `millidarating_top_week_2` โ top-2 for the week *(maximum 10)* ๐ฅ * `millidarating_top_month_3` โ top-3 for the month *(maximum 10)* ๐ฅ * `millidarating_top_<day/week/month>_<1-10>_votes` Usage example: * `millidarating_top_day_4_votes` โ number of votes for top-4 of the day *(maximum 10)* โจ * `millidarating_top_week_5_votes` โ number of votes for top-5 of the week *(maximum 10)* โจ * `millidarating_top_month_6_votes` โ number of votes for top-6 of the month *(maximum 10)* โจ # 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: ```xml <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: * `RatingVoteEvent` โ triggered when `RatingRequester` finds a new vote ๐ณ๏ธ * `OfflinePlayerAwardedEvent` โ triggered when a player receives a reward with the property `online: false` ๐ * `PlayerAwardedEvent` โ triggered when a player receives a reward with the property `online: true` ๐ **** If you want to get information about votes, use the `RatingRequester` service, which stores hashed values, instead of `RatingRequestService`.
# Millida Rating Plugin ๐
A plugin for awarding voters on the Millida Rating monitoring system. ๐
!(https://cdn.modrinth.com/data/cached_images/8b48083ddebbdf320a32bea30da85ba126bedee6.png)
## Supported Versions: `Bukkit/Spigot/Paper 1. 8 โ 1. 21` ๐ฎ
## Features: Award distribution ๐ Cumulative reward system similar to battle passes ๐ Support for MySQL and SQLite databases ๐พ Integration with DecentHolograms ๐ Integration with PlaceholderAPI ๐
# 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
[!!!] 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 ๐
`millida.rating.command` โ access to the `/rating` command itself. By default, granted to all players. โ `millida.rating.command.rewards` โ access to the `/rewards` and `/rating rewards` commands. By default, granted to all players. The command itself can be changed by modifying `config.yml` and `plugin.yml`. โ `millida.rating.command.admin` โ access to the `/rating admin` command. By default, granted to all operators. ๐
# 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: ๐
`millidarating_top_
Usage example: `millidarating_top_day_1` โ top-1 for the day (maximum 10) ๐ฅ `millidarating_top_week_2` โ top-2 for the week (maximum 10) ๐ฅ `millidarating_top_month_3` โ top-3 for the month (maximum 10) ๐ฅ
`millidarating_top_
Usage example: `millidarating_top_day_4_votes` โ number of votes for top-4 of the day (maximum 10) โจ `millidarating_top_week_5_votes` โ number of votes for top-5 of the week (maximum 10) โจ `millidarating_top_month_6_votes` โ number of votes for top-6 of the month (maximum 10) โจ
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:
```xml
## 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: `RatingVoteEvent` โ triggered when `RatingRequester` finds a new vote ๐ณ๏ธ `OfflinePlayerAwardedEvent` โ triggered when a player receives a reward with the property `online: false` ๐ `PlayerAwardedEvent` โ triggered when a player receives a reward with the property `online: true` ๐
[!!!] If you want to get information about votes, use the `RatingRequester` service, which stores hashed values, instead of `RatingRequestService`.
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- millida
- Version
- 1.0.1
- Downloads
- 163
- Endorsements
- 0
- Category
- bukkit
- Created
- 6/20/2024
- Updated
- 6/16/2024
- Game Versions
- 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4
- Tags
- library, management, utility
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does Millida Rating support?
The author lists 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5. Other versions may work but are untested by the author.
What is the latest version of Millida Rating?
Version 1.0.1, published 2024-06-16 with 163 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await
