caseif / TTT

Bukkit minigame which emulates the "Trouble In Terrorist Town" gamemode from Garry's Mod.
http://dev.bukkit.org/bukkit-plugins/ttt
MIT License
3 stars 4 forks source link

Chest didn't dissapear #34

Closed VincentVerdynanta closed 8 years ago

VincentVerdynanta commented 8 years ago

First image is when it's ROUND OVER (as you can see on the sidebar) 2015-11-22_22 02 09

Second image is after match, the chest doesn't dissapear from the map 2015-11-22_22 02 30

caseif commented 8 years ago

I'm unable to reproduce this on my end. A few questions:

  1. Does this happen consistently? (i.e. Does every body fail to disappear when the round ends?)
  2. Which round stage did the player die in?
  3. Were any error printed to the console by TTT?
ghost commented 8 years ago

1) @caseif Yeah All the Rounds. This is a Bug. In the Lastest Version 0.9.0 2) All The Rounds? 3) I see No Error logs in my console by TTT, Maybe Bugs in Coding

I Just Tested It Just Now In My Server.

caseif commented 8 years ago

Could you post the output of the /plugins command, or, if you prefer, email it to me?

ghost commented 8 years ago

well i have Tons Of Plugins

caseif commented 8 years ago

Understood, but right now I don't have any leads on what's causing this behavior so I may be able to identify a conflict from the listing.

ghost commented 8 years ago

[12:02:21] [Client thread/INFO]: [CHAT] Plugins (97): Downloader, EnchantSign, BarAPI, PlugMan, Smeltery, AutoLapis, LuckyBlock, Autocast, CheckPoints, icJukeBox, PotionStacker, TitleManager, SpawnTP, HomingArrow, MultiMOTD, LaggRemover, ProtocolLib, ResourcePackApi, Steel, ErnixJoinMessage, GroupManager, PluginsDownloader, SkinsRestorer, ScheduledCommands, VoxelSniper, MoreHearts, SuperCubeBros, CoreProtect, Excavator, dynmap, CustomTab, WorldEdit, MultiTexture, TimTheEnchanter, Essentials, PacketListenerApi, ClearLag, CrackShot, TTT, Votifier, iDisguise, SuperVanish, Vault, MassiveCore, EasyListener, EnjinMinecraftPlugin, MinigamesLib, EpicRename, ChestCommands, PlayerVaults, MyCommand, Banknotes, Citizens, EssentialsChat, Checkpoint, FakeAdmin, WorldGuard, Skins, Blacksmith, Denizen, jPanel, PlotMe, AcidIsland, CraftBook, UltraTrader, DynmapPlotMe, CustomEnchantments, Alchemist, CompatNoCheatPlus, SilkSpawners, WGCustomFlags, Builder, ChestShop, PlotMe-DefaultGenerator, NoCheatPlus, OreRegenerator, ServerSigns, Multiverse-Core, Shopkeepers, MobArena, MobHealth, Multiverse-Inventories, MyPet, WarpPortals, AuthMe, HolographicDisplays, EpicSpleef, PhatLoots, MultiWorldMoney, uSkyBlock, MyPet-NPC, Factions, Autorank, CS-CoreLib, TouchscreenHolograms, QuestWorld, Sentry

caseif commented 8 years ago

Thanks. I'm quite tired atm, but I'll take a look tomorrow to see if I can reproduce this. :)

ghost commented 8 years ago

I can make a Video to Reproduce What happens if u want

caseif commented 8 years ago

I think I understand the issue well enough. I'll take steps tomorrow to try to reproduce it and get back to you if I'm not able to.

caseif commented 8 years ago

@Junhaochia I'm still not able to reproduce it in a local environment. Could I take you up on that video offer?

ghost commented 8 years ago

@caseif Werid in the New Server, I'm not able to reproduce the problem again.

ghost commented 8 years ago

I tried Deleting Both TTT and Steel , Folder and Jar. Still this Happens Btw my Server Version: CraftBukkit version git-Spigot-5f38d38-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)

caseif commented 8 years ago

You're still unable to reproduce it?

caseif commented 8 years ago

I've managed to replicate it. I'll need some time to further investigate it, though.

ghost commented 8 years ago

for new server = no , for my dark empire craft server = yes

caseif commented 8 years ago

Fixed via 41ff3f3.

ghost commented 8 years ago

Your fast xD

ghost commented 8 years ago

Tats I was correct about the rollback settings xD lol lucky Guess

caseif commented 8 years ago

The issue was that the position of the player was being marked for rollback rather than the position of the chest itself. Sometimes a coordinate would be off by a fraction of a meter and be rounded down to the wrong position.