ホスト | |
---|---|
ウェブサイト | |
Subreddit | |
サポートアドレス |
Minecraft Realms、Realms(レルム、レルムス)とは、Mojangがホストする有料公開サーバー関連の現在作業中の機能のことである[1]。Realmsのサーバーにもホワイトリストがある[2]。Realmsにより、簡単かつ手軽に Minecraft のサーバーを作ることができ、制作者が制御をより行えるようになる。Minecraft Realmsは巨大な公開サーバーではないが、友達のグループや家族向けのサーバーを意図している[3]。
Minecraft Realmsは、MineCon 2012でMojangがサーバーホスティングを行いたい旨を表明してから開発されている。
コンピューターにより抽選された[4]、およそ100名のプレイヤー[5]が、Realmsの最初の公開バージョンのテスターとなっている[6]。この抽選では使われているアカウントのみがランダムなアルゴリズムにより選ばれている。
選ばれたプレイヤーは自身の Minecraft ワールドを作り、テスターあるいは非テスターから3名までをそのワールドへと招待することができる[7]。一般公開時のユーザー数制限についてMojangは不明としているが、ダニエル・フリスクは「最大10名のプレイヤーに最適化される」と述べている。ホスティング時のサーバーは同時には1つのみが作ることが可能だ。招待されたプレイヤーの画面にはRealmsの設定が表示され、招待されたワールドへとそのプレイヤーを誘い探検が可能になる。
Minecraft Realmsは、コンピューター版はMultiplay Gameserversにより、Pocket Edition はAmazonによりホストされる予定だ[8]。
フォーラム[]
Minecraft Realms関連の議論については、このページのトークページではなく、MinecraftフォーラムのMinecraft Realmsサブフォーラムで行うことをお願いする。
登録[]
Minecraft Realmsは無料ではない。機能を用いるには代わりに有料登録が必要となる[9]。100名のベータテスターは90日の利用期間が与えられている[10][11]。Minecraftの言語ファイルをテキストエディターで見ると、次のような行がある[12]。
mco.configure.world.buttons.subscription=Subscription
mco.configure.world.subscription.title=Subscription Info
mco.configure.world.subscription.daysleft=Days Left
mco.configure.world.subscription.start=Start Date
mco.configure.world.subscription.extend=Extend
設定[]
100名のベータテスターか、ベータテスターによりRealmsへの参加を招待されたなら、タイトル画面でMinecraft Realmsのボタンが表示されるだろう。この ”Minecraft Realms" ボタンは、以前「テクスチャーパック」ボタンがあった場所に表示される (以前13w03aにて削除済み)。クリックすることで上のような画面が表示される。この画面はマルチプレイのメニュー画面とよく似ているがいくつか違いがある。
設定 | 説明 |
---|---|
Join Server | Realmへと参加する。 |
Create World | Realmを作成する。 |
Configure | 設定変更画面を開く。 |
More Info | 既定のブラウザーで minecraft.net を開く。 |
"Configure" をクリックすることで設定変更画面を開く。左には名称と説明が表示されている。右には招待済みのプレイヤーの一覧が表示されている。
設定 | 説明 |
---|---|
Edit | Realmの名称と説明を編集する。 |
Reset World | ワールドを初期化する。初期化することで古いワールドは完全に消去される。また新たに作るワールドのシード値も入力できる。 |
Close World | ワールドを閉鎖する。「はい」を選択することでワールドが他のプレイヤーからは見えなくなる。ワールドを閉じることは、サーバーを停止することと等価である。 |
Subscription | 登録開始日と残日数が表示される。 |
Invite | 他のプレイヤーを自身のRealmへと招待する。プレイヤー名を入力することで、そのプレイヤーはあなたのRealmへとアクセスできるようになる。そのプレイヤーのメニュー画面にあなたのRealmsが表示されるようになるだろう。 |
Uninvite | 招待済みのプレイヤーの招待を取り消す。 |
ソースコード情報[]
Class | 説明 |
---|---|
GuiSlotOnlineServerList | This is the online browser for all of the servers, it uses a link generated by $ID, $NAME, $LOCATION_ID to check if a player can access the given server, from https://mcoapi.minecraft.net/ it creates a list and sorts with $ID and $NAME. For example: https://mcoapi.minecraft.net/worlds/$ID, https://mcoapi.minecraft.net/$NAME/$LOCATION_ID and through those links it adds the basic HTTP requests like ?motd= and other variables that contain data. |
GuiScreenOnlineServers | GUI that holdes GuiSlotOnlineServerList and has other GUI's like GuiScreenCreateOnlineWorld, GuiScreenConfigureWorld and a button that redirects towards http://minecraft.net |
McoServer | This is the container of the server, that is shown in the GuiSlotOnlineServerList and it uses parameters like: ID, Name, MOTD, State, Owner, Invited, IP and Expired. The parameters are self-explanatory. |
GuiScreenCreateOnlineWorld | This is the GUI to create an online world, this takes your session ID and Username and attempts to create a new world using a name and MOTD of your choosing. It will connect to https://mcoapi.minecraft.net/ if it is able to validate your access it will create a new folder where your server will be stored. If all of this fails it will return an Invalid session ID, as seen in this URL: https://mcoapi.minecraft.net/worlds |
GuiScreenConfigureWorld | This will also validate your credentials with https://mcoapi.minecraft.net/ and will return Invalid session ID like in this URL: https://mcoapi.minecraft.net/worlds if its fails. This allows you to edit your server configuration as you would the normal SMP one. |
McoClient | This class is used to validate whether you are a Minecraft Realms (PRE_ACCESS) owner or not, this class connects to the sites listed in GuiSlotOnlineServerList. |
McoOption | This class is small and obfuscated.
Best guess: This class contains the future options for the Minecraft Realms client. |
McoOptionSome | This class is also small and obfuscated.
Best guess: A setting allowing only some options to be configurable for the Minecraft Realms client. Looks to be connected to McoOption, McoOptionNone. |
McoOptionNone | When supplied with a NULL value returns a "crash".
Best guess: A setting turning off options for the Minecraft Realms client. Looks to be connected to McoOption, McoOptionSome. |
URL's that were found in the Minecraft Realms package:
https://mcoapi.minecraft.net/ https://mcoapi.minecraft.net/worlds/$ID https://mcoapi.minecraft.net/worlds/$ID/join https://mcoapi.minecraft.net/worlds/$NAME https://mcoapi.minecraft.net/worlds/$NAME/$LOCATION_ID https://mcoapi.minecraft.net/mco/available https://mcoapi.minecraft.net/payments/unused https://mcoapi.minecraft.net/worlds/$WORLD_ID https://mcoapi.minecraft.net/worlds/$WORLD_ID/invites/$USER_NAME https://mcoapi.minecraft.net/worlds/$WORLD_ID/$NAME https://mcoapi.minecraft.net/worlds/$WORLD_ID/open https://mcoapi.minecraft.net/worlds/$WORLD_ID/close https://mcoapi.minecraft.net/worlds/$WORLD_ID/reset https://mcoapi.minecraft.net/worlds/locations https://mcoapi.minecraft.net/subscriptions/$WORLD_ID | |
The above information is incomplete and based on obfuscated data. |
歴史[]
Realms version history[]
詳細:
- There are maybe other updates.
- When were they released?
Java Edition[]
Java Edition 1.7.10以降、Realmsは独自のバージョンシステムを持っている。以下は、これらのアップデートの変更履歴である。
Realms | |||||
---|---|---|---|---|---|
1.0.0 | 設定のメニューが見直された。 | ||||
"プレイヤーアクティビティ"の���が追加された。 | |||||
PvP、動物のスポーン、モンスター、NPC、コマンドブロック、スポーンの保護などを切り替える機能が追加された。 | |||||
Added the ability for the player to upload their own worlds. | |||||
Fixed crash while using a Resource Pack | |||||
白い頭の不具合が修正された。 | |||||
1.2.5 | Enabled more logging for Realms, which ends up in the launcher development console. | ||||
1.2.6 | Fixed issue with world uploading on Windows. | ||||
1.2.7 | Stored Realms library version in the library jar so it can be displayed by the launcher. | ||||
1.2.8 | Fixed backups screen scrolling | ||||
Added indicator colors for each player in the activity monitor. | |||||
1.2.9 | World map is now downloaded directly to the Minecraft saves directory. | ||||
1.2.10 | Configure button is now disabled if Realm is in admin mode. | ||||
1.3.0 | Localization of Realms error messages. | ||||
1.3.1 | Fixed an issue with Invite Screen that wouldn't display Realms error messages on screen | ||||
Refactoring of error handling in Realms http client. | |||||
1.3.2 | Fixed an issue with world downloading on Windows. | ||||
1.3.4 | Realms considers modded clients to be outdated. | ||||
1.5.2 | 不明 | ||||
1.5.4 | 不明 | ||||
1.5.5 | Moved "What is Realms?" button to the top-left of the Realms home screen. | ||||
1.5.9 | 不明 | ||||
1.7.3 | New world configuration layout. Ability to have three worlds saved to the Realm with the ability to switch between them at any time. | ||||
1.8.9 | New realm logos, and changed "What is Realms?" button into a yellow "?". | ||||
1.9.4 | The invite list cap is lifted from 200 to "an arbitrarily large, but maybe reachable number."[13] | ||||
1.9.5 | The world upload limit is lifted to 5GB.[14][15] | ||||
1.10.10 | When new content is loaded into Realms, and an announcement blog post is posted, a newspaper icon now shows on the home screen 'Minecraft Realms' button. These notifications can be toggled on and off.[16][17] | ||||
1.10.11 | Added Experiences as a new map category. | ||||
Renamed Adventure Maps to Adventures.[18][19] | |||||
1.10.16 | Added Inspiration as a new map category.[20] | ||||
1.10.17 | Minor GUI component changes. | ||||
1.10.18 | Refactoring of world uploader. | ||||
1.10.19 | Added 6 new images into the What is realms? popup. | ||||
1.10.20 | Updated parental consent screen to comply with the GDPR. | ||||
1.10.21 | Updated parental consent screen again: changed message and added link to https://minecraft.net/privacy/gdpr/. | ||||
1.10.22 | Temporarily disabled player activity feed. | ||||
1.13.0 | GUI code refactored to work with Java Edition 1.13. | ||||
Added error and empty text in world template selection screen. | |||||
Tasks with a loading screen do not crash the client anymore if an unhandled error occurs, instead it keeps the loading screen displayed until the Cancel button is clicked. | |||||
Reduced the file size of some images in the What is realms? popup. | |||||
1.13.1 | Improved the visibility handling of the list in the Realms home screen. | ||||
1.13.2 | Minor fix of the Realms home screen code. | ||||
1.13.3 | Fixed bugs where Realms altered some chunks of 1.13 single-player worlds upon world upload. Fixed bugs where Realms would delete zipped data packs and functions from unzipped data packs. | ||||
1.13.9 | Fixed REALMS-979 – "Difficulty Won't Change". | ||||
1.13.10 | 不明 | ||||
1.14.0 | 不明 | ||||
1.14.1 | 不明 | ||||
1.14.2 | 不明 | ||||
1.14.3 | REALMS-1607が修正された。 – "'互換性のないクライアント'で戻るボタンが無い" | ||||
1.14.4 | 不明 | ||||
1.14.5 | 不明 | ||||
1.14.6 | 不明 | ||||
1.14.7 | 不明 | ||||
1.14.8 | 不明 | ||||
1.14.9 | 不明 | ||||
1.14.10 | 不明 | ||||
1.14.11 | 不明 | ||||
1.14.12 | 不明 | ||||
1.14.13 | REALMS-1710が修正された。 – "Realms page UI isn't aligned properly" | ||||
REALMS-1692が修正された。 – "'Buy a realm' popup shows up when trying to join a realm" | |||||
1.14.14 | Fixed bug REALMS-1709: Spawn protection is not pressed in realms world settings, REALMS-1700: Realms Menu Gradient Off-Center, and REALMS-1414: Error 500 when trying to upload a world. | ||||
1.14.15 | 不明 | ||||
1.14.16 | 不明 | ||||
1.14.17 | 不明 |
Bedrock Edition[]
Realms | |||||
---|---|---|---|---|---|
1.10 | REALMS-1467が修正された – "Feed items always say they were posted a the same date" and REALMS-1539 – "Downloaded realm 'A newer version of the game has saved this level. It cannot be loaded'." |
Minecraft version history[]
Originally, Realms updates were tied into regular Minecraft updates, until the release of 1.7.10. Below is a changelog of all those updates.
Java Edition | |||||
---|---|---|---|---|---|
1.5 | Added Minecraft Realms Alpha, which was accessible only to 100 alpha testers. | ||||
1.5.1 | Changed Realm List Layout to show the player's owned Realms first, then ones they are invited to. | ||||
Overhauled Configuration screen, changing layout. | |||||
Changed the way Realms show up on the main list. | |||||
Updated "More Info" link. | |||||
1.6.4 | More alpha testers chosen, using the same algorithm as the first round of testers were picked with. | ||||
1.7.4 | Configuration screen layout changed | ||||
Updated Realms list to include a picture of the owner's face as the server logo. | |||||
1.7.5 | Added Minigames feature. | ||||
1.7.6 | Added the ability to promote other players to Operators via the configuration screen. | ||||
Added "Changes since last backup" feature. | |||||
1.7.10 | Moved all Realms related modules into a separate library. | ||||
Improvements in Realms UI. | |||||
1.8.8 | Realms now has the ability to serve Realm-wide resource packs. | ||||
1.8.9 | Realms invites from friends are now shown on the main menu. | ||||
Pocket Edition Alpha | |||||
v0.7.0 | Added Pocket Realms, accessible only to the testers of the Java Edition. | ||||
v0.7.6 | Moved Realms login button to the settings menu. | ||||
"Play on Realms" button appears only if a tester is signed in. | |||||
Realms are shut down for maintenance. | |||||
v0.15.0 | Realms build 1 | Readded Realms. | |||
Users can now test Realms Alpha for free. | |||||
Realms build 2 | Fixed crashes related to realms. | ||||
? | Players now have to sign into Xbox Live to use Realms. | ||||
Bedrock Edition | |||||
1.13.1 | December 3, 2019 | Mojang states that Realms is no longer supported and replaced with Realms Plus, but this is not the case. | |||
1.17.10 | July 13, 2021 | Realm subscriptions now have three world upload slots to switch between. | |||
1.18.2 | January 25, 2022 | Realms that have been cancelled or have expired will now be deleted after 18 months of inactivity. |
Availability[]
The following chart shows when Realms was introduced in the respective countries.
Country/Region | Available since |
---|---|
Afghanistan | 2014-05-06 |
Aland Islands | 2014-04-24 |
Albania | 2014-05-06 |
Algeria | 2014-05-19 |
Andorra | 2014-05-06 |
Angola | 2014-05-19 |
Antigua & Deps | 2014-05-19 |
Argentina | 2014-05-19 |
Armenia | 2014-05-19 |
Australia | 2014-05-09 |
Austria | 2014-05-06 |
Azerbaijan | 2014-05-19 |
Bahamas | 2014-05-19 |
Bahrain | 2014-05-19 |
Bangladesh | 2014-05-19 |
Barbados | 2014-05-19 |
Belarus | 2014-05-06 |
Belgium | 2014-04-24 |
Belize | 2014-05-19 |
Benin | 2014-05-19 |
Bhutan | 2014-05-19 |
Bolivia | 2014-05-19 |
Bosnia Herzegovina | 2014-05-06 |
Botswana | 2014-05-19 |
Brazil | 2014-05-19 |
Brunei | 2014-05-19 |
Bulgaria | 2014-04-24 |
Burkina | 2014-05-19 |
Burundi | 2014-05-19 |
Cambodia | 2014-05-19 |
Cameroon | 2014-05-19 |
Canada | 2014-04-01 |
Cape Verde | 2014-05-19 |
Cayman Islands | 2014-04-24 |
Central African Rep | 2014-05-19 |
Chad | 2014-05-19 |
Chile | 2014-05-19 |
China | 2014-05-19 |
Colombia | 2014-05-19 |
Comoros | 2014-05-19 |
Congo | 2014-05-19 |
Congo (Democratic Rep) | 2014-05-19 |
Cook Islands | 2014-05-09 |
Costa Rica | 2014-05-19 |
Croatia | 2014-04-24 |
Cuba | 2014-05-19 |
Cyprus | 2014-05-06 |
Czech Republic | 2014-05-06 |
Denmark | 2014-02-26 |
Djibouti | 2014-05-19 |
Dominica | 2014-05-19 |
Dominican Republic | 2014-05-19 |
East Timor | 2014-05-19 |
Ecuador | 2014-05-19 |
Egypt | 2014-05-06 |
El Salvador | 2014-05-19 |
Equatorial Guinea | 2014-05-19 |
Eritrea | 2014-05-19 |
Estonia | 2014-04-24 |
Ethiopia | 2014-05-19 |
Faroe Islands | 2014-02-26 |
Fiji | 2014-05-09 |
Finland | 2014-02-26 |
France | 2014-05-06 |
Gabon | 2014-05-19 |
Gambia | 2014-05-19 |
Georgia | 2014-05-19 |
Germany | 2014-05-06 |
Ghana | 2014-05-19 |
Gibraltar | 2014-05-06 |
Greece | 2014-04-24 |
Greenland | 2014-02-26 |
Grenada | 2014-05-19 |
Guam | 2014-05-09 |
Guatemala | 2014-05-19 |
Guernsey | 2014-05-06 |
Guinea | 2014-05-19 |
Guinea-Bissau | 2014-05-19 |
Guyana | 2014-05-19 |
Haiti | 2014-05-19 |
Honduras | 2014-05-19 |
Hungary | 2014-04-24 |
Iceland | 2014-02-26 |
India | 2014-05-19 |
Indonesia | 2014-05-19 |
Iran | 2014-05-06 |
Iraq | 2014-05-06 |
Ireland (Republic) | 2014-03-25 |
Isle of Man | 2014-04-24 |
Israel | 2014-04-24 |
Italy | 2014-05-06 |
Ivory Coast | 2014-05-19 |
Jamaica | 2014-05-19 |
Japan | 2014-05-19 |
Jersey | 2014-05-06 |
Jordan | 2014-05-06 |
Kazakhstan | 2014-05-19 |
Kenya | 2014-05-19 |
Kiribati | 2014-05-09 |
Korea North | 2014-05-19 |
Korea South | 2014-05-19 |
Kosovo | 2014-05-19 |
Kuwait | 2014-05-19 |
Kyrgyzstan | 2014-05-19 |
Laos | 2014-05-19 |
Latvia | 2014-04-24 |
Lebanon | 2014-05-19 |
Lesotho | 2014-05-19 |
Liberia | 2014-05-19 |
Libya | 2014-05-19 |
Liechtenstein | 2014-05-06 |
Lithuania | 2014-04-24 |
Luxembourg | 2014-04-24 |
Macedonia (Republic) | 2014-05-06 |
Madagascar | 2014-05-19 |
Malawi | 2014-05-19 |
Malaysia | 2014-05-19 |
Maldives | 2014-05-19 |
Mali | 2014-05-19 |
Malta | 2014-04-24 |
Marshall Islands | 2014-05-09 |
Mauritania | 2014-05-19 |
Mauritius | 2014-05-19 |
Mexico | 2014-04-24 |
Micronesia | 2014-05-09 |
Midway Islands | 2014-05-09 |
Middle East | 2014-05-19 |
Moldova (Republic) | 2014-05-06 |
Monaco | 2014-05-06 |
Mongolia | 2014-05-19 |
Montenegro | 2014-05-06 |
Morocco | 2014-05-19 |
Mozambique | 2014-05-19 |
Myanmar, (Burma) | 2014-05-19 |
Namibia | 2014-05-19 |
Nauru | 2014-05-09 |
Nepal | 2014-05-19 |
Netherlands | 2014-03-25 |
New Caledonia | 2014-05-09 |
New Zealand | 2014-05-09 |
Nicaragua | 2014-05-19 |
Niger | 2014-05-19 |
Nigeria | 2014-05-19 |
Niue | 2014-05-09 |
Norfolk Island | 2014-05-09 |
Norway | 2014-02-26 |
Oman | 2014-05-06 |
Pakistan | 2014-05-06 |
Palau | 2014-05-09 |
Panama | 2014-05-19 |
Papua New Guinea | 2014-05-09 |
Paraguay | 2014-05-19 |
Peru | 2014-05-19 |
Philippines | 2014-05-19 |
Pitcairn Islands | 2014-05-09 |
Poland | 2014-05-06 |
Polynesia | 2014-05-09 |
Portugal | 2014-05-06 |
Puerto Rico | 2014-05-06 |
Qatar | 2014-05-19 |
Romania | 2014-04-24 |
Russian Federation | 2014-05-06 |
Rwanda | 2014-05-19 |
St Kitts & Nevis | 2014-05-19 |
St Lucia | 2014-05-19 |
Saint Vincent & the Grenadines | 2014-05-19 |
Saipan | 2014-05-09 |
Samoa | 2014-05-09 |
San Marino | 2014-05-06 |
Sao Tome & Principe | 2014-05-19 |
Saudi Arabia | 2014-05-06 |
Senegal | 2014-05-19 |
Serbia | 2014-05-06 |
Seychelles | 2014-05-19 |
Sierra Leone | 2014-05-19 |
Singapore | 2014-05-19 |
Slovakia | 2014-04-24 |
Slovenia | 2014-04-24 |
Solomon Islands | 2014-05-09 |
Somalia | 2014-05-19 |
South Africa | 2014-04-24 |
Spain | 2014-05-06 |
Sri Lanka | 2014-05-19 |
Sudan | 2014-05-19 |
Suriname | 2014-05-19 |
Svalbard | 2014-05-06 |
Swaziland | 2014-05-19 |
Sweden | 2013-12-19 |
Switzerland | 2014-05-06 |
Syria (Republic) | 2014-05-06 |
Taiwan | 2014-05-19 |
Tajikistan | 2014-05-19 |
Tanzania | 2014-05-19 |
Thailand | 2014-05-19 |
Togo | 2014-05-19 |
Tokelau | 2014-05-09 |
Tonga | 2014-05-09 |
Trinidad & Tobago | 2014-05-19 |
Tunisia | 2014-05-19 |
Türkiye | 2014-05-06 |
Turkmenistan | 2014-05-06 |
Tuvalu | 2014-05-09 |
Uganda | 2014-05-19 |
Ukraine | 2014-05-06 |
United Arab Emirates | 2014-04-24 |
United Kingdom | 2014-03-25 |
United States | 2014-04-24 |
Uruguay | 2014-05-19 |
Uzbekistan | 2014-05-19 |
Vanuatu | 2014-05-09 |
Vatican City | 2014-05-06 |
Venezuela | 2014-05-19 |
Vietnam | 2014-05-19 |
Wallis Futuna Islands | 2014-05-09 |
Yemen | 2014-05-06 |
Zambia | 2014-05-19 |
Zimbabwe | 2014-05-19 |
トリビア[]
- Mojangのブログの記事末尾の署名は、以前は // The Minecraft team であったが、2013年2月の記事「Minecraft Snapshot 13w09a」からは // The Minecraft and Minecraft Realms teams が用いられている[21]。
ギャラリー[]
Java Edition Realmsの公式バナー
脚注[]
- ↑ http://www.youtube.com/watch?v=MNZFI04cS5c
- ↑ http://mojang.com/2013/03/what-is-minecraft-realms-anyway/
- ↑ https://twitter.com/danfrisk/status/311725356434460672
- ↑ https://twitter.com/danfrisk/status/307186209384448000
- ↑ https://twitter.com/danfrisk/status/307018397382737920
- ↑ http://www.youtube.com/watch?v=0-gnkyutGhI
- ↑ https://twitter.com/danfrisk/status/311728875598143489
- ↑ http://www.gamesindustry.biz/articles/2013-03-13-mojang-targets-families-with-minecraft-realms-subs-service
- ↑ https://twitter.com/Marc_IRL/status/307271868522573825
- ↑ http://www.youtube.com/watch?v=rlBFEl29s8c
- ↑ http://www.youtube.com/watch?v=0fzZm6SEUM0
- ↑ http://www.youtube.com/watch?v=xnUvviASdbU
- ↑ “The whitelist limit for PE and PC Realms has now been raised to an arbitrarily large, but maybe reachable number. Good luck hitting it now!” – @Marc_IRL、2016年8月15日
- ↑ “The PC Realms world upload limit has been bumped up significantly. Go nuts uploading those big city builds!” – @Marc_IRL、2016年8月16日
- ↑ “@OrbanAdrien 5GB” – @Marc_IRL、2016年8月16日
- ↑ “When we load new content into PC Realms, we'll now let you know when the new announcement blog post arrives. Informational!” – @Marc_IRL、2017年1月12日
- ↑ “As always, if you're not into Realms notifications (trial, invitations, and now news), you can turn 'em off here:” – @Marc_IRL、2017年1月12日
- ↑ “Mapmakers: we're launching a new category of maps on Realms called Experiences. Read on to learn more.” – @Marc_IRL、2017年1月18日
- ↑ “Drop” – @Marc_IRL、2017年1月20日
- ↑ “I wrote about @MCNoodlor's ChunkWorld, and opened up a new category of Realms content. https://minecraft.net/article/chunkworld-now-pc-realms” – @Marc_IRL、2017年1月18日
- ↑ http://www.mojang.com/2013/02/minecraft-snapshot-13w09a