Custom

Custom 1.0.1

Native Minecraft Version:
1.15
Tested Minecraft Versions:
1.15
Source Code:
Contributors:
pkt77
Donation Link:
Custom Cobble Gen
Custom Cobble Gen is Spigot plugin that provides option to change cobble generator to some other block one. Primary use of this plugin is in specific types of worlds like nether and end, where isn't standard skyblock islands.

This is a fork of pkt77/OreGenerator repository. Thanks to pkt77 for basis of this project.

Features
Setup your own version of cobblestone generator
Works like standard vanilla Minecraft cobblestone generator and in other cases it changes lava to obsidian
Per world configuration - you can have different generators in different worlds
Custom blocks and priorities
Permissions and configurations
Fully translatable
Commands
/ccgreload or /ccgr - reload plugin configuration
Permissions
customcobblegen.use.WORLD - use configured generators in some world
customcobblegen.use.* - use generators in all worlds (allowed in generators's config)
customcobblegen.reload - use /ccgreload (or /ccgr) command
customcobblegen.* - all permissions of this plugin
Compatibility
Custom Cobble Gen is compatible with these plugins:
Multiverse-Core - prefered multi world plugin
CustomOreGen - another cobble stone generator modifier. This plugin automatically disable it in world where is used Custom Cobble Gen. Custom Cobble Gen is primary for specific worlds like nether and end. CustomOreGen is addon for skyblock plugins used in normal worlds (on players' islands). Its disabling is just for errors prevention.
This plugin isn't use any of the skyblock plugins' APIs. Its use is primarily in nether, end and other special worlds where isn't good support of these plugins. If you need to add support for some reason, contact me, please.

Suggestion
You can use my plugin Nether Water to enable water in nether worlds.

Download and installation
Go to the latest release page and download the JAR file https://github.com/ceskyDJ/CustomCobbleGen/releases/latest
Put the file CustomCobbleGen-1.X.X to your server's plugins/ directory.
Restart your server
You are done! Now you can change configuration of the plugin in plugins/CustomCobbleGen directory. If there is some problem, you can insert there default configuration from this page or create an issue.
Default configuration
Code (YAML):
# Allow using debug dumps. It's not recommended on production servers.
debug: false
# Generators
# You can duplicate default 'nether' generator and create as many generators as you want
generators:
# Generator name
nether:
# Allowed worlds - supports Multiverse-Core (primarily) and other multi world plugins
worlds:
- skyworld_nether
# Generated blocks
blocks:
# Use: BLOCK_NAME:CHANCE
# For BLOCK_NAME use bukkit names. See https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html.
# CHANCE is decimal number from 0-100
# Sum of the chances mustn't be more than 100
- NETHERRACK:90.0
- SOUL_SAND:10.0
# Messages for translation
# Change only text in quotation marks ("")
# If you need to use quotation mark in your text, use \" instead of "
messages:
permissions: "You do not have permission to do that!"
config-reload: "Custom Cobble Gen configuration reloaded!"
Author
Mined
Downloads
5
Views
32
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Mined

  • chat
    chat
    You can chat as fake players like this <rickastley> never gonna give you up
  • SimpleFly
    SimpleFly
    Use the /fly command for your users.
  • [
    [
    Bombs plugin suitable for prison and other various types of servers. Extremely compatible.
  • To
    To
    this plugin will send players to hell when they die
  • AnkaEssentials
    AnkaEssentials
    Your entire server in one script! Updates every week!
Top