Skip to content

Hey there! If you like my work, you can support me by sponsoring me on GitHub. Thanks! ❤

Sponsor me
on GitHub

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.9")
groovy
implementation "dev.rollczi:litecommands-folia:3.10.9"
xml
<dependency>
    <groupId>dev.rollczi</groupId>
    <artifactId>litecommands-folia</artifactId>
    <version>3.10.9</version>
</dependency>

Registering the extension ​

Register the extension in the LiteCommands builder:

java
.extension(new FoliaExtension(this))

Made by LiteDevelopers and Contributors with ❤️