Folia
Folia is a high-performance fork of Paper, designed to improve server performance by asynchronously processing regions. The Folia extension provides the necessary integration for LiteCommands to work seamlessly with Folia server.
Adding the dependency
kotlin
implementation("dev.rollczi:litecommands-folia:3.10.2")
groovy
implementation "dev.rollczi:litecommands-folia:3.10.2"
xml
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>litecommands-folia</artifactId>
<version>3.10.2</version>
</dependency>
Registering the extension
Register the extension in the LiteCommands
builder:
java
.extension(new FoliaExtension(this))