PacketEventsSK v1.1.3
This version introduces syntax breaking changes, migration is requried. (field expressions now have more strict patterns)
Version Support:
- Paper 1.21.10+
- Skript 2.15.0+
- SkBee 1.17.2+
Added
- Is bound to condition (for packettype)
- Persistence for all enum types and block entity type
- Parse time checks for the
new xsections that check if the passed entries match the type - Missing examples for: fake entity field, new packet section, packet type type, block entity type type, sign side type and interaction hand type
Fixed
- ClassCastException for the field expressions (primitive wrapping)
- Default value of attribute not being returned for the fake entity attribute expression
- All docs have been checked and updated accordingly (to a version working on v1.1.3)
- Internal naming improvements
Removed
- Removed unused fake entity event value expression
PacketEventsSK v1.1.2
This version introduces syntax breaking changes, migration is requried.
Version Support:
- Paper 1.21.10+
- Skript 2.15.0+
- SkBee 1.17.2+
Added
- Logging element count on start up
- Registry api for fields and section constructors (including inheritance handling)
- Update checker (also to config) (based on SkBee's impl)
- Completed meta for: displays (excluding text opacity, it's a weird field)
- Types language file
Changed
- Logging now uses a generalised util instead of raw SLF4J
- Redid entity construction (now using a section, old syntax will not work) (using registry api)
- Almost all entity fields now use the appropriate entity field expression (using registry api)
- Made docs for registry based syntaxes much better
- Temporarily removed air ticks property from base meta since it's causing issues (reported bug to entitylib)
- Improved quite a lot of syntaxes
Fixed
- Issues regarding the
set displayed skin of playereffect. Matches paper's implementation more closely now. (ofc still fully packet based) - Fixed plugin loading without SkBee (including elements that require on syntax registered by other addons [not necessarily skbee])
- The toString of the skin type
This update adds new stuff, fixes old stuff and optimizes other stuff.
Version Support:
- Paper 1.21.10+
- Skript 2.15.0+
- SkBee 1.17.2+
Added
- Github actions for building and checking codeflow
- new "packet type" property for packet wrappers
- new select bundle item packet support (fields: slot id and selected item index)
- added packet listener priority and listening to all packets for the packet event
Changed
- updated dependencies and redid build.gradle.ktws
- using paper plugin instead of a regular plugin
- changed plugin requirements (Paper 1.21.10+, Skript 2.15.0+, SkBee 1.17.2+)
- using reflection for packet creation instead of manual mapping (for maintability purposes)
- added
all packet types,all block entity typesandall sign sides, more in the future of a similar structure
Fixed
- NPE for the EntityTracker and EffSendOrReceivePacket
- Cancelling/altering packets is now rejected at parse time if the listener priority is
monitoror if the event isn't netty processed
PacketEventsSK v1.1.0
PacketEventsSK was largely recoded during this update, 7000 additions that altered almost 200 files. The project has been much more thoroughly tested and bad code was removed or redone. This is as if the project would be launching from scratch, do not expect backwards compatibility during this update. Please check the documentation.
This release only officially supports Paper v26.1.2, SkBee v3.23.0 and Skript v2.15.2.
PacketEventsSK v1.0.1
- Remove SkBee a dependency for text components (in skript now)
- Add
fake entitiesexpression andvisible fake entities of playerexpression - Add ride effect for fake entities
- Fix many patterns that were mal formed or not functioning
- Relocate a lot of code for better organisation
- Rename the base package to contain a domain and all lowercase
- Make use of skripts new registration API (had to redo all registration for all patterns)
- Fix some documenation issues
- Add general optimzation and orginsation fixes
- Update README to look a lot more nice (inspired by packetevents' README)
This release requires Paper 1.21.11 and Skript 2.15.0.
Huge shoutout to Crebs for helping to make this release possible!
Download on Modrinth
PacketEventsSK is a skript addon that attempts to integerate the great library of packetevents by retrooper into Skript.
BETA
This release is marked as unstable and should only be used to test the plugins features. If you notice any bugs please open an issue on the github issue tracker.

