Zarius / Bukkit-OtherBlocks

OtherBlocks (now known as OtherDrops) plugin for Bukkit (dev build: https://www.mediafire.com/?i6ows1g6kus2o0l)
http://dev.bukkit.org/server-mods/otherdrops/
GNU General Public License v3.0
17 stars 17 forks source link

Using dropgroups seems to spam the chat #339

Closed AzXeus closed 9 years ago

AzXeus commented 9 years ago

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.

Zarius commented 9 years ago

Why do you have "message: null" in there? On 23/09/2014 12:00 am, "AzXeus" notifications@github.com wrote:

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.

— Reply to this email directly or view it on GitHub https://github.com/Zarius/Bukkit-OtherBlocks/issues/339.

AzXeus commented 9 years ago

to try to combat the problem, makes no difference. I have realised the version i'm using is highly outdated and wasnt made for my minecraft version at all.. updating to the lastest beta version has solved the issue