BatBoxes
Description
Instead of bats being boring, useless, and only spawning in caves, BatBoxes adds more fun to bats and creates a cooler experience from them.
Current Features
- Upon opening a chest BatBoxes will spawn a bat from the chest.
- The bat spawns on a 5% chance. (can be changed in the config file)
- If the chest is a double chest, two bats will spawn.
- Permissions
- Individual enable and disable of the spawning of bats (this can be disabled by admins).
Configurations
config.yml
bat_spawn_chance: 5 spawn_two_from_doublechest: true light_level_for_spawn: 15 allow_player_toggles: true worlds_to_spawn_in: - world - world_nether - world_the_end player_toggles: Doamax: spawn: false
Permissions
- batbox.spawn: Allows the user to randomly spawn bats from their chests.
- batbox.spawn.double: Allows the user to randomly spawn bats from their double-chests. Note: This is set to default, meaning any player will have this permission. To remove permission add a - in front of the node. For example:
permissions: - batbox.spawn - -batbox.spawn.double
The player will not be able to spawn a bat from a double chest. If the - were in front of the batbox.spawn the player would not had either permissions.
Future Versions
Ability to change the percentage of spawning of bats from a config file.Implement permissions.Ability to configure the worlds bats spawn from chest in.Ability to configure the light level bats spawn from chest in.
Commands
- /batboxes [on/off]: Enables or disables the spawning of bats from chests.
- /bbx [on/off]: Acts as an alias for /batboxes.
Changelog
V 1.0:
BatBoxes created!
V 1.1:
Added configurations (Spawn chance and settings for double chests)
V 1.2:
Fixed a bug where it would spam the console if a player tried to place a chest near a double chest or shift click a chest.
V 1.3
- Added multiworld support (allow you to choose which worlds bats spawn from chest (all by default))
- Added more configurations (light level mobs spawn at (all by default))
V 1.3.1
Fixed a bug were single chest spawned two bats as if they were double chests.
V 1.4
- Updated to 1.7.4
- Added permissions: batbox.spawn and batbox.spawn.double
V 1.4.5
- Due to the request by timsavage and his player-base, added commands:
- - /batboxes [on/off]
- - /bbx [on/off]


