VOOZH about

URL: https://minecraft.wiki/w/Talk:Minecraft.net

⇱ Talk:Minecraft.net – Minecraft Wiki


Talk:Minecraft.net

From Minecraft Wiki
Latest comment: 29 May 2025 by Hxy123abc in topic Feedback (Sat, 24 May 2025 15:50:50 UTC)
Jump to navigation Jump to search

So...

[edit source]
Latest comment: 26 November 20112 comments2 people in discussion

I was broswing around on www.minecraft.net. Then I got on [1], but it says "500 Internal Server Error - nginx/0.7.67.--Enderdude πŸ‘ Image
(T β€’ C
) 19:19, 26 November 2011 (UTC)

Minecraft.net is having some troubles, that's all. It seems fine now. Ordona 21:50, 26 November 2011 (UTC)

Secret pages

[edit source]
Latest comment: 1 November 20122 comments2 people in discussion

So, I googled site:minecraft.net and skipped to the last page then clicked omitted results and there are a lot of minecraft.net secret pages. --Lab44oss 19:28, 22 April 2012 (UTC)

Like what? 205.188.116.206 01:20, 1 November 2012 (UTC)

Down, but in a weird way

[edit source]
Latest comment: 25 December 20122 comments1 person in discussion

Minercaft.net is down, but the support center disagrees. The html on it is
<html> <head> <title>Oops!</title> <style> body { background:#212620 url(/_502.png) no-repeat center center; } </style> </head> <body> </body> </html> Pokechu22 01:59, 25 December 2012 (UTC)

hey...

[edit source]

so i was trying to install pixelmon mod. i installed everything and when i started up minecraft it said i had an invalid salt version. i went to their website and tried logging in and it said unable to log you in. i also tried logging in with technic, and it also said unable to connect to minecraft.net. please help

Missing screenshots!

[edit source]
Latest comment: 11 August 20151 comment1 person in discussion

There is no screenshots from the old site layouts. Please add them. EDIT: Forgot to put the four "~"s thing BloxxingBlocks (talk) 14:17, 11 August 2015 (UTC)

Server list

[edit source]
Latest comment: 6 December 20152 comments1 person in discussion

server list404-ed, only for me?

--Atybot (talk) 17:05, 7 November 2015 (UTC)

It was taken down somewhere between 2015 October 4-15 (?)

--Atybot (talk) 14:32, 6 December 2015 (UTC)

Confusing section

[edit source]
Latest comment: 25 June 20171 comment1 person in discussion

The section Minecraft website#Developer URLs is very confusing, as the text doesn't necessarily match up with the code – Nixinova β€’ πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
β€’ 07:00, 25 June 2017 (UTC)

Stats

[edit source]
Latest comment: 28 November 20171 comment1 person in discussion

I found out that Minecraft.net/stats is down, 404. I believe it moved to minecraft.net/store, but removed the sales per 24 hours section. Skylord wars (talk) 15:03, 28 November 2017 (UTC)

First Home Page archived URLs

[edit source]
Latest comment: 30 December 20171 comment1 person in discussion

There are multiple archived versions of the first home page on the Internet Archive. Should I include all of them or the very first one from May 20, 2009? ~GunslingerN7 πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
14:57, 30 December 2017 (UTC)

Rename to Minecraft.net

[edit source]
Latest comment: 10 August 20186 comments5 people in discussion

I propose changing the title to Minecraft.net. The term "Minecraft.net" is much more popular than "Minecraft website", as seen at https://www.mojang.com/2016/12/shouldnt-you-be-on-minecraftnet-right-now/.--skylord_wars (talk) 02:08, 23 July 2018 (UTC)

I πŸ‘ Image
 Support renaming the article, but I πŸ‘ Image
 Oppose the capitalization; it should be "minecraft.net" in my opinion. Capitalized domains... --Pokechu22 (talk) 03:53, 23 July 2018 (UTC)
πŸ‘ Image
 Support re-name to minecraft.net - πŸ‘ Image
psl85 (talk β€’ contribs) 06:26, 23 July 2018 (UTC)

About the capitalization, Mojang uses the term "Minecraft.net" instead of "minecraft.net". The page name for it is "Minecraft | Official site" but most of us don't use that name. skylord_wars (talk) 11:36, 26 July 2018 (UTC)

I πŸ‘ Image
 Support renaming to minecraft.net too. david92003 (talk) 20:15, 10 August 2018 (UTC)

Updating required

[edit source]
Latest comment: 26 November 20191 comment1 person in discussion

The site updated just recently.--Delibirda (talk) 11:27, 26 November 2019 (UTC)

Off Minecraft

[edit source]
Latest comment: 10 June 20211 comment1 person in discussion

i found a minecraft "for sale" image that was used in the alpha days of minecraft:

πŸ‘ Image
THIS IS THE IMAGE I FOUND.

--Nani999999999 (talk) 15:27, 10 June 2021 (UTC)

Lots of Links

[edit source]
Latest comment: 12 October 20211 comment1 person in discussion

I noticed that there was a lot of links on this page. I looked in the style guide and it says that no more than 10% of the page should be links. Do you think this page follows that?

142.54.28.68 14:23, 12 October 2021 (UTC)

Website source code

[edit source]
Latest comment: 18 January 20243 comments3 people in discussion

Part of the first paragraph says that the website is written in Java, Python, and C#, which I've got to say, makes very little sense. Why would it be written in anything other than HTML, CSS, and maybe a bit of JavaScript? Maybe it was confused with something else, because you can actually see the source code by hitting Control+U on Firefox and Chrome, and that's not Java, Python, or C#. Not entirely sure it's possible. I m just going to remove that sentence. Phofers (talk) 05:15, 18 January 2024 (UTC)

Could be backend or API stuff maybe? I don't know much about web development though so don't take my word for it. Even if it is somehow true, we do not have any reliable source to verify that statement, so removing it from the wiki is more than appropriate. – ZacNVR (talk) 08:26, 18 January 2024 (UTC)
Web frameworks such as Spring, Django, and ASP.NET Core exist (respectively for the three aforementioned languages). All of them allow using basically extended versions of HTML format augmented with some programming logic to make dynamically generated pages. These pages are rendered in standard HTML; browsers are not meant to interpret regular programming languages with the sole exception of JavaScript.
A thorough look at minecraft.net’s home page HTML code at the current moment actually reveals a portion of clearly Java Server Page code (search for script class="gridTileTemplate"), specifically the <% Java code %> and <%= Java expression %> scriptlets, suggesting that JSP and thus Java is actually used by the website in at least some places. β€” BabylonAS 08:48, 18 January 2024 (UTC)

Article necessity

[edit source]
Latest comment: 4 February 20254 comments4 people in discussion

I can understand having a page for the website, but do we need sections for each individual page? Most of these are only one sentence long, yet they have headings. You’d get more information by just going to the site itself. Realshow19 (talk) 20:51, 3 February 2025 (UTC)

I think the page could be expanded so that each section is more than one sentence long.Drour1234 (talk) 21:11, 3 February 2025 (UTC)
A bullet-point list should do the job. GIM Dianliang233 (talk) 04:18, 4 February 2025 (UTC)
Either we expand those to more than one line or if that is not possible, as it is, then grouping them together under a heading in a bullet-point list (as suggested by Dianliang) will work. - πŸ‘ Image
StizzurpXDD(talk) 04:59, 4 February 2025 (UTC)

Feedback (Sat, 24 May 2025 15:50:50 UTC)

[edit source]
Latest comment: 29 May 20253 comments3 people in discussion
Resolved

In children's words

--FeedbackBot 15:50, 24 May 2025 (UTC)
What are you trying to say? Gwen Stacy (talk) 15:58, 24 May 2025 (UTC)
Pages on wiki should be concise, according to MCW:SG, but not "In children's words" which may be wordy. Hxy123abc (talk) 02:04, 29 May 2025 (UTC)
Retrieved from "https://minecraft.wiki/w/Talk:Minecraft.net?oldid=3457937"

Navigation menu