FernAPI
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 0.5.1
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/fernapi
资源信息
Minecraft 版本: 1.21.10
平台: fabric
标签: library management utility
资源介绍
Fern
Disclaimer!
- The project is not at all finished and is still in early development.
- Error Handling speed and other things are not yet implemented.
- Most things are guaranteed to change in future updates.
- Don't expect this to replace other permission systems yet.
Overview
Fern is a JSON based Permission System made to be easy to use and implement, with different data storage methoads.
This project does not include any commands or utilities to manage permissions, it is only the backend API to store and retrieve permissions. But some can be done by editing files directly.
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 |
|---|---|
0 |
Stores Data With Permissions In Player (Player {Assigned Perms}) |
1 |
Stores Data With Players In Permissions (Permission {Players Assigned}) |
And data does not port to new data type yet.
Usage
Build.Gradle
repositories {
maven {
url = "https://api.modrinth.com/maven"
}
}
dependencies {
modImplementation "maven.modrinth:fernapi:${fern_version}"
}
properties.gradle
fern_version=0.5.1
All versions below the latest may be unstable.
What's Next
- Utility Mod
- WIKI
- Using Jackson for speed
- Error Handling
- Support for more platforms
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~