MCoreAddon icon

MCoreAddon -----

Allows you to customize the formula to give players xp that increases with the level of mob



1.7.6 Build 52
Add condition to formula
Add condition to formula
command will be executed if chance >= 100
command will be executed if chance >= 100
update maven
add some method
Full mob example config:
Code (Text):

EXAMPLE:
  USE:
    FORMULA: true
    LIMITED_XP: false
    COMMAND: false
    LEVEL_END: true
  CONDITIONS:
    CONDITION1: '%mmocore_level%;>=;5;NUMBER' #you can check by >=, >, <=, <
    CONDITION2: '%mmocore_is_casting%;==;true;BOOLEAN' #only ==
    CONDITION3: '%mmocore_class%;==;KNIGHT;STRING' #only ==
  CUSTOM_FORMULA:
    EXAMPLE1: '%mob_xp% * 2'
    EXAMPLE2: '%mob_xp% * 5' #cf_example2#
    CHANCE1: '%mob_xp% * 3' #cf_example2#
  COMMAND:
    OUT_OF_BOUNDS:
      - 'eco give %player_name% #cf_EXAMPLE1# ;#cf_CHANCE1#' #execute commands with rate If the rate of the config is greater than or equal to the system rate (random 1->100), the command will be executed
      - 'eco give %player_name% #cf_EXAMPLE1#' #chance = 100%
      - '#CONDITION1#;eco give %player_name% #cf_EXAMPLE2#;#cf_CHANCE1#' #condition
    WITHIN_LIMITS:
      - 'eco give %player_name% #cf_EXAMPLE2#'
  FORMULA:
    OUT_OF_BOUNDS:
      LOWER: '%mob_xp%'
      HIGHER: '#CONDITION2#;#cf_CHANCE1#;#cf_EXAMPLE1#'
    WITHIN_LIMITS: '#CONDITION1#;#cf_EXAMPLE1#;#cf_EXAMPLE2#'
  XP:
    DEFAULT: 1
    MAX: 1
  LEVEL:
    END: 10
    MAX: 5
    MIN: 1
 
----------, Sep 5, 2022
Resource Information
Author:
----------
Total Downloads: 32
First Release: Jul 20, 2022
Last Update: Dec 20, 2024
Category: ---------------
All-Time Rating:
2 ratings
Find more info at discord.gg...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings