P-LifeSteal
  • 📖Getting Started
    • 📎PlaceholderAPI
  • ✍️Usage
    • Permissions
    • Commands
  • 🛠️Configuration
    • Security
      • ALT-Farming
      • Limits
    • Extra Heart
    • Revive Book
    • Heart Management
    • Bans
    • Recipe
    • Loot
    • Custom Commands
  • 👋Support
    • SpigotMC
    • Discord
    • GitHub
Powered by GitBook
On this page
  • Template
  • enabled
  • worlds
  • chanceForHeartToGenerate
  • heartAddChance
  • chanceForReviveBookToGenerate
  1. Configuration

Loot

Loot section of the configuration.

Template

loot:
    enabled: true/false
    worlds:
        your_world_name:
            chanceForHeartToGenerate: number between 0-100
            heartAddChance: number between 0-100
            chanceForReviveBookToGenerate: number between 0-100
        your_second_world_name:
            chanceForHeartToGenerate: number between 0-100
            heartAddChance: number between 0-100
            chanceForReviveBookToGenerate: number between 0-100

enabled

Determines if the loot will be generated.

worlds

A user-created list of worlds.

chanceForHeartToGenerate

A chance for extra heart to appear in the structure.

heartAddChance

Chance of success of using the extra heart item.

chanceForReviveBookToGenerate

A chance for revive book to appear in the structure.

PreviousRecipeNextCustom Commands

Last updated 3 years ago

🛠️