• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server
Resource icon

Misc. / Other PKMagicSpell

ProjectKorra + MagicSpells
Create ProjectKorra abilities using MagicSpells!

Where to download?
- GitHub
- Hangar
- Modrinth
-
Spigot

How to use:

PKMagicSpells/MagicSpells.yml:
YAML:
Spells:
  INTERNAL_NAME:
    Element: Air
    Description: 'Description'
    Instruction: 'Instruction'
    Name: 'Displayed Name'
    # One or multiple of these can be used, by default 'LEFT_CLICK'
    Activation:
    - WATER_NEAR
    - WATER_TARGET
    - EARTH_TARGET
    - LAVA_TARGET
    - ICE_NEAR
    - PLANT_TARGET
    - ICE_TARGET
    - EARTH_NEAR
    - METAL_TARGET
    - SHIFT
    - RIGHT_CLICK
    - LAVA_NEAR
    - SAND_TARGET
    - LEFT_CLICK
Example:

PKMagicSpells/MagicSpells.yml:
YAML:
Spells:
  airshot:
    Element: Air
    Description: 'Shoots air'
    Instruction: 'Left click and sneak'
    Name: 'AirShot'
    Activation:
    - SHIFT
    - LEFT_CLICK
  fireshot:
    Element: Fire
    Description: 'Shoots fire'
    Instruction: 'Sneak'
    Name: 'FireShot'
    Activation:
    - SHIFT

Commands:

CommandDescriptionPermission
/pkspellDisplays plugin information (+ source code link)none
/pkspell sourcecodeDisplays plugin information (+ source code link)none
/pkspell reloadReloads the pluginpkspell.admin

Dependencies:
  • ProjectKorra
  • MagicSpells
Likes: EnderSide95
Author
DomiRusz24
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from DomiRusz24

Top