For the people who don’t understand how he lost 800m was that someone offered him 100m for a banner. He had 8. He didn’t want to trade since he didn’t want it to be exploited.
There’s a plugin called via version which allows all versions to join a server. It tries to change your view and surroundings if it recognizes and item from a higher version which allows other versions to join. Edit: hypixel is based in 1.8.8 and goes forward to 1.15. These banners in particular are in 1.9+ and aren’t in 1.8 which is why the glitch only happens in 1.8
Hypixel does have some kind of this plugin, but that doesnt have anything to do with the banner glitch. As he said in the vid, telekenisis gave him wall banners, instead of normal banners that you can craft or get normally dropped from mining them. Thats why they were so glitched
@@vampishgull2630 You can try a Minecraft server called OctaneMC (IP: play.octanemc.net) and its randomized UHC can be played on all versions, so if someone on 1.8 breaks a coral (usually one shot) it would show up as wool and then take a long time ti break, so anyone in 1.14 (now 1.15 too) would see the coral being broken slowly, but other than that i think the server uses exactly this plugin and it works great.
This issue is actually very rare, but seen before. It is caused by bungeecord (what hypixel uses to make it so people can play on different versions) and certain NBT files and attributes. The "wall" attribute for a banner was only added in after 1.8, and bungeecord didn't account for that. Since there is a "broken" NBT attribute in the item, the 3d model of the banner effectively breaks, and causes weird stuff to happen, like we saw in the video.
It's likely a custom plugin similar to ViaVersion. Bungee cord, as Itz Blaze said, is something that basically allows the multi server network to function.
That banner would have been the infinity gauntlet of the skyblock. Imagine having the power of crashing everyones game in your lobby. Going to dark auction and kicking everyone. Buying millions worth of items for like free. Or getting your own end lobbies whenever you want. Deo had 8 of them. I can't imagine a bigger flex.
Imagine going to the corner of your house, to ur drug dealer and he sell banners now Sadly Deo didn't reply, but I am happy to make you guys smile at my joke
This is the reason banners crash 1.8: 1.9+ banners have a different NBT data, and when 1.8 tries to load the data, it doesn't understand the data, and causes the game to freak out
Wall banners are a non existing item in 1.8.9 so if the game registers the item anywhere it doesn’t know what to do and crashes. My theory on all the strange effects is that the admins never bothered to change the banner once it was destroyed so a placed banner goes straight into your in in inventory. I notice only non solid blocks or items are moved when it is held. I think this is because the banner is still placed even though you are holding it so it tries to change the way the players are standing. Idk though
That's not true. Wall banners are technical blocks that exist since banners exist. Its like doors, they're divided in two technical blocks. The strange thing here is that the nbt syntax is from 1.14+ which 1.8 minecraft didnt understand so it just did strange things and sometimes even crash.
The reason the banners do what they do is because they probably pass invalid arguments to open gl or don't begin or end ( glBegin() / glEnd() ) which will mess up everything. The reason why it affects things like chests, water and so on is because they are not part of the normal Block class but of the TileEntityBlock class which also includes banners, and when the game tries to render things from the loadedEntityList it just dies. And the different effects between 1.8 and 1.14 is that during these versions the render functions have changed most of the 1.8 stuff being deprecated in 1.14. I managed to simulate the same stuff and it only takes some broken open gl code to do that.
Ok smart person explanation. So because the game registers the item as a wall banner, the game makes a recreation for what the banner renders, usually entities and other things. And in a players hand, it acts like the banner is placed and so all the things that is registered by the banner is in like a ghost state because there is no code other than image rendering to give it physics or contact force.
Maybe a part of the bunners being so glitchy is that the server runs on 1.7, with 1.8 fitures implemented. It could be that protections against such “wall bunners” were not implemented together with the bunners themselves, for some reason. But what do I know?
The banners are all glitchy because from what I understand minecraft 1.8 doesn’t know how to render in an object that shouldn’t exist, but in minecraft 1.14 they implemented a different system. Not sure though
the reason why the "wall banner" item does some glitchy stuff is because id:wall_banner is not a valid id for an item, but rather a block id. the same can be done for id:wall_sign. getting that id (as you said) as a block does not exist, so it reverts to a null stone. also, the reason why it is stone is because stone's numerical id is 0, and null can mean 0. so, banners were causing mayhem because it was an item that doesnt exist, but you could obtain the exact id (not block) from what you mined with telekinesis, and you got the id:wall_banner, so yeah. theres the reason.
I feel bad for you my man. I recently (I think hours ago) died and lost 3 million coins. I have just been grindingg farms this morning so much to recover what I lost and it has been brutal. I couldn't even handle me losing 3 million coins. I can't even imagine what it would be like for you. huge F to man. hope you can recover what you lost.
So my glitched item collection worth 1 billion coins was traded for a flower minion after I accidentally jumped into the void to flex my hacked alt account
It is actually possible to transfer the banners off of the island. You just have to be very careful (assuming they behave like other blacklisted items), but it can be done. Step one: get in a party with the person you want to sell them to. Step 2: have them find an empty (or very sparse) hub. Step 3: get in a VC with them (not necessary, but it helps you do things faster - time is key here). Now, what you have to do, is break the banners, and as soon as you have them in your inventory, have them party warp you to the hub. Then, toss it to them. They can warp to their island. The only safe way to hold illegal items is for them to be dropped on the ground - you have to constantly be throwing them, making sure it stays in your inventory for as little time as possible. So, basically you just throw it forward repeatedly until you get it to a place you can place them. From there, they can give you the money. And there you have it.
Some versions that people play dont have banners in them so basically it would just glitch kinda like the 1.15 pvp and 1.8 (sword blocking)(you take more damage even tho you block or use the shield)
Wall banners have an NBT Data of "WallBanner{COLOR}", wich 1.8 - 1.13 cannot handle, a fix was later implemented in 1.14 wich fixed unexisting NBT Data. Hypixel Skyblock runs on Vanilla and a Minecraft Specified Version of Java. This version DOES NOT fix this banner problem, wich later versions of this Version fixes. So if you play on 1.8 this will glich out your game. This could be fixed by using: -void MineCraftSource extends MCJava implements JavaMCBannerFixOneZero
I have a theory about the banner bugging. The colour loading is really complex in the minecraft source code. This means that it can interfere with servers that have huge amounts of private code, that stacks on the source code of Minecraft. The reason you can play in 1.14 is that Minecrafts source code was simplified in 1.14, meaning less code is stacking and you can render it like normal. You crash because of huge amounts of lag caused by the rendering:)
Its simple. The NBT Tags those banners have are NBT Tags that only minecraft 1.14+ understands. I did a little research on a 1.14 minecraft world, i gave to me the exact same banner and if you enter the world in ANY version below 1.14 it will crash (or mess with minecraft's graphics) just because minecraft doesnt understand that. Edit: obviously, this is a simplificated explanation, because youtube doesnt let me put the full explanation but this is ok. =)
thats the exact opposite, because 1.14 doesnt understand the nbt it doesnt try to render it weirdly so it doesnt crash. and 1.8 does crash because it understands it but gets confused. just like typing NULL in a calculator would make it not understand any operation.
93% Talking about banners 7% how he actually lost 800mil In fact, he didn’t even LOSE 800mil. He just lost the chance to get it. I just said that he lost 800mil because of the title. Nice clickbait bro. Would be wise to change up the title to something else.
I was on a skyfactory server a while back. We had a pig farm we killed enough pigs to get a pig trophy which because of the server was insanely hard to do. The pig trophy had the exact same effects as the wall banners. Thought it was interesting and wanted to share.
Basically what happened with the banners is because it’s supposed to be a placed block so it keeps trying to place it on the player but it can’t so the world data has a banner on but the player data doesn’t so the world tries to act with the player and moves all entities to fit the banner that is supposed to be on the player but the player is moving so so is the placed banner. Read that a few times and you’ll understand
I'm a .NET C# developer and I don't really know the code behind Minecraft, but I'm guessing the wall banner blocks are invalid in a way and cause some sort of rendering issues to the client since it gives the character a block that had the same data as a placed wall block, which should be broken into a regular banner on block break. And the reason the banners crash 1.8 players is because there is a plug-in that can allow multiversion support and because 1.8 doesn't have banners, the server tells the client there's a block and when the client tries to display the block that doesn't exist in that client it causes an exception resulting in a crash. There is ways to prevent this from happening by displaying blocks that the game doesn't recognize with a untextured block (like the pink and black checkerboard one) using a try catch statement on exceptions, but this would require a modified client since Minecraft doesn't have a way to currently do this.
Ok so there is good news... and bad news Deo. Good news: blacklisted items get deleted after ten seconds in your inventory, so it is possible to sell them on ah if you're fast enough. Bad news: blacklisted items get deleted after ten seconds in your inventory, so it is VERY RISKY! ps. I use aote to sell barriers
What's happening is that the ID is a wall banner, that its the code name for the 1.14 wall banner, 1.8 is most likely "id": "Banner#1" or something of the sorts. That's why 1.8 realizes the block is from a different version and doesn't know how to handle it, so it crashes and has weird effects
The reason it’s crashing games is because when they were making the banners, they decided instead of placing them to use worldedit. So worldedit decided to make it a wall banner. So they downloaded the map to make the dark auction. And since they forgot to protect the map, telekenisis gave you the exact block. If it worked without telekenisis it wouldn’t have these effects as it’d drop it as a “Black banner”
Okay, for those who do not know, the reason the banner crashed people in different versions was because of the following. The wall banner did not exist in 1.8.9 or hypixels coding had unkown values in the older versions that were related with loading the zoo keeper merchants stand. (It would be like trying to do /location in older versions) Same idea here is that we see the world with 3 prime colors (colors that can not be created from other colors. Green is **NOT** a prime color.). While another animal sees from what I remember way more like 27 or something. It would be like us trying to see a colour that we can not see. The game was trying to register something that never existed.
Before watching the video. I walked into a scam on hypixel skyblock on 3/1/2020, lost my entire main account, and haven't been back since. The scales are vastly different, as I have never even owned 1 million coins, but I can still empathize with you, timedeo.
I believe it's because banners in 1.14. chude be costomaze only with a loom, but earlier version you use a crafting table so in 1.8. game believes that you have a item that dose not exist
Time I found the reasoning for it, and you’re half right. The banner is classified as a wal banner, so when you pick it up it tries to reclassify as a wall banner. I’m this process it goes through two tasks. Hypixels Execution Task ( For Blacklisted items), and Mojangs bug-fix task. This cause the glitch that makes you see differently perspective blocks. Also banners are 1.9+ so them being present in 1.8 = players crashing
not true, there is no model for the "wall banner" type of banners like there is for different patterns on banners so the game glitches out, and banners were added in 1.8.
So what happened with the banners is there like trapdoors if you go in them you can glitch and not move but hypocrites sends you to lobby to fix that. With banners they have no code for that so the game freaks out and crashes you. This is my explanation for what happened and think it’s close to what’s happening. Another theory is that when you look at a banner in hypodermic the game freaks out thinking what is that and crashes you because it’s trying to process the items code.
The banner is a item in the inventory that is blocked from hypixel cuz of the versions so the item doesn’t exist and it freezes things you see. Its complicated but hope it helps! LY
The reason why they cause such issues is because of the name NULL. This is why your inv is empty after the original location of the null. And the reason why ppl seem to float. The person with the null comes into view and from that point your view freezes entities with viewpoint coordinates. That is also why you cannot create accounts with the username null.
I think the banner power is a visual glitch/a client thing because people in badlion client because thirty virus didnt get affected when one of his friend using the banner soo its probably a mc client thing so if you use a third party client you wouldnt get affected
This is my explanation: So in 1.8, i don't think banners existed. However ppl in 1.14 have them. So if a 1.8 player gets them its basically not supposed to be with them. So the banner also because of telekinesis as you stated plays in this. If you ever played vanilla Minecraft in some recent version than when you break a block you either get the block in its broken form, something else, or nothing. So telekinesis inflicts with this by giving the exact thing when without this enchantment plug-in, the normal banner would drop. SO you held contraband which Mojang never thought anyone would get but what can I say. plug-ins.
So the banners in 1.8 can cause the things it does by minecraft register as a block that is placed. So your character is basically a moving block but since banners can’t be placed on a moving sand block the banner bypasses minecraft code to do glitchy things. Or that’s what my programming skills and looking through the minecraft told me.nin 1.14 however wall banners were removed which is why u can hold them in 1.14. The crashes is because the banner beings dropped means that the server has a lot of entity’s on that server so it crashes them in 1.14 since wall banner don’t exist anymore it would render as a null block which does nothing.
I think the reason that this is happening is because hypixel actually runs 1.7 and it try’s to emulate 1.8.9 but it can emulate features from any version if it wants to and in older versions, banners didn’t exist so tomething must be happening when hypixel try’s to put the 1.8.9 code into 1.7
Wait. TimeDeo I noticed the GeForce Now Overlay at 1:23 How do you get good recordings with this because I want to start a yt chanel on Minecraft Java but cant because I have a bad pc. If you do see this please respond I am desprate Lol. (I know I suck at spelling lol)
The game is trying to load an item that it doesn’t know but, the plugin that allows 1.8 and 1.14 player or whatever to connect together, thinks that the 1.8 player is on 1.14, the 1.8 client notices the banner and it doesn’t know what to do, and if you’ve ever messed around with shaders and messed with the options it gives the same effect.
Since the banner as a block renders as a tile entity the game starts trying to get other tile entities/entities rendered to replace it so it mixes up the GUI because it's all tile entities. The game crashes when you hold it because it's outdated but still is forced to the client by the server and crashes the game.
The banner was treating it's surrounding as if it were placed that's why the blocks would appear stationary no matter ur perspective when holding the banner
For the people who don’t understand how he lost 800m was that someone offered him 100m for a banner. He had 8. He didn’t want to trade since he didn’t want it to be exploited.
oh so he means he lost 800m worth of banners?
Oh that makes more sense 8 banners =800 million
He didn't lose 800mil, he lost the chance to get 800mil
but still, it does not change the fact about "clickbait" title
yea i guess i should have clarified that a bit more
I thought you were going to talk about the player account hijacking, this is a lot more interesting though.
it's on his youtube alt
7:50 btw
Ikr
800th like
I got hijacked
There’s a plugin called via version which allows all versions to join a server. It tries to change your view and surroundings if it recognizes and item from a higher version which allows other versions to join.
Edit: hypixel is based in 1.8.8 and goes forward to 1.15. These banners in particular are in 1.9+ and aren’t in 1.8 which is why the glitch only happens in 1.8
Hypixel does have some kind of this plugin, but that doesnt have anything to do with the banner glitch. As he said in the vid, telekenisis gave him wall banners, instead of normal banners that you can craft or get normally dropped from mining them. Thats why they were so glitched
Whats with like redstone laps that are on, is there a chance it has a similar effect?
I wonder how that works. COOOOOOOLLLLL
@@vampishgull2630 You can try a Minecraft server called OctaneMC (IP: play.octanemc.net) and its randomized UHC can be played on all versions, so if someone on 1.8 breaks a coral (usually one shot) it would show up as wool and then take a long time ti break, so anyone in 1.14 (now 1.15 too) would see the coral being broken slowly, but other than that i think the server uses exactly this plugin and it works great.
Ayyyyy blaze
To clarify: he didn’t “lose” 800 million. He lost the chance to GET 800 million
oh
Was about to write that comment
Someone wrote that comment 5 months ago, and it is pinned by TimeDeo
Ethan Naidoo it still says that Deo ‘lost’ 800 mil
Ohhh. I see what you mean
After two weeks Timedeo has finally found the upload button
and techno
@@Sam-du8qg was too ocuppied bullying squid kid
AlAn “techno blade what have you been doing these past few months?!”
Techno: “well you see... I’ve been farming potatoes. *That was not a joke.”*
Justin Y. 2.0
Wondering when will he find the upload button again, its already been 4 months
This issue is actually very rare, but seen before. It is caused by bungeecord (what hypixel uses to make it so people can play on different versions) and certain NBT files and attributes. The "wall" attribute for a banner was only added in after 1.8, and bungeecord didn't account for that. Since there is a "broken" NBT attribute in the item, the 3d model of the banner effectively breaks, and causes weird stuff to happen, like we saw in the video.
Thank you for the comment
im so dumb i didnt get a thing you said but i still liked the comment lmao
That’s not bungee cord. Bungeecord is what allows multiple servers to link into one proxy
I have no clue what that means lol
It's likely a custom plugin similar to ViaVersion. Bungee cord, as Itz Blaze said, is something that basically allows the multi server network to function.
You know its a good day when Timedeo AND Technoblade uploads.
and mrbeast
And Lazarbeam
Ogndndbdbdndbd ANOTHER PIGEON
It’s a good day because Deo did something on the co-op again.
Yep
“How I lost 800 million coins”
Me: omfg I hit 1 mill!
finally... 10k... its been 3,000 years
Actually me: omg i found a diamond
I like ur profile name, it’s my favorite song.
I just hit 30k by selling blaze rods, what other way is good to make quick cash (without ah)
Benjamin Ziemke_64 lol thanks
I also discovered this for myself when I broke this weirdo zoo thingy that randomly spawned on my island floating in the sky in 1.8. bruh
Brxnni same I got one and lost it the same day
That happened to me too, a random blue stand just appeared under my island
@@omega1575 They had different colors? Interesting. Mine was green like the stand next to the colosseum when the traveling zoo event is on going.
That banner would have been the infinity gauntlet of the skyblock. Imagine having the power of crashing everyones game in your lobby. Going to dark auction and kicking everyone. Buying millions worth of items for like free. Or getting your own end lobbies whenever you want. Deo had 8 of them. I can't imagine a bigger flex.
Telekinesis: “can be added to anything!”
Fishing rods before they got telekinesis:
Imagine going to the corner of your house, to ur drug dealer and he sell banners now
Sadly Deo didn't reply, but I am happy to make you guys smile at my joke
because everyone has a drug dealer in the corner of their house
I mean they both essentially the same effect
Yes let me just go downstairs and buy some banners from my pet drug dealer
SinnyCan haha
ah yes, the drug dealer in the corner of your house
TimeDeo and Technoblade upload on the same day?
same hour
:○
Him: Loses 800 mil
Me: can't even get 1 mil
Get a diamond gen
Use clay minions
me: dont know what to do with 50m
NoTubeer go for number 1 on a collection item
@@notubeer midas
3:26 there's hytale. I don't know if that's real, but that could be insane.
wtf was he given early acces?
@@hellraider7647 lol no. I'm pretty sure it's just a bamboozle. I think it was a png file.
He said on a twitch stream its a png lol
Safouan it’s a shortcut so hmm
At 3:26 you can see he has Hytale on his desktop (top left). Wow
I have it too.
It's a png
@@iDunnoMC no, its a shortcut. noone uses shortcuts for pictures
@UwU v2 idk why i said that
3:26 he's got Hytale on his computer.
Second row first column, I see it
I guess that’s where he’s been
i dont remember what video it was but months ago i saw hytale on his desktop (though at that time the desktop was alot more crowded)
@@pineapple995 I dmed him on twitter but got no reply...
From other comments its a shortcut to a pnh
This is the reason banners crash 1.8:
1.9+ banners have a different NBT data, and when 1.8 tries to load the data, it doesn't understand the data, and causes the game to freak out
It’s an epic day when Technoblade and TimeDeo both upload
this aged horribly
@@verrial4558 oh
timedeo : i lost 800,000,000 coins
me : i lost 1000 coins by falling in the edge ahhaah
I lost 200 and im still sad
For me 100 coins is pretty good
for me, losing 1000+is bad. especially when i just sell all of my diamond blocks. and the most i ever lost was 10k
Deo and Techno both uploading within an hour of each other!!! :OOO
“but what if it’s bugged?”
Time Deo: WEEEEEEEEEEEEEE
Time Deo: Yo, we could of Auctioned those!
I’m goin innnnnnnnnn!
NOOOOOOOOO
What does it say after I hate my life its legit up for 0.0001 second
it says ''kill me now''
kill me now
Kill me now
the only thing thats freaking me, is your FPS...
where do u se his fps?
whats wrong with his fps
110 isn't even a lot
@@RobCXStrue
I don't get it what's wrong with it
Sometimes when I’m home alone I go into my Garden and cover myself with dirt and pretend I’m a carrot
Alex Patney LMAO
Lmao why
“Ah it’s time to harvest the carrots”
Alex Patney that's fairly concerning.
That's a meme from 2014 but you do you.
Wall banners are a non existing item in 1.8.9 so if the game registers the item anywhere it doesn’t know what to do and crashes. My theory on all the strange effects is that the admins never bothered to change the banner once it was destroyed so a placed banner goes straight into your in in inventory. I notice only non solid blocks or items are moved when it is held. I think this is because the banner is still placed even though you are holding it so it tries to change the way the players are standing. Idk though
That's not true. Wall banners are technical blocks that exist since banners exist. Its like doors, they're divided in two technical blocks. The strange thing here is that the nbt syntax is from 1.14+ which 1.8 minecraft didnt understand so it just did strange things and sometimes even crash.
I edited my comment so I will forget how I got these likes
Onedre 1 maybe... their the same people...
Honestly I thought I was dreaming lmao
Maybe they are roommates
Maybe deo is techno’s alt to use in the battle vs squid kid
Witchcraft
The reason the banners do what they do is because they probably pass invalid arguments to open gl or don't begin or end ( glBegin() / glEnd() ) which will mess up everything. The reason why it affects things like chests, water and so on is because they are not part of the normal Block class but of the TileEntityBlock class which also includes banners, and when the game tries to render things from the loadedEntityList it just dies. And the different effects between 1.8 and 1.14 is that during these versions the render functions have changed most of the 1.8 stuff being deprecated in 1.14. I managed to simulate the same stuff and it only takes some broken open gl code to do that.
3:00 poultry man is back?!
good hermitcraft reference that literally NO ONE will understand
Heha
@@ThinkAboutVic exzactly ):
But none of the hermitcraft members played Hypixel SkyWars
Good boy
Ok smart person explanation. So because the game registers the item as a wall banner, the game makes a recreation for what the banner renders, usually entities and other things. And in a players hand, it acts like the banner is placed and so all the things that is registered by the banner is in like a ghost state because there is no code other than image rendering to give it physics or contact force.
"travelling zoo is a stand"
stand: 『Travelling Zoo』
stand user: TimeDeo
Power: B
Potential: E
Precision: E
Durability: D
Speed: A
Range: S
so it's silver chariot basically
Shut up please
*ZA WARUDO*
@@yoavcohen120 fucking loser
@@JaMaMaa1 The fuck is your problem
Timedeo: Am item that makes your entities glitch
Tommy: DRUGS
Timedeo: errrr banners
Maybe a part of the bunners being so glitchy is that the server runs on 1.7, with 1.8 fitures implemented. It could be that protections against such “wall bunners” were not implemented together with the bunners themselves, for some reason.
But what do I know?
*banners
The banners are all glitchy because from what I understand minecraft 1.8 doesn’t know how to render in an object that shouldn’t exist, but in minecraft 1.14 they implemented a different system. Not sure though
nobody:
people on this comment seccion: oMg TeChNoBlAdE aNd TiMeDeO uPlOaD oN ThE sAmE dAy
How do you carry through the day being annoyed by everything you see
*seccion
the reason why the "wall banner" item does some glitchy stuff is because id:wall_banner is not a valid id for an item, but rather a block id. the same can be done for id:wall_sign. getting that id (as you said) as a block does not exist, so it reverts to a null stone. also, the reason why it is stone is because stone's numerical id is 0, and null can mean 0. so, banners were causing mayhem because it was an item that doesnt exist, but you could obtain the exact id (not block) from what you mined with telekinesis, and you got the id:wall_banner, so yeah. theres the reason.
deo losing 800mil
Me:
My entire skyblock life is worth 10mil ;-;
Just grind summoning eyes or abuse the pets update easy 10+mil a day
@@gastly31 can you explain in detail please?
@@lonewolf3648 abuse pet and summon eyes
deo AND techno?
within the same HOUR?
I might cry
when technoblade gains and timedeo flops :D
I feel bad for you my man. I recently (I think hours ago) died and lost 3 million coins. I have just been grindingg farms this morning so much to recover what I lost and it has been brutal. I couldn't even handle me losing 3 million coins. I can't even imagine what it would be like for you. huge F to man. hope you can recover what you lost.
Well he didn't actually lose them, he lost the chance
The shopping stand that the traveling zoo spawns in teleported on my island...
And of course there are white banners on it...
coders of hypixel: *adds update expecting nothing*
players: *breaks entire game*
Next time: how I lost 110000000000 coins
How many zeros I'm lazy
10
@ MLGvee YT 10*
So my glitched item collection worth 1 billion coins was traded for a flower minion after I accidentally jumped into the void to flex my hacked alt account
It is actually possible to transfer the banners off of the island. You just have to be very careful (assuming they behave like other blacklisted items), but it can be done. Step one: get in a party with the person you want to sell them to. Step 2: have them find an empty (or very sparse) hub. Step 3: get in a VC with them (not necessary, but it helps you do things faster - time is key here). Now, what you have to do, is break the banners, and as soon as you have them in your inventory, have them party warp you to the hub. Then, toss it to them. They can warp to their island. The only safe way to hold illegal items is for them to be dropped on the ground - you have to constantly be throwing them, making sure it stays in your inventory for as little time as possible. So, basically you just throw it forward repeatedly until you get it to a place you can place them. From there, they can give you the money. And there you have it.
Me: TimeDeo is the most intelligent person in SkyBlock
TimeDeo: How I Lost 800M coins
Me:
Some versions that people play dont have banners in them so basically it would just glitch kinda like the 1.15 pvp and 1.8 (sword blocking)(you take more damage even tho you block or use the shield)
last time i was this early you still had 800 million coins ;)
Same
Too soon
He never actually had it lol
Watch the whole vid lmao
800 million tnt
Minecraft: (chill)
PC: (scream)
1 banner boi
Minecraft: (scream)
PC: (dies)
actually
1 banner boi which is meant to be on wall not hand
I’m helping I’m buying that endman pet for a million
Wall banners have an NBT Data of "WallBanner{COLOR}", wich 1.8 - 1.13 cannot handle, a fix was later implemented in 1.14 wich fixed unexisting NBT Data.
Hypixel Skyblock runs on Vanilla and a Minecraft Specified Version of Java.
This version DOES NOT fix this banner problem, wich later versions of this Version fixes.
So if you play on 1.8 this will glich out your game.
This could be fixed by using:
-void MineCraftSource extends MCJava implements JavaMCBannerFixOneZero
I have a theory about the banner bugging.
The colour loading is really complex in the minecraft source code. This means that it can interfere with servers that have huge amounts of private code, that stacks on the source code of Minecraft. The reason you can play in 1.14 is that Minecrafts source code was simplified in 1.14, meaning less code is stacking and you can render it like normal. You crash because of huge amounts of lag caused by the rendering:)
Its simple. The NBT Tags those banners have are NBT Tags that only minecraft 1.14+ understands. I did a little research on a 1.14 minecraft world, i gave to me the exact same banner and if you enter the world in ANY version below 1.14 it will crash (or mess with minecraft's graphics) just because minecraft doesnt understand that.
Edit: obviously, this is a simplificated explanation, because youtube doesnt let me put the full explanation but this is ok. =)
thats the exact opposite, because 1.14 doesnt understand the nbt it doesnt try to render it weirdly so it doesnt crash. and 1.8 does crash because it understands it but gets confused.
just like typing NULL in a calculator would make it not understand any operation.
Next video: How I lost my account (Hypixel Skyblock)
deo and techno upload skyblock at the same time??
is this a dream??
93% Talking about banners
7% how he actually lost 800mil
In fact, he didn’t even LOSE 800mil. He just lost the chance to get it. I just said that he lost 800mil because of the title. Nice clickbait bro. Would be wise to change up the title to something else.
Greg bro honestly shut the fuck up
Pixel nice white knighting. Whats wrong? No hate dude. Just the truth.
“I didn’t want an item with such power being spread around”
Technoblade- “I wanna see the world burn”
Everyone whose uploaded today that u prob watch •techno •timedeo •mrbeast
I was on a skyfactory server a while back. We had a pig farm we killed enough pigs to get a pig trophy which because of the server was insanely hard to do. The pig trophy had the exact same effects as the wall banners. Thought it was interesting and wanted to share.
the real question is why do people keep their shoes one when praying on defone tombstone
Basically what happened with the banners is because it’s supposed to be a placed block so it keeps trying to place it on the player but it can’t so the world data has a banner on but the player data doesn’t so the world tries to act with the player and moves all entities to fit the banner that is supposed to be on the player but the player is moving so so is the placed banner. Read that a few times and you’ll understand
Did he even say how he lost 800m
how did he
No lol
He didnt
The title should be "how I lost out on 800 million" not "how I lost 800 million"
Everyone talking about how Techno and deo upload the same day but no one gonna mention how he called a spider sack a honey comb thing
A technoblade skyblock video and a timedeo skyblock video in the same day
I'm a .NET C# developer and I don't really know the code behind Minecraft, but I'm guessing the wall banner blocks are invalid in a way and cause some sort of rendering issues to the client since it gives the character a block that had the same data as a placed wall block, which should be broken into a regular banner on block break. And the reason the banners crash 1.8 players is because there is a plug-in that can allow multiversion support and because 1.8 doesn't have banners, the server tells the client there's a block and when the client tries to display the block that doesn't exist in that client it causes an exception resulting in a crash. There is ways to prevent this from happening by displaying blocks that the game doesn't recognize with a untextured block (like the pink and black checkerboard one) using a try catch statement on exceptions, but this would require a modified client since Minecraft doesn't have a way to currently do this.
banners were added in 1.8 thats why theyre placed in the map.
Yo wtf 3:26 if u look at the top left icon on his pc it shows hytale, is this a bamboozel or did some yters get early access?
He said "Kill me now" after he said "I hate life"
Watch in 0.25 speed and keep pausing and playing quickly
Ok so there is good news... and bad news Deo.
Good news: blacklisted items get deleted after ten seconds in your inventory, so it is possible to sell them on ah if you're fast enough.
Bad news: blacklisted items get deleted after ten seconds in your inventory, so it is VERY RISKY!
ps. I use aote to sell barriers
What's happening is that the ID is a wall banner, that its the code name for the 1.14 wall banner, 1.8 is most likely "id": "Banner#1" or something of the sorts. That's why 1.8 realizes the block is from a different version and doesn't know how to handle it, so it crashes and has weird effects
The reason it’s crashing games is because when they were making the banners, they decided instead of placing them to use worldedit. So worldedit decided to make it a wall banner. So they downloaded the map to make the dark auction. And since they forgot to protect the map, telekenisis gave you the exact block. If it worked without telekenisis it wouldn’t have these effects as it’d drop it as a “Black banner”
Okay, for those who do not know, the reason the banner crashed people in different versions was because of the following.
The wall banner did not exist in 1.8.9 or hypixels coding had unkown values in the older versions that were related with loading the zoo keeper merchants stand. (It would be like trying to do /location in older versions) Same idea here is that we see the world with 3 prime colors (colors that can not be created from other colors. Green is **NOT** a prime color.). While another animal sees from what I remember way more like 27 or something. It would be like us trying to see a colour that we can not see.
The game was trying to register something that never existed.
Before watching the video. I walked into a scam on hypixel skyblock on 3/1/2020, lost my entire main account, and haven't been back since. The scales are vastly different, as I have never even owned 1 million coins, but I can still empathize with you, timedeo.
I believe it's because banners in 1.14. chude be costomaze only with a loom, but earlier version you use a crafting table so in 1.8. game believes that you have a item that dose not exist
Nobody:
Literally Nobody:
xHascox just chilling
hey time, wanna explain why there is a hytale icon right below minecraft on your desktop at 3:26
Time I found the reasoning for it, and you’re half right. The banner is classified as a wal banner, so when you pick it up it tries to reclassify as a wall banner. I’m this process it goes through two tasks. Hypixels Execution Task ( For Blacklisted items), and Mojangs bug-fix task. This cause the glitch that makes you see differently perspective blocks. Also banners are 1.9+ so them being present in 1.8 = players crashing
not true, there is no model for the "wall banner" type of banners like there is for different patterns on banners so the game glitches out, and banners were added in 1.8.
Timedeo I saw you in a private lobby without your sunglasses on. Your secrets are unveiled.
3:44
Timedeo: I did nothing (Dont banned me please) lmao
This episode of game theory really hitting different
You didn't lose it, you just missed out.
7:46 I think it’s because they weren’t meant to be obtainable so the game gets confused and just crashes
I like how he went from all powerful in the last episode to poor in this one 😂😂
Timedeo-“ i get so much pain loosing 800mil”
Refraction joins chat*
Refraction-“ i could get that in one day”
Technoblade and timedeo uploads in the same day? POGGERS
Timedeo: I lost 800 mil
Me: Loses 700k and decides its not worth it to play sb anymore
So what happened with the banners is there like trapdoors if you go in them you can glitch and not move but hypocrites sends you to lobby to fix that. With banners they have no code for that so the game freaks out and crashes you. This is my explanation for what happened and think it’s close to what’s happening. Another theory is that when you look at a banner in hypodermic the game freaks out thinking what is that and crashes you because it’s trying to process the items code.
The banner is a item in the inventory that is blocked from hypixel cuz of the versions so the item doesn’t exist and it freezes things you see. Its complicated but hope it helps! LY
banners were added in 1.8 they existed in 1.8
The reason why they cause such issues is because of the name NULL. This is why your inv is empty after the original location of the null. And the reason why ppl seem to float. The person with the null comes into view and from that point your view freezes entities with viewpoint coordinates. That is also why you cannot create accounts with the username null.
I think the banner power is a visual glitch/a client thing because people in badlion client because thirty virus didnt get affected when one of his friend using the banner soo its probably a mc client thing so if you use a third party client you wouldnt get affected
This is my explanation: So in 1.8, i don't think banners existed. However ppl in 1.14 have them. So if a 1.8 player gets them its basically not supposed to be with them. So the banner also because of telekinesis as you stated plays in this. If you ever played vanilla Minecraft in some recent version than when you break a block you either get the block in its broken form, something else, or nothing. So telekinesis inflicts with this by giving the exact thing when without this enchantment plug-in, the normal banner would drop. SO you held contraband which Mojang never thought anyone would get but what can I say. plug-ins.
0:05 it said "Kill me now" for 1 frame
No it said I hate life
Then kill me now
@@copecopter2118look right after that
So the banners in 1.8 can cause the things it does by minecraft register as a block that is placed. So your character is basically a moving block but since banners can’t be placed on a moving sand block the banner bypasses minecraft code to do glitchy things. Or that’s what my programming skills and looking through the minecraft told me.nin 1.14 however wall banners were removed which is why u can hold them in 1.14. The crashes is because the banner beings dropped means that the server has a lot of entity’s on that server so it crashes them in 1.14 since wall banner don’t exist anymore it would render as a null block which does nothing.
I think the reason that this is happening is because hypixel actually runs 1.7 and it try’s to emulate 1.8.9 but it can emulate features from any version if it wants to and in older versions, banners didn’t exist so tomething must be happening when hypixel try’s to put the 1.8.9 code into 1.7
Wait. TimeDeo I noticed the GeForce Now Overlay at 1:23 How do you get good recordings with this because I want to start a yt chanel on Minecraft Java but cant because I have a bad pc. If you do see this please respond I am desprate Lol. (I know I suck at spelling lol)
The game is trying to load an item that it doesn’t know but, the plugin that allows 1.8 and 1.14 player or whatever to connect together, thinks that the 1.8 player is on 1.14, the 1.8 client notices the banner and it doesn’t know what to do, and if you’ve ever messed around with shaders and messed with the options it gives the same effect.
its a good day when timedeo and technoblade and mrbeast upload at the same time
Since the banner as a block renders as a tile entity the game starts trying to get other tile entities/entities rendered to replace it so it mixes up the GUI because it's all tile entities. The game crashes when you hold it because it's outdated but still is forced to the client by the server and crashes the game.
The reason people crash in 1.8 is because banners weren’t a thing until 1.12 so you would freak the 1.8 game and break it entirely and it would crash
The banner was treating it's surrounding as if it were placed that's why the blocks would appear stationary no matter ur perspective when holding the banner
Today will be forever known as National Skyblock Day, both Deo and Techno uploaded