Skip to content

An Addon for Mine Mine no Mi that synchronizes your crews with Discord and allows you to manage the size of crews.

License

Notifications You must be signed in to change notification settings

rathmerdominik/mmnm-crew-manager

Repository files navigation

Discord Role Assigner

This Mine Mine no Mi Addon manages the sizes of your crews and can optionally use Discord Integration to synchronize your crews with Discord.

It can:

  • Limit your crew sizes
  • Dissolve existing crews that go over the crew limit

If Discord Integration is present it will additionally:

  • List Crews neatly organized in a forum channel
  • Show crew creation date
  • Display captain
  • Display members
  • Display the crews banner

Compile it yourself

git clone https://github.com/rathmerdominik/mmnm-crew-manager
cd mmnm-crew-manager
./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.

Config Options

["Crew Display"]
        "Sync Crew Members" = true
        "Show Crew Creation Date" = true
        #Has to be a Forum channel! Therefore your server MUST be a community server if you want to use this feature!
        #Range: 0 ~ 9223372036854775807
        "Crew Forum Channel Id" = 0
        "Show Captain of the crew" = true
        "Sync Crew Banner" = true

["Crew Manager"]
        #Leave it as -1 if you do not want any crew size limits. Crew size includes the captain! So 4 Members and 1 Captain would need a crew size of 5 to exist.
        # Setting this to 0 will disable crews on your server.
        #Range: > -1
        "Limit crew size" = -1
        #If set to true existing crews that are over the crew limit will be dissolved and removed
        "Dissolve existing crews" = false

About

An Addon for Mine Mine no Mi that synchronizes your crews with Discord and allows you to manage the size of crews.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages