All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nkey.fabled.1.0.3-R1.source-code.plugin.yml Maven / Gradle / Ivy

Go to download

A Minecraft Bukkit plugin aiming to provide an easy code API and skill editor for all server owners to create unique and fully custom classes and skills.

There is a newer version: 1.0.0-R1
Show newest version
name: ${project.name}
main: studio.magemonkey.fabled.Fabled
version: ${project.version}
authors: [ Travja, goflish, Eniripsa96, Sentropic ]
depend: [ CodexCore ]
softdepend:
  - Vault
  - Citizens
  - LibsDisguises
  - PlaceholderAPI
  - NoCheatPlus
  - MythicMobs
  - WorldGuard
  - WorldEdit
  - Mimic
  - ProtocolLib
loadbefore: [ Divinity, Quests, TAB ]
provides: [ SkillAPI, ProSkillAPI ]
api-version: 1.16

permissions:
  fabled.basic:
    description: access to skill trees and using skills
    default: true
  fabled.reset:
    description: access to resetting your class
    default: true
  fabled.exp:
    description: access to gaining exp
    default: true
  fabled.level:
    description: access to using the level and exp commands
    default: op
  fabled.mana:
    description: access to using the mana command
    default: op
  fabled.points:
    description: access to using the points command
    default: op
  fabled.reload:
    description: access to using the reload command
    default: op
  fabled.class:
    description: access to all classes
    default: op
  fabled.skill:
    description: access to all skills
    default: op
  fabled.lore:
    description: access to all lore commands
    default: op
  fabled.force:
    description: access to force commands
    default: op
  fabled.attrib:
    description: access to giving attribute points
    default: op
  fabled.gui:
    description: access to GUI editor menu
    default: op

  fabled.*:
    description: access to all commands and features
    default: op
    children:
      fabled.basic: true
      fabled.reset: true
      fabled.exp: true
      fabled.level: true
      fabled.mana: true
      fabled.points: true
      fabled.reload: true
      fabled.class: true
      fabled.skill: true
      fabled.lore: true
      fabled.gui: true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy