Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

squidicuzz/ObsidianDestroyer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObsidianDestroyer plugin v3.1
by Pandemoneus
https://github.com/Pandemoneus

Official Maintained
https://github.com/drtshock/ObsidianDestroyer

How to install:

  1. Copy 'ObsidianDestroyer.jar' into your 'plugins/' folder.
  2. Load your server
  3. Edit the newly created 'config.yml' in 'plugins/ObsidianDestroyer/' and set your preferences

How to uninstall:

  1. Delete the folder called 'ObsidianDestroyer' in plugins/.
  2. Delete 'ObsidianDestroyer.jar'

Options:

Radius - determines how far around the origin of the explosion Obsidian can be destroyed (default: 3) WARNING: High values probably cause lag
CheckItemId - The id of the item you use to check durability (default: 38 [rose])
IgnoreCancel - Force ObsidianDestroyer to handle canceled explosions.. (default: false)
EnabledFor.TNT - set true if TNT is allowed to destroy Obsidian (default: true)
EnabledFor.Cannons - set true if you would like the cannons plugin to break obsidian (default: false) https://github.com/DerPavlov/Cannons/
EnabledFor.Creepers - set true if Creepers are allowed to destroy Obsidian (default: false)
EnabledFor.Ghasts - set true if Ghasts are allowed to destroy Obsidian (default: false)
Durability.Enabled - set true if you want to use the durability feature (default: false)
Durability.Obsidian - determines how many explosions in the radius the Obsidian block needs to be destroyed (default: 3)
Durability.EnchantmentTable - determines how many explosions in the radius the EnchantmentTable block needs to be destroyed (default: 2)
Durability.EnderChest - determines how many explosions in the radius the EnderChest block needs to be destroyed (default: 5)
Durability.Anvil - determines how many explosions in the radius the Anvil block needs to be destroyed (default: 2)
Durability.Bedrock.Enabled - set to true if explosions are allowed to break Bedrock (default: false)
Durability.Bedrock.Durability - determines how many explosions in the radius the Bedrock block needs to be destroyed (default: 100)
Durability.ResetEnabled - set true if you want to reset the durability back to max after a certain time has passed (default: true)
Durability.ResetTime - time in milliseconds that has to pass before the durability is reset (default: '600000' (10 minutes))
Durability.UseTimerSafety - Use if your are experiencing crashes due to the server running out of memory (default: false)
Durability.SystemMinMemory - Amount of RAM (in MB) reserved for the server. The plugin will lose some functionality if free server memory is below this amount (default: 80)
Blocks.ChanceToDrop - set the chance to drop an Obsidian block when it was blown up, set to 1.0 to always drop a block (default: 0.7 (70%))
FluidsProtectObsidian - set to false if you want Obsidian to be able to hit by explosions from within water (default: true)
Explosions.BypassAllFluidProtection - Allows explosions from within a liquid to destroy the liquid, and the surrounding blocks (default: false)
Explosions.TNTCannonsProtected - Protects "TNT Cannons" from destroying themselves when used (default: true)
DisabledOnWorlds - A list of worlds that the plugin will not be used. (default: [])

Permission nodes:

obsidiandestroyer.help //makes help command available
obsidiandestroyer.config.reload //makes reload command available
obsidiandestroyer.config.info //makes info command available
obsidiandestroyer.durability.reset //makes reset command available

Commands:

obsidiandestroyer (alias: od) - shows the help
obsidiandestroyer reload (alias: od reload) - reloads the plugin
obsidiandestroyer info (alias: od info) - shows the currently loaded config
obsidiandestroyer reset (alias: od reset) - resets all currently saved obsidian durabilities

About

ObsidianDestroyer plugin for Minecraft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%