CortexPE / Commando

A Command Framework virion for PocketMine-MP
GNU Lesser General Public License v3.0
70 stars 53 forks source link

Subcommands with spaces on the names #29

Open CortexPE opened 4 years ago

CortexPE commented 4 years ago

Self explanatory...

Allows these types of commands: /command players add test /command players remove test

While only registering players add and players remove as subcommands... Would probably be a useful alternative for #21

lukeeey commented 4 years ago

Unless you can register a sub command of a sub command so it’s like a tree structure kinda

Ifera commented 4 years ago

https://github.com/ParoxityTeam/Commando/pull/1

πŸ‘€

CortexPE commented 4 years ago

Not sure why that PR isn't aimed into the main repo but I'll cherry-pick the commits and check for mergeability...

On Sat, Jul 18, 2020, 23:26 Jack M. Taylor notifications@github.com wrote:

ParoxityTeam#1 https://github.com/ParoxityTeam/Commando/pull/1

πŸ‘€

β€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CortexPE/Commando/issues/29#issuecomment-660498739, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEHQQFCAYDNZ2IRD2Z7HX2LR4G5LVANCNFSM4O76J43Q .

inxomnyaa commented 2 years ago

but I'll cherry-pick the commits and check for mergeability...

Was this already done? I am looking to clean up some issues and PRs atm