-
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