fullwall
8b4a4dd48c
Don't compute a global npc shop if absent
2024-11-19 05:26:24 +08:00
fullwall
2c25291676
Add applyEffectsFromBlocks
2024-11-19 03:49:07 +08:00
fullwall
cd98ed3539
Split speech bubble text into newlines
2024-11-19 03:34:55 +08:00
fullwall
17cd2d742a
Fix skeleton horse spawning in 1.21.3
2024-11-19 01:09:21 +08:00
fullwall
817df76468
Trial treating 403 Forbidden as too many requests
2024-11-10 07:51:12 +08:00
ZX夏夜之风
695baf4481
fix: backport of #3177 ( #3179 )
...
* fix: backport of #3177
1.8 backport may not work well because no DataWatcher for fuse in that version, and we can't support it as it is really an old version. It is just a theoretical fix.
* fix: leave fuse ticks very long in MC 1.8 fix
2024-11-08 23:54:05 +08:00
ZX夏夜之风
080bf9ce3d
fix: backport of #3172 ( #3180 )
...
* fix: partial backport of #3172
MC ver <= 1.16.5 is not considered as they are no longer supported officially. Fork devs pls do your own backport.
* fix: different way to get level in different MC version
* fix: finished missing backport for all other MC versions we support
2024-11-08 23:53:33 +08:00
ZX夏夜之风
7cc2b0658d
fix: search attributes using different key for backwards compatibility ( #3178 )
2024-11-06 00:13:41 +08:00
ZX夏夜之风
63b0125be7
fix: TNT NPCs disappear while reached vanilla life limit ( #3177 )
2024-11-05 22:59:21 +08:00
ZX夏夜之风
601068c117
feat: NPC move event ( #3172 )
2024-11-05 22:53:37 +08:00
fullwall
52556f560e
Use new API
2024-11-02 22:58:23 +08:00
fullwall
93b87d35ad
Backport a few more methods
2024-11-02 19:33:55 +08:00
fullwall
b6214c1bff
Backport some forwarding methods to 1.19
2024-11-02 19:16:48 +08:00
fullwall
f92fb4373f
Implement a lot more methods in custom entity registry to fix tags
2024-11-02 19:05:36 +08:00
fullwall
b7842183f8
Delay scoreboard creation slightly
2024-11-02 15:52:34 +08:00
fullwall
5283905be9
Merge branch 'master' of github.com:CitizensDev/Citizens2
2024-11-02 13:50:48 +08:00
fullwall
f31d986c27
Update for API changes, add /npc scaledmaxhealth, use new API
2024-11-02 13:50:19 +08:00
ZX夏夜之风
969d5cd396
fix: manually boxing for targetable boolean state to prevent NPE ( #3174 )
...
* fix: manually boxing for comparison is necessary as the targetable state may undefined
* chore: remove unused import
2024-11-02 13:15:08 +08:00
fullwall
7f400dc672
Cleanup
2024-11-01 23:36:08 +08:00
ZX夏夜之风
5c5cf51b3e
feat: targetable trait ( #3173 )
2024-11-01 23:27:04 +08:00
fullwall
69acf89ff9
Cleanup, return the navigation destination from NMS.getDestination in case external plugins miss the timing to get it
2024-11-01 20:27:16 +08:00
ZX夏夜之风
81d54bba57
fix: stop mobs from targeting NPCs when they are no longer targetable ( #3171 )
2024-10-31 22:08:39 +08:00
fullwall
c1def34749
Use BLOCK_MARKER instead of BLOCK for 1.19 compat
2024-10-29 23:09:45 +08:00
fullwall
385b9691d5
Merge
2024-10-29 20:37:25 +08:00
fullwall
8878c238c0
Add back compat for attribute
2024-10-29 20:35:25 +08:00
ZX夏夜之风
05ebf99d37
fix: sync with latest API change ( #3169 )
2024-10-29 19:57:35 +08:00
fullwall
1579aa0e9e
Updated controllable for 1.21.3
2024-10-28 19:57:36 +08:00
fullwall
0b978f6322
Support blank cosmetic
2024-10-28 01:19:30 +08:00
fullwall
72dabc2c2d
Incorrect pom change
2024-10-27 21:28:24 +08:00
fullwall
8111ba387f
Add cosmetic equipper implemented using protocollib, currently doesn't refresh equipment manually
2024-10-27 21:27:27 +08:00
fullwall
4cf042eb3f
Add /npc pausepathfinding --lockout, fix /npc text speech bubbles duration
2024-10-27 20:14:43 +08:00
fullwall
158d4d328c
Fix entitytype lookup for old minecraft versions
2024-10-27 18:51:31 +08:00
fullwall
172976e3d6
Use Spigot libraries feature instead of libby
2024-10-24 02:15:53 +08:00
fullwall
f689152ef8
Merge branch 'master' of github.com:CitizensDev/Citizens2
2024-10-24 01:42:18 +08:00
fullwall
ff2cecf6f2
Initial update to 1.21.2
2024-10-24 01:42:07 +08:00
ZX夏夜之风
767a73a479
fix: we should cancel the original target event instead of our own version ( #3163 )
2024-10-23 23:45:01 +08:00
ZX夏夜之风
4d1b5a79b7
fix: release interaction NPC handle when owner NPC despawn ( #3161 )
2024-10-22 19:19:26 +08:00
ZX夏夜之风
5e85b8a035
fix: logging is not necessary even if ServerPlayer.mobCounts field is not found ( #3162 )
...
* fix: logging is not necessary even if ServerPlayer.mobCounts field is not found
That field is Paper-specific thing, so it would not exist on Spigot, which will cause confusing error message.
* chore: add comment on Player.mobCounts MH fields
2024-10-22 19:19:13 +08:00
fullwall
708bf13afd
Trial removing Player NPCs from the paper per-player mob limits
2024-10-20 17:09:19 +08:00
fullwall
ec4ba73ada
Teleport interaction entity for boundingbox
2024-10-19 21:59:36 +08:00
fullwall
deb438bd75
Add NMS#getCollisionBox(BlockData)
2024-10-19 21:06:10 +08:00
fullwall
2247a81150
Add setSpeed calls to fix armorstand not working with movecontrol
2024-10-19 20:01:27 +08:00
fullwall
78f7ee15a4
Update chinese translation thanks to SNWCreations
2024-10-17 22:37:29 +08:00
fullwall
bf845289c2
Add duration argument to /npc command permission
2024-10-17 22:35:54 +08:00
fullwall
46f3c31832
Make areaeffectcloud the default hologram renderer over armorstand, add /npc areaeffectcloud
2024-10-13 01:07:28 +08:00
ZX夏夜之风
a7078b2c6d
fix(security): prevent temporary OP from being saved ( #3159 )
...
* fix(security): prevent temporary OP from being saved
* fix: Player#setOp usage is not necessary
* fix: fixed incorrect implementation of setOpWithoutSaving for certain MC version
2024-10-09 20:44:09 +08:00
ZX夏夜之风
f8107a8f8b
fix: NPC.isProtected() should be passed to the combust event ( #3158 )
2024-10-06 23:27:12 +08:00
fullwall
16b8407ebf
Update simplified chinese translation thanks to @SNWCreations
2024-10-06 23:26:40 +08:00
fullwall
e9412b8159
Trial adding interactions to entity hitbox
2024-10-05 18:53:34 +08:00
fullwall
89331998a0
Merge branch 'master' of github.com:CitizensDev/Citizens2
2024-10-05 17:07:43 +08:00