Obsidian 图标

Obsidian

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 3.0.2
本资源为搬运资源,原资源地址: https://modrinth.com/mod/obsidiancore
资源信息

Minecraft 版本: 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6

平台: folia paper purpur

标签: library

资源介绍

Obsidian

Logo

An API aimed to simplify the development of Paper plugins

Available in Modrinth
Available in HangarMC

Info

This API is aimed to simplify the development of Paper plugins,
providing a lot of utilities that will make your life (and mine) easier

Even though a standalone plugin version is available, it's recommended to shade this API into your
plugins, as this API changes frequently and depending on the standalone version may cause
some issues if server owners install some plugins that depend on different versions of this API

❗ You need Java 17+ to use this API/Plugin. If you are using a lower version consider upgrading

⚠️ You need to set your plugin to use Spigot mappings in order to preserve compatibility with
Paper forks that are still using Spigot mappings.
More information in the PaperMC documentation

⚠️ Only Minecraft 1.17 or superior is officially supported. Versions below 1.17 will not receive any support

It's mostly used in my plugins, but you can use it on your own plugins if you want, just make sure to give proper credit!

How to import

Gradle

repositories {
    maven {
        name = "devadri"
        url = uri("https://repo.devadri.es/repository/releases") // Use dev repository for beta builds
    }
}

dependencies {
    implementation("me.devadri:obsidian:{VERSION}") // Replace {VERSION} with the desired version
}

Maven

<repositories>
    <repository>
        <id>devadri</id>
        <url>https://repo.devadri.es/repository/releases</url> <!-- Use dev repository for beta builds -->
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>me.devadri</groupId>
        <artifactId>obsidian</artifactId>
        <version>{VERSION}</version> <!-- Replace {VERSION} with the desired version -->
    </dependency>
</dependencies>

Credits

  • Thanks to Byteflux and AlessioDP
    for creating the Libby library, which is used to manage
    dependencies at runtime.
  • Thanks to CryptoMorin for creating the XSeries library,
    which is used to preserve compatibility with older and newer versions of Minecraft, as IDs and APIs can vary
    between versions.
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Hidden Redstone Lamps

价格:0 墨喵币
下载量:0

查看详情
korean-delight

价格:0 墨喵币
下载量:0

查看详情
Mr_ChibisMMO

价格:0 墨喵币
下载量:0

查看详情
BetterChatHeads

价格:0 墨喵币
下载量:0

查看详情