From e50b7fcf261344a6c04b25f212976445e8d0052c Mon Sep 17 00:00:00 2001 From: J-onasJones Date: Mon, 18 Sep 2023 16:48:30 +0200 Subject: [PATCH] remove: all microcraft entries --- src/routes/Microcraft/+page.md | 8 ------- .../Microcraft/BoardProgramEditors/+page.md | 16 ------------- .../Microcraft/MicrocontrollerBoards/+page.md | 24 ------------------- src/routes/Microcraft/PinmapEntries/+page.md | 10 -------- src/routes/Minecraft-Server-Status/+page.md | 16 ------------- 5 files changed, 74 deletions(-) delete mode 100644 src/routes/Microcraft/+page.md delete mode 100644 src/routes/Microcraft/BoardProgramEditors/+page.md delete mode 100644 src/routes/Microcraft/MicrocontrollerBoards/+page.md delete mode 100644 src/routes/Microcraft/PinmapEntries/+page.md delete mode 100644 src/routes/Minecraft-Server-Status/+page.md diff --git a/src/routes/Microcraft/+page.md b/src/routes/Microcraft/+page.md deleted file mode 100644 index a2830ce..0000000 --- a/src/routes/Microcraft/+page.md +++ /dev/null @@ -1,8 +0,0 @@ -# Microcraft ---- - -A mod that aims to provide tools to connect Microcontrollers to Minecraft. - -This is still in the making but a wiki page will be made soon. - -As of right now, only the GitHub wiki has been copied over. \ No newline at end of file diff --git a/src/routes/Microcraft/BoardProgramEditors/+page.md b/src/routes/Microcraft/BoardProgramEditors/+page.md deleted file mode 100644 index ea2add4..0000000 --- a/src/routes/Microcraft/BoardProgramEditors/+page.md +++ /dev/null @@ -1,16 +0,0 @@ -# > Board Program Editors ---- - -A Board Program Editor is an editor that will be used to edit the Program that will be uploaded to the Microcontroller. This mod offers a sample program for each board that will manually be updated as pi-map entries are added by the user. -### Available Editors -The available editors and their ID for the config file are: - -| Editor | config ID | Default | -| ------------- |:-------------:| -----:| -| The ingame editor provided by the mod itself | `igname` | YES | -| Arduino IDE | `arduinoide` | - | -| Notepad++ | `notepadpp` | - | -| Visual Studio Code | `code` | - | -| Sublime Text | `sublime` | - | -| Custom editor | `custom` | - | -| Open in file explorer | `filepath` | - | diff --git a/src/routes/Microcraft/MicrocontrollerBoards/+page.md b/src/routes/Microcraft/MicrocontrollerBoards/+page.md deleted file mode 100644 index 0398dd9..0000000 --- a/src/routes/Microcraft/MicrocontrollerBoards/+page.md +++ /dev/null @@ -1,24 +0,0 @@ -# > Microcontroller Boards ---- - -### Supported Boards -As of the latest version the following boards are supported (and their's ID's for the config file): -- Arduino Nano [tested]: `A-nano` -- Arduino Pro Mini: `A-pro_mini` -- Arduino Uno: `A-uno` - -| Board Name | config ID | Default | -| ------------- |:-------------:| -----:| -| Arduino Nano | `A-nano` | YES | -| Arduino Pro Mini | `A-pro_mini` | - | -| Arduino Uno | `A-uno` | - | - -### Planned Boards -The following boards are planned to be added to the mod but are not yet implemented: -- Raspberry PI Pico -- Arduino Micro -- Arduino Zero - -### What to do if my Microcontroller is not (yet) supported? -The mod offers a way for you to manually map functions to pins. Just select the `Custom` Board and add a pin entry. -You can also write an issue and **mark it as a board-request** \ No newline at end of file diff --git a/src/routes/Microcraft/PinmapEntries/+page.md b/src/routes/Microcraft/PinmapEntries/+page.md deleted file mode 100644 index a9f7279..0000000 --- a/src/routes/Microcraft/PinmapEntries/+page.md +++ /dev/null @@ -1,10 +0,0 @@ -# > Pin Map Entries ---- - -A Pin-Map-Entry is an entry that can be mapped to a pin of a Microcontroller. -### List of all Entries -All currently supported entries are: -- no entries //TODO for later me: add entries (shout at me if I forget to add them when the first official version of the mod get's released and this is still not updated) - -### Not supported Entries -If an entry is not supported by the mod it cannot be used natively. There are plans for a library that can be implemented into any mod to make any entry possible. This would open the doors to the implementation of any (even mod-specific) feature. BUT: Don't get too excited yet, it's only a plan. \ No newline at end of file diff --git a/src/routes/Minecraft-Server-Status/+page.md b/src/routes/Minecraft-Server-Status/+page.md deleted file mode 100644 index c85ffca..0000000 --- a/src/routes/Minecraft-Server-Status/+page.md +++ /dev/null @@ -1,16 +0,0 @@ -# Minecraft-server-Status ---- - -This small python script allows you to view any Minecraft server's status Information -##### Usage -Download the file, install python (if not already installed), install `mcstatus` (`pip install mcstatus`) and `time` (`pip install time`) and launch the program by executing it with `python cmd.py` on windows and `python3 cmd.py` on MacOS and Linux (replace 'cmd.py' with correct filename). Make sure that you first locate your download location with the command `cd Downloads` (replace 'Downloads' with your custom location if needed). - -##### Status Infos -1. Minecraft Version -2. MOTD (message of the day) -3. host (IP address of the server and port) -4. Software (Minecraft version and Mod/Plugin Loader if any installed on the server) -5. Plugins (if any installed) -6. Ping (number of miliseconds it took for the script to reach the server) -7. Players (`online Players`/`Max Players`) -8. Players Online (list of online Players)