2024-02-03 20:58:02 +00:00
|
|
|
name: Essentia
|
|
|
|
|
version: ${version}
|
|
|
|
|
main: com.alttd.essentia.EssentiaPlugin
|
|
|
|
|
description: Altitude essentials ;)
|
|
|
|
|
authors:
|
|
|
|
|
- destro174
|
2024-08-13 19:21:37 +00:00
|
|
|
api-version: "1.21"
|
2024-02-03 20:58:02 +00:00
|
|
|
|
|
|
|
|
commands:
|
|
|
|
|
essentia:
|
|
|
|
|
description: Reload configs.
|
|
|
|
|
permission: essentia.command.essentia-reload
|
|
|
|
|
usage: /<command> (reload)
|
|
|
|
|
teleportaccept:
|
|
|
|
|
description: Accept teleport request.
|
|
|
|
|
permission: essentia.command.teleportaccept
|
|
|
|
|
usage: /<command>
|
|
|
|
|
aliases:
|
|
|
|
|
- tpaccept
|
|
|
|
|
teleportdeny:
|
|
|
|
|
description: Decline teleport request.
|
|
|
|
|
permission: essentia.command.teleportdeny
|
|
|
|
|
usage: /<command>
|
|
|
|
|
aliases:
|
|
|
|
|
- tpdeny
|
|
|
|
|
teleportrequest:
|
|
|
|
|
description: Request to teleport to another player.
|
|
|
|
|
permission: essentia.command.teleportrequest
|
|
|
|
|
usage: /<command> player
|
|
|
|
|
aliases:
|
|
|
|
|
- tpa
|
|
|
|
|
- tprequest
|
|
|
|
|
- tparequest
|
|
|
|
|
teleportrequesthere:
|
|
|
|
|
description: Request another player to teleport to you.
|
|
|
|
|
permission: essentia.command.teleportrequesthere
|
|
|
|
|
usage: /<command> player
|
|
|
|
|
aliases:
|
|
|
|
|
- tpah
|
|
|
|
|
- tpahere
|
|
|
|
|
teleporttoggle:
|
|
|
|
|
description: Toggle teleport requests on/off.
|
|
|
|
|
permission: essentia.command.teleporttoggle
|
|
|
|
|
usage: /<command>
|
|
|
|
|
aliases:
|
|
|
|
|
- tptoggle
|
|
|
|
|
clearinventory:
|
|
|
|
|
description: Clears your inventory.
|
|
|
|
|
permission: essentia.command.clearinventory
|
|
|
|
|
usage: /<command> (player)
|
|
|
|
|
home:
|
|
|
|
|
description: Teleports the player home.
|
|
|
|
|
permission: essentia.command.home
|
|
|
|
|
usage: /<command> (home (player))
|
|
|
|
|
homes:
|
|
|
|
|
description: List the player's homes.
|
|
|
|
|
permission: essentia.command.homes
|
|
|
|
|
usage: /<command> (player)
|
|
|
|
|
aliases:
|
|
|
|
|
- listhomes
|
|
|
|
|
sethome:
|
|
|
|
|
description: Sets the player's home.
|
|
|
|
|
permission: essentia.command.sethome
|
|
|
|
|
usage: /<command> (home (player))
|
|
|
|
|
aliases:
|
|
|
|
|
- homeset
|
|
|
|
|
deletehome:
|
|
|
|
|
description: Deletes a home.
|
|
|
|
|
permission: essentia.command.deletehome
|
|
|
|
|
usage: /<command> [home (player)]
|
|
|
|
|
aliases:
|
|
|
|
|
- delhome
|
|
|
|
|
back:
|
|
|
|
|
description: Go back to previous location.
|
|
|
|
|
permission: essentia.command.back
|
|
|
|
|
usage: /<command>
|
|
|
|
|
deathback:
|
|
|
|
|
description: Go back to previous death location.
|
|
|
|
|
permission: essentia.command.deathback
|
|
|
|
|
usage: /<command>
|
|
|
|
|
aliases:
|
|
|
|
|
- dback
|
|
|
|
|
fly:
|
|
|
|
|
description: Toggles creative flymode for yourself or another player.
|
|
|
|
|
permission: essentia.command.fly
|
|
|
|
|
usage: /<command> (player)
|
|
|
|
|
gamemode:
|
|
|
|
|
description: Set gamemode for yourself or another player.
|
|
|
|
|
permission: essentia.command.gamemode
|
|
|
|
|
usage: /<command> (player)
|
|
|
|
|
aliases:
|
|
|
|
|
- gm
|
|
|
|
|
heal:
|
|
|
|
|
description: Heals yourself or another player.
|
|
|
|
|
permission: essentia.command.heal
|
|
|
|
|
usage: /<command> (player)
|
|
|
|
|
aliases:
|
|
|
|
|
- health
|
|
|
|
|
feed:
|
|
|
|
|
description: Refill hunger and saturation.
|
|
|
|
|
permission: essentia.command.feed
|
|
|
|
|
usage: /<command> (player)
|
|
|
|
|
enchant:
|
|
|
|
|
description: Enchants the item in hand
|
|
|
|
|
permission: essentia.command.enchant
|
2024-02-05 14:00:37 +00:00
|
|
|
usage: /<command> [enchantment/all] (level) (unsafe)
|
|
|
|
|
spawn:
|
|
|
|
|
description: Teleport yourself or another player to spawn.
|
|
|
|
|
permission: essentia.command.spawn
|
|
|
|
|
usage: /<command>
|