Commit Graph
9 Commits
Author SHA1 Message Date
booky10 4e6ceb54bb Add hand to fish event for all player interactions 2023-07-03 01:55:32 +02:00
booky10 2fccf1c185 Add player idle duration API
Implements API for getting and resetting a player's idle duration.
2023-10-14 03:11:11 +02:00
booky10 fbce8f41cc Add API for resetting a single score
It was only possible to reset all scores for a specific entry, instead of resetting only specific scores.
2021-11-05 21:01:36 +01:00
booky10 4853ebd729 Fix missing event call for entity teleport API 2023-11-12 05:09:47 +01:00
booky10 ffa5164e4c Add hand to fish event for all player interactions 2023-07-03 01:55:32 +02:00
booky10 b7be7d6807 Broadcast take item packets with collector as source
This fixes players (which can't view the collector) seeing item pickups with themselves as the target.
2023-10-29 02:36:10 +01:00
booky10 2b6b81bde9 Add player idle duration API
Implements API for getting and resetting a player's idle duration.
2023-10-14 03:11:11 +02:00
booky10 efc4457fa1 Update entity data when attaching firework to entity
== AT ==
public net.minecraft.world.entity.projectile.FireworkRocketEntity DATA_ATTACHED_TO_TARGET
2023-08-27 16:11:31 +02:00
booky10 ef5b6401b3 Add API for resetting a single score
It was only possible to reset all scores for a specific entry, instead of resetting only specific scores.
2021-11-05 21:01:36 +01:00