Commit graph

232 commits

Author SHA1 Message Date
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
Bram
6be47d5fc2
Googler's Fork -> GradleUp 2024-08-16 14:16:12 +02:00
Tofaa
f5c5366240
Update README.md 2024-08-15 17:21:24 +04:00
Tofaa
8f20054275 bump version 2024-08-11 14:59:20 +04:00
Tofaa
5bec1fd1a1 some isspawned checks 2024-08-10 18:57:41 +04:00
Tofaa
0356f220cb Bump version 2024-08-08 14:24:02 +04:00
Tofaa
3b3e7b3ff0 Merge branch 'master' of https://github.com/Tofaa2/EntityLib 2024-08-08 14:22:02 +04:00
Tofaa
f24fdf6383 Fix npe for remove and rotateHead updates yaw and pitch 2024-08-08 14:21:49 +04:00
Bram
8488b16006
Fix master branch being called main branch in the build workflow 2024-07-27 22:57:48 +09:00
Bram
f75ecd85ae
Updated: Gradle to build upon each commit and pull request 2024-07-27 22:56:34 +09:00
Bram
56f6a5060d
Removed: Old JitPack configuration file 2024-07-27 22:40:26 +09:00
Tofaa
266e4e6c4e Out of jitpack 2024-07-26 11:38:45 +04:00