Commit Graph

152 Commits

Author SHA1 Message Date
tastybento
bc56090f46
Merge pull request #49 from BentoBoxWorld/develop
Release 2.1.0
2023-05-14 15:42:30 -07:00
tastybento
9256b564e0 Version 2.1.0 2023-05-14 15:38:25 -07:00
tastybento
387b86cbe8 Make initial mobs persistent. 2023-05-14 15:37:55 -07:00
tastybento
e4e7106613 Register custom structures 2023-05-09 17:33:49 -07:00
tastybento
7047565dca Added custom structures for Boxed. Fixed missing texts and place bug 2023-05-03 21:31:25 -07:00
tastybento
306df8b5fb Fix copy and paste error. Remove debug 2023-04-30 09:41:36 -07:00
tastybento
628068eb5d Fixed bugs with structure placing and added more of them 2023-04-30 09:39:26 -07:00
tastybento
36162fe293 Fix bug with spawners not being set. 2023-04-29 22:32:57 -07:00
tastybento
40ecdbdba6 Fix weird character in advancements.yml 2023-04-29 12:10:55 -07:00
tastybento
20da0fd450 Temporarily put in debug to track spawner issue 2023-04-29 11:33:49 -07:00
tastybento
60999fc89e Version 2.0.4 2023-04-29 11:33:32 -07:00
tastybento
8e8da27f98 Store and trigger advancements for entering structures. 2023-04-22 22:11:18 -07:00
tastybento
653b7f4e63
Merge pull request #48 from BentoBoxWorld/develop
Version 2.0.3
2023-04-16 16:17:51 -07:00
tastybento
d130e02167 Zero out some immediate Platty advancements. 2023-04-16 16:16:34 -07:00
tastybento
4f94a5ed98 Fix advancement naming. Do not need minecraft:
Added in commented out platty advancement roots.
2023-04-16 16:10:37 -07:00
tastybento
c94be6d0f6 Version 2.0.3 2023-04-16 16:09:58 -07:00
tastybento
a4f475dc27
Merge pull request #47 from BentoBoxWorld/develop
Release 2.0.2
2023-04-16 14:27:30 -07:00
tastybento
27e0c72dc8 Fix a few bugs 2023-04-16 14:17:30 -07:00
tastybento
8d2b9d52a2 Merge remote-tracking branch 'origin/master' into develop 2023-04-16 13:52:29 -07:00
BONNe
8ec8004018
Update plugin.yml 2023-04-13 18:38:59 +03:00
BONNe
a383ec0c8d
Merge pull request #46 from BentoBoxWorld/return-to-plugin
Return to plugin.yml
2023-04-08 19:06:42 +03:00
BONNe
8900a23093
Update BoxedPladdon.java 2023-04-08 19:06:36 +03:00
BONNe
f57e224363
Update pom.xml 2023-04-08 19:06:19 +03:00
BONNe
137d0d8326
Create plugin.yml 2023-04-08 19:05:52 +03:00
tastybento
5c3d40a3ad Adds auto scoring for advancements
Gives higher scores thus enabling bigger boxes.
2023-03-25 17:14:05 -07:00
tastybento
b8778bcf3a Update to latest Minecraft version 2023-03-23 16:32:41 -07:00
tastybento
a5a02f5594 Added back in area height 2023-03-12 17:17:51 -07:00
tastybento
87fb333753 Better structures. 2023-03-11 21:37:21 -08:00
tastybento
c30841440b Load all known templates when loading. 2023-03-10 18:53:52 -08:00
tastybento
4ea09eab68 Lots of improvements on structures 2023-03-10 11:21:51 -08:00
tastybento
d80035b8f2 Handle NBT items and with more structures placed 2023-03-05 14:38:04 -08:00
tastybento
af2ec9c483 Support rotation on loading 2023-03-05 08:15:16 -08:00
tastybento
8915ef18f1 Better structures 2023-03-04 22:35:44 -08:00
tastybento
a359f097b9 Added new admin command to place and record structures
This command will save the structure in the structures.yml file so that
it can be made when players make a new Box. Note that the server needs
to know about these before they can be loaded (API bug?) by issuing the
/place command or having had them load sometime previously in the
server, e.g., by going into a biome. Just needs to be done once.
2023-03-04 18:44:10 -08:00
tastybento
161b254d77 Remove Jigsaw blocks after pasting. 2023-03-04 16:38:35 -08:00
tastybento
c3e5d09283 Past structures when new area is made
WIP - needs to address Jigsaw blocks that are also pasted.
2023-03-04 09:53:16 -08:00
tastybento
77f182355e Merge branch 'develop' of https://github.com/BentoBoxWorld/Boxed.git
into develop
2023-02-11 08:32:58 -08:00
tastybento
b69206e032 Fix out of bounds error 2023-02-11 08:30:19 -08:00
tastybento
999a2cbb89 Shifted debug to warnings or errors 2023-01-29 22:23:16 -08:00
tastybento
e8033dc18f Fixed bugs. Currently only works with seed-start at 0,0 2023-01-29 22:20:58 -08:00
tastybento
54a559fc79 Removed debug 2023-01-02 20:25:15 -08:00
tastybento
af40f5e816 Added Nether Fortress advancement giver 2023-01-02 20:25:07 -08:00
tastybento
36a776945c Custom biomes and updated blueprint. 2022-12-24 10:37:57 -08:00
tastybento
f8e8656b86 Import cleanup 2022-12-21 20:43:59 -08:00
tastybento
8392af1913 Fix water below y=0 issue 2022-12-21 20:43:05 -08:00
tastybento
52a5aea3e0 Reorganizing generator classes 2022-12-21 11:11:50 -08:00
tastybento
4a675e0433 Custom biomes and vanilla biomes mixed
This covers the overworld. Next is to do the nether.
2022-12-21 11:09:16 -08:00
tastybento
c7880b355d WIP. 2022-12-17 08:39:27 -08:00
tastybento
d730ba725a Now with a block populator.
This helps copy over the blocks from the seed world that need extra
settings and also populates entities.
2022-12-11 10:31:43 -08:00
tastybento
739b1d5eab Performs nether 2022-12-09 20:22:06 -08:00