Skip to content

Commit 62c2c49

Browse files
committed
0.1.4.2
1 parent ceb1a1f commit 62c2c49

File tree

4 files changed

+322
-277
lines changed

4 files changed

+322
-277
lines changed

README-DE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
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.
88

9-
Wer das ausprobieren möchte oder Beispiele anschauen möchte, kann meinen playground [stevertus.ga/tools/mcscript](http://www.stevertus.ga/tools/mcscript) besuchen und etwas herumspielen.
9+
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.
1010

1111
English documentation [here](https://github.com/Stevertus/mcscript/blob/master/README.md)
1212
## Table of Contents

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Minecraft Script Documentation
77
88
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.
99

10-
Everyone who wants to try, can visit my playground [stevertus.ga/tools/mcscript](http://www.stevertus.ga/tools/mcscript) and can play with its function.
10+
Everyone who wants to try, can visit my online Editor [stevertus.ga/mcscript7code](http://www.stevertus.ga/mcscript/code) and can play with its functionality.
1111

1212
German documentation [here](https://github.com/Stevertus/mcscript/blob/master/README-DE.md)
1313
## Table of Contents

documentation.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h1 id="minecraft-script-documentation">Minecraft Script Documentation</h1>
44
<p>Update 0.1.4: <a href="https://github.com/Stevertus/mcscript/releases">All Changes</a></p>
55
</blockquote>
66
<p>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.</p>
7-
<p>Everyone who wants to try, can visit my playground <a href="http://www.stevertus.ga/tools/mcscript">stevertus.ga/tools/mcscript</a> and can play with its function.</p>
7+
<p>Everyone who wants to try, can visit my online Editor <a href="http://www.stevertus.ga/mcscript/code">stevertus.ga/mcscript7code</a> and can play with its functionality.</p>
88
<p>German documentation <a href="https://github.com/Stevertus/mcscript/blob/master/README-DE.md">here</a></p>
99
<h2 id="table-of-contents">Table of Contents</h2>
1010
<ol>
@@ -562,6 +562,7 @@ <h2 id="ides-and-syntax-highlighting">IDEs and Syntax Highlighting</h2>
562562
<ul>
563563
<li>GitHubs Atom Editor: link here (credit: <a href="https://atom.io/users/MrYurihi">MrYurihi</a>)</li>
564564
<li>Notepad++: <a href="https://github.com/Stevertus/mcscript/blob/master/Nodepad%2B%2B%20Highlighter.xml">see code</a> | <a href="http://download1496.mediafire.com/x2k7loq5imbg/4534q4tual7zccm/Nodepad+++Highlighter.xml">download</a></li>
565+
<li>My own Online IDE: <a href="http://www.stevertus.ga/mcscript/code">stevertus.ga/mcscript/code</a></li>
565566
</ul>
566567
<h2 id="now-there´s-nothing-left-than-happy-developing">Now there´s nothing left than: <strong>Happy Developing</strong></h2>
567568
<p>Thanks to all who use Minecraft Script and read this documentation. Contact me if you have a proposal, problem or error.</p>

0 commit comments

Comments
 (0)