Mine Mine no Mi: Role Assigner
This addon for the Mine Mine no Mi mod uses the Discord Integration plugin to automatically synchronize in-game statistics with roles on your Discord server.
What Gets Synchronized
The mod automatically assigns Discord roles based on the following game parameters:
- Player faction
- Character race
- Fighting style
- Marine rank
- Revolutionary army rank
- Mink subrace
Self-Compilation
git clone https://github.com/rathmerdominik/mmnm-role-assigner
cd mmnm-role-assigner
./gradlew build
cd build/libs
After executing these commands, you can take the .jar file from this directory and place it in the mods/ folder on your server.
Important: The mod requires Discord Integration plugin version 3.0.5 or higher to be installed and configured.
Configuration Settings
# To disable synchronization of a specific role, simply don't change the ID in the configuration settings
[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