HomeJavaModsDoorbells + API
Permission:

doorbells.create : Allows the player to use the doorbell command

Commands:

/doorbell <sound> : Hold a button in your hand and use this command to create a doorbell

API:
Right now JitPack has to be used to fetch the API !

Maven:

Code (Text):
<repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
</repositories>

<dependency>
        <groupId>com.github.Stefan7400</groupId>
        <artifactId>McDoorbells</artifactId>
           <version>6cc120244e</version>
</dependency>

 
Gradle:
Code (Text):
repositories {    
    maven { url 'https://jitpack.io' }
}

dependencies {
            implementation 'com.github.Stefan7400:McDoorbells:6cc120244e'
}
Usage:
Code (Text):
public void onEnable() {
        // Plugin startup logic
        DoorbellAPI doorbellAPI = Bukkit.getServicesManager().load(DoorbellAPI.class);
        //From here on use the doorbellAPI

}
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Doorbells + API is a free Minecraft Java mod. Compatible with Minecraft 1.19. Downloaded 63 times (via Spigot). Download it and open it directly in the game.

Explore more