
PacketEventsSK
A skript addon adding packet related features to Skript.
- Загрузки
- 370
- Подписчики
- 2
- Обновлён
- 21 мая 2026 г.
- Лицензия
- MIT
Опубликован 11 января 2026 г.
Requirements
PacketEventsSK requires the following to run:
- Minecraft 1.18+ Paper-compatible server
- PacketEvents installed as a separate paper plugin
Optionally install SkBee for the NBT Compound hook.
PacketEventsSK attempts to support the latest versions of skript and minecraft:
- Paper 1.21.10+
- Skript 2.15.0+
- SkBee 1.17.2+
There are many more versions that work, but you won't receive support for those.
Features
PacketEventsSK adds advanced packet functionality to Skript, including:
- Fake entity creation and manipulation (includes tracking and metadata management)
- Interception and modification of incoming and outgoing packets (manipulation and cancellation)
- SkBee integration for NBT Compound creation and manipulation
- Access to all PacketEvents packet types
- Metadata wrappers and packet utilities
Learn more in the Wiki.
Credits
PacketEventsSK
The main project.
PacketEvents
Packet management library.
EntityLib
Fake entity management and metadata wrappers.
- GitHub Repository
- Included with PacketEventsSK
SkBee
NBT Compound hook.
Support
Need help, found a bug, or want to contribute? Join the Discord! (alternatively open a PR or an issue)
Ченджлог
1.1.3Релиз26.1, 26.1.1, 26.1.2 · 21 мая 2026 г.
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
1.1.2Релиз26.1, 26.1.1, 26.1.2 · 19 мая 2026 г.
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
1.1.1Релиз26.1, 26.1.1, 26.1.2 · 15 мая 2026 г.
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
1.1.0Релиз26.1, 26.1.1, 26.1.2 · 13 мая 2026 г.
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.
1.0.1Релиз26.1, 26.1.1, 26.1.2 · 21 апреля 2026 г.
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
1.0.0Релиз26.1, 26.1.1, 26.1.2 · 19 января 2026 г.
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.
Download on Modrinth
Комментарии
Загружаем…