ZeroObsidian

ZeroObsidian 1.2.0

Native Minecraft Version:
1.19
Tested Minecraft Versions:
1.19
ZeroObsidian is a very basic plugin with just one simple task:

- Deny the forming of obsidian and if configured to do so, also replace the block in question with another block.

Configuration file
Code (Text):
############################################################
# #
# ZeroObsidian #
# #
# By Zeromaniac #
# #
#############################################################

enable_plugin: true
# ^Should this plugin cancel the event of forming obsidian from natural causes?

replace_block: true
# ^If this is set to true, the replacement below is used.
# If this is set to false, the event will only be canceled but nothing else will be done.

replacement: COBBLESTONE
# ^Which block should be used as replacement?

version: 1.2.0
# ^Do not touch this :p

debug: false
# ^Should we print messages to console for you to verify the plugin is working?
Usage
Just drop the jar into your 'plugins' folder and restart your server to generate the config.
/reload or plugman may or may not work. The replacement block can be any solid block from the enum materials https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html

Commands & Permissions
- /zeroobsidian reload or /zo reload - zeroobsidian.reload (Defaults to false, even for Operators)

Support
This plugin was requested by Jake, a dear friend of mine.
Please note that I do not claim to be an actual developer, I know minimal java at this point and made this plugin purely for fun while learning my way with the API. Therefore, I will not guarantee this plugin to work for everyone, nor will I provide official support for it. If, however, this plugin does not work for you on a 1.19+ paper or paper fork server, I'd still appreciate a note about it to my discord Zeromaniac#0001 instead of a bad review.

Then why upload this to spigot?
Considering you're reading this, I must suspect you were looking for a plugin doing something with obsidian. Maybe this is just what you need?

Requirements
This plugin requires java 17 and is built for paper with maven.
Author
Mined
Downloads
4
Views
14
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Mined

Top