Closed goflishMC closed 4 months ago
When using the command for drops, /drops give and /drops drop no matter what the max amount is, you still only get 1 of the item.
/drops give
/drops drop
Example:
items: ironore: chance: 100.0 module-id: 'custom_items' item-id: 'ironore' min-amount: 1 max-amount: 3 min-level: '1' max-level: '1' additional-conditions: [] actions-on-drop: {}
That's my drop. I have max-amount set to 3, but I always get only 1 of this item when it's given or dropped.
I should get a random amount between 1-3 items each drop.
/drops drop yourname dropname
- Server Software: Paper 1.20.6 - Divinity Version: 1.0.0-R0.22 - Codex Version: 1.0.0-R0.21 - Plugins: https://i.imgur.com/14sTFLF.png
No response
Is there an existing issue for this?
Current Behavior
When using the command for drops,
/drops give
and/drops drop
no matter what the max amount is, you still only get 1 of the item.Example:
That's my drop. I have max-amount set to 3, but I always get only 1 of this item when it's given or dropped.
Expected Behavior
I should get a random amount between 1-3 items each drop.
Steps To Reproduce
/drops drop yourname dropname
Environment
latest.log
No response
Anything else?
No response