Commit Graph

280 Commits

Author SHA1 Message Date
tastybento
a531721343 Updated to 1.21.3 2024-11-07 18:19:40 -08:00
tastybento
284e7e9601 Update API requirement 2024-08-17 09:41:29 -07:00
tastybento
2a144b562f Add settings to config.yml
https://github.com/BentoBoxWorld/BentoBox/issues/2470
2024-08-17 09:35:59 -07:00
tastybento
19902684ad Revert 2024-08-17 08:50:47 -07:00
tastybento
57a287a577 Update disallow team member islands 2024-08-17 08:18:23 -07:00
tastybento
47830d1bef Latest config.yml 2024-08-17 08:16:24 -07:00
tastybento
48d5b63c11 Add permissions to reduce acid damage 2024-07-21 19:19:35 -07:00
tastybento
3e728916ee Return the Pladdon that was created 2024-07-20 07:48:19 -07:00
CuteLittleSky
429db88702 Update AcidTask.java 2024-06-15 15:45:28 +08:00
mt-gitlocalize
a83320da5c Translate hr.yml via GitLocalize 2024-06-08 16:56:54 +00:00
tastybento
eb1d21fee1 Fixes #153. Switching to creative didn't stop damage that had started 2024-05-16 21:20:55 -07:00
tastybento
e32e0df220 Fixes #150 EntityDamageByAcidEvent should be cancellable 2024-05-14 11:14:49 -07:00
tastybento
1058b5fbc1 Add setting for team member islands 2024-04-06 09:02:40 -07:00
tastybento
abbc9ab319 Reworked nether and end ocean bottomss and added configs. #149 2024-03-04 18:22:56 -08:00
tastybento
ac5dedf156 Increased the default distance between islands to 800 like BSkyBlock 2024-02-23 22:15:19 -08:00
Dusty
edc1287007
Update id.yml
correcting grammar. it made me laugh the moment i read "air adalah asam"
2024-01-10 10:12:36 +07:00
tastybento
466fafddea Adjust test to use latest API 2024-01-08 20:52:10 +09:00
tastybento
198cc66319 Prevent chest boats from causing acid damage.
Fixes #146. Added test classes too.
2024-01-08 20:33:32 +09:00
tastybento
ec507c9de9 Fixed tests, sort of.
Basically, I can't find a way to use some Keyed items, like PotionTypes
because they rely on a Bukkit Server and I can't get into that to mock
it, yet.
2023-12-10 11:25:38 -08:00
tastybento
6c1109cf4e Merge branch 'develop' of https://github.com/BentoBoxWorld/AcidIsland.git into develop 2023-12-10 10:00:00 -08:00
tastybento
461f3672d8 Update to 1.20.4 with new blueprint
Updated to include grass.
2023-12-10 09:59:52 -08:00
tastybento
4a1642f403
Update uk.yml 2023-11-26 10:23:22 -08:00
mt-gitlocalize
6f3da07886 Translate uk.yml via GitLocalize 2023-11-26 10:43:21 +00:00
tastybento
8ee933f2f2 Fix test to enable RanksManager database 2023-11-12 12:31:33 -08:00
tastybento
7384711a64 Shifted island height to 65 2023-11-09 22:06:13 -08:00
tastybento
a689d36f57 Make ocean floor default to on 2023-11-05 06:45:30 -08:00
tastybento
39a7df44ee Added acidrain test method 2023-07-22 15:42:53 -07:00
4o4E
1dd3b1bf85
fix: unbreakable item still damaged by acid 2023-07-10 22:27:10 +08:00
tastybento
9db846a76e Updated permissions in addon.yml 2023-07-03 11:08:03 -07:00
tastybento
c381f1b1da Close off remaining gap. #138 2023-05-12 19:27:32 -07:00
tastybento
83f28a672f Add a bedrock base to ocean floor. #138 2023-05-12 08:44:44 -07:00
BONNe
5362fc689e
Create plugin.yml (#135)
* Create plugin.yml

* Update pom.xml

* Update AcidIslandPladdon.java
2023-04-08 18:36:48 +03:00
tastybento
76ab022246 Remove dependency 2023-03-25 09:53:06 -07:00
tastybento
3276813674 Switch to use annotations for plugin.yml 2023-03-25 09:45:06 -07:00
tastybento
f79aeac4b8 Updated plugin.yml to have name of addon to make it unique 2023-03-25 09:11:17 -07:00
tastybento
ed9c5abb9a Use 1.22.1 API and require new chunk gen handling 2023-03-03 17:58:45 -08:00
tastybento
c9dd709a68 Added ocean floor config option for baxkward compatibility with upgrades
Default is false, so that upgrades don't see a floor.
2023-02-18 09:35:03 -08:00
tastybento
2039860051 Fix bugs and code smells. 2023-02-09 16:52:06 -08:00
tastybento
177f171dfc Merge branch 'update_chunk_gen' into develop
Conflicts:
	src/main/java/world/bentobox/acidisland/AcidIsland.java
2023-02-05 14:14:38 -08:00
tastybento
c0e7b6072c Fix deprecated method calls 2023-02-04 09:15:07 -08:00
tastybento
b703e91129 Fix tests 2023-01-05 21:46:21 -08:00
tastybento
ea16a45114 Version that has an ocen floor and uses new generator methods 2023-01-01 18:54:57 -08:00
tastybento
7aa5dc6187 Merge branch 'develop' of
https://github.com/BentoBoxWorld/AcidIsland.git into develop
2023-01-01 09:08:48 -08:00
tastybento
e4570fed53 Fix play sound test 2023-01-01 09:00:15 -08:00
gitlocalize-app[bot]
1b14b0afc5
Translate ru.yml via GitLocalize (#130)
Co-authored-by: DraimCiDo <danilaorlov4@gmail.com>
2022-10-31 08:27:45 +02:00
BONNe
9e21d9dc86
Fix failing unit-tests (#129)
* Version 1.15.2 (#118)

* Add support for 1.16.5

* Fix failing unit-tests

Co-authored-by: tastybento <tastybento@users.noreply.github.com>
2022-10-04 15:19:46 +03:00
BONNe
7241845a44 Update yamls 2022-10-04 15:09:47 +03:00
BONNe
5868815e9d Update to BentoBox 1.21 API 2022-10-04 15:07:28 +03:00
tastybento
8c8c70d749 Added ability to set the default water block
Can be set to anything, but LAVA is the most likely for the nether

Also reworked the nether and end islands to not assume water.

https://github.com/BentoBoxWorld/AcidIsland/issues/63
2022-03-20 19:43:12 +00:00
BONNe
ea3e92ea67
Update to 1.18 version (#126)
* Update versions

* Add proper min height usage
2022-03-10 17:50:37 +02:00