https://github.com/ad5001/imagicalplugcreator-ubuntu
Create PocketMine plugin bases with ease on Ubuntu !
https://github.com/ad5001/imagicalplugcreator-ubuntu
Last synced: 2 months ago
JSON representation
Create PocketMine plugin bases with ease on Ubuntu !
- Host: GitHub
- URL: https://github.com/ad5001/imagicalplugcreator-ubuntu
- Owner: Ad5001
- License: other
- Created: 2017-03-16T09:13:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T19:54:19.000Z (about 8 years ago)
- Last Synced: 2025-01-16T12:56:09.012Z (4 months ago)
- Language: QML
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImagicalPlugCreator for Ubuntu
The tool to create PocketMine plugin base is back, and runable everywhere !## License.
This tool is licensed under the [BoxOfDevs Public General License v1.1.3](https://projects.ad5001.eu/ImagicalPlugCreator/LICENSE)## How to use:
1. First, fill all the basics infos needed for your plugin, including it's name and your username.
2. Then, you can choose if you want a config (located in the resources folder) and events (for your main file).
3. After this, choose how many tasks and dummies you want and choose their name (ubuntu specific).
4. To finish, click the generate button (you will need to click it a second time on ubuntu to generate it even after you receive a success message) and will see your plugin located in ~/.local/share/ubuntu-download-manager/Downloads on Ubuntu## How to install:
Ubuntu Touch: https://uappexplorer.com/app/imagicalplugcreator.ad5001
Ubuntu Desktop:
[Download this repository](https://github.com/Ad5001/ImagicalPlugCreator-UBUNTU/archive/master.zip) (or clone it using `git clone https://github.com/Ad5001/ImagicalPlugCreator`).
Open a terminal in the folder where source files are downloaded.
Run:
```sh
$ sh install.sh
```