AdvancedItems
HomepageJoin DiscordMinecraft Hosting
  • Main Page
  • ⚔️Items
    • List of items
    • Creating items
    • Abilities Explained
    • Items Settings
      • General Settings
      • Item Abilities
      • Join Settings
      • Recipes and Crafting
      • Loot Generation
      • Custom Heads
  • ⚙️General information
    • Commands and Permissions
    • Giving Custom Items
  • 🪄Effects & Abilities
    • Effects
    • Triggers
    • Targets
    • Conditions
    • Functions
    • Variables
Powered by GitBook
On this page

Was this helpful?

  1. Items
  2. Items Settings

Loot Generation

PreviousRecipes and CraftingNextCustom Heads

Last updated 7 months ago

Was this helpful?

lootGeneration:
  # What loot tables should this loot generate in? e.g. mineshafts, villages
  # Types: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/loot/LootTables.html
  # Set to 'ALL' to enable all loot tables
  # e.g. SIMPLE_DUNGEON: 80 will have an 80% chance of spawning in a spawner dungeon room
  ANCIENT_CITY: 100
  SIMPLE_DUNGEON: 80

lootGeneration

  • Determines in which loot tables this item should generate.

  • Set to 'ALL' to enable all loot tables, or specify individual loot tables and their spawn chances (e.g., SIMPLE_DUNGEON: 80 for an 80% chance of spawning in a spawner dungeon room).

  • Find all loot generation causes here:

⚔️
https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/loot/LootTables.html