Rubén
Rubén
I tried to run a Polymath host at localhost with Python in pterodactyl but Oraxen tries to connect with https, so i fixed it
## Packet listening ### Unified packet event class Now `PacketReceiveEvent` and `PacketSendEvent` extends a common `AbstractPacketEvent` class with the new method `AbstractPacketListener#packetEvent()`, this is useful if you want to detect...
While `ResourcePackRequestPacket` has the event `ServerResourcePackSendEvent` and `ResourcePackResponsePacket` the event `PlayerResourcePackStatusEvent` The packet `RemoveResourcePackPacket` doesn't have any event like `ServerResourcePackRemoveEvent` Why this is relevant? I was making a proxy plugin...
I found multiple problems using the plugin, so I added some changes to fix them. ### SQL migration Instead of offline player migration, this concept obtain data directly from a...
From plugin.yml file: ```yaml axiom.all: description: Allows use of all default Axiom features default: op children: axiom.*: true axiom.use: description: Allows basic use of axiom default: op axiom.debug: description: Allows...
Just a simple LuckPerms data check
Added `modelengine-animation` option [specified on wiki](https://plugins.auxilor.io/ecopets/how-to-make-a-custom-pet#understanding-all-the-sections) This pull request requires Auxilor/ModelEngineBridge#1 to be merged ### Information For those people that probably experiment bugs using `idle`, `walk` or some other animation...