update every plugin except envEx

This commit is contained in:
2024-09-10 15:26:13 +02:00
parent ba1ffd0912
commit f6ec132848
65 changed files with 81 additions and 73 deletions

View File

@@ -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>

View File

@@ -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.

Binary file not shown.

Binary file not shown.

View 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
View 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

View File

@@ -0,0 +1,3 @@
de/hessj/betterhoppers/LoginListener.class
de/hessj/betterhoppers/App.class
de/hessj/betterhoppers/BetterHopperListener.class

View 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

View File

@@ -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>

BIN
chestex/target/classes/de/hessj/chestex/App.class Executable file → Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

10
chestex/target/maven-archiver/pom.properties Executable file → Normal file
View 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

View 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

View 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

Binary file not shown.

View File

@@ -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>

View File

@@ -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())

Binary file not shown.

Binary file not shown.

BIN
dailyquests/target/classes/de/hessj/dailyquests/App.class Executable file → Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

10
dailyquests/target/maven-archiver/pom.properties Executable file → Normal file
View 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

View 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

View 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.

View File

@@ -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
View File

@@ -0,0 +1,3 @@
{
"java.compile.nullAnalysis.mode": "automatic"
}

View File

@@ -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>

View File

@@ -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.

Binary file not shown.

0
helper/target/classes/de/hessj/helper/App.class Executable file → Normal file
View File

View File

BIN
helper/target/classes/de/hessj/helper/Helper.class Executable file → Normal file

Binary file not shown.

View File

@@ -1,4 +1,4 @@
main: de.hessj.helper.App
name: HelperPlugin
version: 0.1
api-version: 1.19
api-version: 1.21

4
helper/target/maven-archiver/pom.properties Executable file → Normal file
View 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

View 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

View File

@@ -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>

View File

@@ -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

Binary file not shown.

Binary file not shown.

View File

@@ -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
View 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

View File

@@ -1 +1,3 @@
de/hessj/pokeballs/App.class
de/hessj/pokeballs/PokeballsListeners$1.class
de/hessj/pokeballs/PokeballsListeners.class

View 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