https://github.com/muqsit/slashhelp
A hacky PocketMine-MP plugin that redirects /help to ./help
https://github.com/muqsit/slashhelp
Last synced: about 1 month ago
JSON representation
A hacky PocketMine-MP plugin that redirects /help to ./help
- Host: GitHub
- URL: https://github.com/muqsit/slashhelp
- Owner: Muqsit
- License: unlicense
- Created: 2020-01-23T06:39:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T14:32:09.000Z (over 6 years ago)
- Last Synced: 2025-01-25T10:41:16.258Z (over 1 year ago)
- Language: PHP
- Homepage: https://poggit.pmmp.io/ci/Muqsit/SlashHelp
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SlashHelp
A hacky PocketMine-MP plugin that redirects /help to ./help
Download .phar on [poggit](https://poggit.pmmp.io/ci/Muqsit/SlashHelp/SlashHelp).
### This plugin is unnecessary.
What this plugin does can be done by modifying `pocketmine.yml` like so:
```yaml
aliases:
Help: help
```