Commit Graph

830 Commits

Author SHA1 Message Date
Daniel Saukel
eb18ee9bce Add dungeon sign API 2020-01-27 01:31:54 +01:00
Daniel Saukel
43027ae8a9 Generate JavaDoc on compilation 2020-01-24 17:27:54 +01:00
Daniel Saukel
0f38b9c899 More PlayerGroup APIs 2020-01-24 17:27:37 +01:00
Daniel Saukel
ab845b8557 Add some API / implementation difference notes 2020-01-24 17:27:19 +01:00
Daniel Saukel
7e2153f532 Adapter | API 2020-01-12 16:10:08 +01:00
Daniel Saukel
b5ab282297 The API is LGPL 2020-01-12 15:58:45 +01:00
Daniel Saukel
b11ff2d4a3 Basic player API 2020-01-11 01:40:04 +01:00
Daniel Saukel
72a941d386 Update dependencies 2020-01-11 00:57:31 +01:00
Daniel Saukel
fccb4b7e96 Seriously, 1.14? Resolves #647 2019-11-28 16:58:01 +01:00
Daniel Saukel
114e11d863 Bump latest Spigot version to 1.14.4 2019-07-29 21:16:42 +02:00
Daniel Saukel
c9a3e31016 Close world handle before removing the file; resolves #506 2019-07-28 19:42:54 +02:00
Daniel Saukel
d74c0276ea Add support for BossShopPro; resolvse #624 2019-07-28 18:21:55 +02:00
Daniel Saukel
409de0d756 Make block break whitelists / breakPlaceBlocks complement each other; resolves #616 2019-07-28 18:13:56 +02:00
Daniel Saukel
a46ddbc1fc Centralize latest Spigot version for better maintainability 2019-06-25 22:36:24 +02:00
Daniel Saukel
8b15292b8c Update PaginationButtonPosition import 2019-06-25 22:35:43 +02:00
Daniel Saukel
35d58a3815 Register and set layout of reward GUI 2019-06-19 03:26:30 +02:00
Daniel Saukel
0380e5c527 Fix use item trigger for block interactions; resolves #593 2019-06-19 02:39:28 +02:00
Daniel Saukel
0684e3b34a Fixed that end signs didn't work when the player quit the server while being in a dungeon before; resolves #594 2019-06-18 00:16:13 +02:00
Daniel Saukel
2641fb7e5c Rewrite keepInventoryOnDeath implementation; fix EXP loss; resolves #579 2019-06-17 23:53:24 +02:00
Daniel Saukel
86c09f6a72 Set level EXP instead of total exp 2019-06-17 23:34:35 +02:00
Daniel Saukel
cd2ee3421f World loading performance improvement 2019-06-16 06:09:52 +02:00
Daniel Saukel
5a0723b145 yaw null check 2019-06-16 06:09:33 +02:00
Daniel Saukel
209f8064de Update StatusCommand.java 2019-06-15 12:42:30 +02:00
Daniel Saukel
73ee90e3d7 Reload configs on reload 2019-06-15 12:37:39 +02:00
Daniel Saukel
3f554df158 Fix loading multiple worlds at once 2019-06-14 23:55:11 +02:00
Daniel Saukel
3f05d215c4 Include support for Rotatables in facing getters / setters 2019-06-14 22:36:35 +02:00
Daniel Saukel
2140157237 Update to Caliburn 0.5.5 2019-06-14 21:57:48 +02:00
Daniel Saukel
16084f45f8
Merge pull request #587 from DRE2N/multi-module
Multi module / 1.14
2019-06-13 20:29:43 +02:00
Daniel Saukel
8320a3a373 Set VersionComparator to EQUAL 2019-06-13 16:55:56 +02:00
Daniel Saukel
132b77357d Update README.md 2019-06-13 02:06:34 +02:00
Daniel Saukel
33efd8f51d Add block adapters and replace a lot of legacy code 2019-06-13 02:01:56 +02:00
Daniel Saukel
5ca6409485 Relocate Vignette 2019-06-13 02:00:49 +02:00
Daniel Saukel
af9083bf35 Use new directions util (needs testing!) 2019-06-12 19:35:47 +02:00
Daniel Saukel
c3c0539736 Vignette 2019-06-12 17:16:43 +02:00
Daniel Saukel
09da93710b Commons 6 2019-06-11 23:39:27 +02:00
Daniel Saukel
c799a42975 Fix plugin.yml 2019-06-04 17:43:33 +02:00
Daniel Saukel
4f6ff31a33 Remove chunk features 2019-06-04 17:34:25 +02:00
Daniel Saukel
acedb05f55 Fix announcer getter for 1.14+ 2019-06-04 17:18:27 +02:00
Daniel Saukel
df0d01d101 Update pom.xml 2019-06-04 17:18:00 +02:00
Daniel Saukel
60d68b46b1 Multiple module project 2019-05-05 00:43:18 +02:00
Daniel Saukel
c7c4bfc066 Fixed sign script behavior; resolves #443 and #563 2019-05-05 00:23:57 +02:00
Daniel Saukel
4252eb3f88 Re-activate Vault repo 2019-03-23 00:18:56 +01:00
Daniel Saukel
bdf897b64d
Merge pull request #551 from mxson/disband-arg-less-locale-message
Specify group being disbanded to improve error message
2019-03-23 00:12:37 +01:00
Daniel Saukel
c80a93f370 Revert LockedDoor to magic values
The old MaterialData based solution did not work with 1.13.x and wasn't modern either. This one has the advantage that it works in all versions. A better solution to use in the future when support for -1.12.2 is dropped has been added as comments.
2019-03-21 00:28:38 +01:00
Daniel Saukel
820527ea28 Fix NPE when leaving dungeons; resolves #546 2019-03-19 22:33:20 +01:00
amchckn
557ee4d74b
Specify group being disbanded to improve error message 2019-03-17 10:00:54 -05:00
Daniel Saukel
0339ee5763 Because the classloader seems to hate me 2019-03-09 18:50:20 +01:00
Daniel Saukel
6523caa908 Fix command sign exception; resolves #544 2019-03-07 21:35:58 +01:00
Daniel Saukel
f8fbeec9df Add PlaceholderAPI integration 2019-03-07 21:22:40 +01:00
Daniel Saukel
74ac2d1221 Add note sign; resolves #511 2019-03-01 20:09:05 +01:00