/trustlist shows no claim but permission still apply below y level
lerokko opened this issue ยท 0 comments
Observed Behavior
I observerd multiple times that when a claim is made and extends downwards (players excavate the chunk and build a base in it) the claim seems to work fine but it is not reflected in the trustlist command. /trustlist just says "Stay inside the claim you are courious about" below an abritrary y level, even though the claim actually extends way futher.
Expected Behavior
If its say "You do not have x's permission to build inside this claim at a level then x should be able to also run /trustlist at that location and get the appropriate response. Players then think they claims do not extend downwards and can not verify it by themself.
Reproduction steps
- Make a claim
- Build/mine in said claim
- ????
- Sometimes the claim (not all claims its random) becomes "bugged" and the /trustlist just stops working below a certain level.
Stack trace or error log
No response
Server version
This server is running Paper version git-Paper-379 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT) (Git: 276d830)
GriefPrevention version
16.17.1-2b69191
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_the_end: Survival
world: Survival
world_nether: Survival
PreventGlobalMonsterEggs: true
PreventTheft: true
ProtectCreatures: true
PreventButtonsSwitches: true
LockWoodenDoors: false
LockTrapDoors: true
LockFenceGates: true
EnderPearlsRequireAccessTrust: false
RaidTriggersRequireBuildTrust: true
ProtectHorses: true
ProtectDonkeys: true
ProtectLlamas: true
InitialBlocks: 1024
Claim Blocks Accrued Per Hour:
Default: 256
Max Accrued Claim Blocks:
Default: 10000000
Accrued Idle Threshold: 0
AccruedIdlePercent: 0
AbandonReturnRatio: 1.0
AutomaticNewPlayerClaimsRadius: -1
AutomaticNewPlayerClaimsRadiusMinimum: 0
ExtendIntoGroundDistance: 7
MinimumWidth: 4
MinimumArea: 25
MaximumDepth: -63
InvestigationTool: GOLDEN_AXE
ModificationTool: GOLDEN_SHOVEL
Expiration:
ChestClaimDays: 180
UnusedClaimDays: 180
AllClaims:
DaysInactive: 730
ExceptWhenOwnerHasTotalClaimBlocks: 4096
ExceptWhenOwnerHasBonusClaimBlocks: 4096
AutomaticNatureRestoration:
SurvivalWorlds: false
AllowTrappedInAdminClaims: true
MaximumNumberOfClaimsPerPlayer: 200
CreationRequiresWorldGuardBuildPermission: true
VillagerTradingRequiresPermission: false
CommandsRequiringAccessTrust: /sethome
DeliverManuals: false
ManualDeliveryDelaySeconds: 30
RavagersBreakBlocks: true
FireSpreadsInClaims: false
FireDamagesInClaims: true
LecternReadingRequiresAccessTrust: true
Spam:
Enabled: false
LoginCooldownSeconds: 4
LoginLogoutNotificationsPerMinute: 10
ChatSlashCommands: /me;/global;/local;/afk
WhisperSlashCommands: /tell;/pm;/r;/whisper;/msg
WarningMessage: Please reduce your noise level. This will be removed once you
rank up..
BanOffenders: false
BanMessage: Banned for spam.
AllowedIpAddresses: 1.2.3.4; 5.6.7.8
DeathMessageCooldownSeconds: 90
Logout Message Delay In Seconds: 0
PvP:
RulesEnabledInWorld:
world: true
world_nether: true
world_the_end: true
ProtectFreshSpawns: true
PunishLogout: false
CombatTimeoutSeconds: 0
AllowCombatItemDrop: true
BlockedSlashCommands: /home;/vanish;/spawn;/tpa;/spec
ProtectPlayersInLandClaims:
PlayerOwnedClaims: false
AdministrativeClaims: false
AdministrativeSubdivisions: false
AllowLavaDumpingNearOtherPlayers:
PvPWorlds: true
NonPvPWorlds: false
AllowFlintAndSteelNearOtherPlayers:
PvPWorlds: true
NonPvPWorlds: false
ProtectPetsOutsideLandClaims: false
Economy:
ClaimBlocksMaxBonus: 0
ClaimBlocksPurchaseCost: 0.0
ClaimBlocksSellValue: 0.0
ProtectItemsDroppedOnDeath:
PvPWorlds: false
NonPvPWorlds: false
BlockLandClaimExplosions: true
BlockSurfaceCreeperExplosions: true
BlockSurfaceOtherExplosions: false
LimitSkyTrees: false
LimitTreeGrowth: false
PistonMovement: IGNORED
PistonExplosionSound: true
FireSpreads: true
FireDestroys: true
AdminsGetWhispers: true
AdminsGetSignNotifications: true
SmartBan: true
Mute New Players Using Banned Words: false
MaxPlayersPerIpAddress: 4
Siege:
Worlds: []
BreakableBlocks:
- DIRT
- GRASS
- COBBLESTONE
- GRAVEL
- SAND
- GLASS
- SNOW
DoorsOpenDelayInSeconds: 300
CooldownEndInMinutes: 60
EndermenMoveBlocks: false
SilverfishBreakBlocks: true
CreaturesTrampleCrops: true
RabbitsEatCrops: false
HardModeZombiesBreakDoors: true
Database:
URL: ''
UserName: ''
Password: ''
UseBanCommand: false
BanCommandPattern: ban %name% %reason%
Advanced:
fixNegativeClaimblockAmounts: true
ClaimExpirationCheckRate: 30
OfflinePlayer_cache_days: 1825
Abridged Logs:
Days To Keep: 30
Included Entry Types:
Social Activity: true
Suspicious Activity: true
Administrative Activity: false
Debug: false
Muted Chat Messages: false
Plugin list
No response
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.