MinecraftDiscordSyncPlugin

Experimental MinecraftDiscordSyncPlugin 1.0.1.1-SNAPSHOT

Compatible API Versions
1.0.9+
Sourcecode
https://github.com/VironLab/MinecraftDiscordSync
Contributors
VironLab, depascaldc

THIS IS A BETA VERSION ( Maybe some features are buggy ) IF YOU FIND ANY BUG PLEASE JOIN OUR DISCORD SERVER AND REPORT THEM THERE ( DiscordInvite ) or use the github bug tracker ( Issues On Github )

For any requests, questions, support or ideas how to improve this bot visit our DiscordServer too.

The Minecraft Discord Sync Plugin allows you to Sync your Minecraft and discord Server.
Synchronize Minecraft and Discord Ranks and Ingame <-> Discord Chat

Please read the generated config.yml exactly when you setup the new bot. :p


How to create a Bot?
YAML:
##### How to create a discord bot? #####
# 1. Visit https://discord.com/developers
# 2. Go to applications and create a new application
# 3. Go to the application overview and navigate to the tab Bot
# 4. press Create Bot and follow all positive steps
# 5. when the bot is created enable all "privoleged gateway Intents"
##### How to create a discord bot ? #####
Commands:

  • IngameCommands:
    • verify ( PERM: mcdcs.command.verify ) - Sends you an code to verify at the discord server
    • discord ( PERM: mcdcs.command.discord ) - send the discord invitelink
    • discordinfo/dcinfo ( PERM: mcdcs.command.discordinfo ) - shows some informations about the connected discordserver
  • DiscordCommands:
    • verify (verificationcode) - Verifies the user by the ingame given verification code ( IngameCommand verify )
    • about - prints plugin and author infos
    • online - shows the online players at the server
    • playerlist - shows the online player list
    • serverinfo - shows some general minecraft server infos of the connected minecraft server

Extra Features:
  • Custom Activity ( GameStatus / OnlineStatus )
  • Custom OnlineCounter Channel - displays every minute the live online count of the minecraftserver
Maven Repository for the API:
XML:
<repository>
    <id>vironlab-repo</id>
    <url>https://repo.vironlab.eu/repository/snapshot/</url>
</repository>

<dependency>
    <groupId>eu.vironlab.minecraft.mds</groupId>
    <artifactId>MinecraftDiscordSync-API</artifactId>
    <version>1.0.1-SNAPSHOT</version>
</dependency>
Gradle:
Code:
repositories {
    maven {
        url "https://repo.vironlab.eu/repository/snapshot"
    }
}

dependencies {
    compileOnly 'eu.vironlab.minecraft.mds:MinecraftDiscordSync-API:1.0.1-SNAPSHOT'
}



Additional Links
Website
Donate
Github
Discord Chat


Author
VironLab
Downloads
1,587
Views
3,185
First release
Last update
Rating
5.00 star(s) 1 ratings

Latest updates

  1. Bugfixes

    - Fix Discord Channel Check - Fix Type error for provider check
  2. Reducing PluginSize by using dependency injection

    Reducing PluginSize by using dependency injection means the plugin downloads its dependencies...

Latest reviews

Super Plugin nach sowas habe ich schon lange gesucht!
VironLab
VironLab
Danke für die Bewertung :)
Top