diff --git a/mojotrollz/page/autoload.inc b/mojotrollz/page/autoload.inc
index 58b044f..e6dfacb 100644
--- a/mojotrollz/page/autoload.inc
+++ b/mojotrollz/page/autoload.inc
@@ -6,6 +6,7 @@ require_once dirname(__FILE__).'/default_impressum/autoload.inc';
require_once dirname(__FILE__).'/default_account/autoload.inc';
require_once dirname(__FILE__).'/default_serverlist/autoload.inc';
require_once dirname(__FILE__).'/default_beta/autoload.inc';
+require_once dirname(__FILE__).'/default_minecraft/autoload.inc';
require_once dirname(__FILE__).'/default_article/autoload.inc';
require_once dirname(__FILE__).'/default_donate/autoload.inc';
require_once dirname(__FILE__).'/default_register/autoload.inc';
diff --git a/mojotrollz/page/default_minecraft/autoload.inc b/mojotrollz/page/default_minecraft/autoload.inc
new file mode 100644
index 0000000..e2c9da4
--- /dev/null
+++ b/mojotrollz/page/default_minecraft/autoload.inc
@@ -0,0 +1,2 @@
+SERVERPATH(), $vars);
+ }
+}
diff --git a/mojotrollz/page/default_minecraft/tpl/default_minecraft.tpl b/mojotrollz/page/default_minecraft/tpl/default_minecraft.tpl
new file mode 100644
index 0000000..a298929
--- /dev/null
+++ b/mojotrollz/page/default_minecraft/tpl/default_minecraft.tpl
@@ -0,0 +1,7 @@
+
+
+ ${mojotrollz_minecraft_text}
+
+
+
+
\ No newline at end of file
diff --git a/mojotrollz/page/default_page/tpl/default_page.tpl b/mojotrollz/page/default_page/tpl/default_page.tpl
index 86efa33..78e6a57 100644
--- a/mojotrollz/page/default_page/tpl/default_page.tpl
+++ b/mojotrollz/page/default_page/tpl/default_page.tpl
@@ -50,6 +50,7 @@
${mojotrollz_mojotrollz}
${mojotrollz_servers}
${mojotrollz_beta}
+ ${mojotrollz_minecraft}
@@ -88,6 +89,7 @@
${mojotrollz_mojotrollz}
${mojotrollz_servers}
${mojotrollz_beta}
+ ${mojotrollz_minecraft}
${mojotrollz_login} / REGISTER
diff --git a/mojotrollz/page/page_mojotrollz.php b/mojotrollz/page/page_mojotrollz.php
index 2b1d777..3e5fa85 100644
--- a/mojotrollz/page/page_mojotrollz.php
+++ b/mojotrollz/page/page_mojotrollz.php
@@ -24,6 +24,9 @@ class page_mojotrollz extends \SYSTEM\API\api_default {
public static function page_beta(/*$key=null*/){
return (new default_beta(/*$key*/))->html();}
+
+ public static function page_minecraft(){
+ return (new default_minecraft())->html();}
public static function page_article($id){
return (new default_article($id))->html();}
diff --git a/mojotrollz/sql/mysql/system_page.sql b/mojotrollz/sql/mysql/system_page.sql
index ee147bd..8d0d4e8 100644
--- a/mojotrollz/sql/mysql/system_page.sql
+++ b/mojotrollz/sql/mysql/system_page.sql
@@ -24,3 +24,5 @@ REPLACE INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`
REPLACE INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (31, 1, 'article', 'article', -1, 0, 0, '#content', './?page=article&id=${article}', 'init_article', 'default_article');
REPLACE INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (35, 1, 'donate', 'donate', -1, 0, 0, '#content', './?page=donate', 'init_donate', 'default_donate');
+
+REPLACE INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (40, 1, 'minecraft', 'minecraft', -1, 0, 0, '#content', './?page=minecraft', 'init_minecraft', 'default_minecraft');
diff --git a/mojotrollz/sql/mysql/system_text.sql b/mojotrollz/sql/mysql/system_text.sql
index f60c512..1ea45ef 100644
--- a/mojotrollz/sql/mysql/system_text.sql
+++ b/mojotrollz/sql/mysql/system_text.sql
@@ -185,6 +185,11 @@ REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('mojotrollz_client_text', '
REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('mojotrollz_servers_text', 'enUS', 'VOTE FOR SERVERS
Vote for your favorite WoW Private Server here.
', 10, 10, '2016-01-04 04:43:52', '2016-01-04 04:43:52');
REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('mojotrollz_servers_text', 'mojotrollz');
+REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('mojotrollz_minecraft', 'enUS', 'MINECRAFT', 10, 10, '2016-01-04 04:43:52', '2016-01-04 04:43:52');
+REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('mojotrollz_minecraft', 'mojotrollz');
+REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('mojotrollz_minecraft_text', 'enUS', 'Mojotrollz Minecraft Server
Join the Mojotrollz Minecraft on mojotrollz.eu
', 10, 10, '2016-01-04 04:43:52', '2016-01-04 04:43:52');
+REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('mojotrollz_minecraft_text', 'mojotrollz');
+
REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('mail_change_email', 'enUS', 'Hello ${username}${newline}${newline}follow this link to change your Accounts Email-Address to ${email}${newline}${base_url}api.php?call=account&action=confirm&token=${token}${newline}${newline}Sincerely your Mojotrollz.eu Team', 10, 10, '2016-06-06 03:32:41', '2016-06-06 03:17:53');
REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('mail_change_email_from', 'enUS', 'admin@mojotrollz.eu', 10, 10, '2016-06-06 03:19:53', '2016-06-06 03:19:53');
REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('mail_change_email_replyto', 'enUS', 'admin@mojotrollz.eu', 10, 10, '2016-06-06 03:20:15', '2016-06-06 03:20:15');