Go to file
2024-05-26 00:01:26 +02:00
api Fix some issues when publishing api 2024-05-26 00:01:26 +02:00
gradle/wrapper Essentia plugin 2024-02-03 21:58:02 +01:00
plugin Add cancellable events 2024-05-25 20:14:10 +02:00
.gitignore Essentia plugin 2024-02-03 21:58:02 +01:00
build.gradle.kts Fix some issues when publishing api 2024-05-26 00:01:26 +02:00
gradlew Essentia plugin 2024-02-03 21:58:02 +01:00
gradlew.bat Essentia plugin 2024-02-03 21:58:02 +01:00
Jenkinsfile Essentia plugin 2024-02-03 21:58:02 +01:00
LICENSE Add LICENSE 2024-02-11 18:24:00 +01:00
README.md Add README.md 2024-02-11 18:24:10 +01:00
settings.gradle.kts Essentia plugin 2024-02-03 21:58:02 +01:00

Essentia


Plugin designed for Altitude.

This plugin aims to offer essential server features without all the bloat that comes from big name essential plugins.

Downloads

Downloads can be obtained on Jenkins.

Building

Initial setup

Clone the repo using git clone https://github.com/Altitude-Devs/Essentia.

Compiling

Use the command ./gradlew build --stacktrace in the project root directory. The compiled jar will be placed in directory /build/libs/.

Contributing

Commands

Command Description Permission
essentia Command used to reload plugin configuration. essentia.command.essentia-reload
teleportrequest Request to teleport to another player. essentia.command.teleportrequest
teleportrequesthere Request another player to teleport to you. essentia.command.teleportrequesthere
teleporttoggle Toggle teleport requests on/off. essentia.command.teleporttoggle
teleportaccept Accept teleport request. essentia.command.teleportaccept
teleportdeny Decline teleport request. essentia.command.teleportdeny
clearinventory Clears your inventory. essentia.command.clearinventory
home Teleports the your home location. essentia.command.home
homes List your homes. essentia.command.homes
sethome Set your home location. essentia.command.sethome
deletehome Deletes a home. essentia.command.deletehome
back Teleport to your last location. essentia.command.back
deathback Teleport to your last death location. essentia.command.deathback
fly Toggles creative flymode for yourself or another player. essentia.command.fly
gamemode Set gamemode for yourself or another player. essentia.command.gamemode
heal Heals yourself or another player. essentia.command.heal
feed Refill hunger and saturation of yourself or another player essentia.command.feed
enchant Enchants the item in hand. essentia.command.enchant
spawn Teleport yourself or another player to spawn. essentia.command.spawn

Permissions

Permission Description

Configuration

# Magic value used to determine auto configuration updates, do not change this value
config-version: 1

Support

License

LICENSE