You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2021. It is now read-only.
Information
This issue is not an issue, it's more about informations / questions for the Command Implementation in McPy
Before Implementing Commands
I think we should handle commands when we have the general architecture of McPy.
By general architecture, I want to say having network in his correct package, worlds in another package, some Unit Tests etc.
How it could be implemented
In his own package
Having a file per command
Commands should extends global class Command
Functions should have @Command.execute annotation. McPy will automagically check which function will be called when a player execute a command