Перейти к содержимому
Mineforgian

Mine Mine no Mi: Role Assigner

Automatically synchronize in-game stats like race, faction, fighting style etc. with a matching role in Discord. A must-have for server owners.

Загрузки
12K
Подписчики
1
Обновлён
1 октября 2024 г.
Лицензия
AGPL-3.0-only

Опубликован 4 января 2024 г.

Discord Role Assigner

This Mine Mine no Mi Addon uses Discord Integration to synchronize the in-game stats with Discord as a Role.

It synchronizes:

  • Faction
  • Race
  • Fighting Style
  • Marine Rank
  • Revolutionary Rank
  • Mink Subrace

Compile it yourself

git clone https://github.com/rathmerdominik/mmnm-role-assigner
cd mmnm-role-assigner
./gradlew build
cd build/libs

You can now just take the jar file out of this directory and place it under the mods/ folder on your server.

This mod requires Discord Integration 3.0.5 to be installed and setup on your server!

Config Options

#To disable a specific Role from syncing just do not change the ID on the config option
[Races]
    #Range: 0 ~ 9223372036854775807
    "Human Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Mink Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Cyborg Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Fishman Role Id" = 0

[Mink Sub Races]
    #Range: 0 ~ 9223372036854775807
    "Bunny Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Dog Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Lion Role Id" = 0

[Factions]
    #Range: 0 ~ 9223372036854775807
    "Bounty Hunter Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Revolution Army Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Marine Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Pirate Role Id" = 0

["Marine Ranks"]
    #Range: 0 ~ 9223372036854775807
    "Marine Lieutenant Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Marine Commander Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Marine Sea Man Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Marine Commodore Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Marine Chore Boy Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Marine Petty Officer Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Marine Vice Admiral Man Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Marine Admiral Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Marine Captain Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Marine Fleet Admiral Role Id" = 0

["Revolutionary Ranks"]
    #Range: 0 ~ 9223372036854775807
    "Revolutionary Army Officer Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Revolutionary Army Supreme Commander Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Revolutionary Army Member Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Revolutionary Army Commander Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Revolutionary Army Chief of Staff Role Id" = 0

["Fighting Styles"]
    #Range: 0 ~ 9223372036854775807
    "Art of Weather Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Brawler Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Sniper Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Black Leg Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Doctor Role Id" = 0
    #Range: 0 ~ 9223372036854775807
    "Swords Man Role Id" = 0

Ченджлог

1.1.4Релиз1.16.5 · 1 октября 2024 г.

1.1.4

  • Fix wynd fuckup (Mine mine no mi version 0.10.3 is internally still 0.10.2)...
1.1.3Релиз1.16.5 · 29 сентября 2024 г.

1.1.3

  • Port to mine mine no mi 0.10.3
1.1.2Релиз1.16.5 · 14 августа 2024 г.

1.1.2

  • Port to 0.10.1
1.1.1Релиз1.16.5 · 28 января 2024 г.

1.1.1

Fixed: - Issue that crashed the server if a player has Mink as their race set and no Mink subrace Role ID corresponding to the Mink subrace ID is set in the config

1.1.1Релиз1.16.5 · 28 января 2024 г.

1.1.1

Fixed: - Issue that crashed the server if a player has Mink as their race set and no Mink subrace Role ID corresponding to the Mink subrace ID is set in the config

1.1.1Релиз1.16.5 · 28 января 2024 г.

1.1.1

Fixed:

  • Issue that crashed the server if a player has Mink as their race set and no Mink subrace Role ID corresponding to the Mink subrace ID is set in the config
1.1.0Релиз1.16.5 · 4 января 2024 г.

1.1.0

Added:

  • Synchronize Mink Subrace with Discord Roles

Changes:

  • Configuration got a new "Mink Sub Races" section that include "Bunny Role ID", "Dog Role ID" and "Lion Role ID"
1.0.0Релиз1.16.5 · 4 января 2024 г.

1.0.0

Initial release.

Комментарии

Загружаем…