1. Pitbulderby[17022099/76561198075774644] has entered the game
    Creating item with less than 1 amount! (Wood)
    Creating item with less than 1 amount! (Wood)
    Tentacion[16932849/76561198352585499] was killed by jagernsk[16922310/76561198427322202]
    Creating item with less than 1 amount! (Wood)
    Creating item with less than 1 amount! (Wood)
    Creating item with less than 1 amount! (Wood)
    Creating item with less than 1 amount! (Wood)
    Creating item with less than 1 amount! (Wood)
    Creating item with less than 1 amount! (Wood)
    Creating item with less than 1 amount! (Wood)
    Creating item with less than 1 amount! (Wood)
    Creating item with less than 1 amount! (Wood)
    Creating item with less than 1 amount! (Wood)
    Calling 'OnPlayerInput' on 'SkinChanger v0.1.4' took 783ms [GARBAGE COLLECT]
    Creating item with less than 1 amount! (High Quality Metal)
    Creating item with less than 1 amount! (Stones)
    Creating item with less than 1 amount! (Wood)
     
  2. You must have a plugin that is trying to give players items with the amount of 0, either that or someone has found an exploit which doesn't seem to work as they're giving themselves 0 of an item.
     
  3. RemoverTool ?

    I've the same
     
  4. Making a wild guess I'd say it's FancyDrop and a custom loot table.
     
  5. What iDeath said.. Its probably a loot plugin. Maybe for your loot table you have something like
    "wood": "0",
    "stones": "0",
    etc
    What you should do instead is just remove those lines if you don't want them as part of your loot table.
     
  6. Very wild guess...and i'm sure: Nope, it is'nt ;)
     
  7. No it's not a wild guess or no it's not fancydrop? Mesa confused!
     
  8. Why should it do like "now" when it never has done like "before"? ;)

    Also such results are always a fault plugin configuration on the specific servers side when people mean its clever to save number values with "," or "." where no such values were meant to be...

    It's mostly the same reason: a Layer 8 problem :p
     
  9. It's not a "plugin" problem. Whatever plugin it is assuming it's fancydrop he set the value from X to 0 instead of removing it from the table which is telling the server to add x0 of said items causing the warning.

    PS: When I mentioned fancydrop I was simply just trying to narrow down his search.