Commit Graph
135 Commits
Author SHA1 Message Date
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
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 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
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 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
MrMicky 41821c8783 Fix armor stands spawn in nether and end + Reflection 2018-04-25 14:41:24 +02:00
MrMicky 2d3f6e46a3 Fix errors on world change 2018-04-25 14:40:47 +02:00
MrMicky 1fba0d9ff0 Correct errors on world change 2018-04-25 14:17:52 +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
MrMicky 93ea8adb23 Remove PlayerKickEvent (PlayerQuitEvent is call on kick) 2018-04-22 21:15:12 +02:00