Skip to content

29.4.2020 Sponge

Compare
Choose a tag to compare
@NeumimTo NeumimTo released this 29 Apr 18:16
· 147 commits to 2.1.0 since this release
  • Removed all previous placeholders

  • Added new Placeholders

    • ntrpgcharacterclass_ - returns class name of specific type
    • ntrpgcharactername - returns char name
    • ntrpgcharacterproperty_<property_name> - returns value of any property eg max_mana
    • ntrpgcharacterclasslevel_ - returns class level by class type
    • ntrpgcharacterclassexp_ - returns exp since current level by class type
    • ntrpgcharacterclassexptreshold_ - returns level threshold by class type

!! Changed format of item definition

  • previous: ;;
  • current: ;damage=;model=
    • damage and model partitions are both optional
    • "minecraft:stone_axe;damage=5;model=Some Name"

!! This change might break some current configurations !!

  • removed command /skill

  • added command /cast

    • aliases
      • ncast
      • nc
  • command nadmin skill now requires a skilltree context to run the skill

  • Added user friendly way how to track skill cooldowns.

    • If PluginConfig.ITEM_COOLDOWNS is set to true, then skill cooldown will be tracked via vanilla item cooldown mechanic
  • fixed #146