Commit Graph

219 Commits

Author SHA1 Message Date
Jitse Boonstra 6257930cf5 Another attempt to fix Travis CI. 2019-02-16 15:03:35 +01:00
Jitse Boonstra b4d966458f Another attempt to fix Travis CI. 2019-02-16 15:01:15 +01:00
Jitse Boonstra 6a92a6c372 Travis CI fix.
Also contains some code to start working on #11.
2019-02-16 14:58:33 +01:00
Jitse Boonstra 8f5f390398 Update README. 2019-02-15 21:22:43 +01:00
Jitse Boonstra 24a0693721 Update README. 2019-02-15 21:21:07 +01:00
Jitse Boonstra 3d9e61d641 Merge branch 'v1_7_R4-support' 2019-02-15 21:08:14 +01:00
Jitse Boonstra 45f64ff31a Fixed travis file (#10). 2019-02-15 20:19:40 +01:00
Jitse Boonstra d018b8d97b For v1.4 (#10) (added support for 1.7.10). 2019-02-15 20:18:00 +01:00
Jitse Boonstra 06cec6c0bf Cleaned up some code (#10). 2019-02-15 19:59:38 +01:00
Jitse Boonstra 7101542328 Added 1.7.10 NPC interaction support (for #10). 2019-02-13 11:42:12 +01:00
Jitse Boonstra ab5f07b976 Updated README. 2019-01-02 11:48:23 +01:00
Jitse Boonstra bff059abae Made NPCs spawn for 1.7.10 (1.7 R4) (#10).
Disabled TinyProtocol to work on some other things first.
2018-12-14 15:28:28 +01:00
Jitse Boonstra d741db78de Revert "Unpushed work."
This reverts commit ddf90fe005.
2018-12-14 14:44:37 +01:00
Jitse Boonstra 99ad1d2ce7 Revert "Revert "README text fix.""
This reverts commit 508aea6f12.
2018-12-14 14:43:51 +01:00
Jitse Boonstra 508aea6f12 Revert "README text fix."
This reverts commit 693bf92df1.
2018-12-14 14:43:43 +01:00
Jitse Boonstra ddf90fe005 Unpushed work. 2018-12-11 21:51:37 +01:00
Jitse Boonstra 3f3c864a54 Started on 1.7.10 (v1_7_R4) support (#10).
The older version of Netty is causing a bug with TinyProtocol.
2018-11-30 18:45:19 +01:00
Jitse Boonstra 693bf92df1 README text fix. 2018-11-25 14:12:15 +01:00
Jitse Boonstra a6e8c0f4ce Updates for v1.3. 2018-11-25 14:10:56 +01:00
Jitse Boonstra e0f7ed2ab7
Updated README. 2018-11-12 23:07:02 +01:00
Jitse Boonstra c74ee68920 Updated version to v1.2.2. 2018-11-12 22:43:06 +01:00
Jitse Boonstra c44fdf0112
Updated README.
Went from TravisCI org to TravisCI com.
2018-11-12 22:32:25 +01:00
Jitse Boonstra 09f505fc60 Work for v1.2.2. 2018-11-12 21:42:28 +01:00
Jitse Boonstra cf34ef4c06 Started work on v1.2.2 (support for MC 1.13.1 R2). 2018-11-12 21:09:11 +01:00
Jitse Boonstra 3526002c3c Updated Travis CI config. 2018-11-12 20:59:13 +01:00
Jitse Boonstra e5de4177dd
Update README, added banner. 2018-11-12 17:42:43 +01:00
Jitse Boonstra 25e33a17ff Changed version number to 1.2.1. 2018-10-17 19:58:37 +02:00
Jitse Boonstra 496d5067a3 Fixed crucial BungeeCord bug. 2018-10-17 19:51:34 +02:00
Jitse Boonstra 164e7a0794 README change. 2018-08-18 14:43:13 +02:00
Jitse Boonstra c23dded914 README change. 2018-08-18 14:42:51 +02:00
Jitse Boonstra 1f0fca019b For v1.2 - Added 1.13 support. 2018-08-18 14:37:05 +02:00
JitseB 15335c24f1 For v1.1.4.
Fixed the usage of NPCLib as a plugin dependency without shading it.
2018-05-20 10:13:58 +02:00
JitseB d3af2fa9ae README change.
Changed the name of the project/repo: npclib -> NPCLib.
2018-05-16 19:37:40 +02:00
JitseB bca98b061a For v1.1.3.
Some files will not be used in this release. These will become active in v1.2.
2018-05-16 19:36:19 +02:00
JitseB e0862fcfb6 Fixed issue for when NPC is spawned onJoin.
Skin was not showing because the PacketPlayOutPlayerInfo (remove) was sent too early. Delay this by a factor of 10 to prevent this.
2018-05-14 22:09:16 +02:00
JitseB 3120613f85 Added headers to TriggerType class. 2018-05-14 20:50:50 +02:00
JitseB f8325dcf27 Started on a major rework of the way NPCLib handles packets. 2018-05-13 22:43:20 +02:00
Jitse Boonstra 1a5a3bc490
Merge pull request #9 from MrMicky-FR/master
Some optimisations.
2018-05-12 17:29:29 +02:00
MrMicky 46ad713d9b Some optimisations 2018-05-11 01:45:12 +02:00
JitseB 76039112b0 Changed version to v1.1.2 for next release. 2018-05-09 12:17:44 +02:00
JitseB ad4e13a602 Worked on issue #7. Issue should be fixed now. 2018-05-08 22:59:25 +02:00
JitseB eed6da3f46 Removed debug message (#7). 2018-05-07 10:22:11 +02:00
JitseB cc0c64a610 Work on issue #7 (skin rendering issue). 2018-05-07 10:14:55 +02:00
JitseB 11936e630c For v1.1.1, fixes reload bug. 2018-05-06 23:34:55 +02:00
JitseB 63f60c4208 Few Maven changes and added a build script. 2018-05-06 17:20:12 +02:00
JitseB a7c683e45c Revert previous commit.
TravisCI couldn't find the parent pom.xml's needed ror the NMS repositories that were cached. :trollface:
2018-05-06 13:08:07 +02:00
JitseB 5f4ef72efe TravisCI configuration change.
Only cache the NMS repositories.
2018-05-06 13:04:58 +02:00
JitseB 44720fbd18 Travis configuration change. 2018-05-06 12:57:10 +02:00
JitseB 4092ae3385 TravisCI configuration change.
Please pass now... 🙌
2018-05-06 12:44:22 +02:00
JitseB a799f5127b Added Build Status to README. 2018-05-06 11:48:35 +02:00