fullwall
72180ff8ee
Update pom
2020-01-22 21:44:12 +09:00
Alex "mcmonkey" Goodwin
72c73329df
Fix "SLEEP" and "STOP_SLEEPING" animations for 1.14 and 1.15 ( #2029 )
...
These now both fully work as they used to, allowing an NPC (or any Player entity) to go into a sleeping animation without requiring a bed (which is a bug introduced in the one of the recent MC updates). Fully tested and working in 1.15, presumed working for 1.14 as most things work the same. Not ported to 1.13 as I'm less confident on whether things are equivalent that far back.
2020-01-20 17:31:30 +09:00
apachezy
577b1fcedd
Added Simplified Chinese language translation file. ( #2028 )
...
* Removed duplicate permissions key in plugin.yml
* Added Simplified Chinese language translation file.
2020-01-19 20:13:16 +09:00
fullwall
c42d5f7aa0
Catch /npc command exceptions
2020-01-17 18:15:21 +09:00
fullwall
36ff6730fd
Allow both hands in /npc command
2020-01-17 18:11:23 +09:00
fullwall
89874092ed
Use PlaceholderAPI for /npc command
2020-01-16 20:40:32 +09:00
fullwall
529855bd6d
Deregister event handlers in deregisterAll(), empty talk item is now equivalent to * talk item
2020-01-16 17:17:58 +09:00
fullwall
cd21b9fb8a
Increase max controllable speed
2020-01-12 21:08:29 +09:00
fullwall
41f4c6e1b4
Properly remove wander waypoint marker
2020-01-12 00:33:43 +09:00
fullwall
a0e3b23bc3
Try to migrate ocelot modifiers trait for new MC versions
2020-01-11 13:41:46 +09:00
fullwall
44054d5941
Horse method not renamed properly
2020-01-11 13:33:52 +09:00
fullwall
52e288e43f
Add -o option to /npc command
2019-12-29 22:14:38 +09:00
fullwall
ab4060964c
Add isPowered method
2019-12-24 00:39:27 +09:00
fullwall
5bfb3e0fd7
Merge branch 'master' of fullwall:CitizensDev/Citizens2
2019-12-23 11:03:22 +09:00
fullwall
1a0282d970
Fix /npc metadata remove and forward getOptional call to avoid default entity type issue
2019-12-23 11:03:08 +09:00
DelfikPro
3e48abeebb
Fix impossibility to get or remove metadata ( #2002 )
2019-12-22 18:51:23 +09:00
fullwall
5972e3dffc
Make LinearWaypointProvider more null safe
2019-12-21 20:25:38 +09:00
fullwall
3186f6de5e
Change waypoints to onAttach
2019-12-21 19:09:50 +09:00
fullwall
3e708f0d80
Fix typo
2019-12-21 18:58:33 +09:00
fullwall
ba61a48815
Bump pom versions
2019-12-21 18:56:28 +09:00
fullwall
ba216c7587
Fix issue #2000
2019-12-21 18:47:59 +09:00
fullwall
8c165b9d55
Warn on missing delay in text prompt
2019-12-19 16:46:26 +09:00
fullwall
530e26c4f8
Fix pushable status in 1.15
2019-12-19 16:44:22 +09:00
fullwall
2089225321
Fix NPE in 1.15 navigaiton
2019-12-19 16:37:02 +09:00
fullwall
cefc0edf57
Remove debug
2019-12-13 12:18:44 +08:00
fullwall
a04f054fb9
Fix incorrect navigation checking
2019-12-13 00:08:20 +08:00
fullwall
64aa09bc94
Incorrect javadoc version
2019-12-12 00:20:31 +08:00
fullwall
688f78ea6f
Merge moduled trait code and discontinue building of 1.10
2019-12-12 00:13:54 +08:00
fullwall
ff9c920df3
Initial 1.15 support
2019-12-11 11:25:10 +08:00
fullwall
0a748c7825
Load /npc spawn --at chunk
2019-12-03 19:01:29 +08:00
fullwall
7715232bb3
Add missing p flag to the annotation
2019-12-02 11:28:34 +08:00
fullwall
0d558c8ee1
Add -p flag to /npc command to run as the clicking player
2019-12-02 11:27:15 +08:00
fullwall
798c82536c
Fix bug in tpto
2019-11-28 16:14:29 +08:00
fullwall
6c4682b7a1
Fix issue #1974
2019-11-28 16:12:25 +08:00
fullwall
d0dcb235b3
Various fixes and features
2019-11-28 16:10:35 +08:00
fullwall
94733ddb81
Update NPCCommands.java
2019-11-18 23:55:11 +08:00
fullwall
c6a86442d9
Attempted fix for #1972
2019-11-15 13:20:55 +08:00
fullwall
5d55b172e4
Merge branch 'master' of github.com:CitizensDev/Citizens2
2019-11-12 15:19:07 +08:00
fullwall
727d1508e9
Implement new command method
2019-11-12 15:17:54 +08:00
fullwall
8f5bfc663c
Create FUNDING.yml
2019-10-28 23:39:43 +08:00
fullwall
174ec609ca
Convert to iterator loop
2019-10-20 09:52:07 +08:00
fullwall
771281ef89
Allow tpto to work with 2 arguments
2019-10-19 13:42:37 +08:00
fullwall
63a88acf81
Fix distance calculations for new pathfinder
2019-10-17 18:04:20 +08:00
fullwall
72002e96fa
Don't fall through
2019-10-17 17:38:57 +08:00
fullwall
d7e1110d46
Normalise distance margin calculations across implementations and loosen up the y distance restriction
2019-10-16 18:04:55 +08:00
fullwall
d64876dd65
Temp test fix for spawning
2019-10-03 21:33:06 +08:00
fullwall
d72b6ef9e8
Change isSpawned API to use old valid logic. May fix spawning issues.
2019-10-03 13:14:20 +08:00
fullwall
95e9aa1389
Fix new command trait persistence
2019-10-01 14:16:00 +08:00
fullwall
dabe4bb43e
Add error colour setting, don't over-paginate for console commands
2019-09-24 22:05:10 +08:00
fullwall
03f3d1a713
Further fix...
2019-09-23 21:30:12 +08:00