Skip to content

Commit 7fd5c68

Browse files
authored
Merge branch 'master' into master
2 parents 2d877bf + 1f14cf6 commit 7fd5c68

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+3887
-12
lines changed

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ package-lock.json
33
lib/modals/cam.mcscript
44
examples - Kopie
55
examples/function
6-
#examples
6+
examples
77
mcscript.tmlanguage.json
88
Nodepad++ Highlighter.xml
9-
#_changelog.md
10-
#Core Modals.md
11-
*.html
12-
#README-DE.md
9+
_changelog.md
10+
Core Modals.md
11+
README-DE.md
1312
.bat

README-DE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
1111
Minecraft Script ist eine Programmiersprache für Entwickler der mcfunctions, sowie für die Minecraft Map und Package Erschaffer. Die .mcscript Dateien werden dabei zu mcfunction compiled und generiert. Dies bietet dem Entwickler erweiterte Möglichkeiten, wie zum Beispiel Modals, Loops, Variablen, Konstanten und Command-Wrapping.
1212

13-
Wer das ausprobieren möchte oder Beispiele anschauen möchte, kann meinen online Editor [stevertus.ga/mcscript/code](http://www.stevertus.ga/mcscript/code) besuchen und etwas herumspielen.
13+
Besuche die offizielle Website für weitere Informationen, Guides und Videos: https://mcscript.stevertus.com/de
1414

15-
English documentation [here](https://github.com/Stevertus/mcscript/blob/master/README.md)
15+
English documentation [here](https://mcscript.stevertus.com)
1616
## Table of Contents
1717
1) [Installation](#install)
1818
- [Installation von Node.js](#install-nodejs)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Minecraft Script Documentation
1010
1111
Minecraft Script is a programming language for developers of mcfunctions, Minecraft maps and packages. The .mcscript files are therefore compiled and generated to the function format. This enables the developer extended possibilities, such as Modals, Loops, Varibles, Constants and Command-Wrapping.
1212

13-
Everyone who wants to try, can visit my online Editor [stevertus.com/mcscript/code](http://www.stevertus.com/mcscript/code) and can play with its functionality.
13+
Visit the official Website for information, guides and videos: https://mcscript.stevertus.com
1414

15-
German documentation [here](https://github.com/Stevertus/mcscript/blob/master/README-DE.md)
15+
German documentation [here](https://mcscript.stevertus.com/de/)
1616
## Table of Contents
1717
1) [Installation](#install)
1818
- [Installation of Node.js](#install-nodejs)

docs/404.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<title>mcscript</title>
7+
<meta name="description" content="mcscript is a programming language for Minecraft.">
8+
<link rel="icon" href="/logo.png">
9+
<link rel="manifest" href="/manifest.json">
10+
<meta name="theme-color" content="#86d286">
11+
<meta name="apple-mobile-web-app-capable" content="yes">
12+
<meta name="apple-mobile-web-app-status-bar-style" content="black">
13+
<link rel="apple-touch-icon" href="/icons/icon-152x152.png">
14+
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg" color="#86d286">
15+
<meta name="msapplication-TileImage" content="/icons/icon-144x144.png">
16+
<meta name="msapplication-TileColor" content="#1069b4">
17+
<script>var lyra=window.lyra||[];lyra.push(['lyra_Id', '5d74e4e574d14']);</script>
18+
<script async="true" src="https://thelyra.pro/a/analytics.js"></script>
19+
20+
<link rel="preload" href="/assets/css/0.styles.ab3291f4.css" as="style"><link rel="preload" href="/assets/js/app.bf23ee6d.js" as="script"><link rel="preload" href="/assets/js/4.df2b3952.js" as="script"><link rel="prefetch" href="/assets/js/10.6b6bb21d.js"><link rel="prefetch" href="/assets/js/11.65f31930.js"><link rel="prefetch" href="/assets/js/12.21a03a1b.js"><link rel="prefetch" href="/assets/js/13.ebd06678.js"><link rel="prefetch" href="/assets/js/14.793c2846.js"><link rel="prefetch" href="/assets/js/15.66230efd.js"><link rel="prefetch" href="/assets/js/16.c434ef8c.js"><link rel="prefetch" href="/assets/js/17.1ef558fd.js"><link rel="prefetch" href="/assets/js/2.47b2ef3a.js"><link rel="prefetch" href="/assets/js/3.545e7989.js"><link rel="prefetch" href="/assets/js/5.e39f71e0.js"><link rel="prefetch" href="/assets/js/6.e74a0e91.js"><link rel="prefetch" href="/assets/js/7.d6ade5f0.js"><link rel="prefetch" href="/assets/js/8.8c27f33b.js"><link rel="prefetch" href="/assets/js/9.139b5653.js">
21+
<link rel="stylesheet" href="/assets/css/0.styles.ab3291f4.css">
22+
</head>
23+
<body>
24+
<div id="app" data-server-rendered="true"><div class="theme-container"><div class="theme-default-content"><h1>404</h1> <blockquote>That's a Four-Oh-Four.</blockquote> <a href="/" class="router-link-active">Take me home.</a></div></div><div class="global-ui"></div></div>
25+
<script src="/assets/js/app.bf23ee6d.js" defer></script><script src="/assets/js/4.df2b3952.js" defer></script>
26+
</body>
27+
</html>

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mcscript.stevertus.com

docs/assets/css/0.styles.ab3291f4.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Loading

docs/assets/js/10.6b6bb21d.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/11.65f31930.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/12.21a03a1b.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)