diff --git a/.firebaserc b/.firebaserc new file mode 100644 index 0000000..b7b47f1 --- /dev/null +++ b/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "kroukur" + } +} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9d413ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,68 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +firebase-debug.log* + +#public firebase deploy folder +public/ + +# Firebase cache +.firebase/ + +# Firebase config + +# Uncomment this if you'd like others to create their own Firebase project. +# For a team working on the same Firebase project(s), it is recommended to leave +# it commented so all members can deploy to the same project(s) in .firebaserc. +# .firebaserc + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env diff --git a/files.bash b/files.bash new file mode 100755 index 0000000..b05f43f --- /dev/null +++ b/files.bash @@ -0,0 +1,3 @@ +files[0]="index.html" + +declare -ax files diff --git a/firebase.json b/firebase.json new file mode 100644 index 0000000..e782939 --- /dev/null +++ b/firebase.json @@ -0,0 +1,10 @@ +{ + "hosting": { + "public": "public", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ] + } +} diff --git a/images/original/1.png b/images/original/1.png deleted file mode 100644 index 9795619..0000000 Binary files a/images/original/1.png and /dev/null differ diff --git a/images/original/10.png b/images/original/10.png deleted file mode 100644 index 63cb784..0000000 Binary files a/images/original/10.png and /dev/null differ diff --git a/images/original/11.png b/images/original/11.png deleted file mode 100644 index 1d90758..0000000 Binary files a/images/original/11.png and /dev/null differ diff --git a/images/original/12.png b/images/original/12.png deleted file mode 100644 index 9fe0873..0000000 Binary files a/images/original/12.png and /dev/null differ diff --git a/images/original/13.png b/images/original/13.png deleted file mode 100644 index 74f8ea1..0000000 Binary files a/images/original/13.png and /dev/null differ diff --git a/images/original/14.png b/images/original/14.png deleted file mode 100644 index 893ea48..0000000 Binary files a/images/original/14.png and /dev/null differ diff --git a/images/original/15.png b/images/original/15.png deleted file mode 100644 index a6ed6a2..0000000 Binary files a/images/original/15.png and /dev/null differ diff --git a/images/original/16.png b/images/original/16.png deleted file mode 100644 index fbc9c89..0000000 Binary files a/images/original/16.png and /dev/null differ diff --git a/images/original/17.png b/images/original/17.png deleted file mode 100644 index e8e165c..0000000 Binary files a/images/original/17.png and /dev/null differ diff --git a/images/original/18.png b/images/original/18.png deleted file mode 100644 index 59c5c85..0000000 Binary files a/images/original/18.png and /dev/null differ diff --git a/images/original/19.png b/images/original/19.png deleted file mode 100644 index a5e33c5..0000000 Binary files a/images/original/19.png and /dev/null differ diff --git a/images/original/2.png b/images/original/2.png deleted file mode 100644 index 2b0d984..0000000 Binary files a/images/original/2.png and /dev/null differ diff --git a/images/original/20.png b/images/original/20.png deleted file mode 100644 index 3c0f640..0000000 Binary files a/images/original/20.png and /dev/null differ diff --git a/images/original/21.png b/images/original/21.png deleted file mode 100644 index 4e8ac34..0000000 Binary files a/images/original/21.png and /dev/null differ diff --git a/images/original/22.png b/images/original/22.png deleted file mode 100644 index 00a43f4..0000000 Binary files a/images/original/22.png and /dev/null differ diff --git a/images/original/23.png b/images/original/23.png deleted file mode 100644 index 1f84347..0000000 Binary files a/images/original/23.png and /dev/null differ diff --git a/images/original/24.png b/images/original/24.png deleted file mode 100644 index 0ab409f..0000000 Binary files a/images/original/24.png and /dev/null differ diff --git a/images/original/25.png b/images/original/25.png deleted file mode 100644 index b13d71f..0000000 Binary files a/images/original/25.png and /dev/null differ diff --git a/images/original/26.png b/images/original/26.png deleted file mode 100644 index ee85dba..0000000 Binary files a/images/original/26.png and /dev/null differ diff --git a/images/original/27.png b/images/original/27.png deleted file mode 100644 index 61566c5..0000000 Binary files a/images/original/27.png and /dev/null differ diff --git a/images/original/28.png b/images/original/28.png deleted file mode 100644 index 0925aba..0000000 Binary files a/images/original/28.png and /dev/null differ diff --git a/images/original/3.png b/images/original/3.png deleted file mode 100644 index 367eec1..0000000 Binary files a/images/original/3.png and /dev/null differ diff --git a/images/original/4.png b/images/original/4.png deleted file mode 100644 index ed8e3f8..0000000 Binary files a/images/original/4.png and /dev/null differ diff --git a/images/original/5.png b/images/original/5.png deleted file mode 100644 index 455bb38..0000000 Binary files a/images/original/5.png and /dev/null differ diff --git a/images/original/6.png b/images/original/6.png deleted file mode 100644 index c46c910..0000000 Binary files a/images/original/6.png and /dev/null differ diff --git a/images/original/7.png b/images/original/7.png deleted file mode 100644 index ac7698e..0000000 Binary files a/images/original/7.png and /dev/null differ diff --git a/images/original/8.png b/images/original/8.png deleted file mode 100644 index db989d7..0000000 Binary files a/images/original/8.png and /dev/null differ diff --git a/images/original/9.png b/images/original/9.png deleted file mode 100644 index 7e7de79..0000000 Binary files a/images/original/9.png and /dev/null differ diff --git a/index.html b/index.html index 920607f..6d4f872 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@

Kroukur - RPG Map

Dive into an unforgettable minecraft adventure!
- Play with up to 2 friends many differnt quests with an exciting story! + Play with up to 2 friends. Are you ready to fight the boss and his army!

@@ -49,30 +49,24 @@

Map Info

-

General info:

+

What's the magic about:

- This is a minecraft ( Minecraft JAVA Edtion: version 1.12 ) roleplay game map with a medieval fantasy story and lots of exciting quests. You can play the map with up to 2 friends (It's always more fun to play with others :D ). Unlock epic regions with castles, breathtaking custom landscapes and cities! Solve exciting riddles in dungeons and all over the map! Fight against many enemies and bosses! + This is a minecraft ( Minecraft JAVA Edtion: version 1.12.2 ) roleplay game map with a medieval fantasy story and lots of exciting quests. You can play the map with up to 2 friends. Unlock epic regions with castles, breathtaking custom landscapes and cities! Solve exciting puzzles in mythical dungeons! Are you ready to fight the boss and his army?

- We are always adding new things and updating the map. So keep up to date :) + Stay up to date. The map is constantly being updated :)

+ + Overview Map The team

- -

Prologue:

-

- For centuries humans (Cugon Kingdom) dwarfs (Nogein Kingdom) and magicians (Kingdom of Bunzur) are living together in peace. Your name is Déor Charlton and you have two brothers (The other players): Timothy and Aaron. Your father is Ekkbert and your mothers name is Carolina.
You are living in a little farm village and are really happy with your life until your father suddenly got ill! So ill, that he is now nearly dying...... -

- - -

More info:

- Follow us on planetminecraft.com to keep up to date. + Follow us on planetminecraft.com to stay up to date. Support us with a little diamond :D We would really appreciate that :D

- Enter our discord server to get the latest news about the map and updates: https://discord.gg/8mbbvtd + Join our discord server to get the latest news about the map and updates: https://discord.gg/8mbbvtd

- -

Help us with donating:

-

- Everything on earth costs money except of our adventure map ;) We wanted to create a 100% free game experience for you! But that's not that free for us: We need to pay for this website and domain and other things :(

- If you want to support us, you can donate some money. We promise, that we will use every money for this project and not for some luxury in the private life!

- Every donator will be shown below and on the planeminecraft project page (optional with link to websites or advertising) (only if the donator wants that!). -

-