Destroydrop will not drop anything when silkdrop is activated
sphings79 opened this issue ยท 6 comments
What steps will reproduce the problem?
Mine a spawner
Expected output
Should drop iron bars or egg
What do you see instead?
nothing
Log file of the issue/error
/version output?
This server is running Paper version git-Paper-325 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: 4a0d935)
You are running the latest version
SilkSpawners version
DEV Build 239 also with 7.1.0 from spigot
Please provide any additional information below.
If you set the both perms:
silkspawners.silkdrop.*
silkspawners.destroydrop.*
no destroydrops will be dropped if no spawner is dropped.
Plugins (103): AdvancedChests, AdvancedCrates, AdvancedMotd, AlwaysOnline, AngelChest, AntiAFKPlus, AnvilColor, ArmorStandTools, ArmoredElytra, AutoShulker, BKCommonLib, Bank, BetterDragon, Booster, BottledExp, BuycraftX, CMILib, Chunky, Citizens, ClientDetector, Coins, ColoredSigns, Constructor, Core, CreativeNbtControl, DailyCommandWithReset, DiscordSRV, DisplayShops, DriveBackupV2, EconomyShopGUI, Elevator, EntityClearer, Essentials, EssentialsChat, EssentialsSpawn, FartherViewDistance, FastAsyncWorldEdit, GSit, GUIPlus, Geyser-Spigot, HeadDB, HolographicDisplays, HolographicExtension, IllegalStack, Images, InvSeePlusPlus, InvisibleItemFrames, ItemEdit, KopfSystem, Lands, LandsChunkRestore, LightCleaner, LimitPillagers, LootChest, LuckPerms, MCStatistics, MagnificTelePads, MobFarmManager, MobHeads, Multiverse-Core, MyCommand, NBTAPI, Oh_the_dungeons_youll_go, PL-Hide-Pro, PlaceholderAPI, Plan, PlayerWarps, Playtimes, PlutonScheduler, ProtocolLib, QuickBoard, RHSignItem, Secrets, ServerUtils, ServersNPC, Shopkeepers, ShulkerPacks, SilkSpawners, SimpleNoCropTrample, SkinsRestorer, SuperPerks, SuperVanish, TAB, TradeSystem, UltimateAutoRestart, UltimateStatistics, UltimateTimber, UpgradeableHoppers, Vault, Vehicles, ViaBackwards, ViaVersion, VoidGen, WITP, WanderingTrades, Wireless, WorldEditSUI, WorldGuard, XrayDetection, ajLeaderboards, dynmap, dynmapHider and floodgate
Checklist
- I am aware that issues caused by /reload are ignored
- If there is a (potential) plugin conflict, I've identified the conflicting plugin
- I have added a valid /version output
- I have added a valid SilkSpawners version
- I have attached necessary information like a screenshot, my list of plugins, config or permissions file(s
)
Can you please enable verboseMode in the config and re-do the mining? It should display some useful information for me. Please share your log file then. ๐
# Percentage of dropping a iron bars when a spawner is mined
destroyDropChance: 25
# Percentage of dropping an egg when a spawner is mined
eggDropChance: 2
# Percentage of dropping the spawner when mined
silkDropChance: 2
Are you aware of these modified settings? That's probably the reason why you won't receive any drops ;)
Sorry, but i think then the discription of the settings is a little bit confusing.
Spawners will drop with theses setting.
even if i set the silkspawners.silkdrop.* to false iron bars and eggs will drop.
but if i set silkdrop and destroy drop to true, only spawner will drop.
so whats wrong with the config?