Bonemealable Sugar Cane
PluginMIT

Bonemealable Sugar Cane

Allow players to bone meal sugar cane like on Bedrock Edition.

122
Downloads
3
Followers
1 months ago
Updated
📦
2
Versions

📖About Bonemealable Sugar Cane

Bonemealable Sugar Cane

paper spigot purpur modrinth spigot hangar

It's in the name. A lightweight Minecraft plugin lets players use bone meal on sugar cane, just like Bedrock Edition.

✨ Features

  • Bone meal now works on sugar cane
  • Supported dispenser bone mealing
  • Choose between growing by 1 block or instantly to max height
  • Particles and sound effects on growth
  • 6 languages supported
  • Lightweight and performance-friendly

🔍 Showcase

Showcase

⚙️ Configuration

  • All settings are configurable in config.yml.
  • All messages are fully customizable in translation files using MiniMessage format.
# Plugin Settings
settings:

  # Language
  # Change the language of the plugin.
  # Supported languages:
  #  - English   (en_US)
  #  - German    (de_DE)
  #  - French    (fr_FR)
  #  - Finnish   (fi_FI)
  #  - Polish    (pl_PL)
  #  - Dutch     (nl_NL)
  language: "en_US"

  # Grow-by-one-block
  # If true, bone meal grows sugar cane by exactly 1 block.
  # If false, bone meal grows sugar cane up to the maximum height of 3 blocks at once.
  grow-by-one-block: false

  # Spawn Particles
  # Whether to spawn particles when sugar cane is bone-mealed.
  spawn-particles: true

  # Play Sound
  # Whether to play a sound effect when sugar cane is bone-mealed.
  play-sound: true

  # Dispenser Support
  # Whether dispensers can bone meal sugar cane.
  # When enabled, a dispenser facing a sugar cane column will grow it just like a player would.
  dispenser-support: true

📚 Command & Permissions

  • Commands
Command Permission Description
/bonemealablesugarcane bonemealablesugarcane.command Base plugin command.
/bonemealablesugarcane reload bonemealablesugarcane.reload Reload config and translations.

Alias: /bsc

  • Permissions
Permission Description Default
bonemealablesugarcane.command Allows use of /bonemealablesugarcane. true
bonemealablesugarcane.reload Allows reloading config and translations. op