Grief Prevention

Grief Prevention

1M Downloads

GriefPrevention placeholder breaks paper 1.19.2

rackgaming opened this issue ยท 1 comments

commented

Observed Behavior

Every time I restart my server, some times the griefprevention placeholder for claimblocks will break using animatedscoreboard(This happens on this plugin plus other scoreboards).

Expected Behavior

Claims placeholder should show after every restart.

Reproduction steps

  1. Combine WorldGuard, AnimatedScoreboard and scoreboard placeholder ends up breaking showing the placeholder instead of the data
  2. restart the server a couple times and placeholder will stop working
  3. Restart again and placeholder comes back.

Stack trace or error log

No response

Server version

Server version: Paper 1.19.2

GriefPrevention version

GriefPrevention Version 16.18

Configuration

# Default values are perfect for most servers.  If you want to customize and have a question, look for the answer here first: http://dev.bukkit.org/bukkit-plugins/grief-prevention/pages/setup-and-configuration/

GriefPrevention:
  SeaLevelOverrides:
    world: -1
    world_nether: -1
    world_the_end: -1
  Claims:
    Mode:
      world: Survival
      world_nether: Survival
      world_the_end: Survival
    PreventGlobalMonsterEggs: true
    PreventTheft: true
    ProtectCreatures: true
    PreventButtonsSwitches: true
    LockWoodenDoors: false
    LockTrapDoors: false
    LockFenceGates: true
    EnderPearlsRequireAccessTrust: true
    RaidTriggersRequireBuildTrust: true
    ProtectHorses: true
    ProtectDonkeys: true
    ProtectLlamas: true
    InitialBlocks: 1000
    Claim Blocks Accrued Per Hour:
      Default: 500
    Max Accrued Claim Blocks:
      Default: -1
    Accrued Idle Threshold: 0
    AccruedIdlePercent: 0
    AbandonReturnRatio: 1.0
    AutomaticNewPlayerClaimsRadius: 4
    AutomaticNewPlayerClaimsRadiusMinimum: 0
    ExtendIntoGroundDistance: 5
    MinimumWidth: 5
    MinimumArea: 100
    MaximumDepth: -2147483648
    InvestigationTool: STICK
    ModificationTool: GOLDEN_SHOVEL
    Expiration:
      ChestClaimDays: 7
      UnusedClaimDays: 14
      AllClaims:
        DaysInactive: 60
        ExceptWhenOwnerHasTotalClaimBlocks: 10000
        ExceptWhenOwnerHasBonusClaimBlocks: 5000
      AutomaticNatureRestoration:
        SurvivalWorlds: true
    AllowTrappedInAdminClaims: false
    MaximumNumberOfClaimsPerPlayer: 0
    CreationRequiresWorldGuardBuildPermission: true
    VillagerTradingRequiresPermission: true
    CommandsRequiringAccessTrust: /sethome
    DeliverManuals: true
    ManualDeliveryDelaySeconds: 30
    RavagersBreakBlocks: true
    FireSpreadsInClaims: false
    FireDamagesInClaims: false
    LecternReadingRequiresAccessTrust: true
  Spam:
    Enabled: false
    LoginCooldownSeconds: 60
    LoginLogoutNotificationsPerMinute: 5
    ChatSlashCommands: /me;/global;/local
    WhisperSlashCommands: /tell;/pm;/r;/whisper;/msg
    WarningMessage: Please reduce your noise level.  Spammers will be banned.
    BanOffenders: true
    BanMessage: Banned for spam.
    AllowedIpAddresses: 1.2.3.4; 5.6.7.8
    DeathMessageCooldownSeconds: 120
    Logout Message Delay In Seconds: 0
  PvP:
    RulesEnabledInWorld:
      world: false
      world_nether: false
      world_the_end: false
    ProtectFreshSpawns: true
    PunishLogout: true
    CombatTimeoutSeconds: 15
    AllowCombatItemDrop: false
    BlockedSlashCommands: /home;/vanish;/spawn;/tpa
    ProtectPlayersInLandClaims:
      PlayerOwnedClaims: true
      AdministrativeClaims: true
      AdministrativeSubdivisions: true
    AllowLavaDumpingNearOtherPlayers:
      PvPWorlds: true
      NonPvPWorlds: false
    AllowFlintAndSteelNearOtherPlayers:
      PvPWorlds: true
      NonPvPWorlds: false
    ProtectPetsOutsideLandClaims: false
  Economy:
    ClaimBlocksMaxBonus: 0
    ClaimBlocksPurchaseCost: 10000.0
    ClaimBlocksSellValue: 5000.0
  ProtectItemsDroppedOnDeath:
    PvPWorlds: false
    NonPvPWorlds: true
  BlockLandClaimExplosions: true
  BlockSurfaceCreeperExplosions: true
  BlockSurfaceOtherExplosions: true
  LimitSkyTrees: true
  LimitTreeGrowth: false
  PistonMovement: CLAIMS_ONLY
  PistonExplosionSound: true
  FireSpreads: true
  FireDestroys: true
  AdminsGetWhispers: true
  AdminsGetSignNotifications: true
  VisualizationAntiCheatCompatMode: false
  SmartBan: true
  Mute New Players Using Banned Words: true
  MaxPlayersPerIpAddress: 3
  SilenceBans: true
  Siege:
    Worlds: []
    BreakableBlocks:
    - GRASS_BLOCK
    - DIRT
    - COBBLESTONE
    - OAK_PLANKS
    - SPRUCE_PLANKS
    - BIRCH_PLANKS
    - JUNGLE_PLANKS
    - ACACIA_PLANKS
    - DARK_OAK_PLANKS
    - SAND
    - GRAVEL
    - GLASS
    - GRASS
    - FERN
    - DEAD_BUSH
    - WHITE_WOOL
    - ORANGE_WOOL
    - MAGENTA_WOOL
    - LIGHT_BLUE_WOOL
    - YELLOW_WOOL
    - LIME_WOOL
    - PINK_WOOL
    - GRAY_WOOL
    - LIGHT_GRAY_WOOL
    - CYAN_WOOL
    - PURPLE_WOOL
    - BLUE_WOOL
    - BROWN_WOOL
    - GREEN_WOOL
    - RED_WOOL
    - BLACK_WOOL
    - SNOW
    - GLASS_PANE
    DoorsOpenDelayInSeconds: 300
    CooldownEndInMinutes: 60
  EndermenMoveBlocks: false
  SilverfishBreakBlocks: false
  CreaturesTrampleCrops: false
  RabbitsEatCrops: true
  HardModeZombiesBreakDoors: false
  Database:
    URL: ''
    UserName: ''
    Password: ''
  UseBanCommand: false
  BanCommandPattern: ban %name% %reason%
  Advanced:
    fixNegativeClaimblockAmounts: true
    ClaimExpirationCheckRate: 60
    OfflinePlayer_cache_days: 90
  Abridged Logs:
    Days To Keep: 7
    Included Entry Types:
      Social Activity: true
      Suspicious Activity: true
      Administrative Activity: false
      Debug: false
      Muted Chat Messages: false

Plugin list

[14:02:05 INFO]:  - AdvancedChat 1.6.0
[14:02:05 INFO]:  - AdvancedReplay 1.8.2
[14:02:05 INFO]:  - AnimatedScoreboard 0.2.7
[14:02:05 INFO]:  - AntiCheatReplay 2.7.5
[14:02:05 INFO]:  - AntiCombatLog 2.2.7
[14:02:05 INFO]:  - AntiLag 2.0
[14:02:05 INFO]:  - AuctionHouse 3.3.1
[14:02:05 INFO]:  - AureliumMobs 1.18
[14:02:05 INFO]:  - AureliumSkills Beta 1.3.11
[14:02:05 INFO]:  - BagOfGold 4.5.2
[14:02:05 INFO]:  - BeaconWaypoints 1.5.0
[14:02:05 INFO]:  - BigDoors Alpha 0.1.8.41 (b1113)
[14:02:05 INFO]:  - Bingo 0.1.2
[14:02:05 INFO]:  - BKCommonLib 1.19.2-v3
[14:02:05 INFO]:  - BlepFishing 1.12.1
[14:02:05 INFO]:  - BlueSlimeCore 2.6.1.222-Beta
[14:02:05 INFO]:  - BuycraftX 12.0.8
[14:02:05 INFO]:  - ChatFeelings 4.11.0
[14:02:05 INFO]:  - ChatGames 1.0
[14:02:05 INFO]:  - ChestSort 13.4.0
[14:02:05 INFO]:  - Citizens 2.0.30-SNAPSHOT (build 2765)
[14:02:05 INFO]:  - CMILib 1.2.3.7
[14:02:05 INFO]:  - ColoredEnderChests DEV - 23 (git 4d041832)
[14:02:05 INFO]:  - CoreProtect 21.3
[14:02:05 INFO]:  - CraftLib 1.0
[14:02:05 INFO]:  - CrashAPI 1.1.4
[14:02:05 INFO]:  - CrucialAPI 2.1.7
[14:02:05 INFO]:  - CustomItemsLib 1.0.4
[14:02:05 INFO]:  - DecentHolograms 2.7.7
[14:02:05 INFO]:  - DiceFurniture 3.7.1
[14:02:05 INFO]:  - DiscordSRV 1.26.0
[14:02:05 INFO]:  - DoorsReloaded 1.3.1
[14:02:05 INFO]:  - DragonTimer 1.5.8
[14:02:05 INFO]:  - DyedBackpacks DEV - 17 (git 8b329e96)
[14:02:05 INFO]:  - EconomyShopGUI 5.0.1
[14:02:05 INFO]:  - EcoPower DEV - 5 (git 5c1ecd68)
[14:02:05 INFO]:  - EffectLib 9.0
[14:02:05 INFO]:  - Essentials 2.19.7
[14:02:05 INFO]:  - EssentialsSpawn 2.20.0-dev+17-6e931b2
[14:02:05 INFO]:  - ExoticGarden DEV - 78 (git 7f9a5f63)
[14:02:05 INFO]:  - ExtractableEnchantments 9.6
[14:02:05 INFO]:  - ExtraGear DEV - 13 (git c62047e2)
[14:02:05 INFO]:  - ez-broadcast 1.5
[14:02:05 INFO]:  - FastAsyncWorldEdit 2.4.9-SNAPSHOT-296;0d112b2
[14:02:05 INFO]:  - FurnitureLib 2.8.2
[14:02:05 INFO]:  - GCore 8.43.1
[14:02:05 INFO]:  - GPFlags 5.12.6-SNAPSHOT
[14:02:05 INFO]:  - GriefPrevention 16.18
[14:02:05 INFO]:  - GSit 1.3.0
[14:02:05 INFO]:  - Guilds 1.1.2
[14:02:05 INFO]:  - HoloMobHealth 2.3.1.1
[14:02:05 INFO]:  - HotFurnaceItems 2.5
[14:02:05 INFO]:  - InfinityExpansion DEV - 140 (git 0098d2fb)
[14:02:05 INFO]:  - InteractiveChat 4.2.3.8
[14:02:05 INFO]:  - ItemBridge 3.1
[14:02:05 INFO]:  - ItemEdit 3.0.7
[14:02:05 INFO]:  - ItemStayPut 1.0.6
[14:02:05 INFO]:  - Jobs 5.1.1.1
[14:02:05 INFO]:  - LightAPI bukkit-5.3.0 (build SNAPSHOT)
[14:02:05 INFO]:  - LootCrate 0.10.2
[14:02:05 INFO]:  - LuckPerms 5.4.49
[14:02:05 INFO]:  - MHCosmeticsDisabler 1.0
[14:02:05 INFO]:  - MinehutAnalytics 1.0-SNAPSHOT
[14:02:05 INFO]:  - MobBundle 5.1
[14:02:05 INFO]:  - MobCapturer DEV - 21 (git f82c20fc)
[14:02:05 INFO]:  - MobHunting 8.5.1
[14:02:05 INFO]:  - My_Worlds 1.19-v2
[14:02:05 INFO]:  - MyPet 3.12
[14:02:05 INFO]:  - MyPetGUI 1.05
[14:02:05 INFO]:  - NBTAPI 2.11.0
[14:02:05 INFO]:  - Negativity 1.12.3
[14:02:05 INFO]:  - PixelBlood 2.3
[14:02:05 INFO]:  - PlaceholderAPI 2.11.2
[14:02:05 INFO]:  - PlayerWarps 2.3.0
[14:02:05 INFO]:  - PluginHiderPlus 5.2
[14:02:05 INFO]:  - PluginManager 2.7.2
[14:02:05 INFO]:  - PrivateStorage DEV - 18 (git 5832db21)
[14:02:05 INFO]:  - PronounMC 1.6
[14:02:05 INFO]:  - ProtectionLib 1.6
[14:02:05 INFO]:  - ProtocolLib 5.0.0-SNAPSHOT-b602
[14:02:05 INFO]:  - PublicCrafters 4.13.6
[14:02:05 INFO]:  - QuickShop 5.1.0.9
[14:02:05 INFO]:  - QuickShopLimited 1.2
[14:02:05 INFO]:  - RealisticSeasons 10.1.13
[14:02:05 INFO]:  - RewardVoting 7.0.0
[14:02:05 INFO]:  - ScreamingTrees 3.8
[14:02:05 INFO]:  - ServerSelectorX Premium-3.0.0
[14:02:05 INFO]:  - ShortUtils 1.0
[14:02:05 INFO]:  - sleep-most 5.1.3
[14:02:05 INFO]:  - Slimefun DEV - 1035 (git 0b7c656d)
[14:02:05 INFO]:  - SlimefunOreChunks DEV - 15 (git 2520cb23)
[14:02:05 INFO]:  - SlimeTinker DEV - 77 (git 99a520b9)
[14:02:05 INFO]:  - SlimyTreeTaps DEV - 20 (git 963f0383)
[14:02:05 INFO]:  - SpawnerMeta 17.1
[14:02:05 INFO]:  - SSX-Connector 2.2.1
[14:02:05 INFO]:  - Statz 1.6.2
[14:02:05 INFO]:  - StreetLamps 1.4
[14:02:05 INFO]:  - SuperVanish 6.2.12
[14:02:05 INFO]:  - TabList 5.6.4
[14:02:05 INFO]:  - TheOnly-Donations 3.0.2
[14:02:05 INFO]:  - TimeBar 1.3.2
[14:02:05 INFO]:  - TogglePvp 8.0
[14:02:05 INFO]:  - TradeSystem 2.1.3
[14:02:05 INFO]:  - UltimateTimber 1.1
[14:02:05 INFO]:  - Vault 1.7.3-b131
[14:02:05 INFO]:  - ViaBackwards 4.5.0
[14:02:05 INFO]:  - ViaVersion 4.5.0
[14:02:05 INFO]:  - VotifierPlus 1.0.7
[14:02:05 INFO]:  - VotingPlugin 6.9.5
[14:02:05 INFO]:  - Wild 4.4.5-SNAPSHOT
[14:02:05 INFO]:  - WorldEditSUI 1.7.2
[14:02:05 INFO]:  - WorldGuard 7.0.8-beta-01+cbb2ba7

Running without GriefPrevention

  • I attempted running the server without GriefPrevention installed.
  • The problem does not occur when GriefPrevention is removed from the server.

Running with only GriefPrevention

  • I attempted running only GriefPrevention on the server.
  • The issue still occurs when GriefPrevention is the only plugin running.

Running on a fresh, clean server installation

  • I attempted testing for the issue on a new server.
  • The issue still occurs on a new server.

Using unmodified client

  • I attempted testing for the issue with the vanilla client.
  • The issue still occurs when using the vanilla client.

We appreciate you taking the time to fill out a bug report!

  • I searched for similar issues before submitting this bug report.
commented

GP does not provide a PAPI placeholder. The only one I'm aware of is maintained here.