update every plugin except envEx
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<dependency>
|
||||
<groupId>io.papermc.paper</groupId>
|
||||
<artifactId>paper-api</artifactId>
|
||||
<version>1.20-R0.1-SNAPSHOT</version>
|
||||
<version>1.21.1-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -29,16 +29,14 @@
|
||||
<artifactId>mc-api</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/CraftBukkit.jar</systemPath>
|
||||
<!--systemPath>\\fileserver\Janik\DOKUMENTE\Programmierung\MCServer\MCPlugins\CraftBukkit.jar</systemPath>-->
|
||||
<systemPath>/Users/janik/Documents/MCPlugins/craftbukkit-1.21.1.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.hessj.helper</groupId>
|
||||
<artifactId>helper</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>system</scope>
|
||||
<!--<systemPath>\\fileserver\Janik\DOKUMENTE\Programmierung\MCServer\MCPlugins\helper\target\helper-1.0-SNAPSHOT.jar</systemPath>-->
|
||||
<systemPath>/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/helper/target/helper-1.0-SNAPSHOT.jar</systemPath>
|
||||
<systemPath>/Users/janik/Desktop/helper-1.0-SNAPSHOT.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
@@ -64,8 +62,7 @@
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.3.1</version>
|
||||
<configuration>
|
||||
<outputDirectory>/mnt/minecrafttest/plugins</outputDirectory>
|
||||
<!--<outputDirectory>\\fileserver\MinecraftTEST\plugins</outputDirectory>-->
|
||||
<outputDirectory>/Users/janik/Desktop</outputDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
@@ -2,4 +2,4 @@ main: de.hessj.betterhoppers.App
|
||||
name: BetterHoppersPlugin
|
||||
depend: [HelperPlugin]
|
||||
version: 0.1
|
||||
api-version: 1.19
|
||||
api-version: 1.21
|
||||
Binary file not shown.
BIN
betterhoppers/target/classes/de/hessj/betterhoppers/App.class
Executable file → Normal file
BIN
betterhoppers/target/classes/de/hessj/betterhoppers/App.class
Executable file → Normal file
Binary file not shown.
BIN
betterhoppers/target/classes/de/hessj/betterhoppers/BetterHopperListener.class
Executable file → Normal file
BIN
betterhoppers/target/classes/de/hessj/betterhoppers/BetterHopperListener.class
Executable file → Normal file
Binary file not shown.
BIN
betterhoppers/target/classes/de/hessj/betterhoppers/LoginListener.class
Executable file → Normal file
BIN
betterhoppers/target/classes/de/hessj/betterhoppers/LoginListener.class
Executable file → Normal file
Binary file not shown.
5
betterhoppers/target/classes/plugin.yml
Executable file
5
betterhoppers/target/classes/plugin.yml
Executable file
@@ -0,0 +1,5 @@
|
||||
main: de.hessj.betterhoppers.App
|
||||
name: BetterHoppersPlugin
|
||||
depend: [HelperPlugin]
|
||||
version: 0.1
|
||||
api-version: 1.21
|
||||
10
betterhoppers/target/maven-archiver/pom.properties
Executable file → Normal file
10
betterhoppers/target/maven-archiver/pom.properties
Executable file → Normal file
@@ -1,5 +1,5 @@
|
||||
#Generated by Maven
|
||||
#Mon Jul 11 16:37:13 CEST 2022
|
||||
groupId=de.hessj.betterhoppers
|
||||
artifactId=betterhoppers
|
||||
version=1.0-SNAPSHOT
|
||||
#Generated by Maven
|
||||
#Tue Sep 10 15:15:39 CEST 2024
|
||||
artifactId=betterhoppers
|
||||
groupId=de.hessj.betterhoppers
|
||||
version=1.0-SNAPSHOT
|
||||
|
||||
3
betterhoppers/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
Executable file → Normal file
3
betterhoppers/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
Executable file → Normal file
@@ -0,0 +1,3 @@
|
||||
de/hessj/betterhoppers/LoginListener.class
|
||||
de/hessj/betterhoppers/App.class
|
||||
de/hessj/betterhoppers/BetterHopperListener.class
|
||||
|
||||
6
betterhoppers/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
Executable file → Normal file
6
betterhoppers/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
Executable file → Normal file
@@ -1,3 +1,3 @@
|
||||
/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/betterhoppers/src/main/java/de/hessj/betterhoppers/App.java
|
||||
/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/betterhoppers/src/main/java/de/hessj/betterhoppers/LoginListener.java
|
||||
/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/betterhoppers/src/main/java/de/hessj/betterhoppers/BetterHopperListener.java
|
||||
/Users/janik/Documents/MCPlugins/betterhoppers/src/main/java/de/hessj/betterhoppers/LoginListener.java
|
||||
/Users/janik/Documents/MCPlugins/betterhoppers/src/main/java/de/hessj/betterhoppers/App.java
|
||||
/Users/janik/Documents/MCPlugins/betterhoppers/src/main/java/de/hessj/betterhoppers/BetterHopperListener.java
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<dependency>
|
||||
<groupId>io.papermc.paper</groupId>
|
||||
<artifactId>paper-api</artifactId>
|
||||
<version>1.20-R0.1-SNAPSHOT</version>
|
||||
<version>1.21.1-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -29,16 +29,14 @@
|
||||
<artifactId>mc-api</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/CraftBukkit.jar</systemPath>
|
||||
<!--systemPath>\\fileserver\Janik\DOKUMENTE\Programmierung\MCServer\MCPlugins\CraftBukkit.jar</systemPath>-->
|
||||
<systemPath>/Users/janik/Documents/MCPlugins/craftbukkit-1.21.1.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.hessj.helper</groupId>
|
||||
<artifactId>helper</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>system</scope>
|
||||
<!--<systemPath>\\fileserver\Janik\DOKUMENTE\Programmierung\MCServer\MCPlugins\helper\target\helper-1.0-SNAPSHOT.jar</systemPath>-->
|
||||
<systemPath>/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/helper/target/helper-1.0-SNAPSHOT.jar</systemPath>
|
||||
<systemPath>/Users/janik/Desktop/helper-1.0-SNAPSHOT.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
@@ -62,8 +60,7 @@
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.3.1</version>
|
||||
<configuration>
|
||||
<outputDirectory>/mnt/minecrafttest/plugins</outputDirectory>
|
||||
<!--<outputDirectory>\\fileserver\MinecraftTEST\plugins</outputDirectory>-->
|
||||
<outputDirectory>/Users/janik/Desktop</outputDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
Binary file not shown.
BIN
chestex/target/classes/de/hessj/chestex/App.class
Executable file → Normal file
BIN
chestex/target/classes/de/hessj/chestex/App.class
Executable file → Normal file
Binary file not shown.
BIN
chestex/target/classes/de/hessj/chestex/SafeChestListener$1.class
Executable file → Normal file
BIN
chestex/target/classes/de/hessj/chestex/SafeChestListener$1.class
Executable file → Normal file
Binary file not shown.
BIN
chestex/target/classes/de/hessj/chestex/SafeChestListener$2.class
Executable file → Normal file
BIN
chestex/target/classes/de/hessj/chestex/SafeChestListener$2.class
Executable file → Normal file
Binary file not shown.
BIN
chestex/target/classes/de/hessj/chestex/SafeChestListener.class
Executable file → Normal file
BIN
chestex/target/classes/de/hessj/chestex/SafeChestListener.class
Executable file → Normal file
Binary file not shown.
10
chestex/target/maven-archiver/pom.properties
Executable file → Normal file
10
chestex/target/maven-archiver/pom.properties
Executable file → Normal file
@@ -1,5 +1,5 @@
|
||||
#Generated by Maven
|
||||
#Mon Jun 27 18:49:04 CEST 2022
|
||||
groupId=de.hessj.chestex
|
||||
artifactId=chestex
|
||||
version=1.0-SNAPSHOT
|
||||
#Generated by Maven
|
||||
#Tue Sep 10 15:18:49 CEST 2024
|
||||
artifactId=chestex
|
||||
groupId=de.hessj.chestex
|
||||
version=1.0-SNAPSHOT
|
||||
|
||||
4
chestex/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
Executable file → Normal file
4
chestex/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
Executable file → Normal file
@@ -0,0 +1,4 @@
|
||||
de/hessj/chestex/App.class
|
||||
de/hessj/chestex/SafeChestListener$2.class
|
||||
de/hessj/chestex/SafeChestListener$1.class
|
||||
de/hessj/chestex/SafeChestListener.class
|
||||
|
||||
4
chestex/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
Executable file → Normal file
4
chestex/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
Executable file → Normal file
@@ -1,2 +1,2 @@
|
||||
/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/chestex/src/main/java/de/hessj/chestex/App.java
|
||||
/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/chestex/src/main/java/de/hessj/chestex/SafeChestListener.java
|
||||
/Users/janik/Documents/MCPlugins/chestex/src/main/java/de/hessj/chestex/App.java
|
||||
/Users/janik/Documents/MCPlugins/chestex/src/main/java/de/hessj/chestex/SafeChestListener.java
|
||||
|
||||
BIN
craftbukkit-1.21.1.jar
Normal file
BIN
craftbukkit-1.21.1.jar
Normal file
Binary file not shown.
@@ -20,7 +20,7 @@
|
||||
<dependencies> <dependency>
|
||||
<groupId>io.papermc.paper</groupId>
|
||||
<artifactId>paper-api</artifactId>
|
||||
<version>1.20-R0.1-SNAPSHOT</version>
|
||||
<version>1.21.1-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -28,16 +28,14 @@
|
||||
<artifactId>mc-api</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/CraftBukkit.jar</systemPath>
|
||||
<!--systemPath>\\fileserver\Janik\DOKUMENTE\Programmierung\MCServer\MCPlugins\CraftBukkit.jar</systemPath>-->
|
||||
<systemPath>/Users/janik/Documents/MCPlugins/craftbukkit-1.21.1.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.hessj.helper</groupId>
|
||||
<artifactId>helper</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>system</scope>
|
||||
<!--<systemPath>\\fileserver\Janik\DOKUMENTE\Programmierung\MCServer\MCPlugins\helper\target\helper-1.0-SNAPSHOT.jar</systemPath>-->
|
||||
<systemPath>/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/helper/target/helper-1.0-SNAPSHOT.jar</systemPath>
|
||||
<systemPath>/Users/janik/Desktop/helper-1.0-SNAPSHOT.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
@@ -61,8 +59,7 @@
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.3.1</version>
|
||||
<configuration>
|
||||
<outputDirectory>/mnt/minecrafttest/plugins</outputDirectory>
|
||||
<!--<outputDirectory>\\fileserver\MinecraftTEST\plugins</outputDirectory>-->
|
||||
<outputDirectory>/Users/janik/Desktop</outputDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
@@ -359,7 +359,7 @@ public class DailyQuestsListeners implements Listener {
|
||||
@EventHandler
|
||||
public void onEntityHurt(EntityDamageByEntityEvent e) {
|
||||
if (e.getDamager() instanceof Projectile && ((Projectile) e.getDamager()).getShooter() instanceof Player
|
||||
&& e.getEntity().getType().equals(EntityType.SNOWMAN)) {
|
||||
&& e.getEntity().getType().equals(EntityType.SNOW_GOLEM)) {
|
||||
for (Object obj : App.main.getConfig()
|
||||
.getConfigurationSection("players."
|
||||
+ ((Player) ((Projectile) e.getDamager()).getShooter())
|
||||
|
||||
BIN
dailyquests/target/classes/de/hessj/dailyquests/App$1.class
Executable file → Normal file
BIN
dailyquests/target/classes/de/hessj/dailyquests/App$1.class
Executable file → Normal file
Binary file not shown.
BIN
dailyquests/target/classes/de/hessj/dailyquests/App$2.class
Executable file → Normal file
BIN
dailyquests/target/classes/de/hessj/dailyquests/App$2.class
Executable file → Normal file
Binary file not shown.
BIN
dailyquests/target/classes/de/hessj/dailyquests/App.class
Executable file → Normal file
BIN
dailyquests/target/classes/de/hessj/dailyquests/App.class
Executable file → Normal file
Binary file not shown.
BIN
dailyquests/target/classes/de/hessj/dailyquests/DailyQuestsCommands.class
Executable file → Normal file
BIN
dailyquests/target/classes/de/hessj/dailyquests/DailyQuestsCommands.class
Executable file → Normal file
Binary file not shown.
BIN
dailyquests/target/classes/de/hessj/dailyquests/DailyQuestsListeners.class
Executable file → Normal file
BIN
dailyquests/target/classes/de/hessj/dailyquests/DailyQuestsListeners.class
Executable file → Normal file
Binary file not shown.
Binary file not shown.
10
dailyquests/target/maven-archiver/pom.properties
Executable file → Normal file
10
dailyquests/target/maven-archiver/pom.properties
Executable file → Normal file
@@ -1,5 +1,5 @@
|
||||
#Generated by Maven
|
||||
#Thu Jul 21 00:46:41 CEST 2022
|
||||
artifactId=dailyquests
|
||||
groupId=de.hessj.dailyquests
|
||||
version=1.0-SNAPSHOT
|
||||
#Generated by Maven
|
||||
#Tue Sep 10 15:22:29 CEST 2024
|
||||
artifactId=dailyquests
|
||||
groupId=de.hessj.dailyquests
|
||||
version=1.0-SNAPSHOT
|
||||
|
||||
5
dailyquests/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
Executable file → Normal file
5
dailyquests/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
Executable file → Normal file
@@ -0,0 +1,5 @@
|
||||
de/hessj/dailyquests/App$1.class
|
||||
de/hessj/dailyquests/DailyQuestsListeners.class
|
||||
de/hessj/dailyquests/DailyQuestsCommands.class
|
||||
de/hessj/dailyquests/App.class
|
||||
de/hessj/dailyquests/App$2.class
|
||||
|
||||
6
dailyquests/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
Executable file → Normal file
6
dailyquests/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
Executable file → Normal file
@@ -1,3 +1,3 @@
|
||||
/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/dailyquests/src/main/java/de/hessj/dailyquests/DailyQuestsCommands.java
|
||||
/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/dailyquests/src/main/java/de/hessj/dailyquests/DailyQuestsListeners.java
|
||||
/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/dailyquests/src/main/java/de/hessj/dailyquests/App.java
|
||||
/Users/janik/Documents/MCPlugins/dailyquests/src/main/java/de/hessj/dailyquests/DailyQuestsCommands.java
|
||||
/Users/janik/Documents/MCPlugins/dailyquests/src/main/java/de/hessj/dailyquests/App.java
|
||||
/Users/janik/Documents/MCPlugins/dailyquests/src/main/java/de/hessj/dailyquests/DailyQuestsListeners.java
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
main: de.hessj.environmentex.App
|
||||
name: EnvironmentExtenderPlugin
|
||||
version: 0.1
|
||||
api-version: 1.19
|
||||
api-version: 1.21
|
||||
depend: [HelperPlugin]
|
||||
commands:
|
||||
test:
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
3
helper/.vscode/settings.json
vendored
Normal file
3
helper/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"java.compile.nullAnalysis.mode": "automatic"
|
||||
}
|
||||
@@ -21,7 +21,7 @@
|
||||
<dependency>
|
||||
<groupId>io.papermc.paper</groupId>
|
||||
<artifactId>paper-api</artifactId>
|
||||
<version>1.20-R0.1-SNAPSHOT</version>
|
||||
<version>1.21.1-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -29,8 +29,7 @@
|
||||
<artifactId>mc-api</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/CraftBukkit.jar</systemPath>
|
||||
<!--<systemPath>\\fileserver\Janik\DOKUMENTE\Programmierung\MCServer\MCPlugins\CraftBukkit.jar</systemPath>-->
|
||||
<systemPath>/Users/janik/Documents/MCPlugins/craftbukkit-1.21.1.jar</systemPath>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
@@ -46,8 +45,7 @@
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.3.1</version>
|
||||
<configuration>
|
||||
<outputDirectory>/mnt/minecrafttest/plugins</outputDirectory>
|
||||
<!--<outputDirectory>\\fileserver\MinecraftTEST\plugins</outputDirectory>-->
|
||||
<outputDirectory>/Users/janik/Desktop</outputDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
main: de.hessj.helper.App
|
||||
name: HelperPlugin
|
||||
version: 0.1
|
||||
api-version: 1.19
|
||||
api-version: 1.21
|
||||
BIN
helper/target/.DS_Store
vendored
BIN
helper/target/.DS_Store
vendored
Binary file not shown.
Binary file not shown.
0
helper/target/classes/de/hessj/helper/App.class
Executable file → Normal file
0
helper/target/classes/de/hessj/helper/App.class
Executable file → Normal file
0
helper/target/classes/de/hessj/helper/Helper$Type.class
Executable file → Normal file
0
helper/target/classes/de/hessj/helper/Helper$Type.class
Executable file → Normal file
BIN
helper/target/classes/de/hessj/helper/Helper.class
Executable file → Normal file
BIN
helper/target/classes/de/hessj/helper/Helper.class
Executable file → Normal file
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
main: de.hessj.helper.App
|
||||
name: HelperPlugin
|
||||
version: 0.1
|
||||
api-version: 1.19
|
||||
api-version: 1.21
|
||||
Binary file not shown.
4
helper/target/maven-archiver/pom.properties
Executable file → Normal file
4
helper/target/maven-archiver/pom.properties
Executable file → Normal file
@@ -1,5 +1,5 @@
|
||||
#Generated by Maven
|
||||
#Fri Jun 09 16:52:17 CEST 2023
|
||||
groupId=de.hessj.helper
|
||||
#Tue Sep 10 15:00:22 CEST 2024
|
||||
artifactId=helper
|
||||
groupId=de.hessj.helper
|
||||
version=1.0-SNAPSHOT
|
||||
|
||||
0
helper/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
Executable file → Normal file
0
helper/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
Executable file → Normal file
4
helper/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
Executable file → Normal file
4
helper/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
Executable file → Normal file
@@ -1,2 +1,2 @@
|
||||
/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/helper/src/main/java/de/hessj/helper/Helper.java
|
||||
/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/helper/src/main/java/de/hessj/helper/App.java
|
||||
/Users/janik/Documents/MCPlugins/helper/src/main/java/de/hessj/helper/App.java
|
||||
/Users/janik/Documents/MCPlugins/helper/src/main/java/de/hessj/helper/Helper.java
|
||||
|
||||
@@ -29,16 +29,14 @@
|
||||
<artifactId>mc-api</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/CraftBukkit.jar</systemPath>
|
||||
<!--systemPath>\\fileserver\Janik\DOKUMENTE\Programmierung\MCServer\MCPlugins\CraftBukkit.jar</systemPath>-->
|
||||
<systemPath>/Users/janik/Documents/MCPlugins/craftbukkit-1.21.1.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.hessj.helper</groupId>
|
||||
<artifactId>helper</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>system</scope>
|
||||
<!--<systemPath>\\fileserver\Janik\DOKUMENTE\Programmierung\MCServer\MCPlugins\helper\target\helper-1.0-SNAPSHOT.jar</systemPath>-->
|
||||
<systemPath>/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/helper/target/helper-1.0-SNAPSHOT.jar</systemPath>
|
||||
<systemPath>/Users/janik/Desktop/helper-1.0-SNAPSHOT.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
@@ -62,8 +60,7 @@
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.3.1</version>
|
||||
<configuration>
|
||||
<outputDirectory>/mnt/minecrafttest/plugins</outputDirectory>
|
||||
<!--<outputDirectory>\\fileserver\MinecraftTEST\plugins</outputDirectory>-->
|
||||
<outputDirectory>/Users/janik/Desktop</outputDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
main: de.hessj.pokeballs.App
|
||||
name: PokeballPlugin
|
||||
version: 0.1
|
||||
api-version: 1.19
|
||||
api-version: 1.21
|
||||
depend: [HelperPlugin]
|
||||
commands:
|
||||
get:
|
||||
|
||||
BIN
pokeballs/target/classes/de/hessj/pokeballs/App.class
Executable file → Normal file
BIN
pokeballs/target/classes/de/hessj/pokeballs/App.class
Executable file → Normal file
Binary file not shown.
Binary file not shown.
BIN
pokeballs/target/classes/de/hessj/pokeballs/PokeballsListeners.class
Executable file → Normal file
BIN
pokeballs/target/classes/de/hessj/pokeballs/PokeballsListeners.class
Executable file → Normal file
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
main: de.hessj.pokeballs.App
|
||||
name: PokeballPlugin
|
||||
version: 0.1
|
||||
api-version: 1.19
|
||||
api-version: 1.21
|
||||
depend: [HelperPlugin]
|
||||
commands:
|
||||
get:
|
||||
|
||||
10
pokeballs/target/maven-archiver/pom.properties
Executable file → Normal file
10
pokeballs/target/maven-archiver/pom.properties
Executable file → Normal file
@@ -1,5 +1,5 @@
|
||||
#Generated by Maven
|
||||
#Mon Jul 25 00:51:38 CEST 2022
|
||||
artifactId=pokeballs
|
||||
groupId=de.hessj.pokeballs
|
||||
version=1.0-SNAPSHOT
|
||||
#Generated by Maven
|
||||
#Tue Sep 10 15:20:40 CEST 2024
|
||||
artifactId=pokeballs
|
||||
groupId=de.hessj.pokeballs
|
||||
version=1.0-SNAPSHOT
|
||||
|
||||
2
pokeballs/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
Executable file → Normal file
2
pokeballs/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
Executable file → Normal file
@@ -1 +1,3 @@
|
||||
de/hessj/pokeballs/App.class
|
||||
de/hessj/pokeballs/PokeballsListeners$1.class
|
||||
de/hessj/pokeballs/PokeballsListeners.class
|
||||
|
||||
4
pokeballs/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
Executable file → Normal file
4
pokeballs/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
Executable file → Normal file
@@ -1,2 +1,2 @@
|
||||
/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/pokeballs/src/main/java/de/hessj/pokeballs/App.java
|
||||
/mnt/janik/DOKUMENTE/Programmierung/MCServer/MCPlugins/pokeballs/src/main/java/de/hessj/pokeballs/PokeballsListeners.java
|
||||
/Users/janik/Documents/MCPlugins/pokeballs/src/main/java/de/hessj/pokeballs/PokeballsListeners.java
|
||||
/Users/janik/Documents/MCPlugins/pokeballs/src/main/java/de/hessj/pokeballs/App.java
|
||||
|
||||
Reference in New Issue
Block a user