Supported Minecraft Versions: 1.20.2-1.21.5 Required Java Version: 21 or higher
sGraves - Advance Graves Plugin this plugin spawn graves after player die
Code (Text):
User Commands:
Help:
/sgraves
/sgraves help
List Own Graves:
/sgraves list
Teleport to Grave:
/sgraves tp <grave_id_prefix>
Get Grave Key:
/sgraves key
Admin-Focused Commands:
(Base Admin Command, typically needs subcommand): /sgraves admin
Reload Plugin:
/sgraves reload
List All Graves (Admin View):
/sgraves admin listall
Remove Any Grave (Admin Action):
/sgraves admin remove <grave_id_prefix>
Inspect Grave Contents (Admin View):
/sgraves admin inspect <grave_id_prefix>
Clear All Graves (Admin Action - DANGEROUS):
/sgraves admin clearall (shows warning)
/sgraves admin clearall confirm (executes)
Code (Text):
sgraves.use
Description: Allows basic use of graves (spawning on death, accessing own grave).
Default: true
sgraves.reload
Description: Allows reloading the plugin configuration.
Default: op
sgraves.list.own
Description: Allows listing own graves.
Default: true
sgraves.list.all
Description: Allows listing all graves (admin).
Default: op
sgraves.tp.own
Description: Allows teleporting to own grave.
Default: true
sgraves.tp.other
Description: Allows teleporting to any grave (admin).
Default: op
sgraves.key
Description: Allows getting a key for their most recent grave.
Default: true
sgraves.bypass.protection
Description: Allows bypassing grave protection (breaking/looting any grave).
Default: op
sgraves.bypass.lock
Description: Allows bypassing grave locks.
Default: op
sgraves.admin.remove
Description: Allows admins to remove any grave.
Default: op
sgraves.admin.inspect
Description: Allows admins to inspect any grave's contents.
Default: op