Commit Graph

14 Commits

Author SHA1 Message Date
tastybento 7b345253c7 Initial Nether implementation. 2021-03-23 21:45:52 -07:00
tastybento 769d4af4bd Correct version reference. 2021-03-21 16:13:33 -07:00
tastybento 1e65b76ccf Added option to broadcast advancement completion to online players. 2021-03-21 09:33:54 -07:00
BONNe 8971755bf0
Expose BentoBox 1.14 onRespawnCommands (#14)
* Expose BentoBox 1.14 onRespawnCommands
BentoBoxWorld/BentoBox#1719

* Update Settings.java
2021-03-16 12:34:53 -07:00
BONNe 9f4ac86fb4
Expose BentoBox 1.16 portal generation mechanics. (#13)
BentoBoxWorld/BentoBox#1718
2021-03-16 12:34:37 -07:00
tastybento d7a52d2103 Clears and sets advancements programaticaly.
https://github.com/BentoBoxWorld/Boxed/issues/7
2021-03-13 11:36:55 -08:00
tastybento 5e536dfa63 Some work around trying to reset advancements
only when a player starts an island.
2021-03-13 10:18:32 -08:00
tastybento d33f932c5d Added protection around no WorldGeneratorAPI plugin 2021-03-04 08:17:40 -08:00
tastybento 9c714e10ba Code cleanup. 2021-03-03 20:51:31 -08:00
tastybento 816e1e86be Added settings for structures and stronghold generation. 2021-03-03 20:46:22 -08:00
tastybento c483bd1766 Do not check blocks when looking for a new island spot 2021-02-28 15:37:28 -08:00
tastybento f0806310ba Areas are now deleted from a world copy
The world is duplicated and the back-up copy is used to replace areas
that are deleted. This is not as efficient as it could be right now, but
it works. The main issue is that lighting updates do not occur due to
NMS fast pasting, so dark areas can occur on the landscape.
2021-02-05 19:13:26 -08:00
tastybento df58768b2c Added Advancement manager and advancement scoring 2021-02-03 19:28:55 -08:00
tastybento 6e69cfbc0d Initial commit. 2021-01-30 09:59:42 -08:00