added Mobmuter
All checks were successful
Gitea Actions Demo / Build-Gradle (push) Successful in 8m1s

This commit is contained in:
Your Name
2025-07-27 18:01:26 +02:00
parent 95e0d03d28
commit b86f2b28cb
19 changed files with 9 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
Command: /opt/homebrew/Cellar/openjdk/23.0.2/libexec/openjdk.jdk/Contents/Home/bin/java -Xmx1G -classpath /Users/janik/.gradle/caches/modules-2/files-2.1/net.fabricmc/tiny-remapper/0.11.1/6c1f29838864ba8f495855edfc8ef17706fedb5d/tiny-remapper-0.11.1-fat.jar net.fabricmc.tinyremapper.Main /Users/janik/Desktop/MCPlugins/environmentex-1.0-SNAPSHOT.jar /Users/janik/Desktop/MCPlugins/environmentex/build/libs/environmentex-1.0-SNAPSHOT-reobf.jar /Users/janik/Desktop/MCPlugins/environmentex/.gradle/caches/paperweight/taskCache/reobfMappings.tiny mojang spigot /Users/janik/Desktop/MCPlugins/environmentex/.gradle/caches/paperweight/taskCache/mappedServerJar.jar --threads=1
[INFO] Finished after 1350,93 ms.
[INFO] Finished after 998,05 ms.

View File

@@ -462,6 +462,7 @@ public class App extends JavaPlugin {
pM.registerEvents(new CustomMusicDiscs(), this);
pM.registerEvents(new PinFeature(), this);
pM.registerEvents(new SquidPrevention(), this);
pM.registerEvents(new EntityMuter(), this);
getCommand("test").setExecutor(new EnvironmentExCommands());
getCommand("y").setExecutor(new EnvironmentExCommands());
getCommand("n").setExecutor(new EnvironmentExCommands());