Skip to main content

Latest Maps Added

Updated Maps

Arctic+

by Unknown
🎮 1.10
6,316 downloads
👁 6,080 views
// Enhanced cleaning function with more flexibility function cleanDescription($content) { // Remove Map Info table (handles various formatting) $patterns = [ // Standard table with Map Info '/]*>.*?]*>\s*Map\s+Info\s*<\/h2>.*?<\/table>/is', // Table might have different structure '/]*>.*?Map\s+Info.*?<\/table>/is', // Sometimes might be without table '/]*>\s*Map\s+Info\s*<\/h2>/i' ]; foreach ($patterns as $pattern) { $content = preg_replace($pattern, '', $content); } // Remove Pictures/Screenshots section and everything after $picturePatterns = [ '/]*>.*?]*>\s*Pictures\s*<\/h2>.*$/is', '/]*>.*?]*>\s*Screenshots\s*<\/h2>.*$/is', '/]*>\s*Pictures\s*<\/h2>.*$/is', '/]*>\s*Screenshots\s*<\/h2>.*$/is' ]; foreach ($picturePatterns as $pattern) { $content = preg_replace($pattern, '', $content); } // Remove empty tables that might be left $content = preg_replace('/]*>\s*<\/table>/is', '', $content); $content = preg_replace('/]*>\s*\s*<\/tbody>\s*<\/table>/is', '', $content); // Clean up formatting $content = preg_replace('/

\s*<\/p>/i', '', $content); $content = preg_replace('/\s*/i', '
', $content); $content = preg_replace('/\s+/', ' ', $content); $content = trim($content); return $content; }

Command Info

Please note - this command requires 1.10 pre1 and the included custom Resource Pack to work correctly.

Check out the Command Tutorial to find out what the command adds in-game.

This command adds many arctic themed items to your vanilla Minecraft world! The first feature is the ability to craft a sled, and fly down snowy hills. You can also summon the Yeti boss which can ground pound you and when killed will drop his head and an Ice Crystal.

The Ice Crystal can be used to craft a freeze ray which will freeze mobs that you shoot, or you can use the crystal to craft an ice bomb which will make a huge explosion as well as freezing nearby mobs! You can also find cute penguins in the wild!

Also, if you plan to use this command in a world with many entities, then you should first run my clear lag command which can be downloaded here, or else your game will run VERY slowly.

Make sure to use the resource pack!

If you enjoy content like this, make sure to check out my YouTube Channel!

Youtubers, Please:

  • Leave a link to my YouTube Channel.
  • Say my name (ItsZender) at least once in the video.
  • Enjoy the command!

File Information

218 KB
4.0
157 ratings
Download
Downloads 6,316
File Size 218 KB
Created 5 June 2016
U
Unknown

Map Information

Category Custom Commands
Minecraft Version 1.10
Version 1.0
Views 6,080

Social Links

Site Stats

Maps: 6,002

Categories: 25

Downloads: 124,535,345