Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivancraft623/deletecommands

A plugin for pocketmine that allows you to delete / unload unwanted commands.
https://github.com/ivancraft623/deletecommands

Last synced: about 2 months ago
JSON representation

A plugin for pocketmine that allows you to delete / unload unwanted commands.

Awesome Lists containing this project

README

        

# DeleteCommands
A plugin for pocketmine that allows you to delete / unload unwanted commands. The commands of the config.yml are deleted when starting the server, the message in the console only happens if a command could not be eliminated.

# Config
``` YAML
---
#Welcome to DeleteCommands configs! :D
#This plugin was made by IvanCraft623

#Commands to be deleted
Commands:
- "example" #This is an example of how you should place the command (You should not put the command with "/").
...
```
# Simple API
### Import the class
You'll need to import these classes in order to easily use it within our code.
```php