OVERVIEW:
This is a simple plugin that sends death coordinates to players
FEATURES:
Compatible with: Paper 1.20+
DISCORD / SUPPORT:
Below is the link to my Discord support server. Don't hesitate to ask any questions or seek assistance regarding this resource.
https://discord.gg/vortexstudios
This is a simple plugin that sends death coordinates to players
FEATURES:
- Public Death Broadcast → Choose if the whole server receives death coordinates or not
- Easy Installation → Drag and drop plugin into your plugins folder.
- HEX Colours → You can use HEX Colour Codes in configuration file
- /dl reload → Reloads configuration
- /dl help → Sends command help
- deathlocation.admin - access to /dl
Compatible with: Paper 1.20+
DISCORD / SUPPORT:
Below is the link to my Discord support server. Don't hesitate to ask any questions or seek assistance regarding this resource.
https://discord.gg/vortexstudios
YAML:
######################################################################
#| ____ _ _ _ _ _ #
#|| _ \ ___ __ _| |_| |__ | | ___ ___ __ _| |_(_) ___ _ __ #
#|| | | |/ _ \/ _` | __| '_ \| | / _ \ / __/ _` | __| |/ _ \| '_ \ #
#|| |_| | __/ (_| | |_| | | | |__| (_) | (_| (_| | |_| | (_) | | | |#
#||____/ \___|\__,_|\__|_| |_|_____\___/ \___\__,_|\__|_|\___/|_| |_|#
######################################################################
settings:
deathLocEnabled: true # Enable/Disable Death Location Plugin
publicAnnounce: false # If true, all players in server will receive publicDeathLocMessage
messages:
deathLocMessage: "<#ff63f5>Hey!, you died at X: %x_num% Y: %y_num% Z: %z_num%" # ONLY If publicAnnounce is false
publicDeathLocMessage: "<#ff63f5>%player% just died at %x_num% Y: %y_num% Z: %z_num%" # ONLY if publicAnnounce is true
reloadConfig: "<green>Successfully reloaded config!" # Reload Config Message
noPermission: "<red>You don't have permission!"
helpMessage:
- "Death Location Commands:"
- "/dl reload - reloads configuration file"
- "/dl help - sends help menu"