Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Obsidian
PluginGPL-3.0-or-later

Obsidian

An API aimed to simplify the development of Bukkit plugins (please use Paper or any Paper fork)

254
Downloads
2
Followers
7 months ago
Updated
📦
12
Versions
librarybukkitfoliapaperpurpurspigot
Download Latestv3.0.2View on Modrinth

📖About Obsidian

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.

👥 Team & Contributors

devadri
devadriOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitfoliapaperpurpurspigot
Minecraft Versions
1.171.17.11.181.18.11.18.21.191.19.11.19.2+16 more

🔗 Links

Modrinth Page