Skip to content

Server restart moves graves into brokengraves #62

@FuchsPrime

Description

@FuchsPrime
  • Paper 1.21.6-48-main@4d854e6 (2025-06-30T09:48:37Z)
  • GraveStonesPlus-1.8.1.jar
  • Bug caused by an outdated Config.yml:
DebugLevel: NONE

# if enabled, you can break other graves with permission:
# GraveStonesPlus.BreakOtherGraves
BreakOtherGravesWithPermission: false

# If true GraveStonesPlus.BreakOtherGraves will be given to all players by default
# Requires BreakOtherGravesWithPermission enabled to work
# Requires a restart
GiveBreakOtherGravesPermission: false

# List of worlds with graves disabled
DisabledWorlds: []

# Enable a glowing effect near grave
GlowingEffectNearGrave: false
# Distance for glowing effect
GlowingEffectDistance: 5

# Timelimit in minutes before grave is removed
# -1 is disabled
GraveTimeLimit: 1800

# Number of hours to store borken graves
# This will allow restoring of graves that break before items can be obtained
BrokenGraveTimeLimit: 96

# Distance in which /gravestonesplus claimgrave will claim graves
GraveClaimDistance: 10

# Limit number of graves to can be created by a single person
GraveLimit: 10

# If true, armor stands are disabled
# Use this if performance takes a hit with armor stands
DisableArmorStands: true

# Chance for items to drops
# This perctange is caculated on every item
PercentageDrops: 100

# Keeps items with lore set here on player death
# %player% works here
# Set to '' to disable
KeepItemsWithLore: ''

# Use display entities rather than real blocks
# 1.19.4+ only
# The benefits is that the grave can't be destroyed by normal means, perfect for graves
# Relatively new feature, could still have some bugs
UseDisplayEntities: true

# If true, a grave will be created if a player has an empty inventory
# If false, no grave will be created
CreateGraveForEmptyInventories: false

# Whether or not to create daily backups. (Only the most recent ones get kept)
CreateBackups: false

Format:
  Death: 'Todeskoordinaten: x:%x%, y:%y%, z:%z%'
  GraveBroke: 'Du hast dein Grab geplündert!'
  GraveLimitBreak: 'Das älteste Grab wurde aus Zeitgründen aufgelöst'
  ItemsNotInCorrectSlot: "Der ursprüngliche Platz einiger Gegenstände war belegt."
  NotYourGrave: 'Hey, keine Störung der Totenruhe!'
  # Hologram message
  Grave:
    Top: '%player% starb hier!'
    Middle: 'um %time%'
    Bottom: 'wegen %reason%'
  

Using the latest config has fixed this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions