Compatibility
Minecraft: Java Edition
1.21.10
Platforms
Supported environments
Links
Creators
Details
Fern
Disclaimer
The project is not at all finished and is still in early development.
Overview
Fern is a JSON based Permission System made to be easy to use and implement, with different data storage methoads.
Setup
- Add Fern to your server.
- Run Server And Allow Fern To Generate Default Config Files.
- Stop The Server.
- Select a data type using the table below in config.json
- Start The Server Again.
Data Storage Types
| Type | Description | Pros |
|---|---|---|
0 |
Stores Data With Permissions In Player (Player {Assigned Perms}) | Untested |
1 |
Stores Data With Players In Permissions (Permission {Players Assigned}) | Untested |
Only data type one is supported at the moment. And data does not port to new data type yet.
Commands
WIP
Usage
Build.Gradle
repositories {
maven {
url = "https://api.modrinth.com/maven"
}
}
dependencies {
modImplementation "maven.modrinth:fernapi:${fern_version}"
}
properties.gradle
fern_version=0.3.1
What's Next
- Commands
- WIKI
- Support for more platforms


