3b3bee5209
fix: CI
Build / build (push) Has been cancelled
2025-03-01 15:30:25 +01:00
9d7dbf17a8
fix: project structure & rip out updater
2025-03-01 15:09:31 +01:00
3efaba177f
feat: CI
Build / build (push) Failing after 1s
2025-03-01 14:11:27 +01:00
Tofaa2
e1477bb599
Depricate MetaOffsetConverter untill further notice
Build / build (push) Has been cancelled
2025-02-23 13:38:10 +04:00
Tofaa
debb91e642
Merge pull request #25 from steveb05/fix/uninitialized-velocity-packet
...
Initialize velocity variable for new wrapper entity
2025-02-23 12:32:27 +04:00
steve
19f9cb156f
fix: initialize velocity variable for new wrapper entity
...
The velocity variable is never set in the class construction, resulting in null pointer exception if the getVelocityPacket method try to change it when is called, and the variable is not set before-hand using the setVelocity method.
2025-02-23 09:13:16 +01:00
Tofaa2
1f4aeef600
Included a bundles system, fixed entity attributes of an entity not being resent when respawned, implemented Hologram#removeLiner
2025-02-22 21:51:45 +04:00
Tofaa2
47f47b5653
Skid from paper
2025-02-22 14:24:41 +04:00
Tofaa2
fc4983e221
Remove codeql (good software)
2025-02-22 14:02:12 +04:00
Tofaa2
3b1333218a
Forgot a step
2025-02-22 13:56:28 +04:00
Tofaa2
7f3bec929f
Im stupid
2025-02-22 13:53:47 +04:00
Tofaa2
3be18ca8c3
Move to workflows
2025-02-22 13:52:30 +04:00
Tofaa
3b78cc1fae
Create codeql.yml
2025-02-22 13:51:39 +04:00
Tofaa2
f6ef89c715
Try build actions
2025-02-22 13:49:51 +04:00
Tofaa
bc75a7a878
Merge pull request #23 from steveb05/fix/missing-entity-passenger-viewer
...
Resend entity passengers when a new viewer is added
2025-02-22 02:13:01 +04:00
Tofaa
7df63952c7
Merge pull request #24 from steveb05/feat/spigot-entityid-provider
...
Implement spigot entity id provider
2025-02-22 02:12:21 +04:00
steve
38899e9ed3
feat: implement spigot entity id provider
...
The default EntityIdProvider would assign entity IDs starting from a fixed number, which caused visibility issues when multiple plugins used the library simultaneously. Since plugins would receive the same IDs, newer entities would overwrite existing ones on the client side, making them disappear.
This new implementation delegates to the server's native ID allocation system, ensuring unique IDs across all plugins.
2025-02-18 20:03:51 +01:00
steve
400783e5cc
fix: resend entity passengers when new viewer is added
...
When adding a new viewer to an already spawned entity it was missing the passengers information. This is especially noticeable when updating the texture properties of a WrapperPlayer (due to the destroy and respawn of the entity).
2025-02-18 12:22:14 +01:00
Tofaa
b8df40f6c9
Merge pull request #21 from steveb05/fix/incorrect-velocity-packet
...
Avoid returning empty optional velocity for entity spawn packets
2025-02-16 02:15:21 +04:00
steve
aac39a3a0b
fix: avoid returning empty optional velocity for entity spawn packets
...
Returning an empty optional for the entity spawn velocity packets would apply a negative velocity (-1 on all axes) due to PacketEvents implementation. This affects client-side updated entities like fireworks.
2025-02-15 21:43:43 +01:00
Tofaa
f62986892a
Update README.md
2025-01-28 09:19:00 +04:00
=
39cce79c65
Typo
2024-12-14 23:55:23 +02:00
=
681c0b1d1f
Use commit hash for beta builds
2024-12-14 23:53:01 +02:00
=
c3f5a69bca
Use commit hash for beta builds
2024-12-14 23:51:43 +02:00
=
cb4ad5ec6f
Bump pe
2024-12-14 23:41:35 +02:00
=
8fadc9358e
Mappings fix
2024-12-14 23:39:26 +02:00
=
beaa0cfc33
Mappings fix
2024-12-14 23:34:54 +02:00
=
4134dadaa9
Add getter
2024-11-22 21:36:07 +02:00
=
84826d698a
Bump
2024-11-22 21:11:24 +02:00
=
bdc0bee1f2
add Getter
2024-11-21 01:08:22 +02:00
=
f7fe6a3187
Metadata utilities
2024-11-14 19:37:33 +02:00
=
9e530ebed8
Add EntityContainer#empty
2024-11-14 19:23:12 +02:00
=
2b29bf1c9b
Remove EntityMeta storage
2024-11-14 19:21:27 +02:00
=
debf77de54
Quick fix exception
2024-11-14 01:44:35 +02:00
=
ccea96a6ad
per player entities
2024-11-14 01:42:46 +02:00
=
0d99f705e8
painting provider
2024-11-14 01:15:24 +02:00
=
e9dc95275c
Some more spawn providers
2024-11-14 01:10:52 +02:00
=
b68c86d190
Make bstats opt-out, WIP spawning packet provider
2024-11-14 01:08:10 +02:00
=
1c1c6a479e
Major: Tracker system removal
2024-11-14 01:01:37 +02:00
=
d710683c9e
Fix viewer engine bug
2024-11-13 23:31:38 +02:00
=
519dd91426
Merge branch 'master' of https://github.com/Tofaa2/EntityLib
2024-11-04 22:18:20 +02:00
Bram
8a62a4264b
Fixed: bStats issue with PacketEvents 2.6.0
2024-11-04 15:27:47 +01:00
=
715eafaf51
block bench 'support boilerplate
2024-10-27 19:33:23 +03:00
=
9d9f8aeedf
Remove github build step
2024-10-26 23:39:25 +03:00
=
a61ff4e313
Gitignore website folder till its ready
2024-10-26 23:37:46 +03:00
=
ee554d66b4
Viewer Rules
2024-10-26 22:51:15 +03:00
tofaa
6849d6ec6c
Bump version
2024-09-05 19:00:45 +03:00
Tofaa
b18c8399ed
Merge pull request #16 from mani1232/master
...
add byte
2024-09-05 18:59:35 +03:00
mani1232
76a9df6f5b
add byte
2024-09-05 17:57:51 +02:00
Bram
2899dea790
Merge remote-tracking branch 'origin/master'
2024-08-16 14:16:19 +02:00