BradBot1 / DiscordMinecraftFabric

A Minecraft<->Discord server side fabric mod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple discord to minecraft link for fabric

The commands are as follows:

  • d!register <sendingPerms>
    • sendingPerms - a boolean to say if the channel should be able to send messages to the server, if absent defaults to false
  • d!register <serverID:channelID>
    • serverID:channelIDs - two longs conjoined together by a ':', if absent the current channel is removed
  • d!auth <users...>
    • users... - the mentions of the users you wish to give auth to
  • d!unauth <users...>
    • users... - the mentions of the users you wish to remove auth from

On first load a config is made and libs are downloaded, after this you can open the config and input your bot token and add your discord user id to the 'auth' array, then once the bot starts go to your wanted link channel and run d!register true/false

If you find any issues or have any features you want added, please report them as a bug report and ill fix/add it asap
And yes, literally anything is on the table, i will add as complex as a feature as you need if possible

About

A Minecraft<->Discord server side fabric mod

License:Apache License 2.0


Languages

Language:Java 100.0%