Trust problem
Laloohh opened this issue ยท 2 comments
Observed Behavior
Whenever a player makes a claim and then uses the commando /trust the other player cant open chest or place/destroy blocks, thay can only open doors
Expected Behavior
Access to the claim to interact with it, open chests, place and break blocks
Reproduction steps
1.- Make a claim
2.- Write /trust
Stack trace or error log
https://logpaste.com/B1cpCJIm
Server version
Paper version git-Paper-17 (MC: 1.20)
(Implementing API version 1.20-R0.1-SNAPSHOP) (Git: c287e92)
GriefPrevention version
GriefPrevention version 12.2.2
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_the_end: Disabled
world_nether: Disabled
PreventTheft: true
ProtectCreatures: true
PreventButtonsSwitches: true
LockWoodenDoors: true
LockTrapDoors: true
LockFenceGates: true
EnderPearlsRequireAccessTrust: true
ProtectHorses: true
InitialBlocks: 5000
Claim Blocks Accrued Per Hour:
Default: 0
With 'fasteraccrual' Permission: 0
With 'fastestaccrual' Permission: 0
Max Accrued Claim Blocks:
Default: 5000
With 'moreaccrued' Permission: 0
With 'mostaccrued' Permission: 0
AbandonReturnRatio: 1.0
AutomaticNewPlayerClaimsRadius: -1
ExtendIntoGroundDistance: 5
MinimumWidth: 5
MinimumArea: 100
MaximumDepth: -2147483648
InvestigationTool: STICK
ModificationTool: GOLD_SPADE
Expiration:
ChestClaimDays: 30
UnusedClaimDays: 30
AllClaims:
DaysInactive: 30
ExceptWhenOwnerHasTotalClaimBlocks: 1000000
ExceptWhenOwnerHasBonusClaimBlocks: 1000000
AutomaticNatureRestoration:
SurvivalWorlds: false
MaximumNumberOfClaimsPerPlayer: 0
CreationRequiresWorldGuardBuildPermission: true
PortalGenerationRequiresPermission: false
VillagerTradingRequiresPermission: true
CommandsRequiringAccessTrust: /sethome
DeliverManuals: true
ManualDeliveryDelaySeconds: 30
Spam:
Enabled: true
LoginCooldownSeconds: 60
ChatSlashCommands: /me;/global;/local
WhisperSlashCommands: '[]'
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: true
world_nether: true
world_the_end: true
ProtectFreshSpawns: true
PunishLogout: true
CombatTimeoutSeconds: 15
AllowCombatItemDrop: false
BlockedSlashCommands: /home;/vanish;/spawn;/tpa
ProtectPlayersInLandClaims:
PlayerOwnedClaims: false
AdministrativeClaims: false
AdministrativeSubdivisions: false
AllowLavaDumpingNearOtherPlayers: true
AllowFlintAndSteelNearOtherPlayers: true
ProtectPetsOutsideLandClaims: false
Economy:
ClaimBlocksPurchaseCost: 0.0
ClaimBlocksSellValue: 0.0
ProtectItemsDroppedOnDeath:
PvPWorlds: false
NonPvPWorlds: true
BlockLandClaimExplosions: true
BlockSurfaceCreeperExplosions: true
BlockSurfaceOtherExplosions: true
LimitSkyTrees: true
LimitTreeGrowth: false
LimitPistonsToLandClaims: true
FireSpreads: false
FireDestroys: false
AdminsGetWhispers: true
AdminsGetSignNotifications: true
SmartBan: true
Mute New Players Using Banned Words: true
MaxPlayersPerIpAddress: 3
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
EndermenMoveBlocks: false
SilverfishBreakBlocks: false
CreaturesTrampleCrops: false
RabbitsEatCrops: true
HardModeZombiesBreakDoors: true
Database:
URL: ''
UserName: ''
Password: ''
UseBanCommand: false
BanCommandPattern: ban %name% %reason%
Mods:
BlockIdsRequiringAccessTrust: []
BlockIdsRequiringContainerTrust:
- 99999:*:Example - ID 99999, all data values.
BlockIdsExplodable: []
PlayersIgnoringAllClaims: []
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
https://i.imgur.com/gFIrbSy.png
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.