Commit Graph

99 Commits

Author SHA1 Message Date
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
JitseB e0f4e9251e New TravisCI configuration. 2018-05-06 11:47:38 +02:00
JitseB 9a8108748e API pom.xml change to test TravisCI. 2018-05-06 01:09:32 +02:00
JitseB 9d681a2e9a Changed Travis configuration.
Silenced building server jars and fixed broken script.
2018-05-06 00:24:16 +02:00
JitseB 9c9eeb9da6 Testing TravisCI. 2018-05-05 23:49:15 +02:00
JitseB 1e8b41f5ea README link fix. 2018-05-05 23:36:04 +02:00
JitseB 1058afb18b README change. 2018-05-05 23:35:18 +02:00
JitseB ac3e4ea595 For v1.1. 2018-05-05 20:16:04 +02:00
JitseB d73a4dd5d2 Minor changes.
Added message boolean on NPCLib instantiation and removed notice from README.
2018-05-05 19:34:00 +02:00
Jitse Boonstra 1143398b2a
Merge pull request #8 from MrMicky-FR/master.
Maven!
2018-05-05 19:14:47 +02:00
JitseB 19c6ca645b Few small changes in the pom files. 2018-05-05 19:14:23 +02:00
MrMicky c9a58ccd48 Add Maven ! 2018-04-26 13:52:49 +02:00
MrMicky f74d57962a Add Maven ! 2018-04-26 13:51:48 +02:00
Jitse Boonstra b38477bc91
Changed README. 2018-04-25 21:53:34 +02:00
JitseB 7acaa1ce43 Changed README. 2018-04-25 21:50:49 +02:00
JitseB f0f647b837 Work on teleportation feature. 2018-04-25 21:40:29 +02:00
JitseB a3136e4d00 Created teleportation method for V1_12_R1. 2018-04-25 16:58:32 +02:00
JitseB 1a99cfd2e6 Moved more event listeners. 2018-04-25 16:02:02 +02:00
JitseB d84a7dfc11 Moved some methods and classes. 2018-04-25 15:59:37 +02:00
Jitse Boonstra ad4002f2ff
Merge pull request #6 from JitseB/dev
Dev branche merge.
2018-04-25 15:55:55 +02:00
Jitse Boonstra 65234425fc
Merge branch 'master' into dev 2018-04-25 15:55:37 +02:00