https://github.com/404setup/oxygencylinder
Use the bottle to increase oxygen underwater
https://github.com/404setup/oxygencylinder
Last synced: about 2 months ago
JSON representation
Use the bottle to increase oxygen underwater
- Host: GitHub
- URL: https://github.com/404setup/oxygencylinder
- Owner: 404Setup
- License: apache-2.0
- Created: 2024-12-16T15:12:38.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-03-04T05:21:26.000Z (3 months ago)
- Last Synced: 2025-03-04T06:25:33.946Z (3 months ago)
- Language: Java
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OxygenCylinder
Use the bottle to increase oxygen underwater.The plugin refers to the Mod "BottedAir", but it writes the code by itself.
It was written in 2023.
You can only download this plugin in GitHub.## Usage
### Config
```yaml
# The chance a glass bottle breaks when the item in the offhand evaporates the water, giving back an empty (air) bottle.
chanceGlassBottleBreaksWithFireTypeInOffhand: 0.5# The amount of air an empty bottle contains. In vanilla Minecraft, 300 is the maximum air supply.
amountOfAirInBottles: 150# chanceGlassBottleBreaksWithFireTypeInOffhand: default = 0.5, min 0, max 1.0
# amountOfAirInBottles: default = 150, min 0, max 300
```### Permission
- tranic.oxygen [default: OP]### Command
- /oxygencylinder:oxygen-reload [/oxygen-reload]## License
Use [Apache-2.0](https://github.com/404Setup/OxygenCylinder?tab=Apache-2.0-1-ov-file#readme) as the license.If you publish my work elsewhere, you need my permission first and you must redirect the download source to my Modrinth, Curseforge, Hangar, SpigotForum and Github pages and keep the original link. You cannot declare this project as yours.
## Depend
- Java8 at least
- Spigot 1.16.5+