Commit Graph

249 Commits

Author SHA1 Message Date
JitseB d77f21827e Started ripping apart the (bigger) player listener class. 2018-04-25 15:53:07 +02:00
Jitse Boonstra 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 Boonstra 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
MrMicky b68cb7c2ea Remove collisions with NPC on 1.9+ servers 2018-04-22 20:33:35 +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 Boonstra 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
MrMicky 8d0b7b11c7 Allow NPC without Skin + despawn on destroy + optimisations 2018-04-16 04:10:30 +02:00
MrMicky f4a80f131d Add .gitignore 2018-04-16 04:08:23 +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
CoreyShupe d8a39d4c06 Small cleanup (#2) (PR)
* Update NPCManager.java

Fixed to a more singleton perspective

* Update NPCLib.java

Fixed import issue
2018-04-15 17:11:09 +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