sorted all errors and made first Jar file
version 1.0
This commit is contained in:
BIN
target/classes/disMCbot.class
Normal file
BIN
target/classes/disMCbot.class
Normal file
Binary file not shown.
13
target/classes/log4j2.xml
Normal file
13
target/classes/log4j2.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Configuration status="WARN">
|
||||
<Appenders>
|
||||
<File name="File" fileName="../logs/bot.log">
|
||||
<PatternLayout pattern="%d{dd-MM-yyyy HH:mm:ss} [%t] %-5level %logger{36} - %msg%n" />
|
||||
</File>
|
||||
</Appenders>
|
||||
<Loggers>
|
||||
<Root level="info">
|
||||
<AppenderRef ref="File" />
|
||||
</Root>
|
||||
</Loggers>
|
||||
</Configuration>
|
3
target/maven-archiver/pom.properties
Normal file
3
target/maven-archiver/pom.properties
Normal file
@@ -0,0 +1,3 @@
|
||||
artifactId=minecraft-chatbot
|
||||
groupId=com.example
|
||||
version=1.0
|
@@ -0,0 +1 @@
|
||||
disMCbot.class
|
@@ -0,0 +1 @@
|
||||
C:\Users\hbmann\Documents\Projects\_MCdiscord-bot\MCdiscord_bot-1\src\main\java\disMCbot.java
|
BIN
target/minecraft-chatbot-1.0.jar
Normal file
BIN
target/minecraft-chatbot-1.0.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user