Commit Graph

106 Commits

Author SHA1 Message Date
evlad
093ef710dc Revert "Never decrease island under the starting size"
This reverts commit 4b0c698eac.
2022-05-11 16:37:00 +02:00
evlad
e642f3c3ba Revert "wip world generator 1.18"
This reverts commit 238934c3d2.
2022-05-11 07:20:31 +02:00
evlad
0645c4d466 Revert "generate nether"
This reverts commit 8d840e1728.
2022-05-11 07:16:49 +02:00
BuildTools
d5cd2f5f4f feat: allowing advancements to be made in worlds 2022-05-01 14:56:57 +02:00
evlad
8d840e1728 generate nether 2022-04-29 19:53:19 +02:00
evlad
238934c3d2 wip world generator 1.18 2022-04-29 04:54:41 +02:00
evlad
1fe264db0a change linting from tabs to spaces 2022-04-28 18:14:20 +02:00
evlad
4b0c698eac Never decrease island under the starting size 2022-04-28 18:11:07 +02: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
Katorly
9e300914d4
Create zh-CN.yml (#34)
Added zh(CN) language support for the plugin.
2021-10-04 22:43:21 -07:00
tastybento
3607c4bd60 Use correct API for setting home locations. 2021-10-01 19:13:53 -07:00
tastybento
6fe37b4111 Version 1.2.2 2021-10-01 19:13:39 -07:00
tastybento
4d0046fcdc Enderpearls were moving islandd centers in other worlds
https://github.com/BentoBoxWorld/Boxed/issues/31
2021-09-16 16:58:11 -07:00
tastybento
764402bdeb Renamed plugin Pladdon 2021-08-12 18:50:00 -07:00
tastybento
8ecc106f75 Removed exception 2021-07-31 11:05:55 -07:00
tastybento
2c6c59e4aa Make fields final 2021-07-31 11:05:40 -07:00
tastybento
2fe7df2824 JavaDoc fixes 2021-07-31 11:05:16 -07:00
tastybento
1c55fea7d5 Made fields local 2021-07-31 11:03:15 -07:00
tastybento
3e6ba039f4 Updated .gitignore 2021-07-31 11:02:45 -07:00
tastybento
ec25abdea4 Improve code smells 2021-07-30 22:17:04 -07:00
tastybento
229dff6c55 Added tests for Settings. 2021-07-24 21:20:45 -07:00
tastybento
4b83e9b770 Added null checks. 2021-07-24 21:13:46 -07:00
tastybento
b897a71cd2 Added null checks. 2021-07-24 14:20:24 -07:00
tastybento
df24beac7d Version 1.2.1 2021-07-06 18:38:49 -07:00
tastybento
1453239a96 Use BentoBox 1.17.0 2021-06-27 17:13:35 -07:00
tastybento
3077329848 Convert to Pladdon 2021-06-27 09:13:36 -07:00
tastybento
f153bc5363 GitHub Action Java 16 2021-06-27 09:07:00 -07:00
tastybento
3b4dddf040 Java 16, BentoBox 1.17.0 2021-06-27 09:04:23 -07:00
tastybento
8747e9a6db Work with 1.17 WorldGeneratorAPI 2021-06-26 07:51:44 -07:00
tastybento
26cd1c9110 Version 1.2.0 2021-06-26 07:51:25 -07:00
tastybento
e8a0148b69 Version 1.1.6 2021-04-28 20:32:23 -07:00
tastybento
bde1fa97d6 Fixes issue where advancements were synced in the wrong world
When teleporting, the advancements were synced before the teleport
completed. This uses a different event.

https://github.com/BentoBoxWorld/Boxed/issues/26
2021-04-28 20:26:50 -07:00
tastybento
50c195287b Version 1.1.5 2021-04-25 18:10:40 -07:00
tastybento
92d3a57362 Fixes issue where players lost a box size increment.
All boxes start with a minimum size of 1. This was not being included in
the box size calculation, so players were erroneously losing one box
size when they logged in or teleported.
2021-04-25 18:08:36 -07:00
tastybento
eb361a8579 Added spawn_here sign for nether blueprint. 2021-04-25 16:39:49 -07:00
tastybento
4079f2bdc0 Add two placeholders that list the number of advancements done for a box
%boxed_island_advancements% - the number of advancements for a
particular user
%boxed_visited_island_advancements% - the number of advancements based
on where the user is located.

If there is no box, the return value is "". Values are still given if
the player is outside the protected area but inside the overall
potential box size.

Only advancements that were not automatically given are counted.


https://github.com/BentoBoxWorld/Boxed/issues/20
2021-04-25 16:03:37 -07:00
tastybento
163b324415 Version 1.1.4 2021-04-25 15:55:31 -07:00
tastybento
d30502c72b Save settings after loading.
https://github.com/BentoBoxWorld/BSkyBlock/issues/401
2021-04-25 11:12:07 -07:00
tastybento
c404c9a1ae Fixes bug where new boxes had their protection size reduced to 0 2021-04-24 08:15:32 -07:00
tastybento
19356d6e68 Adds a check that will run on login and other times to set the box size
Runs through the advancements that island has and corrects the size of
the box. This enables admins to adjust the value of advancements after
the fact and players will still benefit (or be nerfed) from the changes.
2021-04-18 15:40:51 -07:00
tastybento
76bfbb18b1 Version 1.1.3 2021-04-18 15:27:49 -07:00
tastybento
e8aeb0b31d Fixed bug where team members did not yield advancements immediately.
After teleporting back to the island, the team would get them.

https://github.com/BentoBoxWorld/Boxed/issues/19
2021-04-18 14:36:52 -07:00
tastybento
5250a2056e Version 1.1.2 2021-04-09 22:27:40 -07:00
tastybento
d997b391a9 Exploit fix. Coops could gift advancements to others.
Fixes https://github.com/BentoBoxWorld/Boxed/issues/18
2021-04-09 22:24:52 -07:00
tastybento
81b599e70a Version 1.1.1 2021-04-09 22:23:26 -07:00
tastybento
ebc7a8c837 Merge branch 'develop' of https://github.com/BentoBoxWorld/Boxed.git into develop 2021-04-09 21:33:26 -07:00
tastybento
ac5e823757 Version 1.1.0 2021-04-09 21:33:16 -07:00
tastybento
1e962f93d0 Code smell reduction. 2021-03-28 20:59:51 -07:00
tastybento
c9371ab859 Version 1.1.0 2021-03-28 20:52:29 -07:00
tastybento
04ab9ae381 Enable Nether biomes via biomes.yml config. 2021-03-28 17:12:50 -07:00