Using dropgroups seems to spam the chat
AzXeus opened this issue · 2 comments
In Cauldron 1.7.10 ... 198 server
OtherDrops version: 2.7.1
Description: Using a dropgroup seems to spam the in game chat with blank lines
Whereas dropping outside a dropgroup is fine.
Config:
otherdrops:
18:
- default
- dropgroup: stickn
tool: nothing
chance: 15
drops:
- drop: stick
- drop: stick
chance: 30
- dropgroup: stickn2
chance: 10
drops:
- drop: stick
quantity: 2
- drop: stick
chance: 7
quantity: 3
- dropgroup: sticks
message: null
tool: stick
chance: 25
drops:
- drop: stick
- drop: stick
chance: 30
- dropgroup: sticks2
message: null
chance: 10
drops:
- drop: stick
quantity: 2
- drop: stick
chance: 7
quantity: 3
- drop: sapling@this
chance: 5
Steps to reproduce the problem:
use the config provided, hit leaves with stick, when stick drops blank line appears in chat.
Why do you have "message: null" in there?
On 23/09/2014 12:00 am, "AzXeus" [email protected] wrote:
In Cauldron 1.7.10 ... 198 server
OtherDrops version: 2.7.1Description: Using a dropgroup seems to spam the in game chat with blank lines
Whereas dropping outside a dropgroup is fine.Config:
otherdrops:
18:
default
dropgroup: stickn
tool: nothing
chance: 15
drops:
- drop: stick
- drop: stick
chance: 30- dropgroup: stickn2
chance: 10
drops:
- drop: stick
quantity: 2- drop: stick
chance: 7
quantity: 3dropgroup: sticks
message: null
tool: stick
chance: 25
drops:
- drop: stick
- drop: stick
chance: 30- dropgroup: sticks2
message: null
chance: 10
drops:
- drop: stick
quantity: 2- drop: stick
chance: 7
quantity: 3drop: sapling@this
chance: 5Steps to reproduce the problem:
use the config provided, hit leaves with stick, when stick drops blank
line appears in chat.—
Reply to this email directly or view it on GitHub
#339.