mcserver/instances/forge-1.20.1-survival/runtime/data/config/death-counter.toml

77 lines
3.5 KiB
TOML
Executable file

[Item]
#Here you can disable or enable the item.
Enabled = true
#Here you can change the item.
Item = "ags_death_counter:death_note"
#Here you can change the item name.
"Display Name" = "§c§l$player$'s Death Note"
#Here you can change the 1. Line of the item.
"Line 1" = "§fDeath Count: §c$death_count$"
#Here you can change the 2. Line of the item.
"Line 2" = "§fWhere: X: §6$x$§f, Y: §6$y$§f, Z: §6$z$"
#Here you can change the 3. Line of the item.
"Line 3" = "§fDate: §c$date$"
#Here you can change the 4. Line of the item.
"Line 4" = "§fTime Lived: §6$time$ §fHour"
#Here you can change the Date Format.
"Date Format" = "yyyy.MM.dd"
["Death Announcement"]
#Here you can disable or enable the Title Announcement.
"Enabled - Title" = true
#Here you can change the title text.
"Text - Title" = "[\"\",{\"text\":\"$death_player$\",\"bold\":true,\"color\":\"white\"},{\"text\":\" has died!\",\"color\":\"red\"}]"
#Here you can change the subtitle text.
"Text - Subtitle" = "[\"\",{\"text\":\"He/she has\",\"color\":\"white\"},{\"text\":\" $death_count$\",\"bold\":true,\"color\":\"gold\"},{\"text\":\" deaths.\",\"color\":\"white\"}]"
#Here you can disable or enable the chat announcing.
"Enabled - Subtitle" = true
#Here you can customize the chat announcement.
"Text - Chat Announcment" = "§4[§cDeath Counter§4] §f$death_player$ §chas died §6$death_count$ §ctime(s)."
#Here you can disable or enable the chat lived time message.
"Enabled - Chat Announcment" = true
#Here you can customize the chat lived time message.
"Text - Chat Lived" = "§4[§cDeath Counter§4] §cYou lived for §6$time$ §chour(s)"
#Here you can disable or enable the chat died here message.
"Enabled - Chat Lived" = true
#Here you can customize the died here message.
"Text - Died Here" = "§4[§cDeath Counter§4] §cYou have died here: §bX§6: §f$x$§6,§b Y§6: §f$y$§6, §bZ§6: §f$z$"
#Here you can disable or enable the action bar message.
"Enabled - Died Here" = true
#Here you can customize the action bar message.
"Text - Action Bar" = "§f§l$death_player$ §chas died!"
[Misc]
#Here you can disable or enable the Lightning on Death.
"Lightning on Death Enabled" = true
[Command]
#Here you can disable or enable the Add command.
"(ADD) Enabled" = true
#Here you can change the Add command text.
"(ADD) Text" = "§6§l[§b§lDeath Counter§6§l] §fYou have added §b§l$count$§f death(s) to §6§l$player$ §fdeath(s). Now: §e$death_count$."
#Here you can disable or enable the Set command.
"(SET) Enabled" = true
#Here you can change the Set command text.
"(SET) Text" = "§6§l[§b§lDeath Counter§6§l] §fYou set §b§l$death_count$§f of §6§l$player$ §fdeath(s)."
#Here you can disable or enable the Get command.
"(GET) Enabled" = true
#Here you can change the Get command text.
"(GET) Text" = "§6§l[§b§lDeath Counter§6§l] §6$player$ §fhas died §e$death_count$ §ftime(s)."
#Here you can disable or enable the Reset command.
"(RESET) Enabled" = true
#Here you can change the Reset command text.
"(RESET) Text" = "§6§l[§b§lDeath Counter§6§l] §fYou resetted §6§l$player$ §fdeath(s)."
#Here you can disable or enable the Help command.
"(HELP) Enabled" = true
[UI]
#Here you can disable or enable the Player List ui.
"Enabled - Player List" = true
#Here you can disable or enable the Sidebar ui.
"Enabled - Sidebar" = true
#Here you can disable or enable the Below Name ui.
"Enabled - Below Name" = true
#Here you can change the text which shows on the UI.
Text = "§f☠ §c§lDeaths§f ☠"