flrp's plugins
  • Hub
  • Free
    • Tracker
      • Installation & Dependencies
      • Permissions & Commands
      • Files
    • Economobs
      • Installation & Dependencies
      • Permissions, Commands, & Placeholders
      • Files
      • Tutorials
        • Understanding Loot and Loot Tables
        • Assigning Loot Tables
        • Loot Table Conditionals and Overrides
        • Managing Multiplier Groups
        • 1.0.0 Tutorials
          • Managing Rewards & Drop Weight
    • Econoblocks
      • Installation & Dependencies
      • Permissions & Commands
      • Files
      • Frequently Asked Questions
      • Tutorials
        • Understanding Loot and Loot Tables
        • Assigning Loot Tables
        • Loot Table Conditionals and Overrides
        • Managing Multiplier Groups
        • 1.0.0 Tutorials
          • Managing Rewards & Drop Weight
  • Premium
    • TrackerPlus
      • Installation & Dependencies
      • Permissions & Commands
      • Files
      • Frequently Asked Questions
      • Tutorials
        • Creating a Reward
    • Challenges
Powered by GitBook
On this page

Was this helpful?

  1. Free
  2. Econoblocks

Frequently Asked Questions

Group multipliers aren't recognized in ItemsAdder.yml

This is an issue from a generation issue from version 1.4.1 (Fixed in 1.4.2 - files generate correctly). To fix this issue, adjust your values as so: INCORRECT

multipliers:
  example:
    blocks:
      carved_wood_block: '1.2'

CORRECT

multipliers:
  example:
    blocks:
    - carved_wood_block 1.2

For the plugin to be able to read the multipliers there should be no colons ( : ) or apostrophe ( ' ) This rule applies for every other multiplier in the plugin.

PreviousFilesNextTutorials

Last updated 1 year ago

Was this helpful?