fullwall
3c1975f1df
Update for 1.13.2
2018-10-25 16:48:15 +08:00
MiniDigger
007794df22
update bstats dependency to new repo ( #1585 )
...
* update bstats dependency to new repo
this commit doesn't update the bstats version to 1.3 yet, that should be done in a separate pr
* fix typo
2018-10-24 15:24:19 +08:00
fullwall
a545c318a7
Use 1.8.8 API
2018-10-14 21:50:19 +08:00
fullwall
1276365a11
Fix issues with editors not respecting editing player
2018-10-13 11:11:09 +08:00
fullwall
0ecd480790
Stop pathfinding on pause
2018-10-08 23:25:40 +08:00
fullwall
1853a6f474
More QoL for triggers
2018-10-07 14:07:12 +08:00
fullwall
3b6996b3ee
.
2018-10-07 13:25:34 +08:00
fullwall
b4b160b64d
Fix weird eclipse error
2018-10-07 13:24:21 +08:00
fullwall
4424f8b9ae
QoL enhancements for waypoints triggers
2018-10-07 13:20:56 +08:00
fullwall
a3c99e63e7
Use UUID instead of name in followtrait
2018-10-06 18:31:16 +08:00
fullwall
787e114faa
Add a super simple follow trait
2018-10-06 17:11:57 +08:00
fullwall
92121c11e2
Trial portals
2018-10-01 18:36:12 +08:00
fullwall
edc36c76c8
Don't break on different waypoint worlds while editing
2018-10-01 18:05:37 +08:00
fullwall
9f9647a615
Reset pitch
2018-09-30 15:25:10 +08:00
fullwall
2254741d09
NPE check in GuidedWaypointsProvider
2018-09-27 20:25:52 +08:00
fullwall
b29f292537
Merge branch 'master' of github.com:CitizensDev/Citizens2
2018-09-26 18:57:55 +08:00
fullwall
d9a0481a7e
Fix for change in EntityTypes fields
2018-09-26 18:57:34 +08:00
Alex "mcmonkey" Goodwin
71373fb73e
Improve readme file
...
Link wiki API page, clean compatibility notes a bit, fix formatting.
2018-09-21 07:14:25 -07:00
fullwall
1dc0edd7b0
Fix compile error
2018-09-18 18:22:16 +08:00
fullwall
97d4d7b428
Force armor stands to use the new pathfinder and override packet sending
2018-09-18 18:15:37 +08:00
fullwall
9d14b76d10
Fix TURTLE_HELMET being included in 1.12 and below
2018-09-01 21:22:32 +08:00
fullwall
11166c8bbe
Update version and preliminary 1.13.1 update
2018-08-26 20:43:51 +08:00
fullwall
0603c3f17e
Fix shutdown registry setting
2018-08-18 13:19:16 +08:00
fullwall
505ef8a926
Use new spawnreason
2018-08-08 16:08:38 +08:00
fullwall
50cc44258f
Add TURTLE_HELMET to helmets
2018-08-08 15:45:26 +08:00
Joseph Hirschfeld
56ef4c30ff
Use World uuids instead of World names ( #1551 )
2018-08-08 07:50:08 +08:00
fullwall
829e4a40ae
Change yaw setting for 1.8.8
2018-07-24 20:16:24 +08:00
fullwall
0d5d5c4ac6
Check for null world in spawn
2018-07-24 19:52:35 +08:00
fullwall
4346ed0b19
Fix an issue with player navigation
2018-07-23 18:09:34 +08:00
fullwall
7760164880
Reset move controllers for water mobs
2018-07-22 16:34:14 +08:00
fullwall
9e38701367
Merge branch 'master' of github.com:CitizensDev/Citizens2
2018-07-22 14:27:23 +08:00
fullwall
ecfc4f451c
Preliminary 1.13 update
2018-07-22 14:27:08 +08:00
Alex "mcmonkey" Goodwin
5e12d02e07
Add required version fill-in points on the issue template
...
Hopefully this will reduce the mess of low-detail issues.
2018-07-21 21:14:14 -07:00
Derrick Lambert
b4af47f1c6
Fixed the dependencies on the JAR to include 1.13 ( #1536 )
...
This includes the 1.13 module into the outputed JAR so that it can properly load on Spigot 1.13-pre7 servers. The JAR will not properly load on 1.13-pre7 without this change.
2018-07-21 12:46:49 +08:00
fullwall
0cb3096125
Merge branch 'master' of github.com:CitizensDev/Citizens2
2018-07-20 21:57:59 +08:00
fullwall
9adf755b8b
Add some 1.13 traits, fix an issues with backwards API compatibility
2018-07-20 21:57:45 +08:00
mcmonkey
1cd14051ee
Fix citizens version to be 2.0.23
2018-07-19 20:47:03 -07:00
mcmonkey
3023492e4d
use latest cb versions
...
They're all now on the buildserver
2018-07-19 20:30:42 -07:00
fullwall
dfb5b90b38
Preliminary 1.13 update - some known issues
2018-07-19 20:18:47 +08:00
fullwall
d2a0aa637b
Remove debug code
2018-06-30 12:56:31 +08:00
fullwall
283fd3ee32
Add elytra effect to flying pathfinder
2018-06-29 22:50:48 +08:00
fullwall
aef2c48256
Merge branch 'master' of github.com:CitizensDev/Citizens2
2018-06-29 22:35:29 +08:00
fullwall
23f03c1fd8
Add PlayerAnimation.START_ELYTRA
2018-06-29 22:35:13 +08:00
fullwall
34c57c7a43
Update ISSUE_TEMPLATE
2018-06-29 01:56:30 +08:00
fullwall
e4f059683a
Don't persist armor stands from PlayerAnimation.SIT
2018-06-29 00:07:56 +08:00
Alex "mcmonkey" Goodwin
221eb4b8d5
Fix for client NPE issue - don't missend player spawn packets ( #1525 )
...
* Fix #1360 - don't missend player spawn packets
Player spawn packets were improperly sent by the Minecraft internals in early NPC spawn sequence, when they are not valid to be sent yet. This patch blocks their sending until the tracker system is pushed onto the NPC. Tested and functional.
* improve long name cutting order, fixes #1422
ensures that root name will always be 16 characters if the given name was too long - previously, the root name could be as small as a single character (for input name of 17 characters).
2018-06-28 23:51:41 +08:00
Alex "mcmonkey" Goodwin
42fda25ceb
Patch skin command, rename command ( #1524 )
...
* Fix npc skin -t argument order
Command input is doc'd as (and should function as) data then signature, but the called method was signature then data... update calls it in correct order. Also, fixes doc to indicate that a name is valid input, not just uuid (not entirely sure how that is handled when sent out in a packet, but it seems to be correct to feed a name)
* Ensure rename command will handle scoreboard changes
Always update prefix/suffix, not just only when team is newly created
Guarantee removal entity from scoreboard team on remove
Also removes a fileheader screwup (first line changed in 1_12_R1 file)
Also removes non-used code bits (the two coloredName lines - they don't actually functionally do anything)
Also removes a duplicated data get call
* patch gamemode command
Uppercase + unique permission node
* patch for names of length 30
2018-06-27 12:00:03 +08:00
Alex "mcmonkey" Goodwin
432e92ac25
Add some clarity to the issue template
2018-06-17 02:48:27 -07:00
Julian v.d Berkmortel
5d04746a99
( Patch for #1498 ) protect villager npcs from lightning ( #1504 )
2018-06-07 17:08:39 +08:00
Julian v.d Berkmortel
4ae8a19b33
( Patch for #1509 ) support zombie villagers in the villager profession trait ( #1510 )
2018-06-07 17:08:29 +08:00