MobMagnet icon

MobMagnet -----

Soul from entity



CONFIG FILE

setting.yml

Code (YAML):
# IF LIKE YOU THIS PLUGIN, YOU CAN THIS RATING PLUGIN

Addons
:
  mythicMob
: false

item_settings
:

  # SOUL DROP CHANCE
  # WRITE INT 0 - 100

  item_chance_drop
: 100



slot_settings
:

  # SLOT SETTINGS
  # WRITE PRIZE IN DOUBLE LIKE 0.0, 1.0, 2.0, 3.0
  # IF PRIZE IS SET 0.0 PLAYER HAVE DEFAULT UNLOCK SLOT

  # TYPE LIST:
  # LVL - PLAYER LEVEL
  # ECO - NEED VAULT & CURRENCY PLUGIN

  slot_0
:
    prize
: 0.0
    type
: LVL
  slot_1
:
    prize
: 2.0
    type
: LVL
  slot_2
:
    prize
: 3.0
    type
: LVL
  slot_3
:
    prize
: 4.0
    type
: LVL
  slot_4
:
    prize
: 5.0
    type
: LVL
  slot_5
:
    prize
: 6.0
    type
: LVL
  slot_6
:
    prize
: 7.0
    type
: LVL
  slot_7
:
    prize
: 8.0
    type
: ECO
  slot_8
:
    prize
: 18.0
    type
: ECO
 

language.yml

Code (YAML):
language:
  plugin_prefix
: ' [MobMagnet ]'
  incorrect_entity_name
: 'WARING! Incorrect entity name'
  you_arent_player
: You aren't player
  item_atributtes
: 'Atributtes'
  item_soul_name
: '''s soul'
  item_year
: 'Year Spirit Ring'
  item_tier
: 'TIER'

  You_can_put_where_soul
: 'You can put where soul'
  Soul_inventory
: 'Soul Inventory'
  lock_slot
: 'Slot is lock'
  unlock_slot
: 'Slot is unlock'
  prize_level
: 'Slot prize:'

  # Item lore Attribute
  GENERIC_ARMOR
: 'Armor:'
  GENERIC_ARMOR_TOUGHNESS
: 'Armor toughness:'
  GENERIC_ATTACK_DAMAGE
: 'Attack damage:'
  GENERIC_ATTACK_KNOCKBACK
: 'Attack knockback:'
  GENERIC_ATTACK_SPEED
: 'Attack speed:'
  GENERIC_FLYING_SPEED
: 'Flying speed:'
  GENERIC_FOLLOW_RANGE
: 'Follow range:'
  GENERIC_KNOCKBACK_RESISTANCE
: 'Knockback resistance:'
  GENERIC_LUCK
: 'Luck:'
  GENERIC_MAX_ABSORPTION
: 'Max absorption:'
  GENERIC_MAX_HEALTH
: 'Max health:'
  GENERIC_MOVEMENT_SPEED
: 'Movement speed:'

mobData.yml

Code (YAML):
mobData :

  # ENTITY LIST: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
  # ATTRIBUTE LIST: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/attribute/Attribute.html

  # SAMPLE:
  # entity_name / MythicMob_name:
  #   type: attribute_name
  #   max-value: max_value_in_double

  zombie
:
    type
: GENERIC_ATTACK_DAMAGE
    max-value
: 10.0
  cow
:
    type
: GENERIC_MAX_HEALTH
    max-value
: 100.0
  pig
:
    type
: GENERIC_ARMOR
    max-value
: 20.0
  horse
:
    type
: GENERIC_MOVEMENT_SPEED
    max-value
: 0.7
Resource Information
Author:
----------
Total Downloads: 800
First Release: Mar 31, 2024
Last Update: Apr 14, 2024
Category: ---------------
All-Time Rating:
4 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings