drops - magemonkeystudio/divinity GitHub Wiki

Commands

COMMAND ARGS DESCRIPTION P PERM
/drops drop <table_id> [level] Roll a drop table and drop it at the player’s feet. N divinity.drops.cmd.drop
/drops give <table_id> [level] Roll a drop table and give it to the player. N divinity.drops.cmd.give
/drops help - Show help page. N divinity.drops.cmd.help
/drops reload - Reload the module. N divinity.drops.cmd.reload

Settings.yml

command-aliases: drops

multipliers:
  vip: 1.25
  premium: 1.5
  gold: 1.75

Example Mob

chance: 100.0
roll-once: true
vanilla-mobs:
- 'ZOMBIE'
mythic-mobs:
- 'airwitch'
prevent-from: []
drop-tables:
- airwitch

Example Table

name: '&eAir Witch'
roll-once: false
level-penalty:
  enabled: false
  variance: 10
world-whitelist:
- 'alleria'
biome-whitelist:
- '*'
region-blacklist: []
items:
  netheritekey:
    chance: 1.0
    module-id: 'custom_items'
    item-id: 'netheritekey'
    min-amount: 1
    max-amount: 1
    min-level: '1'
    max-level: '1'
    additional-conditions: []
    actions-on-drop: {}
  sacreddarktainti:
    chance: 100.0
    module-id: 'custom_items'
    item-id: 'sacreddarktainti'
    min-amount: 2
    max-amount: 2
    min-level: '1'
    max-level: '1'
    additional-conditions: []
    actions-on-drop: {}
  lifeforceiii:
    chance: 75.0
    module-id: 'custom_items'
    item-id: 'lifeforceiii'
    min-amount: 1
    max-amount: 1
    min-level: '1'
    max-level: '1'
    additional-conditions: []
    actions-on-drop: {}
  sacredquintessenceiii:
    chance: 50.0
    module-id: 'custom_items'
    item-id: 'sacredquintessenceiii'
    min-amount: 1
    max-amount: 5
    min-level: '1'
    max-level: '1'
    additional-conditions: []
    actions-on-drop: {}
  numen:
    chance: 20.0
    module-id: 'custom_items'
    item-id: 'numen'
    min-amount: 1
    max-amount: 1
    min-level: '1'
    max-level: '1'
    additional-conditions: []
    actions-on-drop: {}
⚠️ **GitHub.com Fallback** ⚠️