Skip to content

TunHigh/MagicSpell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagicSpell

PocketMine-MP Let's make Skill easily

Usage

  • create the skillName.json file in the plugin_data/MagicSpell folder.
  • TODO... json Example.
file_put_contents ($this->getDataFolder () . "test.json", json_encode ([
    "events" => [
        "attack:2",
        "regenhealth:2",
        "player_effect:1.2.1"
    ],
    "entities" => [],
    "particles" => [
        "29:player" => [
            "add:0:1",
            "add:2:1",
            "sin:0:2",
            "cos:2:2"
        ],
        "29:player" => [
            "subtract:0:1",
            "subtract:2:1"
        ]
    ]
]));

image

About

This plugin is remaking.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%