Oddpicks is a plugin to summon several useful pickaxes for a prison server. Such as exploding, smelters, or bountiful pick. I wrote this for my own server after having played on another popular MC server. I couldn't find a set of pickaxes like they had so I decided to just write my own after much searching failure.
- Contributors:
- NoSkillNewbie
This plugin is written for 1.8+ version of spigot and requires WorldGuard.
Features:
- Smelters Pickaxe:
- Smelts ores when blocks are broken.
- Exploding Pickaxe:
- Explodes a predefined radius from the config file and drops the blocks that exploded.
- Supports Fortune enchantment to drop more based on how high your Fortune is. Should probably put a cap on this later as some server level 1000 enchantments...
- Bountiful Pickaxe:
- Searches a predefined radius from where the block is being broke and drops the highest level ore possible.
- It goes Emerald -> Diamond -> Gold -> Iron -> Lapis -> Redstone -> Coal right now.
- Supports Fortune enchantment to drop more based on how high your Fortune is. Should probably put a cap on this later as some server level 1000 enchantments...
- Explosive Bountiful Pickaxe:
- Explodes a predefined radius from the config file and drops the highest ore from the radius of the initial block.
- It goes Emerald -> Diamond -> Gold -> Iron -> Lapis -> Redstone -> Coal right now.
- Supports Fortune enchantment to drop more based on how high your Fortune is. Should probably put a cap on this later as some server level 1000 enchantments...
- This was more of just cause I could item. I am not sure I would release this to the general population. It is a very overpowered item and could possible lag your server with enough people using them.
- Lumberjack's Axe:
- Simple axe that breaks connected wood blocks.
- All custom pickaxes respect WorldGuard.
- Explosions are checking the region to make sure they are allowed to OTHER_EXPLOSION.
- All block breaks are checking that they can BLOCK_BREAK.
- Config File:
- naturalExplosion
- Doesn't use my custom explosion. Essentially just does a TNT explosion at the site.
- Explosion-Radius
- The radius for all Explosive blasts right now. This is used for the Explosive pick and the Explosive Bountiful Pick.
- Bounty-Radius
- Radius to search for the highest ores. Careful setting this too high.
Commands:
- /opick help.
- Gives basic help information.
- /opick give self < epick | bpick | ebpick | spick | LAxe >.
- Gives a mighty pick to yourself.
- /opick give <player> < epick | bpick | ebpick | spick | LAxe >.
- Gives mighty pick to the <player>.
Permissions:
- opick.explode:
- Are they allowed to use any of the custom pickaxes? Defaults to TRUE/EVERYONE.
- opick.epick
- Allows access to all commands. Defaults to OP.
Current Config 1.0.5:
Code (Text):
# --- OddPicks v1.0.5 by NoSkillNewbie --- #
# --- Default configuration file.
# Custom or Natural Explosions.
naturalExplosion: false
# Radius to Explode with Explosive Pickaxes.
Explosion-Radius: 3
# Radius to search for higher ores on Bountiful Pickaxes.
Bounty-Radius: 9
# Enable Explosive Pickaxe?
ePickEnable: true
# Explosive Pickaxe Name
ePickName: "Explosive Pickaxe"
# Explosive Pickaxe Lore
ePickLoreSt: "Handle with Care!"
# Enable Smelter's Pickaxe?
sPickEnable: true
# Smelter's Pickaxe Name
sPickName: "Smelter's Pickaxe"
# Smelter's Pickaxe Lore
sPickLoreSt: "Hot to the Touch!"
# Enable Lumberjack's Axe?
lAxeEnable: true
# Lumberjack's Axe Name
lAxeName: "Lumberjack's Axe"
# Lumberjack's Axe Lore
lAxeLoreSt: "Extra Sharp!"
# Enable Bountiful Pickaxe?
bPickEnable: true
# Bountiful Pickaxe Name
bPickName: "Bountiful Pickaxe"
# Bountiful Pickaxe Lore
bPickLoreSt: "Such Bounty, much wow!"
# Enable Explosive Bountiful Pickaxe?
ebPickEnable: true
# Explosive Bountiful Pickaxe Name
ebPickName: "Explosive Bountiful Pickaxe"
# Explosive Bountiful Pickaxe Lore
ebPickLoreSt: "Such Bounty, much pow!"
WorldGuard Regions for Prison2:
- Below are my WorldGuard Regions.
- I have provided my prison and a basic mine template.
- I am using Prison2 to reset my mines and for other awesome Prison features!
If you ever get bored and want to try out my server! It is a pretty small community that plays on the servers connected to our lobby but you're always welcome.Code (Text):
mine-template:
min: {x: 765.0, y: 2.0, z: 314.0}
max: {x: 812.0, y: 63.0, z: 342.0}
members: {}
flags: {other-explosion: allow, build: allow, block-break: allow}
owners: {}
type: cuboid
priority: 20
prison-template:
min: {x: -316.0, y: 1.0, z: -307.0}
max: {x: 354.0, y: 152.0, z: 286.0}
members: {}
flags: {lightning: deny, other-explosion: deny, lava-fire: deny, water-flow: deny,
use: allow, lighter: deny, chest-access: deny, pvp: deny, mob-spawning: deny,
fire-spread: deny, creeper-explosion: deny, build: deny, block-break: deny,
lava-flow: deny, tnt: deny}
owners: {}
type: cuboid
priority: 10
Server: Oddlink.com

Oddpicks 1.0.7
Awesome Custom Pickaxes for Prison!
Recent Updates
- Minor Update - Display Name/Lore change May 10, 2015
- Minor Update - Token Enchant Compatibility May 7, 2015
- Config Toggles May 6, 2015