
AstraRating
Rating plugin for minecraft server
- Загрузки
- 547
- Подписчики
- 6
- Обновлён
- 22 марта 2026 г.
- Лицензия
- ASTRA-RATING-LICENCE
Опубликован 15 января 2025 г.
Simple Rating plugin for EmpireProjekt.ru
No-Lag and free!
[!CAUTION] Java 21 and Paper 1.21.1 only supported! Use other versions on your own risk!
More plugins from AstraInteractive
| Placeholders | Description |
|---|---|
/%erating_color% |
Show rating color |
/%erating_rating% |
Show player rating |
| Command | Description | Permission |
|---|---|---|
/aratingreload |
Reload plugin | astra_rating.reload |
/arating reload |
Reload plugin | astra_rating.reload |
/arating rating |
Open rating GUI | - |
/arating rating <player_name> |
Open rating GUI of player | - |
/arating <like/dislike> <player> <message> |
Raise/Downgrade player rating | astra_rating.vote |
- |
Delete player vote in GUI | delete_report.vote |
- |
Allows player to vote M times per day for the same player | astra_rating.single_player_rate_per_day.M |
- |
Allows player to vote N times per day | astra_rating.max_rate_per_day.N |
Adding MySql
In order to add MySql support you need to create section in your config.yml
Section will be created by default if you're installing plugin first time
# Use only one sqlite or mysql
# If you define both mysql and sqlite - mysql will be used
# To reconnect from mysql to sqlite and vise versa full restart is required
rating_database:
type: "MySql"
host: "0.0.0.0"
port: 3006
user: "user_name"
password: "password"
name: "rating_database"
# Or
rating_database:
type: "H2"
name: "file_name"
# Or
rating_database:
type: "SQLite"
name: "file_name"
Adding Colors placeholders
Section will be created by default if you're installing plugin first time
papi.yml
# Color are sorted by value: [-10, -5, 0, 5, 10]
# Be sure to fill ALL GAPS/INTERVALS - if not you'll have errors in console
# If you don't want this feature - remove coloring section or comment it using '#' symbol
colorings:
# [-inf,-10)
- type: LESS
value: -10
color: "#9c0303"
# [-10,-0)
- type: LESS
value: 0
color: "#eb3131"
# [0,0]
- type: EQUALS
value: 0
color: "#FFFFFF"
# [0,10)
- type: MORE
value: 0
color: "#51a8f5"
# [10,+inf]
- type: MORE
value: 10
color: "#0872cf"
Adding events [Experimental]
Section will be created by default if you're installing plugin first time.
When enabled, the plugin will decrease player rating when killed a player with positive rating
events:
kill_player:
change_by: -1
enabled: false
Центр версий
18 версийЧенджлог
1.27.0Релиз1.20.5, 1.20.6, 1.21 · 22 марта 2026 г.
[REFACTOR]
- refactor modules
- made commands multiplatform
- made gui multiplatform\n[REFACTOR]
- fix shadow\n[REFACTOR]
- up version\n[REFACTOR]
- fix audience cast\nMerge pull request #120 from Astra-Interactive/feature/refactor
[FEAT] Refactor and improve multiplatform
1.26.2Релиз1.20.5, 1.20.6, 1.21 · 21 марта 2026 г.
update astralibs\nfix commands api\nfix commands api\nMerge pull request #119 from Astra-Interactive/update-astralibs
update astralibs
1.26.1Релиз1.20.5, 1.20.6, 1.21 · 16 декабря 2025 г.
up versions\nMerge pull request #112 from Astra-Interactive/up-version
up versions
1.26.0Релиз1.20.5, 1.20.6, 1.21 · 1 ноября 2025 г.
update commands\nMerge pull request #109 from Astra-Interactive/feature/update-commands
update commands api
1.25.0Релиз1.20.5, 1.20.6, 1.21 · 23 октября 2025 г.
update libs\nupdate libs\nfix shadow\nMerge pull request #106 from Astra-Interactive/updatelibs
update libs
1.24.0Релиз1.21.6, 1.21.7, 1.21.8 · 20 сентября 2025 г.
add mariadb suport\nfix tests\nMerge pull request #99 from Astra-Interactive/feature/mariadb
Closes #98
Breaking changes for database.yml
Please, test first your database before moving plugin to PROD!
1.23.0Релиз1.20.5, 1.20.6, 1.21 · 30 июля 2025 г.
add logo\n#93 better filter\nfix translation issues\nfix translation issues\nupdate users on report\nMerge pull request #95 from Astra-Interactive/refactor/issues
Changes
- Fix translation issues
- Improve filter
1.22.0Релиз1.20.5, 1.20.6, 1.21 · 24 июля 2025 г.
refactor code variable names\nfix typo\nfix packages\nfix packages\nfix gui package\nconverted commands into paper commands\nadd docker, update path\nfixup literals rating command\nfix rating command\nadd prefix\nfix colors\nfix cache name\nfix default values\nremove command dependencies\nupdate kstorage\nfix runblocking\nfix check on player who not played before\nfix runs on arating\nfix not found player exception\nMerge pull request #94 from Astra-Interactive/refactor/update
Changes
- split modules
- fix packages
- fix cache
- improve commands code
- other minor improvements
Комментарии
Загружаем…