Перейти к содержимому
Mineforgian

DeathSpectator (Paper)

Death system that puts you as a spectator!

Загрузки
1K
Подписчики
6
Обновлён
26 марта 2026 г.
Лицензия
CC-BY-4.0

Опубликован 11 июля 2024 г.

title1 Logo by Kozurat

Requires CommandAPI

This plugin consists of a configurable system that allows you to automatically be put into spectator status when you die. It is recommended for Hardcore series or events in which if you die you cannot respawn.

You can customize whether items drop or whether the death message appears, all with the /ds command (more on that below).

PlaceholderAPI Support!

You can identify a similar death system in different Eufonia Studio events or series, such as DEDSafio Minecraft and Squid Craft Games 2/3.

Example taken from a live streamer elded in DEDSafio Minecraft 2 (obviously without the on-screen animation, sound or automatic ban, but all that can be done with the ConditionalEvents plugin, using the "player_death" event type):

                                                                                  

title2

{
  "enabled": true,
  "deathMessage": {
    "enabled": true,
    "message": "%death_message%"
  },
  "inventoryDrop": true,
  "consoleLogs": false,
  "uhcMode": false,
  "titleSubtitle": {
    "enabled": false,
    "title": "&cYou have died",
    "subtitle": "&7You are now in spectator mode",
    "fadeIn": 2,
    "duration": 4,
    "fadeOut": 2
  }
}

Commands:

  • /ds setconfig | Set true or false to configuration file properties.

Permissions:

  • ds.command

Saving the file and using the command updates properties instantly in the game. If you want to see when the configuration is loaded and reloaded in the client or server console you should set consoleLogs to true.

title3

If you have any problem or suggestion you can report it in the community discord (Spanish-speaking) by opening a ticket: https://discord.gg/sKRYYyVCnw

If you want to support us you can do so through:

Mod Version: https://modrinth.com/mod/deathspectatormod

Ченджлог

1.3.6Релиз1.21.9, 1.21.10, 1.21.11 · 26 марта 2026 г.
  • Code restructuring
  • New similar configuration in both environments (mod and plugin)
  • Death functions based on commands in a file (onDeath.mcfunction)
1.3Релиз1.21.4, 1.21.5, 1.21.6 · 25 июня 2025 г.
  • New file configuration system
  • Greater similarity with the mod version
1.2.2Релиз1.21.4, 1.21.5, 1.21.6 · 22 июня 2025 г.
  • Fix Death Message in the console.
1.2.1Релиз1.21.4, 1.21.5, 1.21.6 · 19 июня 2025 г.
  • Fix Tab Completer
1.2Релиз1.21.3, 1.21.4, 1.21.5 · 6 июня 2025 г.
  • Extra events upon death
  • New sub-command for changing boolean values ​​in the plugin settings, reloading in the process
  • You can now use PlaceholderAPI
1.1Релиз1.20.6, 1.21, 1.21.1 · 14 октября 2024 г.
  • Greater dispersion in items drop.
  • Now when you die you lose all experience.
1.0Релиз1.20.6, 1.21, 1.21.1 · 11 июля 2024 г.

First version of the plugin.

Комментарии

Загружаем…