INSTALLATION
1. Download the plugin
2. Place the JAR into your /plugins folder
3. Restart the server (no reload)
4. Configure config.yml if needed
COMMANDS
/infernalforge give
→ Gives Infernal Forge or Infernal Fuel (admin)
but there are Aliases, you ca do /iforge (..) too ^^
/infernalforge reload
→ Reloads config and messages
/infernalforge fuel
→ Gives a choosen player fuel
PERMISSIONS
infernalforge.admin:
→ Required for all admin commands
infernalforge.use:
→ Allows using the Infernal Forge.
CONFIGURATION
You can configure:
• Furnace speed multiplier
• Infernal Fuel drop chance
• Items smelted per fuel
• Particles and sound effects
• Language (EN / DE)
LANGUAGES
• English
• German
SUPPORT
If you encounter issues or have suggestions, please report them on the resource page.
CONFIGURATION (config.yml)
Code (Text):
# InfernalForge configuration
# Reload with: /infernalforge reload
# Plugin language ("en" or "de")
language: "en"
forge:
# Speed multiplier (1.0 = vanilla Blast Furnace)
speed-multiplier: 2.0
fuel:
# Blaze drop chance for Infernal Fuel (0.0 - 1.0)
blaze-drop-chance: 0.15
# How many items one Infernal Fuel can smelt (independent of speed)
items-per-fuel: 140
effects:
# Enable particles & sounds for active Infernal Forges
enabled: true
particles:
# Particle interval (ticks) | 20 ticks = 1 second
interval-ticks: 5
flame-count: 3
smoke-count: 1
sound:
# Sound interval (ticks)
interval-ticks: 40
volume: 0.6
pitch: 1.0