minor tweaks
Working on JDA dependency incompatibility
This commit is contained in:
BIN
target/MCdiscord_bot-1.1be01.jar
Normal file
BIN
target/MCdiscord_bot-1.1be01.jar
Normal file
Binary file not shown.
BIN
target/archive-tmp/MCdiscord_bot-1.1be01.jar
Normal file
BIN
target/archive-tmp/MCdiscord_bot-1.1be01.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
target/classes/listeners/MinecraftEventListener.class
Normal file
BIN
target/classes/listeners/MinecraftEventListener.class
Normal file
Binary file not shown.
29
target/classes/plugin.yml
Normal file
29
target/classes/plugin.yml
Normal 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
|
@@ -1,3 +1,3 @@
|
||||
artifactId=minecraft-chatbot
|
||||
artifactId=MCdiscord_bot
|
||||
groupId=com.example
|
||||
version=1.0
|
||||
version=1.1be01
|
||||
|
@@ -1 +1,2 @@
|
||||
disMCbot.class
|
||||
listeners\MinecraftEventListener.class
|
||||
|
@@ -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.
Reference in New Issue
Block a user