mcMastery | v1.2.2-SNAPSHOT

Details

  • Filename
    mcMastery-v1.2.2-SNAPSHOT.jar
  • Uploaded by
  • Uploaded
    Jan 22, 2015
  • Size
    15.53 KB
  • Downloads
    295
  • MD5
    0732f9eff8d958a38892f6e2a8c41ffb

Supported Bukkit Versions

  • 1.8

Changelog

WARNING: Backup your server, this is a snapshot.

  • Added permissions.
  • Added no-revert permissions.
  • +2 Skill Points by default (14 total now).
  • Upscaled the total maximum percentage by 70% (every skill boosts 8.75% each level now). If you made changes to the config and would like to take advantage of these, delete your config.yml
permissions:
    mcmastery.*:
        description: Gives access to all mcMastery features.
        children:
            mcmastery.ability.*: true
            mcmastery.gui.*: true
        default: op
    mcmastery.gui.*:
        description: Gives access to all mcMastery GUI features.
        children:
            mcmastery.gui.use: true
            mcmastery.gui.revert: true
        default: op
    mcmastery.gui.use:
        description: Allow usage of mcMastery skills GUI.
        default: op
    mcmastery.gui.no-revert:
        description: Disable lowering skill levels of mcMastery.
        default: false
    mcmastery.ability.*:
        description: Gives access to all mcMastery abilities.
        children:
            mcmastery.ability.prowess: true
            mcmastery.ability.fortitude: true
            mcmastery.ability.precision: true
            mcmastery.ability.agility: true
    mcmastery.ability.prowess:
        description: Allow usage of Prowess ability.
        default: op
    mcmastery.ability.fortitude:
        description: Allow usage of Fortitude ability.
        default: op
    mcmastery.ability.precision:
        description: Allow usage of Precision ability.
        default: op
    mcmastery.ability.agility:
        description: Allow usage of Agility ability.
        default: op

Please contact me in case you find something wrong has happened.

This will be nearing the last update as I will start working on a stable and cleaner API for this plugin. This new system will come with a fresh plugin API that developers can hook and write custom skills easily.