Commit Graph

280 Commits

Author SHA1 Message Date
Jitse Boonstra 3dceca16b9 More things for #11 😄 2019-10-21 20:21:03 +02:00
Jitse Boonstra 4d2140d24c Started thinking about the implemtation of #11 2019-10-21 09:49:23 +02:00
Jitse Boonstra 6d5895870b Updated Maven artifact version to 2.2-SNAPSHOT. 2019-10-20 20:16:48 +02:00
Jitse Boonstra 6f3f9b05d4 For v2.2. 2019-10-20 20:04:38 +02:00
Jitse Boonstra cd1115d2a3 More code for #20
Started work on 1.8 R2 to 1.9 R2 with some slight errors, will be fixed later. 1.8 R1 should be working though.
2019-10-20 11:36:37 +02:00
Jitse Boonstra 96028d2ca1 Started work on #20 2019-10-20 10:48:12 +02:00
dependabot[bot] a3f0188483
Bump netty-all from 4.1.33.Final to 4.1.42.Final in /api
Bumps [netty-all](https://github.com/netty/netty) from 4.1.33.Final to 4.1.42.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](https://github.com/netty/netty/compare/netty-4.1.33.Final...netty-4.1.42.Final)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-11 19:20:46 +00:00
Jitse Boonstra a91ee58547 Updated version to 2.1-SNAPSHOT. 2019-10-05 17:44:01 +02:00
Jitse Boonstra e54e13b53f
Merge pull request #33 from DungeonRealms/master
Optimize important code, add distance interaction check.
2019-10-05 17:41:28 +02:00
Kneesnap bd172a100a Fully fix kick bug for all versions.
The problem was that if a scoreboard team is sent while it's already registered, the player will disconnect.
Since there does not appear to be any downside to never removing the team,
we just won't remove the team, and send the team only once.
If there are any problems with this in the future, we can implement a smart solution which will be able to handle the packet sending properly.
2019-09-25 15:02:37 -07:00
Kneesnap 3dd725c91c Fix 1.12 kick bug. (Registering a scoreboard while an old one exists.) 2019-09-23 23:48:10 -07:00
Kneesnap bc1c9677ba Bug-fix the packet listener. 2019-09-23 13:59:49 -07:00
Kneesnap 1c035ba290 Fix 1.12.X support. 2019-09-23 13:33:59 -07:00
Kneesnap dfa1d14f0e Avoid unintentionally loading loads of chunks with Location#getChunk 2019-09-22 12:23:09 -07:00
Kneesnap 3b62c85e7e Handle if a player was kicked, instead of quitting normally. 2019-09-22 12:18:53 -07:00
Kneesnap 0ecc238e6a Player move optimization. 2019-09-22 12:09:48 -07:00
Kneesnap d9ca07b195 Optimize important code, add distance interaction check. 2019-09-20 14:34:16 -07:00
Jitse Boonstra 1d29f54c02 Add issue template 2019-08-08 22:08:55 +02:00
Jitse Boonstra 85bad15994
Merge pull request #27 from termxz/patch-1
Missing setSkin method on Example 3
2019-08-07 22:12:19 +02:00
termxz c368f5ae25
Missing setSkin method on Example 3 2019-08-07 08:47:21 -07:00
Jitse Boonstra 6b08114366 For v2.0.1 (minor bug fix #26) 2019-08-07 11:16:34 +02:00
Jitse Boonstra 5b2f3fc84a
Update DOCUMENTATION.md 2019-08-03 18:12:06 +02:00
Jitse Boonstra 74b115e733 Update example-2.java 2019-08-03 16:42:12 +02:00
Jitse Boonstra 7cf5e4d0bb Added some examples. 2019-08-03 16:18:29 +02:00
Jitse Boonstra 84bcd6a6c3 Added note to self. 2019-08-03 15:18:28 +02:00
Jitse Boonstra ff1472a94f Small updates. 2019-08-03 15:04:15 +02:00
Jitse Boonstra a945a21a26 Fixed travis-ci error. 2019-08-03 14:13:07 +02:00
Jitse Boonstra c267968b12 Update .travis.yml 2019-08-03 14:10:46 +02:00
Jitse Boonstra 26dd27d886 Update .travis.yml 2019-08-03 14:05:30 +02:00
Jitse Boonstra cce0acf226 Update .travis.yml 2019-08-03 14:04:53 +02:00
Jitse Boonstra d7d1eed06c Update .travis.yml 2019-08-03 14:02:57 +02:00
Jitse Boonstra 2739981b5b Trouble-shooting travis-ci. 2019-08-03 14:00:06 +02:00
Jitse Boonstra 593a1788d6 Update .travis.yml 2019-08-03 13:54:50 +02:00
Jitse Boonstra 787774ecf2 Update .travis.yml 2019-08-03 13:48:42 +02:00
Jitse Boonstra e0752c5d7e Updated the library. 2019-08-03 13:47:12 +02:00
Jitse Boonstra b8a7dcaddb More fiddling around with Sonatype.... 2019-06-03 23:30:50 +02:00
Jitse Boonstra 9771bd1077 Making NPCLib ready for Sonatype 2019-06-03 12:26:15 +02:00
Jitse Boonstra a029ed2b92 Removed some test code 2019-05-06 17:18:37 +02:00
Jitse Boonstra 3fb931e26e Reverted previous commit 2019-05-06 17:04:15 +02:00
Jitse Boonstra 70e17624bd Attempt to fix Jitpack issue 2019-05-06 09:00:16 +02:00
Jitse Boonstra 39192ba48c Updates commons pom file to allow per version development
... without the need to have all spigot versions in your local Maven repo
2019-05-05 18:10:21 +02:00
Jitse Boonstra 1dbe797e01 For 1.4.2. 2019-05-02 18:15:15 +02:00
Jitse Boonstra 2a883ebfdf Update README. 2019-05-02 18:01:31 +02:00
Jitse Boonstra 4f5299a872 Changed maven file naming 2019-05-02 17:59:04 +02:00
Jitse Boonstra 2982a1ecb3 Minor bug fixes (incl. fix for #17) 2019-05-02 17:49:14 +02:00
Jitse Boonstra a7026134e0 Added more reminders. 2019-02-21 22:47:12 +01:00
Jitse Boonstra 9739caf2f1 Added a reminder for me to not recreate issue #13. 2019-02-21 22:43:58 +01:00
Jitse Boonstra 96f82b1779 Changed version to v1.4.1 (fix #12). 2019-02-21 22:26:28 +01:00
Jitse Boonstra f3a38e6774 Variable name refactor. 2019-02-21 22:22:29 +01:00
Jitse Boonstra 7214aea5ff
Merge pull request #13 from MrMicky-FR/master
Merge @MrMicky-FR's NPCLib updates
2019-02-21 22:21:46 +01:00