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

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

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

Tools

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

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
SimpleCloud Api Plugin
PluginApache-2.0

SimpleCloud Api Plugin

This Project aims to provide very easy API access for all SimpleCloud APIs

6.5K
Downloads
2
Followers
4 months ago
Updated
📦
30
Versions
librarybungeecordpaperpurpurspigotvelocitywaterfall
Download Latestv0.0.22-dev.1767982860653-61d2d27View on Modrinth

📖About SimpleCloud Api Plugin

Cloud API

Banner

Modrinth
Dev
License

Discord
Follow @simplecloudapp
Follow @simplecloudapp
Follow @simplecloudapp

Report a Bug
·
Request a Feature

🌟 Give us a star — your support means the world to us!


All information about this project can be found in our detailed documentation.

This Project aims to provide very easy API access. This project fixes all dependency issues that were present before.
Just include the platform jar as a plugin and use the dependency as described below.

[!CAUTION]
Paper specific API is very experimental and unstable. Use Spigot API if you are running paper!

Features

  • Easy API Use: Just add the plugin to your server and include the api as a provided artifact.
  • Supported Server Software: Supports Spigot & Forks, BungeeCord and Velocity.
  • Easy API access: Use every api method we provide, just from one interface.

Usage

1. Depend on simplecloud-api

2. Use APIs

For always up-to-date artifacts visit dev artifacts or artifacts.

Note: If you want to use the dev version, you have to use the snapshot repository.

Gradle Kotlin

// Use Controller API if you want
compileOnly("app.simplecloud.controller:controller-api:VERSION")
// Use Player API if you want
compileOnly("app.simplecloud.controller:controller-api:VERSION")

Gradle Groovy

// Use Controller API if you want
compileOnly 'app.simplecloud.controller:controller-api:VERSION'
// Use Player API if you want
compileOnly 'app.simplecloud.controller:controller-api:VERSION'

Maven

<dependencies>
    <!-- Use Controller API if you want -->
    <dependency>
        <groupId>app.simplecloud.controller</groupId>
        <artifactId>controller-api</artifactId>
        <version>VERSION</version>
        <scope>provided</scope>
    </dependency>
    <!-- Use Player API if you want -->
    <dependency>
        <groupId>app.simplecloud.droplet.player</groupId>
        <artifactId>player-api</artifactId>
        <version>VERSION</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

Contributing

Contributions to SimpleCloud are welcome and highly appreciated. However, before you jump right into it, we would like
you to read our Contribution Guide.

License

This repository is licensed under Apache 2.0.

👥 Team & Contributors

No authors recorded.

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bungeecordpaperpurpurspigotvelocitywaterfall
Minecraft Versions
1.201.20.11.20.21.20.31.20.41.20.51.20.61.21+11 more

🔗 Links

Modrinth Page