Commit Graph

393 Commits

Author SHA1 Message Date
tastybento
2e66d8358c Merge branch 'develop' of https://github.com/BentoBoxWorld/AcidIsland.git into develop 2019-09-28 16:12:44 -07:00
tastybento
6f53fe8a85 Update to BentoBox 1.8.0 API 2019-09-28 16:12:37 -07:00
tastybento
6e009adc46 Added test class for AcidEffect 2019-09-27 17:08:28 -07:00
tastybento
fcc455bb70 Merge remote-tracking branch 'origin/master' into develop 2019-09-20 15:40:27 -07:00
Leonardo-DGS
49ec3f5e40 Create it-IT.yml (#64) 2019-09-20 12:01:43 -07:00
tastybento
7b86ec860a Updated Readme 2019-09-15 14:43:28 -07:00
tastybento
4a9158edbe Updated Read Me 2019-09-15 14:37:16 -07:00
tastybento
7f69872d09 Uses new API to support other addon flags 2019-09-13 21:02:20 -07:00
tastybento
73c08f5072 Version up 1.8.0 2019-09-13 21:01:59 -07:00
tastybento
3879378594 Includes bubble columns
https://github.com/BentoBoxWorld/AcidIsland/issues/60
2019-09-02 13:06:57 -07:00
tastybento
8ca6ccd833 Remove saving on disable. 2019-08-31 08:36:05 -07:00
tastybento
f528e943c1 Monsters benefit from armor
https://github.com/BentoBoxWorld/AcidIsland/issues/37

Also takes actual armor protection of player into consideration
including any enchantments.
2019-08-30 21:53:26 -07:00
tastybento
a3f72f5f1d Only helmets take damage from acid rain
https://github.com/BentoBoxWorld/AcidIsland/issues/58
2019-08-30 21:12:44 -07:00
tastybento
e7c6a751c0 Renamed Japanese locale file. 2019-08-28 16:01:10 -07:00
tastybento
d419720591 Merge branch 'develop' of https://github.com/BentoBoxWorld/AcidIsland.git into develop 2019-08-28 16:00:34 -07:00
tastybento
43241fe98a Renamed Spanish language file. 2019-08-28 16:00:25 -07:00
tastybento
7764941514
Japanese translation (#56)
* Translate ja-JP.yml via GitLocalize
2019-08-17 18:04:11 -07:00
tastybento
dbd578a2d7 1.6.0 Release 2019-08-15 07:59:35 -07:00
tastybento
4c6cb94877 Merge remote-tracking branch 'origin/develop' 2019-08-15 07:51:16 -07:00
tastybento
2bb6c6311b Updated POM to show build #'s and updated tests 2019-08-11 12:39:18 -07:00
tastybento
fe66dfd54a Added Admin Settings command using BentoBox 1.6.0 API 2019-08-10 11:18:25 -07:00
tastybento
6488dac1b1 Added admin purge command 2019-07-19 19:06:36 -07:00
tastybento
933ed94dee Fixes flag saving issue exposed by Flag API on Bentobox.
https://github.com/BentoBoxWorld/AcidIsland/issues/53

AcidIsland was creating a new config object every time which caused
async race conditions when saving. The same config object should be used
continuously.

Also fixed test issue with DelayedCommand.
2019-07-18 18:44:10 -07:00
tastybento
dd47f6191b Updated to 1.6.0 API
Removed nether trees. Added reset deaths on new island.
2019-07-06 23:50:12 -07:00
tastybento
541ec30de8 Adds island near command.
Fixes tests.
2019-06-26 17:44:40 -07:00
tastybento
c1b6520fcf Uses new command call API 1.5.3 2019-06-18 08:59:37 -07:00
tastybento
9c19c972cf Merge branch 'develop' 2019-06-09 19:11:55 -07:00
tastybento
71195a2ce6 Updated to 1.5.0 release 2019-06-09 19:10:37 -07:00
tastybento
f349a56d82 Removes death sum setting. 2019-06-08 09:12:20 -07:00
tastybento
5e60ba1a2d Update config.yml to use new comments 2019-06-07 22:27:06 -07:00
tastybento
f230715625 Cleans up kicked-keep-inventory config setting.
https://github.com/BentoBoxWorld/BentoBox/issues/738
2019-06-07 22:20:04 -07:00
tastybento
e516fe5631 Better blueprints
Previous versions had errors in them
2019-06-02 21:18:07 -07:00
tastybento
ca5c512514 Adds admin switch command to bypass protections. 2019-05-25 20:10:32 -07:00
tastybento
42567d2114 Added temple blueprint 2019-05-25 12:36:04 -07:00
tastybento
97998edd19 Enables snow to cause acid damage. Both falling and snow on the ground.
https://github.com/BentoBoxWorld/AcidIsland/issues/44
2019-05-15 18:30:21 -07:00
tastybento
51c087fc7a Sets boat access to allowed by default in the world. 2019-05-15 17:54:10 -07:00
tastybento
7415b6db62 Adds a delay to enable conduit power to kick in.
Can be adjusted via config.yml.

https://github.com/BentoBoxWorld/AcidIsland/issues/51
2019-05-15 17:53:49 -07:00
tastybento
2f30308de7 Update to 1.14.1 API 2019-05-15 15:26:13 -07:00
tastybento
64512ae8dc Uses lower case world name. Fixes blueprints to be AcidIsland ones. 2019-05-15 14:42:08 -07:00
tastybento
abd38dceca Merge remote-tracking branch 'origin/blueprints' into develop 2019-05-15 14:22:37 -07:00
tastybento
36fb5419e1 Switch over to use blueprint files 2019-05-13 22:28:03 -07:00
tastybento
da64b4456f Support for blueprint command.
Still needs blueprint files.
2019-05-13 21:58:19 -07:00
Florian CUNY
8407abeacc
Added a few attributes to addon.yml 2019-05-13 10:45:53 +02:00
tastybento
187c80aa6a Remove DataObject from AISettings 2019-05-08 12:39:31 -07:00
tastybento
0a4d1ac843 Merge branch 'develop' of https://github.com/BentoBoxWorld/AcidIsland.git into develop 2019-05-07 21:46:29 -07:00
tastybento
f46f34a7de Spanish locale. Credit: @SrAcosta 2019-05-07 21:46:15 -07:00
tastybento
56d4f804e8 Fixes permissions
https://github.com/BentoBoxWorld/BSkyBlock/issues/120
2019-05-07 13:16:37 -07:00
tastybento
9c7c00766d Fixes bug in onLoad where config was being saved twice and corrupting. 2019-05-05 13:10:17 -07:00
tastybento
58f94bc442 Taking SonarCloud offline for now. 2019-05-04 23:31:25 -07:00
tastybento
e429205ce8 Updated travis 2019-05-04 23:27:56 -07:00