PaperMC / Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://papermc.io/
Other
9.98k stars 2.31k forks source link

[INFO]: no entity available from id.. console spam #6099

Closed antibitcoin closed 3 years ago

antibitcoin commented 3 years ago

Expected behavior

No spam on console.

Observed/Actual behavior

console is spamming the following: [20:48:42 INFO]: no entity available from id..

full startup and runtime log note I installed no console spam to hide it thats why it's only on half the log https://mcpaste.io/274e021ee9d1317c

Steps/models to reproduce

Just updated the server to PAPER build 79 and it started spamming console not sure which plugin is causing this.

Plugin list

[20:55:45 INFO]: Plugins (98): AdvancedCrates, AdvancedEnchantments, antiRedstoneClock, ArmoredElytra, ArmorStandCrashFix, AuctionHouse, AutoBroadcast, BanItem, BannerText, BungeeGuard, BuycraftX, ChatEx, ChatSentinel, Citizens, ClearLag, CMILib, CommandAlias, CommandPanels, ConsoleSpamFix, CrazyEnvoy, DeathMessages, DeluxeCoinflip, DeluxeMenus, DeluxeTags, DiscordSRV, dtlTraders, eBackup, EnchantmentNumbers, Essentials, EvenMoreFish, ExecutableItems, EZColors, FarmControl, FastAsyncWorldEdit (WorldEdit), GadgetsMenu, GambleBarLite, GangsPlus, Gatekeeper, GMusic, Harbor, HarmonyScoreboard, HeadDatabase, HolographicDisplays, HolographicPlaceholders, HolographicScoreboard, IllegalStack, Insights, InteractiveChat, ItemEditor, ItemSoulBind, Jobs, JoinEventsPro, LevelledMobs, LPX, LuckPerms, mcMMO, Mines, NotTooExpensive, Oh_the_dungeons_youll_go, OpenInv, PL-Hide-Pro, PlaceholderAPI, PlayerParticles, PlayerVaults, Playtimes, PluginConstructorAPI, PlugMan, ProdigyMentionSpigot, ProtocolLib, pvpstats, Quests, Regionerator, SaveRodOfficial, SCore, ShopGUIPlus, Shopkeepers, SilkSpawners, SimpleGiveall, SimpleRename, SkQuery, Skript, SlotMachine, SpecializedCrates, SpeedLimit, StoreStats, SurvivalInvisiframes, TAB, Themis, UltimateAutoRestart, Vault, ViewDistanceTweaks, VoteParty, Votifier, VotingPlugin, Vouchers, WorldBorder, WorldGuard, WorldGuardExtraFlags

Paper version

version: This server is running Paper version git-Paper-79 (MC: 1.17) (Implementing API version 1.17-R0.1-SNAPSHOT) (Git: a831634) You are running the latest version Previous version: git-Paper-75 (MC: 1.17)

Agreements

Other

No response

ghost commented 3 years ago

I am having this problem too. Using Paper 1.17.1 88 Build.

electronicboy commented 3 years ago

There is seemingly 0 mention to this string in the server so this is likely specifically a plugin issue, you'd need to work out which one it is and speak to the plugin author, vanilla changed how entities are handled in 1.17 and there isn't a "sane" way to handle that for plugins yet, likely #5872

energooooo commented 3 years ago

There is seemingly 0 mention to this string in the server so this is likely specifically a plugin issue, you'd need to work out which one it is and speak to the plugin author, vanilla changed how entities are handled in 1.17 and there isn't a "sane" way to handle that for plugins yet, likely #5872

This message is issued by the IllegalStack plugin

antibitcoin commented 3 years ago

There is seemingly 0 mention to this string in the server so this is likely specifically a plugin issue, you'd need to work out which one it is and speak to the plugin author, vanilla changed how entities are handled in 1.17 and there isn't a "sane" way to handle that for plugins yet, likely #5872

This message is issued by the IllegalStack plugin

Thanks I will contact the dev.