Minestom
This page describes how to integrate Lamp with Minestom, as well as what to expect out of it.
Setting up
Prerequisites
Adding Lamp dependency
<dependencies>
<!-- Required for all platforms -->
<dependency>
<groupId>io.github.revxrsal</groupId>
<artifactId>lamp.common</artifactId>
<version>[VERSION]</version>
</dependency>
<!-- Sponge module -->
<dependency>
<groupId>io.github.revxrsal</groupId>
<artifactId>lamp.minestom</artifactId>
<version>[VERSION]</version>
</dependency>
</dependencies>dependencies {
// Required for all platforms
implementation 'io.github.revxrsal:lamp.common:[VERSION]'
// Sponge module
implementation 'io.github.revxrsal:lamp.minestom:[VERSION]'
}Optional: Preserve parameter names
Minestom-specific annotations
@CommandPermission
@CommandPermissionSupported Minestom types
Example
Last updated
Was this helpful?