Unable to sell items to sign-shop due to Dye flag
See original GitHub issueDescription
Describe the bug
Something is canceling players interaction with sign-shop when right clicking them.
Steps to reproduce the behavior
- Have a plugin that uses signs to sell/buy things
- Use #1017 bbox (DEV) build from code.mc
- Try to right click on a sign to buy/sell
- See hint message from dye flag: https://prnt.sc/nll65w
Expected behavior
At least allow everyone to interact with signs if island settings for dying are green (though not really sure what it has to do with signs)
Environment
Plugins
[06:32:17 INFO]: Plugins (50): AnimatedNames*, AreaShop, ArmorStandTools, BentoBox, BungeeTabListPlus*, ChatControl, ChestCommands, ChestShop*, ClearLag*, CrateReloaded, EditableSign, Essentials, EssentialsChat*, EssentialsSpawn*, ExecuteEverywhere*, FastAsyncWorldEdit*, FeatherBoard*, HeadDatabase*, HolographicDisplays, HungerKeeperPlus*, IPWhitelist*, IslandBorder, LeaderHeads*, LibsDisguises, LuckPerms, MobManager*, Multiverse-Core*, MVdWPlaceholderAPI*, NickRemover*, NoSleepCMDs*, OpenInv*, PlayerHeads, PlayerPoints*, ProtocolLib*, PvPManager*, PvPManagerBossBar*, RedstoneClockDetector*, RPGHealthIndicator*, SilkSpawners, SkinsRestorer, Spartan, TradeMe, TrophyHeads*, UnbreakingAnvils*, Vault*, VoidGenerator, WorldEdit, WorldGuard, WorldGuardPistonFix*, Yamler*
BentoBox setup
BentoBox and Addons
[21:39:52] [main/INFO]: [CHAT] Running PAPER 1.13.2.
[21:39:52] [main/INFO]: [CHAT] BentoBox version: 1.5.0-SNAPSHOT
[21:39:52] [main/INFO]: [CHAT] Loaded Game Worlds:
[21:39:52] [main/INFO]: [CHAT] skyblock (skyblock)
[21:39:52] [main/INFO]: [CHAT] Loaded Add-Ons
[21:39:52] [main/INFO]: [CHAT] Biomes 0.4.5-SNAPSHOT-#28
[21:39:52] [main/INFO]: [CHAT] BSkyBlock 1.5.0
[21:39:52] [main/INFO]: [CHAT] Challenges 0.7.0-SNAPSHOT-#169
[21:39:52] [main/INFO]: [CHAT] Level 1.4.0
[21:39:52] [main/INFO]: [CHAT] Limits 0.2.0-SNAPSHOT
[21:39:52] [main/INFO]: [CHAT] SerbCraftAddon 2.2
[21:39:52] [main/INFO]: [CHAT] WelcomeWarps 1.4.0
Configuration
- Database: mySQL
Additional context
I’d like to know what’s this: https://github.com/BentoBoxWorld/BentoBox/blob/develop/src/main/java/world/bentobox/bentobox/listeners/flags/protection/DyeListener.java#L26
@EventHandler(priority = EventPriority.LOWEST, ignoreCancelled = true)
public void onPlayerInteract(final PlayerInteractEvent e) {
if (e.getAction().equals(Action.RIGHT_CLICK_BLOCK) && e.getClickedBlock().getType().name().contains("SIGN")) {
checkIsland(e, e.getPlayer(), e.getClickedBlock().getLocation(), Flags.DYE);
return;
}
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Sign shop help! - Server Support and Administration
Whenever a default user tries to use the sign shop they can buy one item but if they try to buy more they'll...
Read more >SignShop | SpigotMC - High Performance Minecraft
The reason for the design is so you can sell more complex items and groups of items that would not fit on a...
Read more >FAQ - Pages - SignShop v3 - Bukkit Plugins - Projects
Afterwards, you can fill up the chest, and it will still continue to sell 8 at a time. Why can't my players use...
Read more >Pirate Marketplace & Economy - PirateCraft
On PirateCraft anyone from Cadet rank or higher can start selling items through ... the desired text using Black Dye and then clicking...
Read more >A Basic Guide to Banner Making - SignWarehouse Sign College
All the basics for decorating professional-quality banners with a vinyl cutter or digital printer. Tools, supplies, tips and tricks for beginners and pros....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Dangit… I thought they were renamed already in 1.13… Hmm… I’ll do something else.
I’ll push a fix any time soon.