Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ivancraft623/deletecommands
- Owner: IvanCraft623
- License: gpl-3.0
- Created: 2021-03-22T02:57:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T16:51:09.000Z (over 2 years ago)
- Last Synced: 2024-10-09T14:40:47.088Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 57.6 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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