Commit Graph

22 Commits

Author SHA1 Message Date
tastybento
9c20663415 Remove deprecated bedrock option 2022-11-26 23:50:02 -08:00
tastybento
1a8c97b38b Put back what was accidentally removed. 2022-11-26 23:10:08 -08:00
tastybento
587ceccaf5
Merge branch 'develop' into spigot_api 2022-11-26 23:05:17 -08:00
tastybento
0da54b7530 Fixed some biomes 2022-11-26 17:16:19 -08:00
tastybento
d1df71574a Bug fixes
Added better handling of aquatic elements. Avoid informing players of
revoked achievements if the score is zero. Added the mangrove boat
recipe to be ignored.
2022-11-26 10:44:41 -08:00
tastybento
7d66ff19a2 WIP - redesign to use new world gen API
Work still to do - handle island deletion (may not be supported) and
test with multiple players. Clean up config.
2022-11-25 17:13:03 -08:00
tastybento
8b8dcfa236 Add an option to revoke visitor advancements or not
https://github.com/BentoBoxWorld/Boxed/issues/38
2021-12-11 16:31:47 -08:00
tastybento
48d6850731 Fix bug where structures were not made like Bastions and villages
Extended default island distance to 1000 radius to increase chance of
players getting these structures.
2021-03-28 12:56:46 -07:00
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