Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teamavas/magicspell
This plugin is remaking.
https://github.com/teamavas/magicspell
magicspell pocketmine-mp pocketmine-plugins
Last synced: 3 months ago
JSON representation
This plugin is remaking.
- Host: GitHub
- URL: https://github.com/teamavas/magicspell
- Owner: TeamAvas
- License: gpl-3.0
- Archived: true
- Created: 2020-09-19T06:40:52.000Z (over 4 years ago)
- Default Branch: stable
- Last Pushed: 2021-11-09T06:31:11.000Z (about 3 years ago)
- Last Synced: 2024-09-26T10:20:10.099Z (3 months ago)
- Topics: magicspell, pocketmine-mp, pocketmine-plugins
- Language: PHP
- Homepage:
- Size: 246 KB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MagicSpell
PocketMine-MP Let's make Skill easily# Usage
- create the skillName.json file in the plugin_data/MagicSpell folder.
- TODO... json Example.```php
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
![](https://raw.githubusercontent.com/GodVas/MagicSpell/master/image.jpg)