Command: grave - teakivy/teaks-tweaks GitHub Wiki
/grave
is the base command for the Graves pack.
This command will only be active when it's parent pack is enabled.
/grave <locate | key | uninstall>
This is a player-only command
- Used to show the player the location of their last grave.
- Used to give the player a Grave key.
- Used to remove all currently loaded graves from the world.
teakstweaks.command.grave
- Default -
true
- Description - Controls whether the player can use the
/grave
command.
teakstweaks.command.grave.locate
- Default -
true
- Description - Controls whether the player can use the
/grave locate
command.
teakstweaks.command.grave.key
- Default -
op
- Description - Controls whether the player can use the
/grave key
command.
teakstweaks.command.grave.uninstall
- Default -
op
- Description - Controls whether the player can use the
/grave uninstall
command.
"grave.command_description": "Keep Inventory stands no chance.",
"grave.error.no_grave": "<red>You don't have a recent grave!",
"grave.given_key": "<green>You have been given a grave key!",
"grave.removed_graves": "<yellow>Removed all loaded Graves!",
- Default -
Keep Inventory stands no chance.
- Default -
<red>You don't have a recent grave!
- Default -
<green>You have been given a grave key!
- Default -
<yellow>Removed all loaded Graves!