Please do not use reviews for bug reports.
Suggestions and Bugreports are best handled if submited on our Discord.
The use of the plugin requires an external license key that can be obtained in our discord.
Join our Discord by clicking below.
Suggestions and Bugreports are best handled if submited on our Discord.
The use of the plugin requires an external license key that can be obtained in our discord.
Join our Discord by clicking below.
Command | Description | Permission |
/tombs reload | Reloads the configuration. | command.tombs.admin |
/tombs setrespawn | Sets the respawn point. | command.tombs.admin |
YAML:
#
# if you have any questions or suggestions, please do not hesitate and
# join our discord: https://dsc.gg/crownplugins
# we are there to assist you
#
# language
language: en
# time to pass before the tomb despawns in seconds
tomb-decay-time: 450
# enable this to keep tombs after restart
persistent-tombs: false
# enable this to keep the player in spectato after dying
respawn: true
# how long before player is revived in seconds
respawn-duration: 10
# placeholders for this:
# %name% : players name
# %killer% : what killed the player
# %remaining% : remaining time
# %items% : items in the tomb
# %xp% : xp in the tomb
#
# number of holo from top to bottom that will carry the players head
head-holo-count: 1
# every line is moved 0.25 down
# use skip 0.5 to skip
tomb-lines:
- "skip -0.5" # negative value goes upwards
- "%accent%&l %name%'s %white%grave"
- "skip 1.75"
- "%white%Remaining Time&8: %accent%%remaining%"
- "%white%Items&8: %accent%%items%"
- "%white%XP&8: %accent%%xp%"
- "skip 0.15"
- "%accent%&l⚔ %white%Killed by %accent% %killer% &l⚔"
# this is the inventory name of a tomb : use %name% for the players name
tomb-inventory-name: "%accent%&lTomb %white%of %name%"