/devilfruit-circulation-bot

A Devil Fruit Circulation Bot for Mine Mine no Mi

Primary LanguageJavaGNU Affero General Public License v3.0AGPL-3.0

Devil Fruit Circulation Bot

Devil Fruit Circulation Bot is a Minecraft Addon for the popular Mine Mine no Mi Mod mod.

Installation

git clone https://github.com/rathmerdominik/devilfruit-circulation-bot.git
cd devilfruit-circulation-bot
./gradlew build

From there you can take the jar out of the build/libs folder

Dependencies

This mod depends on the latest 1.16.5 version of Discord Integration therefore you must get and configure this addon as well!

Configuration Options

[EmbedDesign]
	#Color for the generated Embed in Hexadecimal
	"Color Hex" = "0xFFD700"
	#Sort Devil Fruits by Alphabet
	"Sort by Alphabet" = false
	#Sort Devil Fruits by their Tier
	"Sort By Tier" = true
	#The title of the Embed
	"Embed Title" = "Current Devilfruit Circulation"
	#The footer of the Embed
	"Embed Footer" = "Made by DerHammerclock | Last updated"
	#Show a date next to the footer when the embed has been updated
	"Show Last Updated" = true

[General]
	#Show the current Status of the Fruit as well if it has one
	"Show Fruit Status" = false
	#In which mode the Bot is supposed to work.
	#Allowed Values: ONLY_SHOW_AVAILABLE, SHOW_AVAILABLE_AND_UNAVAILABLE, ONLY_SHOW_UNAVAILABLE
	"Circulation Bot Mode" = "ONLY_SHOW_AVAILABLE"
	#Channel ID to where the Circulation Messages will be send. Please make sure the bot has write access!
	#Range: 0 ~ 9223372036854775807
	"Channel ID" = 0
	#DO NOT TOUCH. WILL BE GENERATED
	#Range: 0 ~ 9223372036854775807
	"Message ID" = 0
	#Show the player name if the fruit status is INVENTORY or IN_USE. Requires Show Fruit Status to be true
	"Show Player Name as Status" = false

[Emojis]
	#Discord Emoji ID to represent a Gold Box.
	#Range: 0 ~ 9223372036854775807
	"Gold Box Emoji ID" = 0
	#Discord Emoji ID to represent a Wooden Box.
	#Range: 0 ~ 9223372036854775807
	"Wooden Box Emoji ID" = 0
	#Use emojis to show the rarity of a fruit
	"Use Emojis" = false
	#Discord Emoji ID to represent an Iron Box.
	#Range: 0 ~ 9223372036854775807
	"Iron Box Emoji ID" = 0