minor tweaks

Working on JDA dependency incompatibility
This commit is contained in:
nzBryce101
2024-04-17 13:51:29 +12:00
parent 79517ca036
commit 44970fbab7
14 changed files with 173 additions and 81 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

29
target/classes/plugin.yml Normal file
View File

@@ -0,0 +1,29 @@
name: MCdiscord_bot-1
version: 1.1be01
main: MCdiscord_bot-1.src.main.java.disMCbot
description: A Discord bot plugin for Minecraft.
author: Bryce
api-version: 1.20.4
depend: [JDA]
# Listener Configuration
listeners:
- MCdiscordbot-1.src.main.java.listeners.MinecraftEventListener
# Discord Bot Configuration
discord:
token: "MTIyNjY1NTgxODU0NDMxNjQxNw.GXAYvx.m2_ZmH-J5-iGhqdkW3M2VViG1wBQguKq-OjN80"
server:
id: "710784165460836402"
name: "Bryce & Evee's Community Server"
channel: "1226860741592743977"
logChannel: "1226860741592743977"
# Minecraft Event Settings
minecraft:
events:
- type: playerJoin
discordChannel: "mc_bot-spam"
- type: playerQuit
discordChannel: "mc_bot-spam"
# Add more event types and their corresponding Discord channels as needed

View File

@@ -1,3 +1,3 @@
artifactId=minecraft-chatbot
artifactId=MCdiscord_bot
groupId=com.example
version=1.0
version=1.1be01

View File

@@ -1 +1,2 @@
disMCbot.class
listeners\MinecraftEventListener.class

View File

@@ -1 +1,2 @@
C:\Users\hbmann\Documents\Projects\_MCdiscord-bot\MCdiscord_bot-1\src\main\java\disMCbot.java
C:\Users\hbmann\Documents\Projects\_MCdiscord-bot\MCdiscord_bot-1\src\main\java\listeners\MinecraftEventListener.java

Binary file not shown.