What is FFGrinder? FFGrinder is an incredible plugin that revolutionizes mob loot customization on a per-world level. If there's no specific configuration for a mob, it leaves things untouched, ensuring seamless gameplay. Features:
Tailor loot drops per world
Seamless integration without affecting default settings
Simplified configuration for enhanced gameplay
Improved gaming experience for both players and server admins
Why Choose FFGrinder? FFGrinder offers unparalleled customization while preserving the essence of the Minecraft experience. Dive into a world where loot drops are just the way you want them. Showcase https://i.imgur.com/wPBAwyv.mp4
Code (YAML):
ZOMBIE: #the mob name to modify defaultDrop: true
# Indicates whether the default mob drop is enabled or not for Zombies. allowedWorlds: # Specifies the worlds where custom loot settings for Zombies are permitted. - world
commandWithChances: # Items that trigger a command when interacted with by players. - amount: 1
chance: 90.0
# The probability (in percentage) for this item to trigger the command. displayName: "&0[&e&lTokens&0] &eVoucher"# The displayed name of the item. displayLore: -
"&f100 Tokens"# The lore/description of the item. command: "tgive {player} 100"# The command executed upon interaction. redeemMessage: "&eYou have redeemed 100 tokens"# The message sent to the player after redemption. displayMaterial: PAPER
# The material/icon representing this item. itemsWithChances: # Normal items with optional lore and enchantments. - amount: 1
chance: 90.0
# The chance (in percentage) for this item to drop from Zombies. displayName: "Sword"# The displayed name of the item. displayLore: -
"Cool sword"# The lore/description of the item. displayMaterial: DIAMOND_SWORD
# The material/icon representing this item. enchantments:
- level: 5
enchant: SHARPNESS
# The enchantment and its level applied to the item.