PaperMC / Paper

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

Cannot remove holograms with /kill #8070

Closed Innesity closed 2 years ago

Innesity commented 2 years ago

Expected behavior

Delete the holograms

Observed/Actual behavior

The holograms are still here after command run.

Steps/models to reproduce

https://youtu.be/aDBGF-aQpoA

Plugin and Datapack List

[08:24:48 INFO]: Plugins (109): AcceptTheRules, ActionPoints, AdvancedEnchantments, AnotherDailyBonus, AntiAFKPlus, AntiCurse, AntiDisconnectSpam, ArmorStandTools, asCMD, AuctionHouse, BattlePass, BestTools, BetterFarming, BetterRTP, BetterRTPAddons, BetterTalismans, BetterTridents, BossShopPro, BountyHunters, BungeeGuard, ChatColor2, ChestSort, Citizens, ClearLag, CMC-StaffHist, CMILib, CoreProtect, CraftingStore, CraftMC-Addon, CraftMCToxic, CrazyCrates, CreativeManager, DeathChestPro, DeluxeCoinflip, DeluxeMenus, DeluxeTags, DisableMessages, Duels, DungeonSystem, eGlow, EnderDragon, Essentials, EssentialsChat, EssentialsSpawn, EvenMoreFish, FastAsyncWorldEdit (WorldEdit), GadgetsMenu, GambleBarPro, HeadDatabase, HiddenArmor, HoloExtension, HolographicDisplays, InteractiveChat, InvSeePlusPlus, Jobs, KixsChatGames, LagAssist, LiteBans, Lottery, LPX, LuckPerms, LumberJack, LWC, MarriageMaster, mcMMO, MCPerks, MoarBows, MobHunting, MobPlugin, Multiverse-Core, MyCommand, NBTAPI, NexEngine, OmegaVision, PlaceholderAPI, PlayerKits, PlayerVaults, PlayerWarps, PlugManX (PlugMan), ProtectionStones, ProtocolLib, PvPManager, RePlant, Rewards, Roulette, ShopGUIPlus, sleep-most, spark, StaffPlus, SuperVanish, TAB, TempFly, TitleManager, TradeSystem, UltimateAutoRestart, UnbreakableAnvils*, UpgradeableHoppers, UpgradeableSpawners, Vanillabosses, Vault, VoidGen, Votifier, VotingPlugin, Vouchers, WorldBorder, WorldGuard, WorldGuardExtraFlags, XLTournaments, XPStorage

Paper version

This server is running Paper version git-Paper-386 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT) (Git: 072f54c on ver/1.18.2)

Other

No response

TetraTheta commented 2 years ago

Maybe you should consult with the author of holograph plugin first, and also, it seems that you are using third-party client.

So try to reproduce with...

and if the problem still persist with Spigot, it may be Paper's problem I guess.

Owen1212055 commented 2 years ago

Aren’t holograms client side? Therefor the kill command wouldn’t kill these entities since they aren’t on the server.

PedroMPagani commented 2 years ago

That’s not a server issue, it’s a miss concept of the issue creator, the holograms are fake entities therefore the server doesn’t have any knowledge about them in arrays/lists whatsoever, they’re not real entities, that’s why the command does not remove them.

lynxplay commented 2 years ago

Closing as already pointed out, holograms usually are purely client side and only faked from the server through packets. This is a plugin specific "issue" if you want to call it that even. Consult the plugin author or plugin wiki on how to remove holograms.