All Projects → TeamAvas → MagicSpell

TeamAvas / MagicSpell

Licence: GPL-3.0 license
This plugin is remaking.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to MagicSpell

BlockSniper
An advanced (brush) world editing plugin for PocketMine-MP
Stars: ✭ 77 (+250%)
Mutual labels:  pocketmine-mp, pocketmine-plugins
HungerGames-UPDATED
A HungerGames plugin for PocketMine-MP developed by xBeastMode
Stars: ✭ 45 (+104.55%)
Mutual labels:  pocketmine-mp, pocketmine-plugins
BuilderTools
🪓 Powerful World Editor plugin for PocketMine servers
Stars: ✭ 74 (+236.36%)
Mutual labels:  pocketmine-mp, pocketmine-plugins
CommandShop
Players have to pay items or money to use specific commands! A PocketMine plugin.
Stars: ✭ 32 (+45.45%)
Mutual labels:  pocketmine-mp, pocketmine-plugins
Volt
A painless web server for PocketMine-MP
Stars: ✭ 24 (+9.09%)
Mutual labels:  pocketmine-mp, pocketmine-plugins
SAC
An AntiCheat software for PockeMine-MP made to detect unfair gamplay advantages.
Stars: ✭ 52 (+136.36%)
Mutual labels:  pocketmine-mp, pocketmine-plugins
EggWars
EggWars minigame for PocketMine
Stars: ✭ 32 (+45.45%)
Mutual labels:  pocketmine-mp, pocketmine-plugins
Other-Plugins
A collection of all the plugins which I used to work on but no longer maintain
Stars: ✭ 26 (+18.18%)
Mutual labels:  pocketmine-mp, pocketmine-plugins
DungeonPlus
[Plugin] A Plugin support Dungeon API.
Stars: ✭ 14 (-36.36%)
Mutual labels:  pocketmine-mp
CosmeticMenu
Fun and Easy-to-Use Pocketmine Cosmetics plugin. (Gadgets, Particles, Trails, etc)
Stars: ✭ 22 (+0%)
Mutual labels:  pocketmine-mp
KitUI
Advance AdvancedKits! Select Kits from a form, just do /kit and get kits info and select it if available! For Minecraft Bedrock Edition!
Stars: ✭ 44 (+100%)
Mutual labels:  pocketmine-mp
MSpawns
Multiple Spawn plugin for PocketMine-MP
Stars: ✭ 16 (-27.27%)
Mutual labels:  pocketmine-mp
CustomItemLoader
This is a plugin that brings the custom item to your server for PocketMine-MP!
Stars: ✭ 87 (+295.45%)
Mutual labels:  pocketmine-mp
MurderMysteryPE
A WIP Murder Mystery Mini-Game plugin for PMMP
Stars: ✭ 20 (-9.09%)
Mutual labels:  pocketmine-mp
FakePlayer
Specter but targeting PocketMine-MP API 4.0.0
Stars: ✭ 46 (+109.09%)
Mutual labels:  pocketmine-mp
PerWorldInventory
A full-featured per world inventory plugin for PocketMine-MP.
Stars: ✭ 14 (-36.36%)
Mutual labels:  pocketmine-mp
MyPlot
Plot and protection plugin for PocketMine-MP
Stars: ✭ 101 (+359.09%)
Mutual labels:  pocketmine-mp
libform
It is a virion library that can handle various forms easily.
Stars: ✭ 12 (-45.45%)
Mutual labels:  pocketmine-mp
DiscordBot
DiscordBot, A brand new plugin for pocketmine-mp.
Stars: ✭ 41 (+86.36%)
Mutual labels:  pocketmine-mp
Slapper
The new home of Slapper, the NPC plugin for PocketMine.
Stars: ✭ 99 (+350%)
Mutual labels:  pocketmine-plugins

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].