Commit Graph

614 Commits

Author SHA1 Message Date
Daniel Saukel
3829e33e40 Implement Caliburn 0.4 2018-05-08 21:34:37 +02:00
Daniel Saukel
46607b539e Move to de.erethon.dungeonsxl 2018-05-03 21:54:25 +02:00
Daniel Saukel
866fa307bf Fix time requirement check, resolves #386 2018-05-03 21:45:59 +02:00
Daniel Saukel
60f2a497dd Fix player relog state resets. Resolves #240; resolves #244 2018-04-28 02:50:38 +02:00
Daniel Saukel
dceadc399b Make all teleportation signs respect yaw. Resolves #234 2018-04-27 18:06:12 +02:00
Daniel Saukel
3366d3c9b9 Fix liquid portal protections 2018-04-27 17:43:30 +02:00
Daniel Saukel
28f0bf8e36 Fix portal rotation; resolves #9; #234 2018-04-27 17:17:55 +02:00
Daniel Saukel
e7c3cce7cf Fixed NPE on portal creation 2018-04-27 15:13:03 +02:00
Daniel Saukel
cbbd3166d4 Delimit 1.8.x support to 1.8.8 2018-04-27 14:28:13 +02:00
Daniel Saukel
c627c2c165 Send DXL death message always only to game world 2018-04-27 14:07:10 +02:00
Daniel Saukel
d2a2adcacb Add option to disable global death messages 2018-04-27 14:06:53 +02:00
Daniel Saukel
a3a99ecc97 Add issue template 2018-04-27 13:14:22 +02:00
Daniel Saukel
cfd9a7ccdc Remove support for 1.7.x-1.8 2018-04-27 01:24:25 +02:00
Daniel Saukel
147fd36204 Fix restoration of health; resolves #239, resolves #271, resolves #373 2018-04-27 01:13:47 +02:00
Daniel Saukel
6282deaf3c Sound sign compatibility fix 2018-04-26 23:57:59 +02:00
Daniel Saukel
ac788515db Add entity protection rules; resolves #301 2018-04-26 00:33:04 +02:00
Daniel Saukel
11ac5d5071 Add timeToNextPlayAfterStart game rule; resolves #241; resolves #367 2018-04-24 23:48:26 +02:00
Daniel Saukel
f92a004fcb Weather game rules; resolves #237 2018-04-24 22:51:53 +02:00
Daniel Saukel
7bbee750b4 Sign localizations - resolves #228 2018-04-22 16:34:51 +02:00
Daniel Saukel
a207333536 Remake sound signs. Resolves #366 2018-04-22 00:05:54 +02:00
Daniel Saukel
e68afb83a3 Update dependencies / pom 2018-04-21 15:49:29 +02:00
Daniel Saukel
c4dda41945 Fix world config saving error 2018-04-21 15:39:52 +02:00
Sataniel98
154a6d2383 #367 Fix level requirements with keepInventoryOnEnter 2018-04-08 16:47:48 +02:00
Sataniel98
89f1821d29 #367 Don't demand requirements if the player has dxl.ignorerequirements 2018-04-08 16:47:07 +02:00
Sataniel98
e63ae2d58a Fix NPE; resolves #365 2018-04-06 03:36:44 +02:00
Daniel Saukel
f57cdf1a2b #333 Update locked door magic values 2018-03-07 00:14:33 +01:00
Daniel Saukel
8fcb38ef66 Add worldEnvironment setting to floor config; resolves #362 2018-03-01 21:33:41 +01:00
Daniel Saukel
9589feb0f5 #333 Shorten this, use EnumUtil to prevent exceptions 2018-02-14 18:21:46 +01:00
Daniel Saukel
f1c38caae0 Remove GUIButton class (now part of Commons) 2018-02-14 18:20:28 +01:00
Daniel Saukel
e8d854a196
Merge pull request #359 from DRE2N/0.16
Merge last year's changes. -> Commons 4
2018-02-14 16:35:26 +01:00
Daniel Saukel
4a3a8b01d8 Update Readme 2018-02-14 16:33:44 +01:00
Daniel Saukel
5f8cfcd51c Update to DRECommons 4.0 2018-02-14 16:31:41 +01:00
Daniel Saukel
7f69b9738a Fix / clarify some compile scopes 2018-02-12 00:00:45 +01:00
Daniel Saukel
f4f48b2c47 Fix sign protection. Resolves #246; resolves #215. Thx @kuohsuanlo! 2018-02-12 00:00:23 +01:00
Daniel Saukel
5e944cd920 #333 1.13 preparation fixes 2018-01-25 00:46:18 +01:00
Daniel Saukel
05a6caf967 #333 1.13 preparation fixes; update to Commons 3.1.4 2018-01-25 00:24:00 +01:00
Daniel Saukel
33c1fe53e4 #333 1.13 compatibility 2018-01-24 14:37:26 +01:00
Daniel Saukel
db5738ff4c Bump year 2018-01-24 12:53:18 +01:00
Daniel Saukel
e4f573e3b8 Fix Citizens being regarded as players when attacking and attacked 2017-11-17 15:04:32 +01:00
Daniel Saukel
cef9169b54 Fix Citizens NPC saving; resolves #166; resolves #235 2017-11-17 15:03:50 +01:00
Daniel Saukel
b565144bb2 Rename some classes to keep 2017-11-16 18:25:10 +01:00
Daniel Saukel
cb1a1cc56e Set default game rule of timeUntilKickOfflinePlayer to 0; resolves #327 2017-11-02 21:04:29 +01:00
Daniel Saukel
e48d391af5 Actually call DPlayerKickEvent 2017-11-02 21:04:06 +01:00
Daniel Saukel
40c9547a29 Fix announcer GUI exceptions 2017-10-05 17:00:48 +02:00
Daniel Saukel
a3e890d704 Fixed announcers 2017-10-05 16:45:10 +02:00
Daniel Saukel
704caef70b Don't use item count for player counts anymore since 0 doesn't work anymore 2017-10-05 13:32:20 +02:00
Daniel Saukel
29c7d5126d Rewrite reward inventories; resolves #226; resolves #257; resolves #261; resolves #322 2017-10-05 13:21:20 +02:00
Daniel Saukel
3dad23c216 Better error handling for hologram signs; resolves #267 2017-10-05 00:35:28 +02:00
Daniel Saukel
2843c0dfcb Fix CraftBukkit compatibility; resolves #308 2017-10-05 00:03:07 +02:00
Daniel Saukel
cb6add4fc8 Cleanup 2017-10-04 23:57:12 +02:00