Installation Guide
Prerequisites
Before installing the plugin, be sure you meet at least the following:
- Your server runs version >= 1.3.2
- You have CraftBukkit installed, notably for version 1.3.2
- Spout in form of the SpoutPlugin is installed (http://get.spout.org/)
- You are using SpoutCraft to connect to your server.
Otherwise you might run into complications (you only have flint instead of new stuff) since especially the new ores feature relies heavily on Spout's interface.
Installation
If you are sure you have the above configuration, the installation is simply done by copying the JAR into your server's plugins folder. Check the console after you (re-)started the server, there should be messages which indicate the plugin has loaded.
The plugin will now populate new ores throughout the world roughly in the same depth as diamond. Please note that this will only happen to completely new chunks, not the ones that have been previously generated.
Config
If you wish to configure the plugin, simply create a folder called "DragonsHoard" in your plugins folder and place the following file into it:
# Ores and stuff # # SpawnChancePercent: Per chunk chance of ore cluster RubyOre: Enabled: true SpawnChancePercent: 40 MinClusterSize: 2 MaxClusterSize: 8 SapphireOre: Enabled: true SpawnChancePercent: 40 MinClusterSize: 2 MaxClusterSize: 8 AmethystOre: Enabled: true SpawnChancePercent: 40 MinClusterSize: 2 MaxClusterSize: 8 # Mob behaviour CreeperExplosionOverride: Enabled: true PlaySound: true SpiderAttackOverride: Enabled: true IgniteOnAttack: true TossAway: true
Comments