fixed all but elytraArmor
This commit is contained in:
7
.gitignore
vendored
Normal file → Executable file
7
.gitignore
vendored
Normal file → Executable file
@@ -21,7 +21,6 @@ gradle-app.setting
|
||||
.classpath
|
||||
|
||||
|
||||
|
||||
.DS_Store
|
||||
|
||||
|
||||
@@ -29,6 +28,7 @@ gradle-app.setting
|
||||
|
||||
|
||||
.vscode/*
|
||||
**/.vscode
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
@@ -40,3 +40,8 @@ gradle-app.setting
|
||||
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
|
||||
|
||||
*/target/
|
||||
*/bin/
|
||||
**/.vscode
|
||||
@@ -8,8 +8,8 @@
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<maven.compiler.source>23</maven.compiler.source>
|
||||
<maven.compiler.target>23</maven.compiler.target>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,5 +0,0 @@
|
||||
main: de.hessj.betterhoppers.App
|
||||
name: BetterHoppersPlugin
|
||||
depend: [HelperPlugin]
|
||||
version: 0.1
|
||||
api-version: 1.21
|
||||
@@ -1,5 +0,0 @@
|
||||
#Generated by Maven
|
||||
#Tue Sep 10 15:15:39 CEST 2024
|
||||
artifactId=betterhoppers
|
||||
groupId=de.hessj.betterhoppers
|
||||
version=1.0-SNAPSHOT
|
||||
@@ -1,3 +0,0 @@
|
||||
de/hessj/betterhoppers/LoginListener.class
|
||||
de/hessj/betterhoppers/App.class
|
||||
de/hessj/betterhoppers/BetterHopperListener.class
|
||||
@@ -1,3 +0,0 @@
|
||||
/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
|
||||
/Users/janik/Documents/MCPlugins/betterhoppers/src/main/java/de/hessj/betterhoppers/LoginListener.java
|
||||
@@ -8,8 +8,8 @@
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<maven.compiler.source>23</maven.compiler.source>
|
||||
<maven.compiler.target>23</maven.compiler.target>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,5 +0,0 @@
|
||||
main: de.hessj.chestex.App
|
||||
name: ChestExPlugin
|
||||
version: 0.1
|
||||
api-version: 1.19
|
||||
depend: [HelperPlugin]
|
||||
@@ -1,5 +0,0 @@
|
||||
#Generated by Maven
|
||||
#Tue Sep 10 15:18:49 CEST 2024
|
||||
artifactId=chestex
|
||||
groupId=de.hessj.chestex
|
||||
version=1.0-SNAPSHOT
|
||||
@@ -1,4 +0,0 @@
|
||||
de/hessj/chestex/App.class
|
||||
de/hessj/chestex/SafeChestListener$2.class
|
||||
de/hessj/chestex/SafeChestListener$1.class
|
||||
de/hessj/chestex/SafeChestListener.class
|
||||
@@ -1,2 +0,0 @@
|
||||
/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
|
||||
Binary file not shown.
@@ -1,70 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>de.hessj.dailyquests</groupId>
|
||||
<artifactId>dailyquests</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>23</maven.compiler.source>
|
||||
<maven.compiler.target>23</maven.compiler.target>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>papermc</id>
|
||||
<url>https://repo.papermc.io/repository/maven-public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>io.papermc.paper</groupId>
|
||||
<artifactId>paper-api</artifactId>
|
||||
<version>1.21.4-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>mc-api</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>system</scope>
|
||||
<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>/Users/janik/Desktop/helper-1.0-SNAPSHOT.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.12.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>${project.basedir}/src/main/resources</directory>
|
||||
<includes>
|
||||
<include>plugin.yml</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.3.1</version>
|
||||
<configuration>
|
||||
<outputDirectory>/Users/janik/Desktop</outputDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
</project>
|
||||
@@ -17,6 +17,7 @@ import org.bukkit.inventory.ItemStack;
|
||||
import org.bukkit.inventory.RecipeChoice;
|
||||
import org.bukkit.inventory.ShapedRecipe;
|
||||
import org.bukkit.inventory.meta.ItemMeta;
|
||||
import org.bukkit.inventory.meta.components.CustomModelDataComponent;
|
||||
import org.bukkit.persistence.PersistentDataType;
|
||||
import org.bukkit.plugin.PluginManager;
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
@@ -101,13 +102,13 @@ public class App extends JavaPlugin {
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
||||
CustomModelDataComponent cmdc4 = mdiamondDust.getCustomModelDataComponent();
|
||||
List<String> list4 = Arrays.asList("diamond_dust");
|
||||
cmdc4.setStrings(list4);
|
||||
mdiamondDust.setCustomModelDataComponent(cmdc4);
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,10 +0,0 @@
|
||||
main: de.hessj.dailyquests.App
|
||||
name: DailyQuestsPlugin
|
||||
version: 0.1
|
||||
api-version: 1.21
|
||||
depend: [HelperPlugin]
|
||||
|
||||
commands:
|
||||
quest:
|
||||
description: Zeigt die heutigen Quests an
|
||||
usage: /<command>
|
||||
@@ -1,5 +0,0 @@
|
||||
#Generated by Maven
|
||||
#Mon Mar 03 16:42:06 CET 2025
|
||||
artifactId=dailyquests
|
||||
groupId=de.hessj.dailyquests
|
||||
version=1.0-SNAPSHOT
|
||||
@@ -1,5 +0,0 @@
|
||||
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
|
||||
@@ -1,3 +0,0 @@
|
||||
/Users/janik/Documents/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/DailyQuestsListeners.java
|
||||
BIN
environmentex/.DS_Store
vendored
BIN
environmentex/.DS_Store
vendored
Binary file not shown.
0
environmentex/.vscode/settings.json
vendored
Normal file → Executable file
0
environmentex/.vscode/settings.json
vendored
Normal file → Executable file
BIN
environmentex/bin/.DS_Store
vendored
BIN
environmentex/bin/.DS_Store
vendored
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.
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.
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.
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.
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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,21 +0,0 @@
|
||||
main: de.hessj.environmentex.App
|
||||
name: EnvironmentExtenderPlugin
|
||||
version: 0.1
|
||||
api-version: 1.21
|
||||
depend: [HelperPlugin]
|
||||
commands:
|
||||
test:
|
||||
description: Vote mit "Ja" für den Nachtskip
|
||||
usage: /<command>
|
||||
y:
|
||||
description: Vote mit "Ja" für den Nachtskip
|
||||
usage: /<command>
|
||||
n:
|
||||
description: Vote mit "Nein" für den Nachtskip
|
||||
usage: /<command>
|
||||
add:
|
||||
description: Setzt den Whiteliststatus auf accepted
|
||||
usage: /<command> <UUID>
|
||||
afk:
|
||||
description: Setzt den AFK Status
|
||||
usage: /<command>
|
||||
@@ -9,7 +9,7 @@ description = "environmentex"
|
||||
|
||||
|
||||
dependencies {
|
||||
implementation(files("/Users/janik/Documents/MCPlugins/craftbukkit-1.21.1.jar"))
|
||||
implementation(files("/Users/janik/Desktop/MCPlugins/craftbukkit.jar"))
|
||||
implementation(files("/Users/janik/Desktop/helper-1.0-SNAPSHOT.jar"))
|
||||
paperweight.paperDevBundle("1.21.4-R0.1-SNAPSHOT")
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* This file was generated by the Gradle 'init' task.
|
||||
*/
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
|
||||
}
|
||||
|
||||
rootProject.name = "environmentex"
|
||||
@@ -474,10 +474,9 @@ public class App extends JavaPlugin {
|
||||
pM.registerEvents(new AFKListener(), this);
|
||||
pM.registerEvents(new CauldronConcrete(), this);
|
||||
pM.registerEvents(new InfinityWaterBucket(), this);
|
||||
//TODO pM.registerEvents(new ArmoredElytra(), this);
|
||||
pM.registerEvents(new ArmoredElytra(), this);
|
||||
pM.registerEvents(new ShulkerPreview(), this);
|
||||
pM.registerEvents(new BetterTotems(), this);
|
||||
|
||||
getCommand("test").setExecutor(new EnvironmentExCommands());
|
||||
getCommand("y").setExecutor(new EnvironmentExCommands());
|
||||
getCommand("n").setExecutor(new EnvironmentExCommands());
|
||||
|
||||
@@ -31,7 +31,7 @@ public class CustomItems implements Listener {
|
||||
}
|
||||
|
||||
private String url = "https://mc.hessj.de/texturepack/CUSTOM.zip";
|
||||
private String sha1 = "99cf49e6be7ed8376674a7e04fde06960654e9a0";
|
||||
private String sha1 = "f6187af75579b5ce34850fe4cbc9bed4e57a04e6";
|
||||
|
||||
@EventHandler
|
||||
public void onPlayerJoin(PlayerJoinEvent e) {
|
||||
|
||||
@@ -3,7 +3,11 @@ package de.hessj.environmentex;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.Location;
|
||||
import org.bukkit.Material;
|
||||
import org.bukkit.Particle;
|
||||
import org.bukkit.block.Block;
|
||||
import org.bukkit.block.data.BlockData;
|
||||
import org.bukkit.command.Command;
|
||||
import org.bukkit.command.CommandExecutor;
|
||||
import org.bukkit.command.CommandSender;
|
||||
@@ -12,8 +16,10 @@ import org.bukkit.entity.Player;
|
||||
import org.bukkit.event.Listener;
|
||||
import org.bukkit.inventory.ItemStack;
|
||||
import org.bukkit.inventory.meta.ItemMeta;
|
||||
import org.bukkit.scheduler.BukkitRunnable;
|
||||
|
||||
import de.hessj.helper.Helper.Type;
|
||||
import net.minecraft.world.level.material.LavaFluid;
|
||||
|
||||
public class EnvironmentExCommands implements CommandExecutor, Listener {
|
||||
public de.hessj.helper.Helper helper= new de.hessj.helper.Helper();
|
||||
|
||||
Binary file not shown.
0
helper/.vscode/settings.json
vendored
Normal file → Executable file
0
helper/.vscode/settings.json
vendored
Normal file → Executable file
@@ -8,8 +8,8 @@
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<maven.compiler.source>23</maven.compiler.source>
|
||||
<maven.compiler.target>23</maven.compiler.target>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +0,0 @@
|
||||
main: de.hessj.helper.App
|
||||
name: HelperPlugin
|
||||
version: 0.1
|
||||
api-version: 1.21
|
||||
@@ -1,5 +0,0 @@
|
||||
#Generated by Maven
|
||||
#Mon Mar 03 12:55:49 CET 2025
|
||||
artifactId=helper
|
||||
groupId=de.hessj.helper
|
||||
version=1.0-SNAPSHOT
|
||||
@@ -1,3 +0,0 @@
|
||||
de/hessj/helper/App.class
|
||||
de/hessj/helper/Helper$Type.class
|
||||
de/hessj/helper/Helper.class
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user