https://github.com/ivancraft623/mobmorph
A PocketMine-MP plugin to allow players to morph into mobs
https://github.com/ivancraft623/mobmorph
Last synced: about 1 year ago
JSON representation
A PocketMine-MP plugin to allow players to morph into mobs
- Host: GitHub
- URL: https://github.com/ivancraft623/mobmorph
- Owner: IvanCraft623
- License: gpl-3.0
- Created: 2024-07-24T01:21:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T20:23:11.000Z (over 1 year ago)
- Last Synced: 2025-03-31T08:21:14.613Z (over 1 year ago)
- Language: PHP
- Size: 124 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🐷 MobMorph 🪄
Morph into a mob and use their abilities!
## 📃 Description
Have you ever thought of surprising your friends by transforming into a mob, or would you like to be able to use a mob's abilities? Well now you can!
## 💡 Features
- Morph into a mob.
- Uses a mob's abilities.
- In-game `/mobmorph` command with `mobmorph.command` permission.
- A user-friendly UI Form.
# 🧩 Installation
1. Download the PHAR from [poggit](https://poggit.pmmp.io/ci/IvanCraft623/MobMorph/MobMorph) and paste it in the `plugins` directory of your server.
2. Download `Morph Addon` form [ModBay](https://modbay.org/mods/1757-morphing-bracelet.html#download-links-section) or [MCPEDL](https://mcpedl.com/morph-addon-alpha/#downloads).
3. Change addon extension from `.mcaddon` to `.zip`
4. Extract the addon ZIP file.
5. Only ZIP the `resource_pack` file, name the ZIP file whatever you want (eg. `MobMorphResourcePack.zip`). Your ZIP file stucture should look like this:
```
MobMorphResourcePack.zip
└── resource_pack
├── ...
└── manifest.json
```
6. Paste the resource pack ZIP (eg. `MobMorphResourcePack.zip`) into the server's `resource_packs` folder.
7. In the `resource_packs/resource_packs.yml` file of your server add an entry to `resource_stack`. eg:
```yaml
resource_stack:
- MobMorphResourcePack.zip
```
8. Start your server and enjoy!