Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
BotulToxin edited this page May 6, 2021 · 2 revisions

Royal Grenadier

Implementation of Mojang's Brigadier for PaperMC

Requires Java 11+ and Paper

All classes in net.forthecrown.grenadier are considered API. While classes in net.forthecrown.royalgrenadier are considered internal and shouldn't be used unless neccessary.

Using the RoyalGrenadier in a project

Unfortunately there isn't currently a maven repository for this project. To use the RoyalGrenadier, you'll have to download the jar and add it as a dependency, and add it to your server's plugins as well.

To get Brigadier itself, head over to the Brigadier repo and get the dependency from there.

Clone this wiki locally