docs: document registering commands

dependabot/gradle/org.projectlombok-lombok-1.18.34
William 5 months ago
parent ca2604b01b
commit b35fbd6ecf
No known key found for this signature in database

@ -82,6 +82,9 @@ public class ExampleCrossPlatCommand implements Command {
}
```
### Registering
Then, register the command with the platform-specific Uniform instance (e.g. `FabricUniform.getInstance()`, `PaperUniform.getInstance()`, etc...)
## Setup
Uniform is available [on Maven](https://repo.william278.net/#/releases/net/william278/uniform/). You can browse the Javadocs [here](https://repo.william278.net/javadoc/releases/net/william278/uniform/latest).

Loading…
Cancel
Save