![]() |
VOOZH | about |
The Minecraft store was a joke site created by Notch for April Fools' 2011.
Upon clicking use button on a locked chest in Java Edition Beta 1.4, the prompt shown to the left would appear, and clicking on the "Go to store" button would forward the player to the Minecraft store at https://minecraft.net/store/loot.jsp.
Twelve items were "sold" in the Minecraft store (jump to section), often humorously named.
Upon clicking on the "proceed to checkout" button, the site would trigger a jumpscare in which a Velociraptor from the movie Jurassic Park growled proudly and flew across the screen. Once clicked, the "Proceed" button also changed its display name to "Fiddlesticks!!!1". [sic]
Entering items totaling over $10,000 into the cart caused to screen to start flashing. This was later changed to add a window pop-up that would ask if the visitor was prone to seizures, and clicking "Cancel" would prevent the effect from activating.β[more information needed]
The store page also used the font tf2build.ttf from Team Fortress 2 which is downloadable from here.
On April 2 (the day following April Fools), the store had the addition of a multicolored banner which read "β₯ April Fools'! β₯",[1] accompanied by a MIDI instrumental of Rick Astley's 'Never Gonna Give You Up'. Tobias MΓΆllstam stated that this was "the best script he's written to date."[2]
The Minecraft store was later removed, and now is a 404 page. An archived version of this page can be found here.
Twelve "items" were "available":
// Determine Entrance if(options.enterOn=='timer'){ setTimeout(init,options.delayTime); }elseif(options.enterOn=='click'){ _this.bind('click',function(e){ e.preventDefault(); if(!locked){ init(); } }) }elseif(options.enterOn=='konami-code'){ varkkeys=[],konami="38,38,40,40,37,39,37,39,66,65"; $(window).bind("keydown.raptorz",function(e){ kkeys.push(e.keyCode); if(kkeys.toString().indexOf(konami)>=0){ init(); $(window).unbind('keydown.raptorz'); } },true);