Commit Graph

299 Commits

Author SHA1 Message Date
Daniel Saukel
62afb6bcf0 Added Test plugin; resolves #66 2016-05-04 23:18:27 +02:00
Daniel Saukel
4f43db7390 Fix NPE on interact while creating portal 2016-05-04 21:22:52 +02:00
Daniel Saukel
bcd931c2fe Update to BRCommons 0.5.1 2016-05-02 21:48:39 +02:00
Daniel Saukel
601e0cb33e Fix #59 2016-05-02 00:17:14 +02:00
Daniel Saukel
c0a39bc533 Added experimental support for Citizens 2016-05-01 00:20:44 +02:00
Daniel Saukel
e34d5218dc New external mob system 2016-04-30 01:28:11 +02:00
Daniel Saukel
02317cc208 Move game.GameChest => reward.RewardChest 2016-04-29 22:06:33 +02:00
Daniel Saukel
7cbe7f44bb Move DLootInventory to reward package 2016-04-29 22:01:25 +02:00
Daniel Saukel
9ee1e56ddf Create DPlayer for all players on game start 2016-04-29 21:54:57 +02:00
Daniel Saukel
8cbbe09265 Use /mythicmobs instead of /mm 2016-04-29 21:54:25 +02:00
Daniel Saukel
394080da34 Fixed some reward bugs 2016-04-29 21:11:00 +02:00
Daniel Saukel
5e2c9ff601 Fixed GameSign updating when group is deleted 2016-04-29 21:10:16 +02:00
Daniel Saukel
eed8427eb1 Fixed check for permissions not in the enum 2016-04-29 21:08:42 +02:00
Daniel Saukel
0ccbc58be1 New permission system 2016-04-29 16:42:52 +02:00
Daniel Saukel
4737441f9b Use seconds instead of ticks in the config 2016-04-29 15:46:12 +02:00
Daniel Saukel
cdb18b5ae6 Secure Mode 2016-04-29 15:30:57 +02:00
Daniel Saukel
63ffd6a3f8 Use Message util by BRCommons 2016-04-29 01:24:59 +02:00
Daniel Saukel
8fb20282ee Merge branch 'master' of https://github.com/DRE2N/DungeonsXL 2016-04-28 22:41:55 +02:00
Daniel Saukel
c1415d054e Fixed group command 2016-04-28 22:41:51 +02:00
Daniel Saukel
2d4e870d65 Added enter command 2016-04-28 22:41:14 +02:00
Daniel Saukel
546442fd59 Update README.md 2016-04-28 00:39:18 +02:00
Daniel Saukel
1cdc78dda3 Fix #52 2016-04-28 00:03:25 +02:00
Daniel Saukel
43e6a04da1 Fixed MythicMobs spawn amount and interval 2016-04-27 23:22:10 +02:00
Daniel Saukel
0caad8f0f4 Fixed MythicMobs not recognized as DMobs 2016-04-27 14:11:36 +02:00
Daniel Saukel
df806d1520 Added ProgressTrigger 2016-04-26 22:20:24 +02:00
Daniel Saukel
53ef4f2280 Added mob waves and the wave trigger
Still needs a trigger to trigger other signs
2016-04-26 20:44:14 +02:00
Daniel Saukel
bac30d3dbb Added Metrics (BRCommons 0.4) 2016-04-24 17:19:09 +02:00
Daniel Saukel
c275b9df35 Move worlds to a new package 2016-04-24 16:24:20 +02:00
Daniel Saukel
ed0e32d9eb Added Time is Running mode 2016-04-24 01:35:39 +02:00
Daniel Saukel
92b10ec50a Multi group dungeons 2016-04-24 00:02:04 +02:00
Daniel Saukel
aa8b952c7c Fix floor signs (end) 2016-04-09 21:47:51 +02:00
Daniel Saukel
dfce9a6f02 Fix #54 2016-04-09 21:47:25 +02:00
Daniel Saukel
1470ae6244 Add message for level reward 2016-04-09 21:45:43 +02:00
Daniel Saukel
0b82db56d2 Fix config values 2016-04-09 20:14:21 +02:00
Daniel Saukel
425ea8e0c1 Add level requirements / rewards 2016-04-09 20:05:27 +02:00
Daniel Saukel
83aaedcc95 Fix #35 2016-04-06 22:59:13 +02:00
Daniel Saukel
8aedb982fb Merge pull request #53 from DRE2N/protections-and-players
Protections and players [WIP]
2016-04-06 22:26:29 +02:00
Daniel Saukel
8371ab21f8 Update to BRCommons 0.3.1 2016-04-06 22:20:46 +02:00
Daniel Saukel
5578e3ce5d Remove debug message 2016-04-06 22:05:19 +02:00
Daniel Saukel
43fcee3c31 Fix keepInventoryOnEscape 2016-04-06 22:05:03 +02:00
Daniel Saukel
77d3ae5889 Minor changes
* BRCommons 0.3
* 1.9.x / 1.9.2
2016-04-03 17:46:52 +02:00
Daniel Saukel
ea72029d26 Update to Bukkit 1.9.2
Use BRCommons 0.2.1.
2016-03-31 21:42:27 +02:00
Daniel Saukel
0afca982b2 Fixed leave teleportation bug 2016-03-28 21:11:01 +02:00
Daniel Saukel
f6bf75e051 Revert "Create a DGlobalPlayer on DPlayers initialization. Resolves #43"
This reverts commit 3c08691866.
2016-03-28 12:44:53 +02:00
Daniel Saukel
f42a85132e Create DGlobalPlayer after DPlayer deletion 2016-03-28 12:31:45 +02:00
Daniel Saukel
3c08691866 Create a DGlobalPlayer on DPlayers initialization. Resolves #43 2016-03-28 12:09:38 +02:00
Daniel Saukel
383e4b6e61 Fixed /dxl leave. Resolves #43 2016-03-28 11:59:01 +02:00
Daniel Saukel
744e48ad39 Remove unused DCommands class 2016-03-27 21:29:06 +02:00
Daniel Saukel
768064e6e9 Global protection and player handler rewrite
These two important rewrites are tied together, so I did a lot of the
player handler rewrite in this commit, even though it mainly tackles the
protection rewrite.
* Rewrote global protections
* Deprecated methods which are subject to change
* Protection system is now waaay more dynamic and provides an API
* Began to rewrite player handling
* Still uses DPlayer in many cases where e.g. DEditPlayer should be
used!
* Added class to represent the data file
2016-03-27 21:28:55 +02:00
Daniel Saukel
2a05e90366 Update README.md
Isn't it beautiful? x3
2016-03-23 14:03:18 +01:00