added Mobmuter
All checks were successful
Gitea Actions Demo / Build-Gradle (push) Successful in 8m1s
All checks were successful
Gitea Actions Demo / Build-Gradle (push) Successful in 8m1s
This commit is contained in:
Binary file not shown.
@@ -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.
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user