Commit Graph

98 Commits

Author SHA1 Message Date
BONNe 0efc1af21f
Update BSkyBlockPladdon.java 2023-04-08 19:04:16 +03:00
tastybento 12092cb89f Remove dependency 2023-03-25 09:53:30 -07:00
tastybento 9d4d671168 Switch to use annotations for plugin.yml 2023-03-25 09:46:28 -07:00
BONNe c79f7e209b Update to BentoBox 1.21 2022-10-04 14:52:40 +03:00
BONNe 46c38d9b5b
Add informative messages to the options. (#440)
`create-and-link-portals` works only if allow-nether is enabled.
`create-obsidian-platform` works only if allow-end is enabled.
2021-08-19 15:45:26 -07:00
tastybento 9707d98eb8 Make variables final. 2021-05-31 16:08:23 -07:00
tastybento 33a34aab44 Rename pladdon class 2021-05-31 16:06:52 -07:00
tastybento 4dac6515f2 Pladdon version 2021-05-30 18:43:15 -07:00
tastybento c06c089429 Register with BentoBox as an Addon 2021-05-30 08:53:59 -07:00
tastybento 2c299b4a88 New flags were not being included in the config.
https://github.com/BentoBoxWorld/BSkyBlock/issues/401
2021-04-25 11:09:36 -07:00
tastybento 358f1069f3 Correct version number reference in Settings. 2021-03-21 16:08:54 -07:00
BONNe 718ec2979e
Implements portal generation options (#407)
BentoBox#1718
2021-03-16 12:33:55 -07:00
BONNe 58ecd1ce1f
Implements onRespawnCommands BentoBox#1719 (#406) 2021-03-16 12:33:27 -07:00
tastybento 86a078e31f Do not set world mob spawn settings unless they are >0 2020-11-27 07:51:57 -08:00
tastybento 730ab03795 Improved config.yml comments. 2020-10-21 21:35:17 -07:00
tastybento 97c29e31e6 Better config.yml comments on home setting in nether and end
Fixes https://github.com/BentoBoxWorld/BSkyBlock/issues/356
2020-07-18 08:10:07 -07:00
tastybento 763b039b03 Removed warning on changing protection range mid-game. 2020-07-16 07:35:06 -07:00
tastybento 6833fb011a Enable backwards compatibility with 1.15.2 2020-06-30 16:14:07 -07:00
tastybento 3a5a866ea5 Support default biomes in nether and end 2020-06-27 14:54:59 -07:00
tastybento 1016d73545 Use 1.16.1 spigot API 2020-06-26 16:11:18 -07:00
tastybento baba69a74c Upgraded to BentoBox 1.13.0 API 2020-05-05 17:59:11 -07:00
tastybento 812a9727df
Use control panel if it exists. (#260)
* Use control panel if it exists.

* Added config option for use-control-panel

* Updated copyright date on About command.

* Fixes test
2020-04-18 14:44:30 -07:00
tastybento 8c9195c49c Adds coop and trust limits to config.yml
https://github.com/BentoBoxWorld/BentoBox/pull/1267
2020-04-06 16:53:46 -07:00
tastybento c5915affc8 Put back in admin switch command. 2020-04-04 12:20:15 -07:00
tastybento e3f3b2effe Removed admin trash commands. They shouldn't be needed anymore. 2020-04-02 13:07:34 -07:00
tastybento 675b052b95 Added spawn limit settings to config.yml 2020-03-07 17:59:08 -08:00
tastybento af096bf706 Show a reloaded log when /bsb reload is used.
https://github.com/BentoBoxWorld/BSkyBlock/issues/246
2020-01-12 17:20:35 -08:00
Florian CUNY d6b4b2525e
Improved the onLeaveCommands comment
Thanks to some feedback from @wellnesscookie.
2020-01-12 15:26:06 +01:00
Florian CUNY 33cb41f56b
Fixed misleading comments for onJoin/onLeave commands 2020-01-12 15:01:51 +01:00
Florian CUNY ee5d2dca96 Added teleportPlayerToIslandUponIslandCreation config option 2020-01-04 11:50:32 +01:00
Florian CUNY f1f69a7022 Added since tags to the relevant config entries 2020-01-04 11:41:59 +01:00
Florian CUNY 85c0e1fdda Added new aliases for commands (player: skyblock, sb; admin:skyblockadmin, sbadmin, sba)
These come from other skyblock plugins that some users might have used before coming on BSkyBlock
2019-12-22 21:48:13 +01:00
tastybento c019a5db0f Config added for pasting missing end or nether islands, default false
Stops bedrock removal glitch. Admins who need this can set it to true.

https://github.com/BentoBoxWorld/BentoBox/issues/1063
2019-12-15 16:22:00 -08:00
tastybento e24d9a23d7 Added new Admin reset command and cleaned up config.yml 2019-11-17 15:21:41 -08:00
tastybento 191d2b9cc2 Uses optimized chunk generator for nether ceiling 2019-11-16 11:46:30 -08:00
BONNe b0c6499bf7 Update to latest BentoBox 1.9-SNAPSHOT API changes. (#214)
- Add createIslandOnFirstLoginEnabled
- Add createIslandOnFirstLoginDelay
- Add createIslandOnFirstLoginAbortOnLogout
2019-11-09 10:31:17 -08:00
tastybento 31717a45e5 Removed redundant return statement. 2019-11-03 14:24:24 -08:00
tastybento 55ee57a294 Update to latest BentoBox API 2019-10-13 09:00:32 -07:00
tastybento bd028988eb Add support for banned falling commands.
https://github.com/BentoBoxWorld/BentoBox/issues/863
2019-10-03 14:26:10 -07:00
tastybento 0c669de9b0 Updated to latest 1.8.0 BentoBox API 2019-09-28 16:10:36 -07:00
tastybento 32ce4b4ed6 Loads config again after all addons loaded.
https://github.com/BentoBoxWorld/BentoBox/issues/940
2019-09-13 21:00:31 -07:00
Florian CUNY 61d5f9be9d Updated ranks in config + added since to a new option 2019-08-14 11:23:45 +02:00
tastybento 9503537365 Added Admin Settings command using BentoBox 1.6.0 API 2019-08-10 11:16:50 -07:00
tastybento 1f0740104b Added Admin Purge Command 2019-07-19 18:59:50 -07:00
tastybento 785e887881 Reused one config object. 2019-07-18 18:56:50 -07:00
tastybento 86deddf999
Updated Settings to fix typo. 2019-07-10 11:56:07 -07:00
tastybento afdfad84ab Removed nether trees from BSkyBlock - new 1.6.0 API 2019-07-06 23:42:02 -07:00
tastybento 854b596008 Adds support for new death api
https://github.com/BentoBoxWorld/BentoBox/pull/817
2019-07-06 11:25:24 -07:00
tastybento d783d40c71 Implements new call API for commands
https://github.com/BentoBoxWorld/BentoBox/issues/759
2019-06-18 08:54:02 -07:00
tastybento 6f2d3d0f5e Removes death sum setting. 2019-06-08 09:11:40 -07:00