✅ -25% ☄️ Oraxen | GUI, armors, hats, food, blocks, furnitures, plants and items adder

Mayower

Active Member
Member
Joined
Jun 5, 2020
Messages
41
Leaked Spigot Plugins & More
11
Mayower updated ✅ -25% ☄️ Oraxen | GUI, armors, hats, food, blocks, furnitures, plants and items adder with a new update entry:

Fix bottled exp mechanic + added support for higher resolution armors

Hey there,
This update fixes a bug where bottled exp mechanic didn't produce bottles when mining a block. Thanks to kacperleague9 for the pull request. It also introduces support for higher resolution armors thanks to CraftCoderr.
I hope you'll like those updates,
Thomas!

Read the rest of this update entry...
 

HHBrothers

New Member
Member
Joined
Jun 9, 2021
Messages
13
so im on java 16 and it says it couldnt pass player join event to oraxen
heres the error
Code:
17.11 07:02:36 [Server] Server thread/ERROR Could not pass event PlayerJoinEvent to Oraxen v1.118.2
17.11 07:02:36 [Server] INFO org.bukkit.event.EventException: null
17.11 07:02:36 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.PlayerList.a(PlayerList.java:267) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.LoginListener.c(LoginListener.java:173) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.LoginListener.tick(LoginListener.java:71) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.NetworkManager.a(NetworkManager.java:229) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.ServerConnection.c(ServerConnection.java:143) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1246) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:394) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1127) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:966) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:273) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at java.lang.Thread.run(Thread.java:831) [?:?]
17.11 07:02:36 [Server] INFO Caused by: com.comphenix.protocol.reflect.FieldAccessException: No field with type boolean exists in class PacketPlayOutResourcePackSend.
17.11 07:02:36 [Server] INFO at com.comphenix.protocol.reflect.StructureModifier.writeInternal(StructureModifier.java:365) ~[?:?]
17.11 07:02:36 [Server] INFO at com.comphenix.protocol.reflect.StructureModifier.write(StructureModifier.java:345) ~[?:?]
17.11 07:02:36 [Server] INFO at io.th0rgal.oraxen.pack.dispatch.AdvancedPackSender.sendPack(AdvancedPackSender.java:51) ~[?:?]
17.11 07:02:36 [Server] INFO at io.th0rgal.oraxen.pack.dispatch.AdvancedPackSender.onPlayerConnect(AdvancedPackSender.java:67) ~[?:?]
17.11 07:02:36 [Server] INFO at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
17.11 07:02:36 [Server] INFO at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
17.11 07:02:36 [Server] INFO at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
17.11 07:02:36 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
17.11 07:02:36 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO ... 14 more
 

Mayower

Active Member
Member
Joined
Jun 5, 2020
Messages
41
Leaked Spigot Plugins & More
11
so im on java 16 and it says it couldnt pass player join event to oraxen
heres the error
Code:
17.11 07:02:36 [Server] Server thread/ERROR Could not pass event PlayerJoinEvent to Oraxen v1.118.2
17.11 07:02:36 [Server] INFO org.bukkit.event.EventException: null
17.11 07:02:36 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.PlayerList.a(PlayerList.java:267) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.LoginListener.c(LoginListener.java:173) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.LoginListener.tick(LoginListener.java:71) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.NetworkManager.a(NetworkManager.java:229) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.ServerConnection.c(ServerConnection.java:143) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1246) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:394) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1127) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:966) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:273) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO at java.lang.Thread.run(Thread.java:831) [?:?]
17.11 07:02:36 [Server] INFO Caused by: com.comphenix.protocol.reflect.FieldAccessException: No field with type boolean exists in class PacketPlayOutResourcePackSend.
17.11 07:02:36 [Server] INFO at com.comphenix.protocol.reflect.StructureModifier.writeInternal(StructureModifier.java:365) ~[?:?]
17.11 07:02:36 [Server] INFO at com.comphenix.protocol.reflect.StructureModifier.write(StructureModifier.java:345) ~[?:?]
17.11 07:02:36 [Server] INFO at io.th0rgal.oraxen.pack.dispatch.AdvancedPackSender.sendPack(AdvancedPackSender.java:51) ~[?:?]
17.11 07:02:36 [Server] INFO at io.th0rgal.oraxen.pack.dispatch.AdvancedPackSender.onPlayerConnect(AdvancedPackSender.java:67) ~[?:?]
17.11 07:02:36 [Server] INFO at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
17.11 07:02:36 [Server] INFO at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
17.11 07:02:36 [Server] INFO at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
17.11 07:02:36 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
17.11 07:02:36 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[custom-java16.jar:3094-Spigot-9fb885e-fae895a]
17.11 07:02:36 [Server] INFO ... 14 more
Contact me by discord for better support
 

Mayower

Active Member
Member
Joined
Jun 5, 2020
Messages
41
Leaked Spigot Plugins & More
11

Mayower

Active Member
Member
Joined
Jun 5, 2020
Messages
41
Leaked Spigot Plugins & More
11
Mayower updated ✅ -25% ☄️ Oraxen | GUI, armors, hats, food, blocks, furnitures, plants and items adder with a new update entry:

Introduce use_luckperms_chatcolor config option

Hey there!
This update introduces an option in font.yml:
use_luckperms_chatcolor
This option requires LuckPerms and PlaceholderAPI. It will automatically display your glyphs in white and add your configured luckperm chatcolor after.
Thanks to StomexFliser and Combimagnetron for their help!
I hope you'll like it,
Thomas

Read the rest of this update entry...
 

Mayower

Active Member
Member
Joined
Jun 5, 2020
Messages
41
Leaked Spigot Plugins & More
11

Mayower

Active Member
Member
Joined
Jun 5, 2020
Messages
41
Leaked Spigot Plugins & More
11
Mayower updated ✅ -25% ☄️ Oraxen | GUI, armors, hats, food, blocks, furnitures, plants and items adder with a new update entry:

[preview] string (tripwire) based blocks

Hey there,
This update introduces a new mechanic: stringblock. You can use it like noteblock mechanic but this will use string (tripwire). This allows you to add non solid blocks. Here is an example (textures included):
[IMG]

This is only a preview for now. Please do not enable the mechanic on a production server (you can disable it in mechanics.yml). If you walk in a...

Read the rest of this update entry...
 

Mayower

Active Member
Member
Joined
Jun 5, 2020
Messages
41
Leaked Spigot Plugins & More
11

Mayower

Active Member
Member
Joined
Jun 5, 2020
Messages
41
Leaked Spigot Plugins & More
11

Mayower

Active Member
Member
Joined
Jun 5, 2020
Messages
41
Leaked Spigot Plugins & More
11
BlackSpigot General Chat
Rules Help Users
    L @ LittlePsych0: 💲 2024 Infinite money glitch 😲 Gain free money & Generate income! Join here...
    Top