Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonw4331/easycommandautofill
A PocketMine plugin which adds commands to the client's autofill system by parsing usage messages
https://github.com/jasonw4331/easycommandautofill
minecraft php pocketmine pocketmine-mp pocketmine-plugin
Last synced: 4 months ago
JSON representation
A PocketMine plugin which adds commands to the client's autofill system by parsing usage messages
- Host: GitHub
- URL: https://github.com/jasonw4331/easycommandautofill
- Owner: jasonw4331
- License: lgpl-3.0
- Created: 2020-01-05T07:41:54.000Z (about 5 years ago)
- Default Branch: API5
- Last Pushed: 2024-02-24T23:30:03.000Z (11 months ago)
- Last Synced: 2024-10-09T23:20:56.202Z (4 months ago)
- Topics: minecraft, php, pocketmine, pocketmine-mp, pocketmine-plugin
- Language: PHP
- Homepage:
- Size: 364 KB
- Stars: 13
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# EasyCommandAutofill
[![Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/R7kdetE)
[![Poggit-Ci](https://poggit.pmmp.io/ci.shield/jasonw4331/EasyCommandAutofill/EasyCommandAutofill)](https://poggit.pmmp.io/ci/jasonw4331/EasyCommandAutofill/EasyCommandAutofill)
[![Download count](https://poggit.pmmp.io/shield.dl.total/EasyCommandAutofill)](https://poggit.pmmp.io/p/EasyCommandAutofill)EasyCommandAutofill is a plugin which adds type-specified command args to Minecraft's autofill by parsing command usage messages. By adding this plugin to your server, all command usages written in the [vanilla style](https://docs.microsoft.com/en-us/minecraft/creator/documents/commandsintroduction#command-syntax) will be parsed and sent to Minecraft with autofill enabled.
# Features
* Enables autofill for commands on your server
* Reusable custom command argument types
* Multi-language support using [PocketMine's language API](https://github.com/pmmp/PocketMine-MP/tree/59de045ecbacfb9acc297e75170819727d68ae09/src/lang)# Future Additions
* Parsing support for usage messages which do not follow [vanilla style](https://docs.microsoft.com/en-us/minecraft/creator/documents/commandsintroduction#command-syntax)
* More interactions with [PlayerSelectors](https://poggit.pmmp.io/p/PlayerSelectors)# About
This plugin was made in my spare time because I was bored. No backstory or anything to follow along with here like in my other plugins' about sections. Maybe next time?