-
Added compatibility with
AdvancedReply ( of
@Jumper251 ) plugin:
- now you can replay your deaths
- possibility to manage the register only of deaths in database
-
Added the possibility to prevent the physical generation of the grave and the withdrawal of it via GUI.
-
Added possibility to request a price (Money, Experience, Items) for collection
Code (YAML):
# Configurations when the tomb has broken BreakGesture: # Execution commands at break of a tomb Commands: -
"give %player% dirt 1" # If you want to drop the tomb when break DropTombAtBreak: false
# If you want a payment for break the tomb Payment:
Enabled: false
# The type of payment (Material, Experience, Money) # Type: "Material:COBBLESTONE" # Type: "Experience" (levels) # Type: "Money" (you need to activate Vault compatibility) Type: "Material:COBBLESTONE" Price: 1.0
-
Added possibility to configure the max heigth of world
-
Added possibility to execute commands at player respawn
-
Added Respawn (death) Fall Protection
Code (YAML):
# This section is for prevent fall damage when a player respawn in some conditions # This usually happens if: # - The bed is placed incorrectly. # - The player sets a home in the air and later removes all nearby blocks. # - The player sets respawn point (/spawnpoint playername) in the air and later removes all nearby blocks. # The follow preventions are executed based on Respawn Anchors and Bed Locations RespawnFallPrevention: # Possible Preventions: # - "PlaceBlock" -> place a block below the player # - "SlowFalling" -> apply a slow falling effect at player # - "SpawnTp" -> force a tp to spawn world # - "Invincible" -> make a player in god for some seconds # - "Execute" -> execute commands world:
PreventionsOrder: -
"PlaceBlock" PossiblePreventions:
SlowFalling:
Seconds: 10
PlaceBlock:
Material: "DIRT" Invincible:
Seconds: 10
Execute:
Commands: -
"lp user %player% permission settemp essentials.god true 10s" -
"god %player%" world_nether:
PreventionsOrder: -
"PlaceBlock" PossiblePreventions:
SlowFalling:
Seconds: 10
PlaceBlock:
Material: "DIRT" Invincible:
Seconds: 10
Execute:
Commands: -
"lp user %player% permission settemp essentials.god true 10s" -
"god %player%" world_the_end:
PreventionsOrder: -
"PlaceBlock" PossiblePreventions:
SlowFalling:
Seconds: 10
PlaceBlock:
Material: "DIRT" Invincible:
Seconds: 10
Execute:
Commands: -
"lp user %player% permission settemp essentials.god true 10s" -
"god %player%"
-
Added Right and Left click for GUIs with Status button
-
Added recover command
Fixed prevention for Lands when a player claim on a tomb
Fixed compatibility with minecraft 1.21.8
Updated PlaceholderAPI, added new placeholders
%tombs_last_death_duration% Time until the player's last death tomb despawned.
%tombs_last_death_duration_<playername>% Same as above, for a specific player.
%tombs_last_death_id% ID of the last recorded death for the player.
%tombs_last_death_id_<playername>% Same as above, for a specific player.
%tombs_last_death_location% World + X/Y/Z coordinates of the player's last death.
%tombs_last_death_location_<playername>% Same as above, for a specific player.
%tombs_last_death_location_x% X coordinate of the player's last death.
%tombs_last_death_location_x_<playername>% Same as above, for a specific player.
%tombs_last_death_location_y% Y coordinate of the player's last death.
%tombs_last_death_location_y_<playername>% Same as above, for a specific player.
%tombs_last_death_location_z% Z coordinate of the player's last death.
%tombs_last_death_location_z_<playername>% Same as above, for a specific player.
%tombs_last_death_location_world% World name of the player's last death location.
%tombs_last_death_location_world_<playername>% Same as above, for a specific player.
%tombs_last_death_location_environment% Environment (e.g., NORMAL, NETHER) of the player's last death.
%tombs_last_death_location_environment_<playername>% Same as above, for a specific player.
%tombs_last_death_date% Date and time of the player's last death.
%tombs_last_death_date_<playername>% Same as above, for a specific player.
%tombs_last_death_type% Cause/type of the player's last death.
%tombs_last_death_type_<playername>% Same as above, for a specific player.
%tombs_number_of_deaths_<playername>_<status>% Number of deaths with specific status (Active, etc.) for a given player.
%tombs_number_of_deaths_<status>% Number of deaths for the current player with specific status.
%tombs_number_of_server_deaths% Total number of deaths recorded on the server.
The support to 1.21.6 will be available in the next days, we are waiting for NBTAPI update.
Added compatibility to
FancyHolograms - Display customizable holograms above tombs
Added custom Death Messages ( WIP )
Removed compatibility with HolographicDisplay (use v1.5.6 if you need it; compatible for minecraft version <= 1.21.5)
Added the possibility to force the unsafe teleport from configuration.
Code (YAML):
# Configuration for /tombs tp Teleport: # If you want one use of command for a specific tomb OneTime: true
# If you want force the unsafe teleport without use the complete command # /tombs tp <id> <unsafe> ForceUnsafe: false
-
Added invalid DeathCause placeholder
-
Added Better sound configuration
-
Added '{hide_tooltip}' placeholder for item Name, it will hide the tooltip of the item if it present (only for 1.20.5+)
-
Added ItemFlags option
-
Updated old configuration to new one
- Small config
hot fix -
Added placeholder {player} for item lore
-
Fixed java.lang.NullPointerException: Cannot invoke "org.bukkit.event.entity.EntityDamageEvent.getCause()" because the return value of "org.bukkit.entity.Player.getLastDamageCause()" is null
WARNING: As of server version 1.21.3 and newer, sound names have been updated to a new format. Sounds must now be specified in the format: "minecraft:entity.ender_dragon.flap" (namespace:category.sound). If you are running this plugin on a server version 1.21.3 or later, make sure to update all sound names to the new format.
Attempting to use older sound names (e.g., "ENDER_DRAGON_FLAP") on 1.21.3+ servers will result in errors.
Fixed CMI Hologram support
Hot fix for Holograms when player use "/tombs ignore ..."
Code optimization
If you have other ideas or problems please don't hesitate to contact us on discord
WARNING: As of server version 1.21.3 and newer, sound names have been updated to a new format. Sounds must now be specified in the format: "minecraft:entity.ender_dragon.flap" (namespace:category.sound). If you are running this plugin on a server version 1.21.3 or later, make sure to update all sound names to the new format.
Attempting to use older sound names (e.g., "ENDER_DRAGON_FLAP") on 1.21.3+ servers will result in errors.
Hot fix for invalid Profile of player head Block
Hot fix for "Inventory Full" error message
Added compatibility with minecraft 1.21.3
Updated SoundManager for 1.21.3
Improved configuration documentation
Now inventory give is always sync
If you have other ideas or problems please don't hesitate to contact us on discord
The update for 1.21.3 will arrive in the next few days!
Added "ServerGesture" - Possibility to use the same Database in multiple different servers.
(required configuration!) Added the possibility of paying to obtain the tomb (Vault, or experience, or materials)
Bug Fix database backup
Code Optimizations
If you have other ideas or problems please don't hesitate to contact us on discord
Added compatibility with 1.20.6
Updated NBTAPI library
Updated org.json library
Fixed player death error for 1.20.5+
Fixed NBTAPI startup warning
Hot Fix various
Code optimization
If you have other ideas or problems please don't hesitate to contact us on discord
Fixed world load
Fixed world load if world is disabled or deleted
Fixed GUI issues (player head skins and page change)
Added compatibility with ExcellentEnchants
Hot Fix various
Code optimization
If you have other ideas or problems please don't hesitate to contact us on discord
Added possibility to enable/disable the control of world
Added possibility to switch whitelist/blacklist for worlds
Added possibility to add custom worlds at list for set the void deaths
Hot Fix various
Code optimization
If you have other ideas or problems please don't hesitate to contact us on discord
Added possibility to raid a tomb after x miuntes
Fix CMIHolograms compatibility
Added possibility to use the placeholder {cause} in the interfaces and in the holograms
Code Optimizing for guis
Bug Fix void custom worlds
If you have other ideas or problems please don't hesitate to contact us on discord
Added compatibility with
CMI Holograms Added the
death cause in the history interfaces
Modified TP command, now for tp you use the id
Added possibility to configure the void death for each world
Added possibility to configure the InventoryFull message
Improve return system of items when break the tomb Bug Fix of insert in the db (only H2) of death
Bug Fix various
Code optimization
If you have other ideas or problems please don't hesitate to contact us on discord
Add 1.20.4 compatibility
Add compatibility with Vault
Add possibility to pay the teleport at the tomb
Bug Fix of DecentHolograms
Bug Fix various
Code optimization
If you have other ideas or problems please don't hesitate to contact us on discord
Add Metrics of bStats
Add UpdateChecker
Bug Fix of backup
Bug Fix of task of deleting deaths from database
Bug Fix of heads in interfaces
Bug Fix various
Code optimization
If you have other ideas or problems please don't hesitate to contact us on discord
Add command execution at death
Add command execution at break of tomb
Add possibility to respawn the tomb
Bug Fix Holographic Display
Bug Fix of authlib error
Bug Fix various
Code optimization
If you have other ideas or problems please don't hesitate to contact us on discord
Add possibility to loot a tomb from other players
Bug Fix of interface with LIKE option
Bug Fix of interfaces
Add old button history for interfaces
Add new status Raided
Improved configuration section of Interfaces
Add restricted tp at one time for tombs tp command
Add Placeholder API compatibility
Code Refactoring Add {id} placeholder for Compass
Added despawn time of a tomb
Added new status "Despawned"
Added compatibility with DecentHolograms and ReviewMe
Added placeholders: (time despawn, experience, player name, date of death)
Added {id} placeholder in compass lore
Added possibility to unset JoinMessage
Bug Fix various
Some optimization Next features: Added command execution at death
Added command execution at take of tomb
If you have other ideas or problems please don't hesitate to contact us on discord
Now there is a backup for H2 database Added BlockExplodeEvent gesture
Bug Fix of fly head
Bug Fix of ordered deaths in guis
Bug Fix of backup files
Updated lands api
Changed mecanism of save inventory
Code optimization
Next features:
Add command execution at death
Add command execution at take of tomb
If you have other ideas or problems please don't hesitate to contact us on
discord
- Ability to give a compass of death that will guide you via messages to your grave
- Ability to automatically delete old graves "see the configuration"
Code (YAML):
# if you want every x times a probability of keepInventory active for this player Keep_inventory_active:
Enabled: false
Every_x_times: 10
Percentage: 10
- Ability to choose whether to drop the tomb block
- Possibility to activate the Keep Inventory for the current death of the player every X deaths (in percentage) instead of generating the tomb
- minor bug fixes