- Any%
- Any% Glitchless
- Single Level
- Death%
The following categories are available for runners to choose from.
This list is subject to change as future Game Updates release.
| buildscript { | |
| repositories { | |
| mavenCentral() | |
| jcenter() | |
| maven { url = "https://files.minecraftforge.net/maven" } | |
| maven { url = "https://gitlab.com/EMC-Framework/maven/raw/master/" } | |
| maven { url = "https://plugins.gradle.org/m2/" } | |
| } | |
| dependencies { | |
| classpath "net.minecraftforge.gradle:ForgeGradle:5.+" |
| // CompatibilityData.cpp | |
| // Modified by Christopher Stack, 2020 | |
| // | |
| #include <iostream> | |
| #include <time.h> //ctime | |
| #include <assert.h> //assert | |
| #include <sys/timeb.h> //_timeb _ftime_s | |
| using namespace std; |
| Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Laptop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: GenuineIntel | |
| CPU Brand: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz | |
| CPU Family: 0x6 |
| Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Laptop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: GenuineIntel | |
| CPU Brand: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz | |
| CPU Family: 0x6 |
| [Pterodactyl Daemon] Server marked as STARTING | |
| [Pterodactyl Daemon] Checking size of server data directory... | |
| [Pterodactyl Daemon] Disk Usage: 8452M / 12000M | |
| [Pterodactyl Daemon] Ensuring file permissions. | |
| [Pterodactyl Daemon] Running server preflight. | |
| [Pterodactyl Daemon] Starting server container. | |
| [21:51:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
| [21:51:01] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
| [21:51:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
| [21:51:01] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading |
| 15.05 09:05:02 [Server] Server thread/ERROR [Sponge]: /***************************************************************************************************************************************************************************/ | |
| 15.05 09:05:02 [Server] Server thread/ERROR [Sponge]: /* Exception Exiting Phase */ | |
| 15.05 09:05:02 [Server] Server thread/ERROR [Sponge]: /***************************************************************************************************************************************************************************/ | |
| 15.05 09:05:02 [Server] Server thread/ERROR [Sponge]: /* Something happened when trying to unwind GeneralPhase{}{CompletePhase} */ | |
| 15.05 09:05:02 [Server] Server thread/ERROR [Sponge]: /* PhaseContext : |
| [16:13:53] [Server thread/INFO]: Starting minecraft server version 1.12.1 | |
| [16:13:53] [Server thread/INFO]: Loading properties | |
| [16:13:53] [Server thread/INFO]: Default game type: SURVIVAL | |
| [16:13:53] [Server thread/INFO]: This server is running Paper version git-Paper-1185 (MC: 1.12.1) (Implementing API version 1.12.1-R0.1-SNAPSHOT) | |
| [16:13:53] [Server thread/INFO]: Debug logging is disabled | |
| [16:13:53] [Server thread/INFO]: Using 4 threads for Netty based IO | |
| [16:13:53] [Server thread/INFO]: Server Ping Player Sample Count: 12 | |
| [16:13:54] [Server thread/INFO]: Generating keypair | |
| [16:13:54] [Server thread/INFO]: Starting Minecraft server on *:25565 | |
| [16:13:54] [Server thread/INFO]: Using default channel type |
| ############################################################ | |
| # +------------------------------------------------------+ # | |
| # | Notes | # | |
| # +------------------------------------------------------+ # | |
| ############################################################ | |
| # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI. | |
| # If you receive an error when Essentials loads, ensure that: | |
| # - No tabs are present: YAML only allows spaces | |
| # - Indents are correct: YAML hierarchy is based entirely on indentation |