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 BoonstraandGitHub
|
1a5a3bc490
|
Merge pull request #9 from MrMicky-FR/master
Some optimisations.
|
2018-05-12 17:29:29 +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 BoonstraandGitHub
|
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 |
|
 Jitse BoonstraandGitHub
|
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 BoonstraandGitHub
|
ad4002f2ff
|
Merge pull request #6 from JitseB/dev
Dev branche merge.
|
2018-04-25 15:55:55 +02:00 |
|
 Jitse BoonstraandGitHub
|
65234425fc
|
Merge branch 'master' into dev
|
2018-04-25 15:55:37 +02:00 |
|
JitseB
|
d77f21827e
|
Started ripping apart the (bigger) player listener class.
|
2018-04-25 15:53:07 +02:00 |
|
 Jitse BoonstraandGitHub
|
6fa94ca244
|
Merge pull request #5 from MrMicky-FR/master
Fix errors with worlds.
|
2018-04-25 15:47:08 +02:00 |
|
JitseB
|
9c392e70df
|
Few more comparison changes.
|
2018-04-25 15:42:57 +02:00 |
|
JitseB
|
44b066ae3d
|
Puctuation change.
|
2018-04-25 15:39:47 +02:00 |
|
JitseB
|
612c484962
|
Changed world object comparison from == to equals.
|
2018-04-25 15:39:33 +02:00 |
|
JitseB
|
5f9467e265
|
Refactored chunk object comparison.
Object#equals checks values inside the object. == only returns true if they refer to the same object.
|
2018-04-25 15:37:56 +02:00 |
|
JitseB
|
c51f522874
|
Punctuation and spelling fix.
|
2018-04-25 15:32:00 +02:00 |
|
JitseB
|
f4d907c1a5
|
Working on updates.
|
2018-04-25 15:23:47 +02:00 |
|
JitseB
|
eb150bf160
|
Trying to figure out a custom skin rendering issue.
|
2018-04-23 13:34:35 +02:00 |
|
 Jitse BoonstraandGitHub
|
5139b29f7c
|
Merge pull request #4 from MrMicky-FR/master
Remove collisions with NPC on 1.9+ servers + Remove PlayerKickEvent
|
2018-04-23 13:29:37 +02:00 |
|
JitseB
|
530c7df25a
|
Changed README.
|
2018-04-19 19:56:49 +02:00 |
|
JitseB
|
fb1fe7896f
|
Changed README (and old commit for v1.0.4).
|
2018-04-19 19:55:59 +02:00 |
|
JitseB
|
38f164554a
|
Commit for release v1.0.3.
|
2018-04-19 19:09:10 +02:00 |
|
JitseB
|
9319c291e6
|
Added a proper license (MIT license).
|
2018-04-19 18:00:24 +02:00 |
|
JitseB
|
04436160a1
|
Added chunk load event listener.
|
2018-04-19 17:08:24 +02:00 |
|
JitseB
|
c8a74c1c81
|
Changed version for release v1.0.2.
|
2018-04-19 17:04:40 +02:00 |
|
JitseB
|
537397482d
|
Changed .gitignore.
|
2018-04-19 16:46:30 +02:00 |
|
JitseB
|
7cfde040da
|
Added chunk unload event listener.
|
2018-04-19 15:26:42 +02:00 |
|
JitseB
|
0be943d1ae
|
Added small developers notice to README.
|
2018-04-16 19:20:48 +02:00 |
|
JitseB
|
58c9ac3b1c
|
Added acknowledgement section to README.
|
2018-04-16 07:56:08 +02:00 |
|
 Jitse BoonstraandGitHub
|
93c8b68bd8
|
Merge pull request #3 from MrMicky-FR/master
Multiples changements
|
2018-04-16 07:50:58 +02:00 |
|
JitseB
|
06b034c86e
|
Removed stream function.
Stream functions generate new objects. Looping through the values is more efficient.
|
2018-04-16 07:49:57 +02:00 |
|
JitseB
|
0387732482
|
Added /out dir to .gitignore.
|
2018-04-16 07:45:36 +02:00 |
|
JitseB
|
a478ccae59
|
Introduction change in README.
|
2018-04-15 19:59:56 +02:00 |
|
JitseB
|
5dad45f295
|
Updated README.
|
2018-04-15 19:53:11 +02:00 |
|
JitseB
|
6915d490c9
|
Small addition in the testing plugin.
NPC now spawns for every online player.
|
2018-04-15 18:54:10 +02:00 |
|
JitseB
|
872587a5a9
|
Small style cleanup.
|
2018-04-15 17:12:35 +02:00 |
|
JitseB
|
81a0f2a855
|
Changed README.
|
2018-04-14 12:04:03 +02:00 |
|
JitseB
|
4d1d5664b7
|
Added events (under usage) in README.
|
2018-04-14 11:40:09 +02:00 |
|
JitseB
|
9ca41be7fe
|
Added donate section to README.
|
2018-04-14 11:36:08 +02:00 |
|
JitseB
|
96b0f68da9
|
Fixed second skin layer issue (1.9 - 1.12).
|
2018-04-14 11:23:50 +02:00 |
|
JitseB
|
3dd578c877
|
Commit for v1.0-stable.
|
2018-04-13 21:34:38 +02:00 |
|
JitseB
|
e91144b4ec
|
README change.
|
2018-04-13 19:08:53 +02:00 |
|
JitseB
|
c2c21cdf2a
|
Clarified the README.
|
2018-04-13 19:03:44 +02:00 |
|
JitseB
|
27095fa472
|
Added copyright section to README.
|
2018-04-13 18:59:13 +02:00 |
|
JitseB
|
35bad45d74
|
Added usage section to README.
|
2018-04-13 18:58:24 +02:00 |
|
JitseB
|
23286d3e3a
|
Added some messages in the plugin.
|
2018-04-13 18:51:36 +02:00 |
|
JitseB
|
732a0dd763
|
Added author and copyright notice.
|
2018-04-13 18:23:46 +02:00 |
|
JitseB
|
9fd1347e2f
|
Added README.
|
2018-04-13 11:01:30 +02:00 |
|
JitseB
|
46e75102a8
|
For version 1.0-dev.
|
2018-04-13 10:57:19 +02:00 |
|
JitseB
|
0ad7531592
|
Initial commit.
|
2018-04-13 08:07:59 +02:00 |
|