Waxing signs without needing trust
lerokko opened this issue ยท 0 comments
Observed Behavior
1.20 added the ability to wax sings making them no longer editable by right click. A feature that they added in 1.20 as well.
Griefprevention already correctly stops a player from editing the sign without trust but they can still wax the sign making it uneditable.
The only way to edit the sing again is to break it and type the contents again.
Expected Behavior
Waxing of signs should require trust access inside a claim.
Reproduction steps
- Make claim
- Place sign
- Be someone without trust in that claim
- Wax sign with honeycomb (right click)
- Sign is waxed
Stack trace or error log
No response
Server version
This server is running Paper version git-Paper-8 (MC: 1.20) (Implementing API version 1.20-R0.1-SNAPSHOT) (Git: 3722877)
GriefPrevention version
GriefPrevention version 16.18.1-31-gf6b9bdf
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_nether: Survival
world: Survival
world_the_end: 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
VisualizationAntiCheatCompatMode: false
SmartBan: true
Mute New Players Using Banned Words: false
MaxPlayersPerIpAddress: 4
SilenceBans: true
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
ConfigVersion: 1
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.