Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
Platforms
Tags
Creators
Details
Licensed ARR
Published 2 days ago
MoreApple is a simple Paper plugin that makes trees drop more apples. Server owners can change the apple drop chance in-game using commands.

- Extra apple drops from leaves
- Easy command to change drop chance
- Choose which blocks can drop apples
- Lightweight and simple
- Perfect for survival SMP servers
Commands:
/apple <chance> — set apple drop chance
/apple dropallow <block_name> — allow a block to drop apples
Example:
/apple 50 makes apples drop with a 50% chance.
Config.yml:
# Apple drop chance in percent.
# 35.0 = 35% chance to drop extra apples when an allowed block breaks or decays.
apple-drop-chance-percent: 35.0
# Amount of extra apples to drop when the chance succeeds.
min-extra-apples: 1
max-extra-apples: 3
# Blocks that can drop extra apples.
# Add more in game with: /apple dropallow <block_name>
allowed-drop-blocks:
- OAK_LEAVES
- DARK_OAK_LEAVES



