aglerr's Plugin Wiki
  • Welcome
  • aglerr's plugin
    • Player Profiles
      • Commands & Permissions
      • Options & Configuration
        • config.yml
        • custom-items.yml
    • Top Damage
  • The-Only Plugin Series
    • The-Only Mobcoins
      • Commands & Permissions
      • Placeholders
      • Plugin's files
        • config.yml
        • mobs.yml
        • shops
          • rotating-shop (WIP)
            • rotating-shop.yml (WIP)
          • category-shop (WIP)
            • categories (WIP)
              • weaponsAndTools.yml (WIP)
              • armor.yml (WIP)
            • category-shop.yml (WIP)
          • confirmation_menu.yml (WIP)
          • main_menu.yml (WIP)
      • Developer API
        • Custom Events
    • The-Only Donations
      • Commands & Permissions
      • Placeholders
      • Plugin's Files
        • config.yml
  • Additional Resources
    • Discord
    • My Spigot Resource
Powered by GitBook
On this page
  • Config Explanation
  • Full Configuration

Was this helpful?

  1. The-Only Plugin Series
  2. The-Only Mobcoins
  3. Plugin's files

mobs.yml

The mobs.yml configuration

Previousconfig.ymlNextshops

Last updated 3 years ago

Was this helpful?

In this section, we will explain to you every config value from mobs.yml. If you have any more questions, feel free to join our !

mobs.yml are used to define what mobs will drop mobcoins, in there you can configure the drop chance and the drop amount

Config Explanation

PIG:
  chance: 26
  amount: '0.1-0.5'
  • PIG PIG is the mob type, and it can be changed to any type

  • chance The chance of mobcoins will drop

  • amount The amount of mobcoins that will drop and the amount can be ranged. For example amount: '1-5' - that means the amount of mobcoins that will be drop will be between 1 and 5

See the full configuration on how to add multiple entity and how to integrate with Mythic Mobs!

Full Configuration

# Entity Type: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
# supports decimals and range, check example below!
entities:
  PIG:
    chance: 26
    amount: '0.1-0.5'
  SHEEP:
    chance: 26
    amount: '0.5-1.25'
  COW:
    chance: 26
    amount: '3.25'
  ZOMBIE:
    chance: 26
    amount: '4.25-5.50'
  SKELETON:
    chance: 26
    amount: '5-7.25'
  # MythicMobs Integration example
  SkeletalKnight:
    chance: 100
    amount: '10.25-25.75'
  SkeletonKing:
    chance: 100
    amount: '50.25-100.20'
discord support server
You can find a list of entity type here