commit ed87937734ab5193533f20cde59e3bd4742ddcd9 Author: bento64 Date: Thu Aug 4 17:18:15 2022 +0700 Init backup diff --git a/banned-ips.json b/banned-ips.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/banned-ips.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/banned-players.json b/banned-players.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/banned-players.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/bukkit.yml b/bukkit.yml new file mode 100644 index 0000000..cdb6ac0 --- /dev/null +++ b/bukkit.yml @@ -0,0 +1,31 @@ +settings: + allow-end: true + warn-on-overload: true + permissions-file: permissions.yml + update-folder: update + plugin-profiling: false + connection-throttle: 4000 + query-plugins: true + deprecated-verbose: default + shutdown-message: Server closed + minimum-api: none +spawn-limits: + monsters: 70 + animals: 10 + water-animals: 5 + water-ambient: 20 + water-underground-creature: 5 + axolotls: 5 + ambient: 15 +chunk-gc: + period-in-ticks: 600 +ticks-per: + animal-spawns: 400 + monster-spawns: 1 + water-spawns: 1 + water-ambient-spawns: 1 + water-underground-creature-spawns: 1 + axolotl-spawns: 1 + ambient-spawns: 1 + autosave: 6000 +aliases: now-in-commands.yml diff --git a/cache/mojang_1.18.2.jar b/cache/mojang_1.18.2.jar new file mode 100644 index 0000000..4fc0c3a Binary files /dev/null and b/cache/mojang_1.18.2.jar differ diff --git a/commands.yml b/commands.yml new file mode 100644 index 0000000..da50320 --- /dev/null +++ b/commands.yml @@ -0,0 +1,5 @@ +command-block-overrides: [] +ignore-vanilla-permissions: false +aliases: + icanhasbukkit: + - version $1- diff --git a/core.jar b/core.jar new file mode 100644 index 0000000..c6c630f Binary files /dev/null and b/core.jar differ diff --git a/eula.txt b/eula.txt new file mode 100644 index 0000000..02dccd9 --- /dev/null +++ b/eula.txt @@ -0,0 +1 @@ +eula=true diff --git a/help.yml b/help.yml new file mode 100644 index 0000000..e69de29 diff --git a/launch.sh b/launch.sh new file mode 100755 index 0000000..e655776 --- /dev/null +++ b/launch.sh @@ -0,0 +1 @@ +java -Xmx2048M -Xms2048M -jar ./core.jar diff --git a/libraries/com/github/oshi/oshi-core/5.8.5/oshi-core-5.8.5.jar b/libraries/com/github/oshi/oshi-core/5.8.5/oshi-core-5.8.5.jar new file mode 100644 index 0000000..923983f Binary files /dev/null and b/libraries/com/github/oshi/oshi-core/5.8.5/oshi-core-5.8.5.jar differ diff --git a/libraries/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar b/libraries/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar new file mode 100644 index 0000000..59222d9 Binary files /dev/null and b/libraries/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar differ diff --git a/libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar b/libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar new file mode 100644 index 0000000..3351867 Binary files /dev/null and b/libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar differ diff --git a/libraries/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.jar b/libraries/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.jar new file mode 100644 index 0000000..8ea5377 Binary files /dev/null and b/libraries/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.jar differ diff --git a/libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar b/libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar new file mode 100644 index 0000000..9b56dc7 Binary files /dev/null and b/libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar differ diff --git a/libraries/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar b/libraries/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar new file mode 100644 index 0000000..324887d Binary files /dev/null and b/libraries/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar differ diff --git a/libraries/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar b/libraries/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar new file mode 100644 index 0000000..45832c0 Binary files /dev/null and b/libraries/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar differ diff --git a/libraries/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar b/libraries/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar new file mode 100644 index 0000000..a429c72 Binary files /dev/null and b/libraries/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar differ diff --git a/libraries/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar b/libraries/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar new file mode 100644 index 0000000..7224d23 Binary files /dev/null and b/libraries/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar differ diff --git a/libraries/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar b/libraries/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar new file mode 100644 index 0000000..dfd5856 Binary files /dev/null and b/libraries/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar differ diff --git a/libraries/com/lmax/disruptor/3.4.4/disruptor-3.4.4.jar b/libraries/com/lmax/disruptor/3.4.4/disruptor-3.4.4.jar new file mode 100644 index 0000000..8a918cf Binary files /dev/null and b/libraries/com/lmax/disruptor/3.4.4/disruptor-3.4.4.jar differ diff --git a/libraries/com/mojang/authlib/3.3.39/authlib-3.3.39.jar b/libraries/com/mojang/authlib/3.3.39/authlib-3.3.39.jar new file mode 100644 index 0000000..bbb51f1 Binary files /dev/null and b/libraries/com/mojang/authlib/3.3.39/authlib-3.3.39.jar differ diff --git a/libraries/com/mojang/brigadier/1.0.18/brigadier-1.0.18.jar b/libraries/com/mojang/brigadier/1.0.18/brigadier-1.0.18.jar new file mode 100644 index 0000000..e55d405 Binary files /dev/null and b/libraries/com/mojang/brigadier/1.0.18/brigadier-1.0.18.jar differ diff --git a/libraries/com/mojang/datafixerupper/4.1.27/datafixerupper-4.1.27.jar b/libraries/com/mojang/datafixerupper/4.1.27/datafixerupper-4.1.27.jar new file mode 100644 index 0000000..9ce512f Binary files /dev/null and b/libraries/com/mojang/datafixerupper/4.1.27/datafixerupper-4.1.27.jar differ diff --git a/libraries/com/mojang/javabridge/1.2.24/javabridge-1.2.24.jar b/libraries/com/mojang/javabridge/1.2.24/javabridge-1.2.24.jar new file mode 100644 index 0000000..b3d73c5 Binary files /dev/null and b/libraries/com/mojang/javabridge/1.2.24/javabridge-1.2.24.jar differ diff --git a/libraries/com/mojang/logging/1.0.0/logging-1.0.0.jar b/libraries/com/mojang/logging/1.0.0/logging-1.0.0.jar new file mode 100644 index 0000000..c686afc Binary files /dev/null and b/libraries/com/mojang/logging/1.0.0/logging-1.0.0.jar differ diff --git a/libraries/com/velocitypowered/velocity-native/1.1.0-SNAPSHOT/velocity-native-1.1.0-SNAPSHOT.jar b/libraries/com/velocitypowered/velocity-native/1.1.0-SNAPSHOT/velocity-native-1.1.0-SNAPSHOT.jar new file mode 100644 index 0000000..b25e867 Binary files /dev/null and b/libraries/com/velocitypowered/velocity-native/1.1.0-SNAPSHOT/velocity-native-1.1.0-SNAPSHOT.jar differ diff --git a/libraries/commons-codec/commons-codec/1.11/commons-codec-1.11.jar b/libraries/commons-codec/commons-codec/1.11/commons-codec-1.11.jar new file mode 100644 index 0000000..2245120 Binary files /dev/null and b/libraries/commons-codec/commons-codec/1.11/commons-codec-1.11.jar differ diff --git a/libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar b/libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar new file mode 100644 index 0000000..be507d9 Binary files /dev/null and b/libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar differ diff --git a/libraries/commons-lang/commons-lang/2.6/commons-lang-2.6.jar b/libraries/commons-lang/commons-lang/2.6/commons-lang-2.6.jar new file mode 100644 index 0000000..98467d3 Binary files /dev/null and b/libraries/commons-lang/commons-lang/2.6/commons-lang-2.6.jar differ diff --git a/libraries/io/netty/netty-all/4.1.68.Final/netty-all-4.1.68.Final.jar b/libraries/io/netty/netty-all/4.1.68.Final/netty-all-4.1.68.Final.jar new file mode 100644 index 0000000..c706024 Binary files /dev/null and b/libraries/io/netty/netty-all/4.1.68.Final/netty-all-4.1.68.Final.jar differ diff --git a/libraries/io/papermc/paper/paper-api/1.18.2-R0.1-SNAPSHOT/paper-api-1.18.2-R0.1-SNAPSHOT.jar b/libraries/io/papermc/paper/paper-api/1.18.2-R0.1-SNAPSHOT/paper-api-1.18.2-R0.1-SNAPSHOT.jar new file mode 100644 index 0000000..4bc2fb1 Binary files /dev/null and b/libraries/io/papermc/paper/paper-api/1.18.2-R0.1-SNAPSHOT/paper-api-1.18.2-R0.1-SNAPSHOT.jar differ diff --git a/libraries/io/papermc/paper/paper-mojangapi/1.18.2-R0.1-SNAPSHOT/paper-mojangapi-1.18.2-R0.1-SNAPSHOT.jar b/libraries/io/papermc/paper/paper-mojangapi/1.18.2-R0.1-SNAPSHOT/paper-mojangapi-1.18.2-R0.1-SNAPSHOT.jar new file mode 100644 index 0000000..6609073 Binary files /dev/null and b/libraries/io/papermc/paper/paper-mojangapi/1.18.2-R0.1-SNAPSHOT/paper-mojangapi-1.18.2-R0.1-SNAPSHOT.jar differ diff --git a/libraries/it/unimi/dsi/fastutil/8.5.6/fastutil-8.5.6.jar b/libraries/it/unimi/dsi/fastutil/8.5.6/fastutil-8.5.6.jar new file mode 100644 index 0000000..8ccad6a Binary files /dev/null and b/libraries/it/unimi/dsi/fastutil/8.5.6/fastutil-8.5.6.jar differ diff --git a/libraries/javax/inject/javax.inject/1/javax.inject-1.jar b/libraries/javax/inject/javax.inject/1/javax.inject-1.jar new file mode 100644 index 0000000..b2a9d0b Binary files /dev/null and b/libraries/javax/inject/javax.inject/1/javax.inject-1.jar differ diff --git a/libraries/mysql/mysql-connector-java/8.0.27/mysql-connector-java-8.0.27.jar b/libraries/mysql/mysql-connector-java/8.0.27/mysql-connector-java-8.0.27.jar new file mode 100644 index 0000000..683ac26 Binary files /dev/null and b/libraries/mysql/mysql-connector-java/8.0.27/mysql-connector-java-8.0.27.jar differ diff --git a/libraries/net/fabricmc/mapping-io/0.3.0/mapping-io-0.3.0.jar b/libraries/net/fabricmc/mapping-io/0.3.0/mapping-io-0.3.0.jar new file mode 100644 index 0000000..fe9f70a Binary files /dev/null and b/libraries/net/fabricmc/mapping-io/0.3.0/mapping-io-0.3.0.jar differ diff --git a/libraries/net/java/dev/jna/jna-platform/5.10.0/jna-platform-5.10.0.jar b/libraries/net/java/dev/jna/jna-platform/5.10.0/jna-platform-5.10.0.jar new file mode 100644 index 0000000..dd4bba6 Binary files /dev/null and b/libraries/net/java/dev/jna/jna-platform/5.10.0/jna-platform-5.10.0.jar differ diff --git a/libraries/net/java/dev/jna/jna/5.10.0/jna-5.10.0.jar b/libraries/net/java/dev/jna/jna/5.10.0/jna-5.10.0.jar new file mode 100644 index 0000000..e73c2c2 Binary files /dev/null and b/libraries/net/java/dev/jna/jna/5.10.0/jna-5.10.0.jar differ diff --git a/libraries/net/kyori/adventure-api/4.11.0/adventure-api-4.11.0.jar b/libraries/net/kyori/adventure-api/4.11.0/adventure-api-4.11.0.jar new file mode 100644 index 0000000..e400b9d Binary files /dev/null and b/libraries/net/kyori/adventure-api/4.11.0/adventure-api-4.11.0.jar differ diff --git a/libraries/net/kyori/adventure-key/4.11.0/adventure-key-4.11.0.jar b/libraries/net/kyori/adventure-key/4.11.0/adventure-key-4.11.0.jar new file mode 100644 index 0000000..4c8493b Binary files /dev/null and b/libraries/net/kyori/adventure-key/4.11.0/adventure-key-4.11.0.jar differ diff --git a/libraries/net/kyori/adventure-text-logger-slf4j/4.11.0/adventure-text-logger-slf4j-4.11.0.jar b/libraries/net/kyori/adventure-text-logger-slf4j/4.11.0/adventure-text-logger-slf4j-4.11.0.jar new file mode 100644 index 0000000..d253695 Binary files /dev/null and b/libraries/net/kyori/adventure-text-logger-slf4j/4.11.0/adventure-text-logger-slf4j-4.11.0.jar differ diff --git a/libraries/net/kyori/adventure-text-minimessage/4.11.0/adventure-text-minimessage-4.11.0.jar b/libraries/net/kyori/adventure-text-minimessage/4.11.0/adventure-text-minimessage-4.11.0.jar new file mode 100644 index 0000000..da20229 Binary files /dev/null and b/libraries/net/kyori/adventure-text-minimessage/4.11.0/adventure-text-minimessage-4.11.0.jar differ diff --git a/libraries/net/kyori/adventure-text-serializer-gson/4.11.0/adventure-text-serializer-gson-4.11.0.jar b/libraries/net/kyori/adventure-text-serializer-gson/4.11.0/adventure-text-serializer-gson-4.11.0.jar new file mode 100644 index 0000000..c4d51d3 Binary files /dev/null and b/libraries/net/kyori/adventure-text-serializer-gson/4.11.0/adventure-text-serializer-gson-4.11.0.jar differ diff --git a/libraries/net/kyori/adventure-text-serializer-legacy/4.11.0/adventure-text-serializer-legacy-4.11.0.jar b/libraries/net/kyori/adventure-text-serializer-legacy/4.11.0/adventure-text-serializer-legacy-4.11.0.jar new file mode 100644 index 0000000..23e88a5 Binary files /dev/null and b/libraries/net/kyori/adventure-text-serializer-legacy/4.11.0/adventure-text-serializer-legacy-4.11.0.jar differ diff --git a/libraries/net/kyori/adventure-text-serializer-plain/4.11.0/adventure-text-serializer-plain-4.11.0.jar b/libraries/net/kyori/adventure-text-serializer-plain/4.11.0/adventure-text-serializer-plain-4.11.0.jar new file mode 100644 index 0000000..82ffc4b Binary files /dev/null and b/libraries/net/kyori/adventure-text-serializer-plain/4.11.0/adventure-text-serializer-plain-4.11.0.jar differ diff --git a/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar b/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar new file mode 100644 index 0000000..8021db0 Binary files /dev/null and b/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar differ diff --git a/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar b/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar new file mode 100644 index 0000000..0d3587e Binary files /dev/null and b/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar differ diff --git a/libraries/net/md-5/bungeecord-chat/1.16-R0.4-deprecated+build.6/bungeecord-chat-1.16-R0.4-deprecated+build.6.jar b/libraries/net/md-5/bungeecord-chat/1.16-R0.4-deprecated+build.6/bungeecord-chat-1.16-R0.4-deprecated+build.6.jar new file mode 100644 index 0000000..61279cc Binary files /dev/null and b/libraries/net/md-5/bungeecord-chat/1.16-R0.4-deprecated+build.6/bungeecord-chat-1.16-R0.4-deprecated+build.6.jar differ diff --git a/libraries/net/minecrell/terminalconsoleappender/1.3.0/terminalconsoleappender-1.3.0.jar b/libraries/net/minecrell/terminalconsoleappender/1.3.0/terminalconsoleappender-1.3.0.jar new file mode 100644 index 0000000..471af96 Binary files /dev/null and b/libraries/net/minecrell/terminalconsoleappender/1.3.0/terminalconsoleappender-1.3.0.jar differ diff --git a/libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar b/libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar new file mode 100644 index 0000000..317b2b0 Binary files /dev/null and b/libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar differ diff --git a/libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar b/libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar new file mode 100644 index 0000000..4d434a2 Binary files /dev/null and b/libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar differ diff --git a/libraries/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar b/libraries/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar new file mode 100644 index 0000000..218ee25 Binary files /dev/null and b/libraries/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar differ diff --git a/libraries/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar b/libraries/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar new file mode 100644 index 0000000..349db18 Binary files /dev/null and b/libraries/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar differ diff --git a/libraries/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar b/libraries/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar new file mode 100644 index 0000000..605c45d Binary files /dev/null and b/libraries/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar differ diff --git a/libraries/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar b/libraries/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar new file mode 100644 index 0000000..bbead12 Binary files /dev/null and b/libraries/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar differ diff --git a/libraries/org/apache/logging/log4j/log4j-iostreams/2.17.1/log4j-iostreams-2.17.1.jar b/libraries/org/apache/logging/log4j/log4j-iostreams/2.17.1/log4j-iostreams-2.17.1.jar new file mode 100644 index 0000000..10b6db7 Binary files /dev/null and b/libraries/org/apache/logging/log4j/log4j-iostreams/2.17.1/log4j-iostreams-2.17.1.jar differ diff --git a/libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.17.1/log4j-slf4j18-impl-2.17.1.jar b/libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.17.1/log4j-slf4j18-impl-2.17.1.jar new file mode 100644 index 0000000..840e7ed Binary files /dev/null and b/libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.17.1/log4j-slf4j18-impl-2.17.1.jar differ diff --git a/libraries/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.jar b/libraries/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.jar new file mode 100644 index 0000000..d59793e Binary files /dev/null and b/libraries/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.jar differ diff --git a/libraries/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.jar b/libraries/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.jar new file mode 100644 index 0000000..3d78c83 Binary files /dev/null and b/libraries/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.jar differ diff --git a/libraries/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.jar b/libraries/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.jar new file mode 100644 index 0000000..ca59bb7 Binary files /dev/null and b/libraries/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.jar differ diff --git a/libraries/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.jar b/libraries/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.jar new file mode 100644 index 0000000..11c05e1 Binary files /dev/null and b/libraries/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.jar differ diff --git a/libraries/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar b/libraries/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar new file mode 100644 index 0000000..b5a6ac9 Binary files /dev/null and b/libraries/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar differ diff --git a/libraries/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.jar b/libraries/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.jar new file mode 100644 index 0000000..61e0fac Binary files /dev/null and b/libraries/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.jar differ diff --git a/libraries/org/apache/maven/resolver/maven-resolver-api/1.7.2/maven-resolver-api-1.7.2.jar b/libraries/org/apache/maven/resolver/maven-resolver-api/1.7.2/maven-resolver-api-1.7.2.jar new file mode 100644 index 0000000..2a90308 Binary files /dev/null and b/libraries/org/apache/maven/resolver/maven-resolver-api/1.7.2/maven-resolver-api-1.7.2.jar differ diff --git a/libraries/org/apache/maven/resolver/maven-resolver-connector-basic/1.7.2/maven-resolver-connector-basic-1.7.2.jar b/libraries/org/apache/maven/resolver/maven-resolver-connector-basic/1.7.2/maven-resolver-connector-basic-1.7.2.jar new file mode 100644 index 0000000..8eb35ae Binary files /dev/null and b/libraries/org/apache/maven/resolver/maven-resolver-connector-basic/1.7.2/maven-resolver-connector-basic-1.7.2.jar differ diff --git a/libraries/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar b/libraries/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar new file mode 100644 index 0000000..8ca8081 Binary files /dev/null and b/libraries/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar differ diff --git a/libraries/org/apache/maven/resolver/maven-resolver-spi/1.7.2/maven-resolver-spi-1.7.2.jar b/libraries/org/apache/maven/resolver/maven-resolver-spi/1.7.2/maven-resolver-spi-1.7.2.jar new file mode 100644 index 0000000..6e56ff9 Binary files /dev/null and b/libraries/org/apache/maven/resolver/maven-resolver-spi/1.7.2/maven-resolver-spi-1.7.2.jar differ diff --git a/libraries/org/apache/maven/resolver/maven-resolver-transport-http/1.7.2/maven-resolver-transport-http-1.7.2.jar b/libraries/org/apache/maven/resolver/maven-resolver-transport-http/1.7.2/maven-resolver-transport-http-1.7.2.jar new file mode 100644 index 0000000..f74bd65 Binary files /dev/null and b/libraries/org/apache/maven/resolver/maven-resolver-transport-http/1.7.2/maven-resolver-transport-http-1.7.2.jar differ diff --git a/libraries/org/apache/maven/resolver/maven-resolver-util/1.7.2/maven-resolver-util-1.7.2.jar b/libraries/org/apache/maven/resolver/maven-resolver-util/1.7.2/maven-resolver-util-1.7.2.jar new file mode 100644 index 0000000..59ca930 Binary files /dev/null and b/libraries/org/apache/maven/resolver/maven-resolver-util/1.7.2/maven-resolver-util-1.7.2.jar differ diff --git a/libraries/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar b/libraries/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar new file mode 100644 index 0000000..e9eed80 Binary files /dev/null and b/libraries/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar differ diff --git a/libraries/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar b/libraries/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar new file mode 100644 index 0000000..cfcf162 Binary files /dev/null and b/libraries/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar differ diff --git a/libraries/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar b/libraries/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar new file mode 100644 index 0000000..81053c2 Binary files /dev/null and b/libraries/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar differ diff --git a/libraries/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar b/libraries/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar new file mode 100644 index 0000000..3cbed69 Binary files /dev/null and b/libraries/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar differ diff --git a/libraries/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar b/libraries/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar new file mode 100644 index 0000000..d6bb12f Binary files /dev/null and b/libraries/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar differ diff --git a/libraries/org/jline/jline-reader/3.20.0/jline-reader-3.20.0.jar b/libraries/org/jline/jline-reader/3.20.0/jline-reader-3.20.0.jar new file mode 100644 index 0000000..b7921f7 Binary files /dev/null and b/libraries/org/jline/jline-reader/3.20.0/jline-reader-3.20.0.jar differ diff --git a/libraries/org/jline/jline-terminal-jansi/3.21.0/jline-terminal-jansi-3.21.0.jar b/libraries/org/jline/jline-terminal-jansi/3.21.0/jline-terminal-jansi-3.21.0.jar new file mode 100644 index 0000000..94eb207 Binary files /dev/null and b/libraries/org/jline/jline-terminal-jansi/3.21.0/jline-terminal-jansi-3.21.0.jar differ diff --git a/libraries/org/jline/jline-terminal/3.21.0/jline-terminal-3.21.0.jar b/libraries/org/jline/jline-terminal/3.21.0/jline-terminal-3.21.0.jar new file mode 100644 index 0000000..d7adbc5 Binary files /dev/null and b/libraries/org/jline/jline-terminal/3.21.0/jline-terminal-3.21.0.jar differ diff --git a/libraries/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar b/libraries/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar new file mode 100644 index 0000000..9d575ca Binary files /dev/null and b/libraries/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar differ diff --git a/libraries/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar b/libraries/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar new file mode 100644 index 0000000..01028a0 Binary files /dev/null and b/libraries/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar differ diff --git a/libraries/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar b/libraries/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar new file mode 100644 index 0000000..0a6833a Binary files /dev/null and b/libraries/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar differ diff --git a/libraries/org/ow2/asm/asm/9.2/asm-9.2.jar b/libraries/org/ow2/asm/asm/9.2/asm-9.2.jar new file mode 100644 index 0000000..3557ae4 Binary files /dev/null and b/libraries/org/ow2/asm/asm/9.2/asm-9.2.jar differ diff --git a/libraries/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar b/libraries/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar new file mode 100644 index 0000000..44e9f63 Binary files /dev/null and b/libraries/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar differ diff --git a/libraries/org/slf4j/slf4j-api/1.8.0-beta4/slf4j-api-1.8.0-beta4.jar b/libraries/org/slf4j/slf4j-api/1.8.0-beta4/slf4j-api-1.8.0-beta4.jar new file mode 100644 index 0000000..c6458a7 Binary files /dev/null and b/libraries/org/slf4j/slf4j-api/1.8.0-beta4/slf4j-api-1.8.0-beta4.jar differ diff --git a/libraries/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.jar b/libraries/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.jar new file mode 100644 index 0000000..5cc7c44 Binary files /dev/null and b/libraries/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.jar differ diff --git a/libraries/org/yaml/snakeyaml/1.30/snakeyaml-1.30.jar b/libraries/org/yaml/snakeyaml/1.30/snakeyaml-1.30.jar new file mode 100644 index 0000000..6c9b2bc Binary files /dev/null and b/libraries/org/yaml/snakeyaml/1.30/snakeyaml-1.30.jar differ diff --git a/logs/2022-08-03-1.log.gz b/logs/2022-08-03-1.log.gz new file mode 100644 index 0000000..8eeac56 Binary files /dev/null and b/logs/2022-08-03-1.log.gz differ diff --git a/logs/2022-08-03-2.log.gz b/logs/2022-08-03-2.log.gz new file mode 100644 index 0000000..cc7b409 Binary files /dev/null and b/logs/2022-08-03-2.log.gz differ diff --git a/logs/2022-08-04-1.log.gz b/logs/2022-08-04-1.log.gz new file mode 100644 index 0000000..65e9aa8 Binary files /dev/null and b/logs/2022-08-04-1.log.gz differ diff --git a/logs/2022-08-04-2.log.gz b/logs/2022-08-04-2.log.gz new file mode 100644 index 0000000..ee0765b Binary files /dev/null and b/logs/2022-08-04-2.log.gz differ diff --git a/logs/2022-08-04-3.log.gz b/logs/2022-08-04-3.log.gz new file mode 100644 index 0000000..d7fbec7 Binary files /dev/null and b/logs/2022-08-04-3.log.gz differ diff --git a/logs/2022-08-04-4.log.gz b/logs/2022-08-04-4.log.gz new file mode 100644 index 0000000..69dfe6a Binary files /dev/null and b/logs/2022-08-04-4.log.gz differ diff --git a/logs/latest.log b/logs/latest.log new file mode 100644 index 0000000..f6d9991 --- /dev/null +++ b/logs/latest.log @@ -0,0 +1,117 @@ +[17:08:09] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' +[17:08:10] [Worker-Main-4/INFO]: Loaded 7 recipes +[17:08:11] [Server thread/INFO]: Starting minecraft server version 1.18.2 +[17:08:11] [Server thread/INFO]: Loading properties +[17:08:11] [Server thread/INFO]: This server is running Paper version git-Paper-387 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT) (Git: df630a2 on ver/1.18.2) +[17:08:12] [Server thread/INFO]: Server Ping Player Sample Count: 12 +[17:08:12] [Server thread/INFO]: Using 4 threads for Netty based IO +[17:08:12] [Server thread/INFO]: Default game type: SURVIVAL +[17:08:12] [Server thread/INFO]: Generating keypair +[17:08:12] [Server thread/INFO]: Starting Minecraft server on localhost:25565 +[17:08:12] [Server thread/INFO]: Using epoll channel type +[17:08:12] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity. +[17:08:12] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity. +[17:08:12] [Server thread/INFO]: [PasswordProtect] Loading PasswordProtect v3.1.0 +[17:08:12] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v14.2.1 +[17:08:12] [Server thread/INFO]: [TAB] Loading TAB v3.1.3 +[17:08:12] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it +[17:08:12] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! +[17:08:12] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. +[17:08:12] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose. +[17:08:12] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. +[17:08:12] [Server thread/INFO]: Preparing level "world" +[17:08:13] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld +[17:08:13] [Server thread/INFO]: Time elapsed: 159 ms +[17:08:13] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether +[17:08:13] [Server thread/INFO]: Time elapsed: 127 ms +[17:08:13] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end +[17:08:13] [Server thread/INFO]: Time elapsed: 59 ms +[17:08:13] [Server thread/INFO]: [PasswordProtect] Enabling PasswordProtect v3.1.0 +[17:08:13] [Server thread/WARN]: [PasswordProtect] Failed to copy the default config! +java.nio.file.NoSuchFileException: plugins/PasswordProtect/jails.yml + at sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[?:?] + at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) ~[?:?] + at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[?:?] + at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) ~[?:?] + at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) ~[?:?] + at java.nio.file.Files.newOutputStream(Files.java:228) ~[?:?] + at de.dustplanet.passwordprotect.utils.PasswordProtectUtilities.copy(PasswordProtectUtilities.java:72) ~[PasswordProtect.jar:?] + at de.dustplanet.passwordprotect.PasswordProtect.onEnable(PasswordProtect.java:81) ~[PasswordProtect.jar:?] + at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?] + at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?] + at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?] + at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-387] + at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-387] + at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665) ~[paper-1.18.2.jar:git-Paper-387] + at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432) ~[paper-1.18.2.jar:git-Paper-387] + at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-387] + at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-387] + at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-387] + at java.lang.Thread.run(Thread.java:833) ~[?:?] +[17:08:13] [Server thread/ERROR]: Cannot load plugins/PasswordProtect/jails.yml +java.io.FileNotFoundException: plugins/PasswordProtect/jails.yml (No such file or directory) + at java.io.FileInputStream.open0(Native Method) ~[?:?] + at java.io.FileInputStream.open(FileInputStream.java:216) ~[?:?] + at java.io.FileInputStream.(FileInputStream.java:157) ~[?:?] + at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:126) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?] + at de.dustplanet.passwordprotect.utils.ScalarYamlConfiguration.loadConfiguration(ScalarYamlConfiguration.java:46) ~[PasswordProtect.jar:?] + at de.dustplanet.passwordprotect.PasswordProtect.onEnable(PasswordProtect.java:83) ~[PasswordProtect.jar:?] + at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?] + at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?] + at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?] + at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-387] + at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-387] + at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665) ~[paper-1.18.2.jar:git-Paper-387] + at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432) ~[paper-1.18.2.jar:git-Paper-387] + at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-387] + at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-387] + at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-387] + at java.lang.Thread.run(Thread.java:833) ~[?:?] +[17:08:13] [Server thread/INFO]: [PasswordProtect] AutoUpdater is enabled and now running. +[17:08:13] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.2.1 +[17:08:13] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_18_R2, using PaperSkinRefresher. +[17:08:14] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support! +[17:08:14] [Server thread/INFO]: [TAB] Enabling TAB v3.1.3 +[17:08:14] [Server thread/INFO]: [TAB] Server version: 1.18.2 (v1_18_R2) +[17:08:14] [Server thread/INFO]: [TAB] Loaded NMS hook in 63ms +[17:08:14] [Server thread/INFO]: [TAB] Enabled in 89ms +[17:08:14] [Server thread/INFO]: Running delayed init tasks +[17:08:14] [Server thread/INFO]: Done (2.655s)! For help, type "help" +[17:08:14] [Server thread/INFO]: Timings Reset +[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer] ---------------------------------------------- +[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  +==================+ +[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  | SkinsRestorer | +[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  |------------------| +[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  | Standalone Mode | +[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  +==================+ +[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer] ---------------------------------------------- +[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  Current version: 14.2.1 +[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  This is the latest version! +[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer] ---------------------------------------------- +[17:08:14] [Server thread/INFO]: [PasswordProtect] Result from AutoUpdater is: NO_UPDATE +[17:08:37] [User Authenticator #1/INFO]: UUID of player bento64 is fd5e51a3-31c4-3585-880e-6af9a7a22e85 +[17:08:37] [Server thread/INFO]: bento64 joined the game +[17:08:37] [Server thread/INFO]: bento64[/127.0.0.1:38520] logged in with entity id 69 at ([world]-3023.847371793117, 69.0, 2039.2394333644481) +[17:08:50] [Server thread/INFO]: bento64 issued server command: /setpassword 61433395 +[17:09:23] [Server thread/INFO]: bento64 issued server command: /gamemode creative +[17:09:23] [Server thread/INFO]: [bento64: Set own game mode to Creative Mode] +[17:10:15] [Server thread/INFO]: bento64 issued server command: /setjaillocation 5 +[17:10:34] [Server thread/INFO]: bento64 lost connection: Disconnected +[17:10:34] [Server thread/INFO]: bento64 left the game +[17:12:25] [Server thread/INFO]: Stopping server +[17:12:25] [Server thread/INFO]: [TAB] Disabling TAB v3.1.3 +[17:12:25] [Server thread/INFO]: [TAB] Disabled in 1ms +[17:12:25] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v14.2.1 +[17:12:25] [Server thread/INFO]: [PasswordProtect] Disabling PasswordProtect v3.1.0 +[17:12:25] [Server thread/INFO]: Saving players +[17:12:25] [Server thread/INFO]: Saving worlds +[17:12:25] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld +[17:12:26] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether +[17:12:26] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end +[17:12:26] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved +[17:12:26] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved +[17:12:26] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved +[17:12:26] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved +[17:12:28] [Server thread/INFO]: Flushing Chunk IO +[17:12:28] [Server thread/INFO]: Closing Thread Pool +[17:12:28] [Server thread/INFO]: Closing Server diff --git a/logs/playit.log.2022-08-03 b/logs/playit.log.2022-08-03 new file mode 100644 index 0000000..5cd828c --- /dev/null +++ b/logs/playit.log.2022-08-03 @@ -0,0 +1,4 @@ +2022-08-03T14:25:33.268217Z INFO agent: Starting UI +2022-08-03T14:25:33.268355Z INFO agent::agent_config: generating claim key to setup playit program +2022-08-03T14:25:33.268369Z INFO agent::agent_config: generated claim url claim_url=https://playit.gg/claim/545cea12c60a08aa9f37d7d50a1ee3c0bf95e8af34547539119649e4099bbe86 +2022-08-03T14:25:36.499041Z INFO agent: program closed diff --git a/ops.json b/ops.json new file mode 100644 index 0000000..423da00 --- /dev/null +++ b/ops.json @@ -0,0 +1,8 @@ +[ + { + "uuid": "fd5e51a3-31c4-3585-880e-6af9a7a22e85", + "name": "bento64", + "level": 4, + "bypassesPlayerLimit": false + } +] \ No newline at end of file diff --git a/paper.yml b/paper.yml new file mode 100644 index 0000000..8eac1db --- /dev/null +++ b/paper.yml @@ -0,0 +1,372 @@ +# This is the main configuration file for Paper. +# As you can see, there's tons to configure. Some options may impact gameplay, so use +# with caution, and make sure you know what each option does before configuring. +# +# If you need help with the configuration or have any questions related to Paper, +# join us in our Discord or IRC channel. +# +# Discord: https://discord.gg/papermc +# IRC: #paper @ irc.esper.net ( https://webchat.esper.net/?channels=paper ) +# Website: https://papermc.io/ +# Docs: https://docs.papermc.io/ + +verbose: false +messages: + kick: + authentication-servers-down: '' + connection-throttle: Connection throttled! Please wait before reconnecting. + flying-player: Flying is not enabled on this server + flying-vehicle: Flying is not enabled on this server + no-permission: '&cI''m sorry, but you do not have permission to perform this command. + Please contact the server administrators if you believe that this is in error.' +timings: + enabled: true + verbose: true + url: https://timings.aikar.co/ + server-name-privacy: false + hidden-config-entries: + - database + - settings.bungeecord-addresses + - settings.velocity-support.secret + history-interval: 300 + history-length: 3600 + server-name: Unknown Server +config-version: 27 +settings: + fix-entity-position-desync: true + use-display-name-in-quit-message: false + load-permissions-yml-before-plugins: true + region-file-cache-size: 256 + enable-player-collisions: true + save-empty-scoreboard-teams: false + bungee-online-mode: true + incoming-packet-spam-threshold: 300 + use-alternative-luck-formula: false + velocity-support: + enabled: false + online-mode: false + secret: '' + console-has-all-permissions: false + player-auto-save-rate: -1 + max-player-auto-save-per-tick: -1 + fix-target-selector-tag-completion: true + lag-compensate-block-breaking: true + send-full-pos-for-hard-colliding-entities: true + time-command-affects-all-worlds: false + max-joins-per-tick: 3 + track-plugin-scoreboards: false + use-dimension-type-for-custom-spawners: false + proxy-protocol: false + resolve-selectors-in-books: false + log-player-ip-addresses: true + console: + enable-brigadier-highlighting: true + enable-brigadier-completions: true + suggest-player-names-when-null-tab-completions: true + watchdog: + early-warning-every: 5000 + early-warning-delay: 10000 + spam-limiter: + tab-spam-increment: 1 + tab-spam-limit: 500 + recipe-spam-increment: 1 + recipe-spam-limit: 20 + book-size: + page-max: 2560 + total-multiplier: 0.98 + loggers: + deobfuscate-stacktraces: true + use-rgb-for-named-text-colors: true + item-validation: + display-name: 8192 + loc-name: 8192 + lore-line: 8192 + book: + title: 8192 + author: 8192 + page: 16384 + chunk-loading: + min-load-radius: 2 + max-concurrent-sends: 2 + autoconfig-send-distance: true + target-player-chunk-send-rate: 100.0 + global-max-chunk-send-rate: -1.0 + enable-frustum-priority: false + global-max-chunk-load-rate: -1.0 + player-max-concurrent-loads: 20.0 + global-max-concurrent-loads: 500.0 + player-max-chunk-load-rate: -1.0 + async-chunks: + threads: -1 + unsupported-settings: + allow-permanent-block-break-exploits: false + allow-piston-duplication: false + perform-username-validation: true + allow-headless-pistons: false + allow-permanent-block-break-exploits-readme: This setting controls if players + should be able to break bedrock, end portals and other intended to be permanent + blocks. + allow-piston-duplication-readme: This setting controls if player should be able + to use TNT duplication, but this also allows duplicating carpet, rails and potentially + other items + allow-headless-pistons-readme: This setting controls if players should be able + to create headless pistons. + packet-limiter: + kick-message: '&cSent too many packets' + limits: + all: + interval: 7.0 + max-packet-rate: 500.0 + PacketPlayInAutoRecipe: + interval: 4.0 + max-packet-rate: 5.0 + action: DROP +world-settings: + default: + disable-teleportation-suffocation-check: false + delay-chunk-unloads-by: 10s + piglins-guard-chests: true + should-remove-dragon: false + max-auto-save-chunks-per-tick: 24 + baby-zombie-movement-modifier: 0.5 + optimize-explosions: false + use-vanilla-world-scoreboard-name-coloring: false + game-mechanics: + scan-for-legacy-ender-dragon: true + fix-curing-zombie-villager-discount-exploit: true + disable-pillager-patrols: false + pillager-patrols: + spawn-chance: 0.2 + spawn-delay: + per-player: false + ticks: 12000 + start: + per-player: false + day: 5 + disable-end-credits: false + disable-player-crits: false + disable-sprint-interruption-on-attack: false + shield-blocking-delay: 5 + disable-chest-cat-detection: false + nerf-pigmen-from-nether-portals: false + disable-unloaded-chunk-enderpearl-exploit: true + disable-relative-projectile-velocity: false + disable-mob-spawner-spawn-egg-transformation: false + prevent-moving-into-unloaded-chunks: false + count-all-mobs-for-spawning: false + spawn-limits: + monster: -1 + creature: -1 + ambient: -1 + axolotls: -1 + underground_water_creature: -1 + water_creature: -1 + water_ambient: -1 + experience-merge-max-value: -1 + allow-using-signs-inside-spawn-protection: false + wandering-trader: + spawn-minute-length: 1200 + spawn-day-length: 24000 + spawn-chance-failure-increment: 25 + spawn-chance-min: 25 + spawn-chance-max: 75 + door-breaking-difficulty: + zombie: + - HARD + zombie_villager: + - HARD + husk: + - HARD + zombified_piglin: + - HARD + vindicator: + - NORMAL + - HARD + max-growth-height: + cactus: 3 + reeds: 3 + bamboo: + max: 16 + min: 11 + despawn-ranges: + monster: + soft: 32 + hard: 128 + creature: + soft: 32 + hard: 128 + ambient: + soft: 32 + hard: 128 + axolotls: + soft: 32 + hard: 128 + underground_water_creature: + soft: 32 + hard: 128 + water_creature: + soft: 32 + hard: 128 + water_ambient: + soft: 32 + hard: 64 + misc: + soft: 32 + hard: 128 + falling-block-height-nerf: 0 + tnt-entity-height-nerf: 0 + slime-spawn-height: + swamp-biome: + maximum: 70.0 + minimum: 50.0 + slime-chunk: + maximum: 40.0 + frosted-ice: + enabled: true + delay: + min: 20 + max: 40 + lootables: + auto-replenish: false + restrict-player-reloot: true + reset-seed-on-fill: true + max-refills: -1 + refresh-min: 12h + refresh-max: 2d + filter-nbt-data-from-spawn-eggs-and-related: true + enable-treasure-maps: true + treasure-maps-find-already-discovered: + villager-trade: false + loot-tables: default + max-entity-collisions: 8 + disable-creeper-lingering-effect: false + duplicate-uuid-resolver: saferegen + duplicate-uuid-saferegen-delete-range: 32 + hopper: + cooldown-when-full: true + disable-move-event: false + ignore-occluding-blocks: false + mob-effects: + undead-immune-to-certain-effects: true + spiders-immune-to-poison-effect: true + immune-to-wither-effect: + wither: true + wither-skeleton: true + update-pathfinding-on-block-update: true + phantoms-do-not-spawn-on-creative-players: true + phantoms-only-attack-insomniacs: true + mobs-can-always-pick-up-loot: + zombies: false + skeletons: false + map-item-frame-cursor-update-interval: 10 + allow-player-cramming-damage: false + anticheat: + obfuscation: + items: + hide-itemmeta: false + hide-durability: false + monster-spawn-max-light-level: -1 + map-item-frame-cursor-limit: 128 + light-queue-size: 20 + auto-save-interval: -1 + armor-stands-do-collision-entity-lookups: true + container-update-tick-rate: 1 + anti-xray: + enabled: false + engine-mode: 1 + max-block-height: 64 + update-radius: 2 + lava-obscures: false + use-permission: false + hidden-blocks: + - copper_ore + - deepslate_copper_ore + - gold_ore + - deepslate_gold_ore + - iron_ore + - deepslate_iron_ore + - coal_ore + - deepslate_coal_ore + - lapis_ore + - deepslate_lapis_ore + - mossy_cobblestone + - obsidian + - chest + - diamond_ore + - deepslate_diamond_ore + - redstone_ore + - deepslate_redstone_ore + - clay + - emerald_ore + - deepslate_emerald_ore + - ender_chest + replacement-blocks: + - stone + - oak_planks + - deepslate + keep-spawn-loaded: true + disable-thunder: false + skeleton-horse-thunder-spawn-chance: 0.01 + disable-ice-and-snow: false + keep-spawn-loaded-range: 10 + nether-ceiling-void-damage-height: 0 + only-players-collide: false + allow-vehicle-collisions: true + allow-non-player-entities-on-scoreboards: false + portal-search-radius: 128 + portal-create-radius: 16 + portal-search-vanilla-dimension-scaling: true + fix-items-merging-through-walls: false + parrots-are-unaffected-by-player-movement: false + disable-explosion-knockback: false + fix-climbing-bypassing-cramming-rule: false + water-over-lava-flow-speed: 5 + grass-spread-tick-rate: 1 + redstone-implementation: vanilla + fixed-chunk-inhabited-time: -1 + prevent-tnt-from-moving-in-water: false + iron-golems-can-spawn-in-air: false + max-leash-distance: 10.0 + show-sign-click-command-failure-msgs-to-player: false + armor-stands-tick: true + non-player-arrow-despawn-rate: -1 + creative-arrow-despawn-rate: -1 + spawner-nerfed-mobs-should-jump: false + entities-target-with-follow-range: false + wateranimal-spawn-height: + maximum: default + minimum: default + zombies-target-turtle-eggs: true + zombie-villager-infection-chance: -1.0 + unsupported-settings: + fix-invulnerable-end-crystal-exploit: true + all-chunks-are-slime-chunks: false + mob-spawner-tick-rate: 1 + per-player-mob-spawns: true + generator-settings: + flat-bedrock: false + split-overstacked-loot: true + ender-dragons-death-always-places-dragon-egg: false + fishing-time-range: + MinimumTicks: 100 + MaximumTicks: 600 + entity-per-chunk-save-limit: + experience_orb: -1 + snowball: -1 + ender_pearl: -1 + arrow: -1 + fireball: -1 + small_fireball: -1 + tick-rates: + sensor: + villager: + secondarypoisensor: 40 + behavior: + villager: + validatenearbypoi: -1 + feature-seeds: + generate-random-seeds-for-all: false + alt-item-despawn-rate: + enabled: false + items: + cobblestone: 300 diff --git a/permissions.yml b/permissions.yml new file mode 100644 index 0000000..e69de29 diff --git a/playit.toml b/playit.toml new file mode 100644 index 0000000..b4a0bae --- /dev/null +++ b/playit.toml @@ -0,0 +1,3 @@ +refresh_from_api = true +secret_key = "put-secret-here" +mappings = [] diff --git a/plugins/PasswordProtect.jar b/plugins/PasswordProtect.jar new file mode 100644 index 0000000..29f8f2f Binary files /dev/null and b/plugins/PasswordProtect.jar differ diff --git a/plugins/PasswordProtect/config.yml b/plugins/PasswordProtect/config.yml new file mode 100644 index 0000000..2695fb1 --- /dev/null +++ b/plugins/PasswordProtect/config.yml @@ -0,0 +1,40 @@ +# For help please refer to https://dev.bukkit.org/projects/passwordprotect + +# For help please refer to https://dev.bukkit.org/projects/passwordprotect +hash: SHA-512 +opsRequirePassword: true +disableJailArea: false +cleanPassword: false +password: ff8bd17df3078877cc396b85e7cbfd5925f67dad36868eadc4ca5d552ba89b2b0bc14211f82f31a124c1cb9ddf94e8d040a12e04a83135a235f7a3a6b6814d92 +passwordClean: '' +autoUpdater: true +prevent: + movement: true + interaction: true + interactionMobs: true + itemPickup: true + itemDrop: true + portal: true + blockPlace: true + blockBreak: true + triggering: true + attacks: true + damage: true + chat: true + deathDrops: true + flying: true +wrongAttempts: + kick: 3 + ban: 5 + banIP: true +broadcast: + kick: true + ban: true +darkness: true +slowness: true +allowedCommands: +- help +- rules +- motd +teleportBack: true +loginMessage: true diff --git a/plugins/PasswordProtect/jailedPlayers.dat b/plugins/PasswordProtect/jailedPlayers.dat new file mode 100644 index 0000000..c597512 Binary files /dev/null and b/plugins/PasswordProtect/jailedPlayers.dat differ diff --git a/plugins/PasswordProtect/jails.yml b/plugins/PasswordProtect/jails.yml new file mode 100644 index 0000000..c65e4fb --- /dev/null +++ b/plugins/PasswordProtect/jails.yml @@ -0,0 +1,8 @@ +world: + jailLocation: + - -2563.8112685927927 + - 90.0 + - 1633.7250028150954 + - 59.72505569458008 + - 18.781930923461914 + - 5.0 diff --git a/plugins/PasswordProtect/localization.yml b/plugins/PasswordProtect/localization.yml new file mode 100644 index 0000000..79aada3 --- /dev/null +++ b/plugins/PasswordProtect/localization.yml @@ -0,0 +1,28 @@ +permission_denied: '&4You don''t have the permission to do this!' +enter_password: |- + &eThis server is password-protected + &eEnter the password with &a/login &4 &eto play +set_password: |- + &ePasswordProtect is enabled but no password has been set + &eUse &a/setpassword &4 &eto set it +password_accepted: '&aServer password accepted, you can now play' +attempts_left_kick: '&4Server password incorrect! &e%attempts &4attempts left until + kick...' +attempts_left_ban: '&4Server password incorrect! &e%attempts &4attempts left until + ban...' +kick_message: '&4Kicked by &ePasswordProtect &4for too many wrong attempts...' +ban_message: '&4Banned by &ePasswordProtect &4for too many wrong attempts...' +kick_broadcast: '&e%player &4kicked by &ePasswordProtect &4for too many wrong attempts...' +ban_broadcast: '&e%player &4banned by &ePasswordProtect &4for too many wrong attempts...' +radius_not_number: '&4The radius was not a number! Using standard (4) instead!' +jail_set: '&aJail location set' +password_set: '&aServer password set!' +only_ingame: '&4The command can only be used ingame!' +config_invalid: '&4It seems like this server config invalid. Please re-set the password!' +only_hashed: '&4Server password is only stored hashed...' +password_not_set: '&eServer password is not set. Use /setpassword ' +password: '&eServer password is &4%password' +set_jail_area: '&eYou can set the jail area by going somewhere and using &a/setjaillocation + &4[radius]' +already_logged_in: '&eYou are already logged in!' +no_login_console: '&eThe console can''t login into the server!' diff --git a/plugins/SkinsRestorer.jar b/plugins/SkinsRestorer.jar new file mode 100644 index 0000000..e715095 Binary files /dev/null and b/plugins/SkinsRestorer.jar differ diff --git a/plugins/SkinsRestorer/Players/bento64.player b/plugins/SkinsRestorer/Players/bento64.player new file mode 100644 index 0000000..8ce4080 --- /dev/null +++ b/plugins/SkinsRestorer/Players/bento64.player @@ -0,0 +1 @@ +TapL \ No newline at end of file diff --git a/plugins/SkinsRestorer/Players/hmtheboy154.player b/plugins/SkinsRestorer/Players/hmtheboy154.player new file mode 100644 index 0000000..6e54100 --- /dev/null +++ b/plugins/SkinsRestorer/Players/hmtheboy154.player @@ -0,0 +1 @@ + HMTheBoy154 \ No newline at end of file diff --git a/plugins/SkinsRestorer/Players/navi_vo_dich.player b/plugins/SkinsRestorer/Players/navi_vo_dich.player new file mode 100644 index 0000000..3ef21f8 --- /dev/null +++ b/plugins/SkinsRestorer/Players/navi_vo_dich.player @@ -0,0 +1 @@ + Navi_Vo_Dich \ No newline at end of file diff --git a/plugins/SkinsRestorer/Skins/ hmtheboy154.skin b/plugins/SkinsRestorer/Skins/ hmtheboy154.skin new file mode 100644 index 0000000..3e67b08 --- /dev/null +++ b/plugins/SkinsRestorer/Skins/ hmtheboy154.skin @@ -0,0 +1,3 @@ +ewogICJ0aW1lc3RhbXAiIDogMTYyNzU2MDIyNjczNSwKICAicHJvZmlsZUlkIiA6ICJmMjU5MTFiOTZkZDU0MjJhYTcwNzNiOTBmOGI4MTUyMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJmYXJsb3VjaDEwMCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kYzJmNDc1NmVjZWYwMjAzMzJiNmNjMTI3YzBjYTRiY2I5Zjg4ZGViNTQ3YTc4NTYzOWZhZGRiMTVkYjQ0MThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0= +X2lamrhzOQ5/LC/w66bMq909b5acvr/jFX+TAmiXGOpvDoGq4NI9ZhaS1I6Rwfszrs8KtdH9BibChjjlqelvgm14sr5rd6Mtr25IuOD+TtEfGbnuVytnH17X3ImA69RACONH6KQDHfOuY/bHIA+s0Iu1GrmWU3GZc9yLGfIcPMbzssI19F6GfLnodqxyCVWpc3bETl/DJBGlVEtVPzhMpRAoZVuQrVmky4bEjKBJqJBbG0qAXllsC5je0D8Es8RBzfR+YTDGzr17Izrz+b1G4714zaHCIi5mht86IhQYODKOPx0eYI/1fBsIuEU8/I7LwAjcbZu+rBw+McQyXSIsMvu9h8HWlTlG9FJrlmEPEBhDokWsHNdrCyi9ZcLM0MiI2a+bFv4N/Bhorv9PW82n0MVohcaPmJARbYDeV4JUf/juCAq/58zxmRp4w2jPLxtWJ5gDHhc3sJSWBSEgSX6r+RnYit24a0sVE+RaSvMGYIoxGrNcqLXdFvH/eyniMPCO82yJeBhcjSi4eCdAbhbWzovgjFNXVbS0cCmAIL9boEl//6rmaf/MGPi4hy1WR8I5qpKFw82sysvKNiPzWbl23eqfPaxwZJoBwYK33CAM0bndIBW1s5kZXGdscdxQx7icdo9DUwDAzlly/q+3oA5qYCUoA3rXF+GmRwO9TNgmQhA= +4813195838202 \ No newline at end of file diff --git a/plugins/SkinsRestorer/Skins/ navi_vo_dich.skin b/plugins/SkinsRestorer/Skins/ navi_vo_dich.skin new file mode 100644 index 0000000..a3a0903 --- /dev/null +++ b/plugins/SkinsRestorer/Skins/ navi_vo_dich.skin @@ -0,0 +1,3 @@ +ewogICJ0aW1lc3RhbXAiIDogMTYzMzI4OTAzODcyOSwKICAicHJvZmlsZUlkIiA6ICJjNTBhZmE4YWJlYjk0ZTQ1OTRiZjFiNDI1YTk4MGYwMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd29FQmFlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg4MGIzODY1OWQ2MGU2MTJjOTQzM2E3NmQ5OWRhZmMyMDFiZDg2ZGEzZjJiM2NkYTU3ZjQ1YmQxZTFmNmZjMjEiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ== +qlSo25mVCZu/lNj4Tc9IC8DjuNujJJEPQ9qYma413SbCwWIF7TNxIqdOrzULUB7qrtYM9wh4cYYMrZyhArj2ZQD8lN+xy84rI2aUFtZs7nSOesB+CcAeHtN/tw53Xy6ze4U23UX5vrvv6feG9laJm5xvq+RIuZcJlJM6EwitmUG5XJ6Z5R8C+mzaHlUB8COh0wWUjoVsIUqchZXndbK2O09YcuJjGqjCtC/rR+n7YeuYzVfu8Bc4mkSor+nG/pNLk6KbXI1NE530cXupeFwwx6qMcswgAlCAIRtX7akgDvqN9BSo0hdoJ9VtxW9XQ6JljWQtQfS58moNLN/+KN1f3GGkZq6fb/8XuzL+NxfcLQaGgyGZI7BjZWKS56juagO5sUvfHYDw8usrrnRBd09cEQkl3mkzZA/1aex+8M3zVCoZTbtR9zZZBLklIV6TLzxCTW460Dkp4gEV/zKdAxVdmPD7TEBp9mvPKCJrOdrlj6aKyGdFwDxF7u21+GyGssC6S5NtOcwlEawcIdAEyrIUSj2CpB815vbAuk0TPOsJl8c3h2BYeW7v8WqWgMi7atLqLThc7oV8JZYS1j/d922T0nzZ9bpzqGGKGtP5GLoAIZHYrRdFhhOWBr/dmGZNOLPcI7lMuJ2wLKKh9uy2UhhXd3u2ARcGdMPgcoU/GwaAoIw= +4813191791015 \ No newline at end of file diff --git a/plugins/SkinsRestorer/Skins/lonewolf.skin b/plugins/SkinsRestorer/Skins/lonewolf.skin new file mode 100644 index 0000000..77686d1 --- /dev/null +++ b/plugins/SkinsRestorer/Skins/lonewolf.skin @@ -0,0 +1,3 @@ +ewogICJ0aW1lc3RhbXAiIDogMTY1OTYwMjM3OTQ5OCwKICAicHJvZmlsZUlkIiA6ICJkMzA0NTc5ZTljOGE0ZjNjYTRiN2EyYWZhNTg5NWZmMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJsb25ld29sZiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS81MGY5YTQxMTJmOTNmOGI4YjkyZjIzZDI4MTg3ZWMxZDk1YjA0ODg2MWQwY2RlYTc0YmEyNjVmZWMwY2UxOGFjIgogICAgfQogIH0KfQ== +FHJkklmzVdtxXLmYHSFLkxDatAq13mytp0pwLxjvHinX7hs8gsyhWdo6nv5Dmj3xHO98QX/ubHMPQ7RiwKZ1BSEFs+77o05Na/MFIKQsJ81Kdq5RWvVMJZg62dn9gqR6q+eQfzReRMAArZkkqT7Z2BDXzT3yj8kpLYHkgb77amK26ZJCIwXsGkoNGcA4Qi4dMyruNdE6+jwpcZjzR8jrsCr9ECjH5hdXfzjutn03IMOpjAnQ4ZN3Cn9+9xdO/mXRcBWA89imsL8FfIPPi3GudPI7KWTusWgrD6bXnnl/rPLiVkUwSqMm0VmBhCY0U2m3bhQudYFRGL7tOnvMFc8tNhjUO+gxaZ7HQn8r6tAaLOxftcGKdvBBvm/IUlhVVAgXMHuURp0A5OiPMfDz9hQYUvSm1c97QUcF5nTwQneT8RuUR29/XN2bIMH8v+WY9dV7ZnwCcqIt2+IqM4y6v2map78vB2UDE1gYZfUga8awzhUaKYiMNW2SRB8s/FBEIBVKmTIZdhKegv1JBxFa8b8mBJn608KZH1AI6DRxXNB5ZHnLibSMo9ewcKuArDHx5SK7NTtE0rh3Lx8mcqW6626OhidtVW+S+brpWiqyVPG3jtHa0N+p2i+FuUPv7hEaoQ22CPYnB7/rwaBzdGtNe3LTIqmsRMYR3kqL9kYE9s/0Bt8= +1659602380404 \ No newline at end of file diff --git a/plugins/SkinsRestorer/Skins/tapl.skin b/plugins/SkinsRestorer/Skins/tapl.skin new file mode 100644 index 0000000..387a179 --- /dev/null +++ b/plugins/SkinsRestorer/Skins/tapl.skin @@ -0,0 +1,3 @@ +ewogICJ0aW1lc3RhbXAiIDogMTYzNjU1ODM3MTU3OSwKICAicHJvZmlsZUlkIiA6ICIyZTEyODcwYzA4ZWM0MzM3YmMyZThmYmY1NGU3OTg1MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJUYXBMIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNkZjQyYWRmMTRiNDExZTg5YmE0YjI5YzFjMWQ1MjFhNTNhYTM1MThjNWNkY2ZjYjIxMjlkOGRmZWVmZjRkNjEiCiAgICB9LAogICAgIkNBUEUiIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U3ZGZlYTE2ZGM4M2M5N2RmMDFhMTJmYWJiZDEyMTYzNTljMGNkMGVhNDJmOTk5OWI2ZTk3YzU4NDk2M2U5ODAiCiAgICB9CiAgfQp9 +E6mDakvl/G9r58mrQY8EIRRyWACA0ZBOlt5jV4mlSNT3zISnB+ULhglCHtMgMdguCWILWFrnABZaeHppkNzslD9VCFyHzBi73k8d/KYi0ziS4o2Yc6tpN3VSHnhchH2b2lqTebQnxxMH9IZRT6h+7psWw6hnJmeIQyJgQXdjVBXUznlj20oJt2o3jFKcsM4n7dDDXuelhZbu+jZt3kc8JFIMaQEDa9r6Hb3lr5HVBFLAg2GHO/3//gB0WWuddskRbszKZ40uIb0J7ZtkgwYMge7yZJptnjcLo6UcUed+Ym/w6vgc8GI1s0U29zX9iUNzPneUzcIReUSVbucpgPngegfCAke5QoMWbl+42/SjNhCdq1vgbwbB7rwPLuHCC/de0CRtmo0B917OkwXSF3bch4cGzYuuTeWyliXHfoikiAbt1NJZhhY6iIf6I4knxow3EkpoWHJPe2Y/IGBbcm1mLpaqmJyrC17GtvC53842Nw5+xJ/gifse+hTb8hyh5hysS2ysxOregkg6J0o9hAGCiR2v//UGwPea8kPIF576R+Yu9cJnbruBPdcJdRB2fl4AMLHijpICSxk5PGFDHlDccF7VJMICjlWR/GLGGzIDTBI5VnrYYa9aa35mXNMzWtCH0LIfvzE60fiQku3jJx3J685+3MBtPEmObGrjhK6cYBU= +1659607718529 \ No newline at end of file diff --git a/plugins/SkinsRestorer/command-messages.properties b/plugins/SkinsRestorer/command-messages.properties new file mode 100644 index 0000000..d2d99b8 --- /dev/null +++ b/plugins/SkinsRestorer/command-messages.properties @@ -0,0 +1,34 @@ +############################## +# SkinsRestorer help msg # +# Generated on 14.2.1 # +############################## +# +# We from SRTeam thank you for using our plugin! +# +# For more information about messages -> https://github.com/SkinsRestorer/SkinsRestorerX/wiki/Locale-and-Translations/ +# For Advanced help or other go to our Discord: https://discord.me/SkinsRestorer/ +acf-core.permission_denied=&3[&2&lSkinsRestorer&r&3] &cI'm sorry, but you do not have permission to perform this command. +acf-core.error_generic_logged=&e[&2SkinsRestorer&e] &4An error occurred. This problem has been logged. Sorry for the inconvenience. +acf-core.unknown_command=Unknown Command, please type /skin +acf-core.invalid_syntax=Usage: {command} {syntax} +acf-core.error_prefix=Error: {message} +acf-core.error_performing_command=I'm sorry, but there was an error performing this command. +acf-core.info_message={message} +acf-core.please_specify_one_of=&e[&2SkinsRestorer&e] &4Error&8: &cPlease specify one of ({valid}). +acf-core.not_allowed_on_console=[SkinsRestorer] Error: Console may not execute this command. +acf-core.could_not_find_player=&e[&2SkinsRestorer&e] &4Error&8: &cCould not find a player by the name&4: {search} +acf-core.no_command_matched_search=&e[&2SkinsRestorer&e] &4Error&8: &cno such command&4: {search}. +acf-core.help_page_information=- Showing page {page} of {totalpages} ({results} results). +acf-core.help_no_results=&e[&2SkinsRestorer&e] &4Error&8: &cNo more results&4. +acf-core.help_header=&3[&2&lSkinsRestorer&r&3] &7- &bShowing help for &a{commandprefix}{command}&7. +acf-core.help_format=&2 &2{command}&a{parameters} &7{separator}&7 &f{description} +acf-core.help_detailed_header=&3[&2&lSkinsRestorer&r&3] &7- Showing info for {commandprefix}{command} +acf-core.help_detailed_command_format={command}{parameters} {separator} {description} +acf-core.help_detailed_parameter_format={name}: {description} +acf-core.help_search_header=&3[&2&lSkinsRestorer&r&3] &7- &bCommands matching {commandprefix}{command} {search} +acf-minecraft.username_too_short=Error: Username too short, must be at least three characters. +acf-minecraft.is_not_a_valid_name=Error: {name} is not a valid username. +acf-minecraft.multiple_players_match=&e[&2SkinsRestorer&e] &4Error&8: &cMultiple players matched {search} ({all})&c, please be more specific. +acf-minecraft.no_player_found_server=&e[&2SkinsRestorer&e] &4Error&8: &cNo player matching {search} is connected to this server. +acf-minecraft.no_player_found_offline=&e[&2SkinsRestorer&e] &4Error&8: &cNo player matching {search} could be found. +acf-minecraft.no_player_found=&e[&2SkinsRestorer&e] &4Error&8: &cNo player matching {search} could be found. diff --git a/plugins/SkinsRestorer/config.yml b/plugins/SkinsRestorer/config.yml new file mode 100644 index 0000000..e0bbea7 --- /dev/null +++ b/plugins/SkinsRestorer/config.yml @@ -0,0 +1,214 @@ +################################## +# SkinsRestorer Config.yml # +# Generated on 14.2.1 # +################################## +# +# We from SRTeam thank you for using our plugin! +# For more information -> https://github.com/SkinsRestorer/SkinsRestorerX/wiki/ +# For installation -> https://github.com/SkinsRestorer/SkinsRestorerX/wiki/Installing-SkinsRestorer +# For Configuration Help -> https://github.com/SkinsRestorer/SkinsRestorerX/wiki/Configuration +# Commands & Permissions -> https://github.com/SkinsRestorer/SkinsRestorerX/wiki/cmds-&-perms +# For locale & messages -> https://github.com/SkinsRestorer/SkinsRestorerX/wiki/Locale-and-Translations +# Not working or get error? -> https://github.com/SkinsRestorer/SkinsRestorerX/wiki/Troubleshoot +# For advanced help or other, go to our Discord: https://discord.me/SkinsRestorer/ + +# (?) update config? -> https://raw.githubusercontent.com/SkinsRestorer/SkinsRestorerX/stable/shared/src/main/resources/config.yml +# (?) Step by step config guide -> https://github.com/SkinsRestorer/SkinsRestorerX/wiki/Configuration + +# (!) IF YOU USE BUNGEE, Check & set on every Spigot server spigot.yml -> bungeecord: true. (!) +# (!) & Install Skinsrestorer.jar on ALL SERVERS!!! (BOTH Spigot & Bungeecord). (!) + +########## +# Basics # +########## + +# Core features are here + +# If true, players can change skins without permission. +# see https://github.com/SkinsRestorer/SkinsRestorerX/wiki/cmds-&-perms for perms. +SkinWithoutPerm: true + +# Players cooldown when changing skins (set to 0 to disable). +# SkinErrorCooldown when a error or invalid url occurs. +# Can be bypassed with 'skinsrestorer.bypasscooldown'. +SkinChangeCooldown: 30 +SkinErrorCooldown: 5 + +################# +# Customization # +################# + +# Here you can design the plugin the way you want it. + +# True will make use of the 'CUSTOM_HELP_IF_ENABLED' & `SR_LINE` in messages.yml. +# This is more customizable, but at the cost of permission specific help. +EnableCustomHelp: false + +#Ignore messages.yml 'PREFIX =' +DisablePrefix: false + +# Enable or disable default skins +# ApplyForPremium: false will only put a skin on skinless/steve players. +# If there is more than one, the plugin will choose a random one. +# [?] Supports custom & url.png skins, read SkinFile Generator below. [?] +# [!] url.png won't work on join for bungee, see https://github.com/SkinsRestorer/SkinsRestorerX/issues/315 [!] +DefaultSkins: + Enabled: false + ApplyForPremium: false + Names: + - "xknat" + - "Pistonmaster" + +# Skins in this list will be disabled, so users can't set them. +# Can be bypassed with 'skinsrestorer.bypassdisabled'. +DisabledSkins: + Enabled: false + Names: + - "steve" + - "owner" + +# Custom list for the /skins GUI. +# ShowOnlyCustomGUI will only show CustomGUI.Names in the gui. +CustomGUI: + Enabled: false + ShowOnlyCustomGUI: true + Names: + - "xknat" + - "Pistonmaster" + +############ +# Advanced # +############ + +# Below Config options are OPTIONAL and are irrelevant for small servers. + +# Allows the usage of per-skin permission. +# Example: skinsrestorer.skin.xknat OR skinsrestorer.skin.Pistonmaster +# with "skinsrestorer.ownskin" you can set your own playername skin. +PerSkinPermissions: false + +# Time that skins are stored in the database before we request again (in minutes). +SkinExpiresAfter: 15 + +# Settings for MySQL skin storage (recommended for big BungeeCord networks) +# [!] IF YOU USE BUNGEE, DO NOT ENABLE MYSQL in the Spigot / backend config.yml [!] +# [!] Non-root users: MySQL 8's new default authentication is not supported, use mysql_native_password [!] +MySQL: + Enabled: false + Host: localhost + Port: 3306 + Database: db + Username: root + Password: pass + MaxPoolSize: 10 + SkinTable: 'Skins' + PlayerTable: 'Players' + ConnectionOptions: verifyServerCertificate=false&useSSL=false&serverTimezone=UTC + +# Stop the process of setting a skin if the LoginEvent was canceled by an AntiBot plugin. +NoSkinIfLoginCanceled: true + +# This will make SkinsRestorer always apply the skin even if the player joins as premium on a online mode server. +AlwaysApplyPremium: false + +# When enabled, Only websites from the list below is allowed to be set using /skin url +RestrictSkinUrls: + Enabled: false + List: + - https://i.imgur.com + - http://i.imgur.com + - https://storage.googleapis.com + - http://storage.googleapis.com + - https://cdn.discordapp.com + - http://cdn.discordapp.com + - https://textures.minecraft.net + - http://textures.minecraft.net + +# Here you can fill in your APIKey for lower MineSkin request times. +# Key can be requested from https://mineskin.org/apikey +# ((?) not needed for small servers / those not using the SkinUrl api (?)) +MineskinAPIKey: "key" + +################# +# Compatibility # +################# + +# If we break things, you can disable it here. + +# Dismounts a mounted (on a horse, or sitting) player when their skin is updated, preventing players from becoming desynced. +# File override = ./plugins/SkinsRestorer/disableDismountPlayer.txt +DismountPlayerOnSkinUpdate: true + +# Remounts a player that was dismounted after a skin update (above option must be true). +# Disabling this is only recommended if you use plugins that allow you ride other players, or use sit. Otherwise you could get errors or players could be kicked for flying. +# File override = ./plugins/SkinsRestorer/disableRemountPlayer.txt +RemountPlayerOnSkinUpdate: true + +# Dismounts all passengers mounting a player (such as plugins that let you ride another player), preventing those players from becoming desynced. +# File override = ./plugins/SkinsRestorer/enableDismountEntities.txt +DismountPassengersOnSkinUpdate: false + +############### +# Danger Zone # +############### + +# ABSOLUTELY DO NOT CHANGE IF YOU DON'T KNOW WHAT YOU DO + +# +# Enabling this will stop SkinsRestorer to change skins on join. +# Handy for when you want run /skin apply to apply skin after texturepack popup +DisableOnJoinSkins: false + +# +# Enable this will require players to run "/skin update" to update their skin. +DisallowAutoUpdateSkin: false + +# +# This enables the experimental ProtocolLib integration that allows instant skins on join. +# Use with caution! This may decrease your TPS. +EnableProtocolListener: false + +# +# When enabled if a skin gets applied on the proxy, the new texture will be forwarded to the backend as well. +# This is optional sometimes as the backend may pick up the new one of the proxy. +# It is recommended though to **KEEP THIS ON** because it keeps the backend data in sync. +# This feature is required for solutions like RedisBungee and also fixes bugs in some cases. +ForwardTextures: true + +# Updater Settings +Updater: +# # +# Using outdated version void's support, compatibility & stability. +# +# To block all types of automatic updates (which can risk keeping an exploit): +# Create a file called 'noupdate.txt' in the plugin directory (./plugins/SkinsRestorer/ ) + +################ +# DEV's corner # +################ + +# Enable these on the dev's request + +# Enable to start receiving debug messages about api requests & more. +Debug: false + +# End # + +# Useful tools: +# Vectier Thailand has made some super cool "Custom Skin" tools that you can use! +# +# SkinFile Generator: +# With SkinFile Generator, you can upload your own custom skin to get a unique .skin file that you can put in your skins folder, to use with SkinsRestorer. +# Check it out here: https://skinsrestorer.github.io/SkinFile-Generator/ +# +# SkinSystem : +# With SkinSystem, you, as a server owner, can connect AuthMe (and forum) with the SkinSystem website that you can host, to give your players the ability to upload custom skins. +# Check it out here: https://github.com/SkinsRestorer/SkinSystem +# +# Useful Links # +# Website: https://skinsrestorer.net/ +# Download: https://github.com/SkinsRestorer/SkinsRestorerX/releases +# Wiki https://github.com/SkinsRestorer/SkinsRestorerX/wiki/ +# Spigot: https://www.spigotmc.org/resources/skinsrestorer.2124/ +# Github: https://github.com/SkinsRestorer/SkinsRestorerX/ +# Discord: https://discord.me/SkinsRestorer/ diff --git a/plugins/SkinsRestorer/messages.yml b/plugins/SkinsRestorer/messages.yml new file mode 100644 index 0000000..bf36119 --- /dev/null +++ b/plugins/SkinsRestorer/messages.yml @@ -0,0 +1,69 @@ +PREFIX: '&e[&2SkinsRestorer&e] ' +HELP_HELP_COMMAND: ' [help]' +HELP_SKIN_CLEAR: Clears your skin. +HELP_SKIN_CLEAR_OTHER: Clears the skin of a target player. +HELP_SKIN_UPDATE: Updates your skin. +HELP_SKIN_UPDATE_OTHER: Updates the skin of a target player. +HELP_SKIN_SET: Set the skin of another player. +HELP_SKIN_SET_OTHER: Sets the skin for a target player. +HELP_SKIN_SET_OTHER_URL: Set a skin by image_url.png link +HELP_SR_RELOAD: Reloads the configuration file. +HELP_SR_STATUS: Checks plugin needed API services. +HELP_SR_DROP: Removes players or skin data. +HELP_SR_PROPS: Displays the players current skin properties. +HELP_SR_APPLY_SKIN: Re-apply the skin for target user. +HELP_SR_CREATECUSTOM: Create a custom server wide skin. +SYNTAX_DEFAULTCOMMAND: ' ' +SYNTAX_SKINSET: ' ' +SYNTAX_SKINSET_OTHER: ' ' +SYNTAX_SKINURL: ' [classic/slim]' +SYNTAX_SKINUPDATE_OTHER: ' ' +SYNTAX_SKINCLEAR_OTHER: ' ' +COMPLETIONS_SKIN: +COMPLETIONS_SKINNAME: +COMPLETIONS_SKINURL: +PLAYER_HAS_NO_PERMISSION_SKIN: '&4Error&8: &cYou don''t have permission to set this skin.' +PLAYER_HAS_NO_PERMISSION_URL: '&4Error&8: &cYou don''t have permission to set skins by URL.' +SKIN_DISABLED: '&4Error&8: &cThis skin is disabled by an administrator.' +SKINURL_DISALLOWED: '&4Error&8: &cThis domain has not been allowed by the administrator.' +NOT_PREMIUM: '&4Error&8: &cPremium player with that name does not exist.' +INVALID_PLAYER: '&4Error&8: &c%player is not a valid username or URL.' +SKIN_COOLDOWN: '&4Error&8: &cYou can change your skin again in &e%s &cseconds.' +SKIN_CHANGE_SUCCESS: '&2Your skin has been changed.' +SKIN_CLEAR_SUCCESS: '&2Your skin has been cleared.' +SKIN_CLEAR_ISSUER: '&2Skin cleared for player %player.' +MS_UPDATING_SKIN: '&2Uploading skin, please wait...(This may take up some time)' +SUCCESS_CREATE_SKIN: '&2Skin %skin has been created!' +SUCCESS_UPDATING_SKIN: '&2Your skin has been updated.' +SUCCESS_UPDATING_SKIN_OTHER: '&2Skin updated for player %player.' +ERROR_UPDATING_SKIN: '&4Error&8: &cAn error occurred while updating your skin. Please try again later!' +ERROR_UPDATING_URL: "&4Error&8: &cYou can't update custom url skins! \n&cRequest again using /skin url" +ERROR_UPDATING_CUSTOMSKIN: '&4Error&8: &cSkin can''t be updated because its custom.' +ERROR_INVALID_URLSKIN: "&4Error&8: &cInvalid skin url or format, \n&cTry uploading your skin to imgur and right click 'copy image address' \n&cFor guide see: &c&oskinsrestorer.net/skinurl" +ERROR_MS_FULL: '&4MS Error&8: &cAPI timed out while uploading your &cskin. Please try again later. (MineSkin)' +ERROR_MS_GENERIC: '&4MS Error&8: &c%error%' +GENERIC_ERROR: '&4Error&8: &cAn error occurred while requesting skin data, please try again later!' +WAIT_A_MINUTE: '&4Error&8: &cPlease wait a minute before requesting that skin again. (Rate Limited)' +ERROR_NO_SKIN: '&4Error&8: &cThis player has no skin set.' +SKINSMENU_OPEN: '&2Opening the skins menu...' +SKINSMENU_TITLE_NEW: '&9Skins Menu - Page %page' +SKINSMENU_NEXT_PAGE: '&a&l»&7 Next Page&a&l »' +SKINSMENU_PREVIOUS_PAGE: '&e&l«&7 Previous Page&e&l «' +SKINSMENU_CLEAR_SKIN: '&c&l[ &7Remove Skin&c&l ]' +SKINSMENU_SELECT_SKIN: '&2Click to select this skin' +ADMIN_SET_SKIN: '&2You set %player''s skin.' +DATA_DROPPED: '&2Data dropped for %playerOrSkin "%targets".' +ADMIN_APPLYSKIN_SUCCES: '&2Player skin has been refreshed!' +ADMIN_APPLYSKIN_ERROR: '&4ERROR&8: &cplayer skin could NOT be refreshed!' +STATUS_OK: '&2Mojang API connection successful!' +ALT_API_FAILED: '&4Error&8: &cSkin Data API is overloaded, please try again later!' +MS_API_FAILED: '&4Error&8: &cMineSkin API is overloaded, please try again later!' +NO_SKIN_DATA: '&4Error&8: &cNo skin data acquired! Does this player have a skin?' +RELOAD: '&2Config and Locale has been reloaded!' +OUTDATED: "&4You are running an outdated version of SkinsRestorer!\n&cPlease update to the latest version on Spigot: \n&ehttps://www.spigotmc.org/resources/skinsrestorer.2124/" +SR_LINE: '&7&m----------------------------------------' +CUSTOM_HELP_IF_ENABLED: |2- + &2&lSkinsRestorer &7- &f&lv%ver% + &2/skin &7-&f Changes your skin. + &2/skin update &7-&f Updates your skin. + &2/skin clear &7-&f Clears your skin. diff --git a/plugins/TAB.v3.1.3.jar b/plugins/TAB.v3.1.3.jar new file mode 100644 index 0000000..6c16c2b Binary files /dev/null and b/plugins/TAB.v3.1.3.jar differ diff --git a/plugins/TAB/animations.yml b/plugins/TAB/animations.yml new file mode 100644 index 0000000..88a5913 --- /dev/null +++ b/plugins/TAB/animations.yml @@ -0,0 +1,146 @@ +#usage: %animation:NAME% +MyAnimation1: + change-interval: 100 + texts: + - '&d-&3--------------' + - '&3-&d-&3-------------' + - '&3--&d-&3------------' + - '&3---&d-&3-----------' + - '&3----&d-&3----------' + - '&3-----&d-&3---------' + - '&3------&d-&3--------' + - '&3-------&d-&3-------' + - '&3--------&d-&3------' + - '&3---------&d-&3-----' + - '&3----------&d-&3----' + - '&3-----------&d-&3---' + - '&3------------&d-&3--' + - '&3-------------&d-&3-' + - '&3--------------&d-' + - '&3-------------&d-&3-' + - '&3------------&d-&3--' + - '&3-----------&d-&3---' + - '&3----------&d-&3----' + - '&3---------&d-&3-----' + - '&3--------&d-&3------' + - '&3-------&d-&3-------' + - '&3------&d-&3--------' + - '&3-----&d-&3---------' + - '&3----&d-&3----------' + - '&3---&d-&3-----------' + - '&3--&d-&3------------' + - '&3-&d-&3-------------' + - '&d-&3--------------' +ServerName: + change-interval: 300 + texts: + - '&c&lServerName' + - '&c&n&lServerName' + - '&b&lServerName' + - '&b&l&nServerName' + - '&e&lServerName' + - '&e&n&lServerName' +web: + change-interval: 200 + texts: + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&6w&eww.domain.com' + - '&ew&6w&ew.domain.com' + - '&eww&6w&e.domain.com' + - '&ewww&6.&edomain.com' + - '&ewww.&6d&eomain.com' + - '&ewww.d&6o&emain.com' + - '&ewww.do&6m&eain.com' + - '&ewww.dom&6a&ein.com' + - '&ewww.doma&6i&en.com' + - '&ewww.domai&6n&e.com' + - '&ewww.domain&6.&ecom' + - '&ewww.domain.&6c&eom' + - '&ewww.domain.c&6o&em' + - '&ewww.domain.co&6m' + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&ewww.domain.com' +vote: + change-interval: 1000 + texts: + - '&avote.domain.com' + - '&a&nvote.domain.com' + - '&5vote.domain.com' + - '&5&nvote.domain.com' +Welcome: + change-interval: 400 + texts: + - '&7&lW_' + - '&7&lW_' + - '&7&lWe_' + - '&7&lWel_' + - '&7&lWelc_' + - '&7&lWelco_' + - '&7&lWelcom_' + - '&7&lWelcome_' + - '&7&lWelcome_' + - '&7&lWelcome_' + - '&7&lWelcome_' + - '&7&lWelcom_' + - '&7&lWelco_' + - '&7&lWelc_' + - '&7&lWel_' + - '&7&lWe_' + - '&7&lW_' + - '&7&lW_' +time: + change-interval: 900 + texts: + - '&7Time &b%time%' + - '&7> Time &b%time% &7<' + - '&7>> Time &b%time% &7<<' + - '&7>>> Time &b%time% &7<<<' + - '&7Date &b%date%' + - '&7> Date &b%date% &7<' + - '&7>> Date &b%date% &7<<' + - '&7>>> Date &b%date% &7<<<' +ping-tps: + change-interval: 5000 + texts: + - '&aPing: &2&n%ping%&r &ams' + - '&bServer TPS: &8%tps%' +admin_prefix: + change-interval: 1000 + texts: + - '&6&lAdmin &e' + - '&6&lAdmin &e' + - '&9&lAdmin &e' + - '&9&lAdmin &e' + - '&4&lAdmin &e' + - '&4&lAdmin &e' + - '&3&lAdmin &e' + - '&3&lAdmin &e' + - '&2&lAdmin &e' + - '&2&lAdmin &e' + - '&d&lAdmin &e' + - '&d&lAdmin &e' + - '&f&lAdmin &e' + - '&f&lAdmi &e' + - '&f&lAdm &e' + - '&f&lAd &e' + - '&f&lA &e' + - '&f&lAd &e' + - '&f&lAdm &e' + - '&f&lAdmi &e' + - '&f&lAdmin &e' +barcolors: + change-interval: 1000 + texts: + - RED + - BLUE + - GREEN + - YELLOW diff --git a/plugins/TAB/config.yml b/plugins/TAB/config.yml new file mode 100644 index 0000000..3b638de --- /dev/null +++ b/plugins/TAB/config.yml @@ -0,0 +1,172 @@ +# Detailed explanation of all options available at https://github.com/NEZNAMY/TAB/wiki/config.yml +header-footer: + enabled: true + header: + - '&3&luwuCraft' + - '&7&l>> %animation:Welcome%&3 &l%displayname%&7&l! &7&l<<' + - '&7Online players: &f%online%' + - '%animation:ping-tps%' + - '' + - '&7&l Used memory: %memory-used% MB / %memory-max% MB' + - '%animation:MyAnimation1%' + footer: + - '%animation:MyAnimation1%' + - '%animation:time%' + - '' + disable-in-worlds: + - disabledworld + per-world: + world1: + header: + - an example of world with custom + footer: + - header/footer and prefix/suffix + world2;world3: + header: + - This is a shared header for + - world2 and world3 +tablist-name-formatting: + enabled: true + anti-override: true + disable-in-worlds: + - disabledworld + align-tabsuffix-on-the-right: false + character-width-overrides: {} +scoreboard-teams: + enabled: true + invisible-nametags: false + anti-override: true + enable-collision: true + disable-in-worlds: + - disabledworld + unlimited-nametag-mode: + enabled: false + use-marker-tag-for-1-8-x-clients: false + disable-on-boats: true + space-between-lines: true + disable-in-worlds: + - disabledworld + dynamic-lines: + - abovename + - nametag + - belowname + - another + static-lines: + myCustomLine: 0.66 + case-sensitive-sorting: true + sorting-types: + - GROUPS:owner,admin,mod,helper,builder,premium,player,default + - PLACEHOLDER_A_TO_Z:%player% +yellow-number-in-tablist: + enabled: true + value: '%ping%' + disable-in-worlds: + - disabledworld +belowname-objective: + enabled: true + number: '%health%' + text: Health + disable-in-worlds: + - disabledworld +bossbar: + enabled: false + toggle-command: /bossbar + remember-toggle-choice: false + hidden-by-default: false + bars: + ServerInfo: + style: PROGRESS + color: '%animation:barcolors%' + progress: '100' + text: '&fWebsite: &bwww.domain.com' + announcement-bar: false + test: + style: PROGRESS + color: WHITE + progress: '100' + text: test + display-condition: '%world%=testworld' + announcement-bar: false +scoreboard: + enabled: false + toggle-command: /sb + remember-toggle-choice: false + hidden-by-default: false + use-numbers: false + static-number: 0 + delay-on-join-milliseconds: 0 + respect-other-plugins: true + disable-in-worlds: + - disabledworld + scoreboards: + admin: + display-condition: permission:tab.scoreboard.admin + title: Admin scoreboard + lines: + - '%animation:MyAnimation1%' + - '&6Online:' + - '* &eOnline&7: &f%online%&7/&4%maxplayers%' + - '* &eCurrent World&7: &f%worldonline%' + - '* &eStaff&7: &f%staffonline%' + - ' ' + - '&6Server Info:' + - '* &bTPS&7: %tps%' + - '* &bUptime&7: &f%server_uptime%' + - '* &bMemory&7: &f%memory-used%&7/&4%memory-max%' + - '%animation:MyAnimation1%' + scoreboard1: + title: Default + lines: + - '%animation:MyAnimation1%' + - '&6My Stats:' + - '* &eKills&7: &f%statistic_player_kills%' + - '* &eDeaths&7: &f%statistic_deaths%' + - '* &eHealth&7: &f%health%' + - ' ' + - '&6Personal Info:' + - '* &bRank&7: &f%group%' + - '* &bPing&7: &f%ping%&7ms' + - '* &bWorld&7: &f%world%' + - '%animation:MyAnimation1%' +ping-spoof: + enabled: false +prevent-spectator-effect: + enabled: false +placeholder-output-replacements: + '%essentials_vanished%': + 'yes': '&7| Vanished' + 'no': '' + '%afk%': + 'true': ' &4*&4&lAFK&4*&r' + 'false': '' +conditions: + nick: + conditions: + - '%player%=%essentials_nickname%' + 'yes': '%player%' + 'no': ~%essentials_nickname% +placeholders: + date-format: dd.MM.yyyy + time-format: '[HH:mm:ss / h:mm a]' + time-offset: 0 +placeholderapi-refresh-intervals: + default-refresh-interval: 100 +assign-groups-by-permissions: false +primary-group-finding-list: +- Owner +- Admin +- Mod +- Helper +- default +debug: false +mysql: + enabled: false + host: 127.0.0.1 + port: 3306 + database: tab + username: user + password: password +per-world-playerlist: + enabled: false +fix-pet-names: + enabled: false diff --git a/plugins/TAB/groups.yml b/plugins/TAB/groups.yml new file mode 100644 index 0000000..2bc6db7 --- /dev/null +++ b/plugins/TAB/groups.yml @@ -0,0 +1,26 @@ +Owner: + tabprefix: '&0&l[&a&lOwner&0&l] &a' + tagprefix: '&2&lOwner &a' +Admin: + tabprefix: '&0&l[&4&lAdmin&0&l] &1' + tagprefix: '%animation:admin_prefix%' +Player: + tabprefix: '&0&l[&7&lPlayer&0&l] &3' + tagprefix: '&2&lPlayer &3' +example_group: + header: + - This is an example of per-group header/footer + footer: + - applied to a group +per-world: + world1: + Owner: + tabprefix: '&0&l[&a&lOwner&0&l] &a' + tagprefix: '&2&lOwner &a' +_DEFAULT_: + tabprefix: '%vault-prefix%' + tagprefix: '%vault-prefix%' + tabsuffix: '%afk%' + tagsuffix: '%afk%' + customtabname: '%essentialsnick%' + customtagname: '%essentialsnick%' diff --git a/plugins/TAB/layout.yml b/plugins/TAB/layout.yml new file mode 100644 index 0000000..a73d4b8 --- /dev/null +++ b/plugins/TAB/layout.yml @@ -0,0 +1,51 @@ +enabled: false +direction: COLUMNS +default-skin: "mineskin:1753261242" +enable-remaining-players-text: true +remaining-players-text: "... and %s more" +empty-slot-ping-value: 1000 + +layouts: + staff: + condition: "permission:tab.staff" + fixed-slots: + - '1|&3RAM&f:' + - '2|&b%memory-used%MB / %memory-max%MB' + - '3|&8&m ' + - '4|&3TPS&f:' + - '5|&b%tps%' + groups: + staff: + condition: permission:tab.staff + slots: + - '24-40' + players: + slots: + - '44-80' + default: + fixed-slots: + - '1|&3Website&f:' + - '2|&bmyserver.net' + - '3|&8&m ' + - '4|&3Name&f:' + - '5|&b%player%' + - '7|&3Rank&f:' + - '8|Rank: %group%' + - '10|&3World&f:' + - '11|&b%world%' + - '13|&3Time&f:' + - '14|&b%time%' + - '21|&3Teamspeak&f:' + - '22|&bts.myserver.net' + - '23|&8&m ' + - '41|&3Store&f:' + - '42|&bshop.myserver.net' + - '43|&8&m ' + groups: + staff: + condition: permission:tab.staff + slots: + - '24-40' + players: + slots: + - '44-80' diff --git a/plugins/TAB/messages.yml b/plugins/TAB/messages.yml new file mode 100644 index 0000000..847bad4 --- /dev/null +++ b/plugins/TAB/messages.yml @@ -0,0 +1,69 @@ +announce-command-usage: "Usage: /tab announce \nCurrently supported types: &lbar, scoreboard" +bossbar-feature-not-enabled: "&cThis command requires the bossbar feature to be enabled." +bossbar-announce-command-usage: "Usage: /tab announce bar " +bossbar-not-found: "&cNo bossbar found with the name \"%name%\"" +bossbar-already-announced: "&cThis bossbar is already being announced" +group-data-removed: "&3[TAB] All data has been successfully removed from group &e%group%" +group-value-assigned: "&3[TAB] %property% '&r%value%&r&3' has been successfully assigned to group &e%group%" +group-value-removed: "&3[TAB] %property% has been successfully removed from group &e%group%" +user-data-removed: "&3[TAB] All data has been successfully removed from player &e%player%" +user-value-assigned: "&3[TAB] %property% '&r%value%&r&3' has been successfully assigned to player &e%player%" +user-value-removed: "&3[TAB] %property% has been successfully removed from player &e%player%" +parse-command-usage: "Usage: /tab parse " +send-command-usage: "Usage: /tab send \nCurrently supported types: &lbar" +send-bar-command-usage: "Usage: /tab send bar " +team-feature-required: "This command requires scoreboard teams feature enabled" +collision-command-ussage: "Usage: /tab setcollision " +no-permission: "&cI'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is in error." +command-only-from-game: "&cThis command must be ran from the game" +player-not-online: "&cNo online player found with the name \"%player%\"" +unlimited-nametag-mode-not-enabled: "&c[TAB] Warning! To make this feature work, you need to enable unlimited-nametag-mode in the config!" +invalid-number: "\"%input%\" is not a number!" +scoreboard-feature-not-enabled: "&4This command requires the scoreboard feature to be enabled." +scoreboard-announce-command-usage: "Usage: /tab announce scoreboard " +scoreboard-not-found: "&cNo scoreboard found with the name \"%name%\"" +nametag-preview-on: "&7Preview mode &aactivated&7." +nametag-preview-of: "&7Preview mode &3deactivated&7." +reload-success: "&3[TAB] Successfully reloaded" +reload-fail-file: "&3[TAB] &4Failed to reload, file %file% has broken syntax. Check console for more info." +scoreboard-toggle-on: "&2Scoreboard enabled" +scoreboard-toggle-off: "&7Scoreboard disabled" +bossbar-toggle-on: "&2Bossbar is now visible" +bossbar-toggle-off: "&7Bossbar is no longer visible. Magic!" +scoreboard-show-usage: "Usage: /tab scoreboard show [player]" +bossbar-not-marked-as-announcement: "&cThis bossbar is not marked as an announcement bar and is therefore already displayed permanently (if display condition is met)" +bossbar-announcement-success: "&aAnnouncing bossbar &6%bossbar% &afor %length% seconds." +bossbar-send-success: "&aSending bossbar &6%bossbar% &ato player &6%player% &afor %length% seconds." +armorstands-disabled-cannot-use-preview: "&cYour armor stands are disabled, therefore you cannot use preview feature" +help-menu: + - "&m " + - " &8>> &3&l/tab reload" + - " - &7Reloads plugin and config" + - " &8>> &3&l/tab &9group&3/&9player &3 &9 &3" + - " - &7Do &8/tab group/player &7to show properties" + - " &8>> &3&l/tab nametag preview" + - " - &7Shows your nametag for yourself, for testing purposes" + - " &8>> &3&l/tab announce bar &3 &9" + - " - &7Temporarily displays bossbar to all players" + - " &8>> &3&l/tab parse " + - " - &7Test if a placeholder works" + - " &8>> &3&l/tab debug [player]" + - " - &7displays debug information about player" + - " &8>> &3&l/tab cpu" + - " - &7shows CPU usage of the plugin" + - " &8>> &3&l/tab group/player remove" + - " - &7Clears all data about player/group" + - "&m " +mysql-help-menu: + - "&6/tab mysql upload - uploads data from files to mysql" + - "&6/tab mysql download - downloads data from mysql to files" +mysql-fail-not-enabled: "&cCannot download/upload data from/to MySQL, because it's disabled." +mysql-fail-error: "MySQL download failed due to an error. Check console for more info." +mysql-download-success: "&aMySQL data downloaded successfully." +mysql-upload-success: "&aMySQL data uploaded successfully." +nametag-help-menu: + - "/tab nametag preview - toggles armor stand preview mode" + - "/tab nametag toggle - toggles nametags on all players for command sender" +nametag-feature-not-enabled: "&cThis command requires nametag feature to be enabled." +nametags-hidden: "&aNametags of all players were hidden to you" +nametags-shown: "&aNametags of all players were shown to you" diff --git a/plugins/TAB/old_configs/advancedconfig.yml b/plugins/TAB/old_configs/advancedconfig.yml new file mode 100644 index 0000000..c55a841 --- /dev/null +++ b/plugins/TAB/old_configs/advancedconfig.yml @@ -0,0 +1,28 @@ +# Detailed explanation of all options available at https://github.com/NEZNAMY/TAB/wiki/advancedconfig.yml + +per-world-playerlist: + enabled: false + allow-bypass-permission: false + ignore-effect-in-worlds: + - ignoredworld + - build + shared-playerlist-world-groups: + lobby: + - lobby1 + - lobby2 + minigames: + - paintball + - bedwars + DoNotDoThis: + - ThisIsASingleWorldSoThereIsNoPointInEvenCreatingGroupForIt + +sort-players-by-permissions: false +fix-pet-names: false +use-primary-group: true +primary-group-finding-list: + - Owner + - Admin + - Helper + - default +bukkit-bridge-mode: false +assign-groups-by-permissions: false \ No newline at end of file diff --git a/plugins/TAB/old_configs/animations.yml b/plugins/TAB/old_configs/animations.yml new file mode 100644 index 0000000..ebf9422 --- /dev/null +++ b/plugins/TAB/old_configs/animations.yml @@ -0,0 +1,148 @@ +#usage: %animation:NAME% +animations: + MyAnimation1: + #in MILLISECONDS + change-interval: 100 + texts: + - "&d-&3--------------" + - "&3-&d-&3-------------" + - "&3--&d-&3------------" + - "&3---&d-&3-----------" + - "&3----&d-&3----------" + - "&3-----&d-&3---------" + - "&3------&d-&3--------" + - "&3-------&d-&3-------" + - "&3--------&d-&3------" + - "&3---------&d-&3-----" + - "&3----------&d-&3----" + - "&3-----------&d-&3---" + - "&3------------&d-&3--" + - "&3-------------&d-&3-" + - "&3--------------&d-" + - "&3-------------&d-&3-" + - "&3------------&d-&3--" + - "&3-----------&d-&3---" + - "&3----------&d-&3----" + - "&3---------&d-&3-----" + - "&3--------&d-&3------" + - "&3-------&d-&3-------" + - "&3------&d-&3--------" + - "&3-----&d-&3---------" + - "&3----&d-&3----------" + - "&3---&d-&3-----------" + - "&3--&d-&3------------" + - "&3-&d-&3-------------" + - "&d-&3--------------" + ServerName: + change-interval: 300 + texts: + - "&c&lServerName" + - "&c&n&lServerName" + - "&b&lServerName" + - "&b&l&nServerName" + - "&e&lServerName" + - "&e&n&lServerName" + web: + change-interval: 200 + texts: + - "&ewww.domain.com" + - "&ewww.domain.com" + - "&ewww.domain.com" + - "&ewww.domain.com" + - "&ewww.domain.com" + - "&ewww.domain.com" + - "&6w&eww.domain.com" + - "&ew&6w&ew.domain.com" + - "&eww&6w&e.domain.com" + - "&ewww&6.&edomain.com" + - "&ewww.&6d&eomain.com" + - "&ewww.d&6o&emain.com" + - "&ewww.do&6m&eain.com" + - "&ewww.dom&6a&ein.com" + - "&ewww.doma&6i&en.com" + - "&ewww.domai&6n&e.com" + - "&ewww.domain&6.&ecom" + - "&ewww.domain.&6c&eom" + - "&ewww.domain.c&6o&em" + - "&ewww.domain.co&6m" + - "&ewww.domain.com" + - "&ewww.domain.com" + - "&ewww.domain.com" + - "&ewww.domain.com" + - "&ewww.domain.com" + - "&ewww.domain.com" + vote: + change-interval: 1000 + texts: + - "&avote.domain.com" + - "&a&nvote.domain.com" + - "&5vote.domain.com" + - "&5&nvote.domain.com" + Welcome: + change-interval: 400 + texts: + - "&7&lW_" + - "&7&lW_" + - "&7&lWe_" + - "&7&lWel_" + - "&7&lWelc_" + - "&7&lWelco_" + - "&7&lWelcom_" + - "&7&lWelcome_" + - "&7&lWelcome_" + - "&7&lWelcome_" + - "&7&lWelcome_" + - "&7&lWelcom_" + - "&7&lWelco_" + - "&7&lWelc_" + - "&7&lWel_" + - "&7&lWe_" + - "&7&lW_" + - "&7&lW_" + time: + change-interval: 900 + texts: + - "&7Time &b%time%" + - "&7> Time &b%time% &7<" + - "&7>> Time &b%time% &7<<" + - "&7>>> Time &b%time% &7<<<" + - "&7Date &b%date%" + - "&7> Date &b%date% &7<" + - "&7>> Date &b%date% &7<<" + - "&7>>> Date &b%date% &7<<<" + ping-tps: + change-interval: 5000 + texts: + - "&aPing: &2&n%ping%&r &ams" + - "&bServer TPS: &8%tps%" + admin_prefix: + change-interval: 1000 + texts: + - "&6&lAdmin &e" + - "&6&lAdmin &e" + - "&9&lAdmin &e" + - "&9&lAdmin &e" + - "&4&lAdmin &e" + - "&4&lAdmin &e" + - "&3&lAdmin &e" + - "&3&lAdmin &e" + - "&2&lAdmin &e" + - "&2&lAdmin &e" + - "&d&lAdmin &e" + - "&d&lAdmin &e" + - "&f&lAdmin &e" + - "&f&lAdmi &e" + - "&f&lAdm &e" + - "&f&lAd &e" + - "&f&lA &e" + - "&f&lAd &e" + - "&f&lAdm &e" + - "&f&lAdmi &e" + - "&f&lAdmin &e" + barcolors: + change-interval: 1000 + texts: + - "RED" + - "BLUE" + - "GREEN" + - "YELLOW" \ No newline at end of file diff --git a/plugins/TAB/old_configs/bossbar.yml b/plugins/TAB/old_configs/bossbar.yml new file mode 100644 index 0000000..557cec5 --- /dev/null +++ b/plugins/TAB/old_configs/bossbar.yml @@ -0,0 +1,25 @@ +#styles (SERVER 1.9+) +#NOTCHED_6, NOTCHED_10, NOTCHED_12, NOTCHED_20, PROGRESS +bossbar-enabled: false +bossbar-toggle-command: /bossbar +permission-required-to-toggle: false +remember-toggle-choice: false +default-bars: +- ServerInfo +per-world: + testworld: + - test +bars: + ServerInfo: + permission-required: false + style: PROGRESS + color: '%animation:barcolors%' + progress: '100' + text: '&fWebsite: &bwww.domain.com' + test: + permission-required: false + style: PROGRESS + color: WHITE + progress: '100' + text: test +hidden-by-default: false diff --git a/plugins/TAB/old_configs/config.yml b/plugins/TAB/old_configs/config.yml new file mode 100644 index 0000000..eeb5857 --- /dev/null +++ b/plugins/TAB/old_configs/config.yml @@ -0,0 +1,132 @@ +# Detailed explanation of all options available at https://github.com/NEZNAMY/TAB/wiki/config.yml +change-nametag-prefix-suffix: true +change-tablist-prefix-suffix: true +enable-header-footer: true +header: +- '&3&luwuCraft' +- '&7&l>> %animation:Welcome%&3 &l%nick%&7&l! &7&l<<' +- '&7Online players: &f%online%' +- '%animation:ping-tps%' +- '' +- '&7&l Used memory: %memory-used% MB / %memory-max% MB' +- '%animation:MyAnimation1%' +footer: +- '%animation:MyAnimation1%' +- '%animation:time%' +- '' +yellow-number-in-tablist: '%ping%' +group-sorting-priority-list: +- owner +- admin +- mod +- helper +- builder +- premium +- player +- default +Groups: + Owner: + tabprefix: '&0&l[&a&lOwner&0&l] &a' + tagprefix: '&2&lOwner &a' + Admin: + tabprefix: '&0&l[&4&lAdmin&0&l] &1' + tagprefix: '%animation:admin_prefix%' + Player: + tabprefix: '&0&l[&7&lPlayer&0&l] &3' + tagprefix: '&2&lPlayer &3' + example_group: + header: + - This is an example of per-group header/footer + footer: + - applied to a group + _OTHER_: + tabprefix: '%vault-prefix%' + tagprefix: '%vault-prefix%' + tabsuffix: '%afk%' + tagsuffix: '%afk%' + customtabname: '%essentialsnick%' + customtagname: '%essentialsnick%' +Users: + _NEZNAMY_: + tabprefix: '&6&lTAB Author &a' + tagprefix: '&6&lTAB &r&a' + abovename: '&bOh look, 3 lines of text !' + belowname: '&eThere''s only one plugin out there supporting it' +classic-vanilla-belowname: + enabled: true + number: '%health%' + text: Health + disable-in-worlds: + - disabledworld +enable-collision: true +revert-collision-rule-in-worlds: +- revertedworld +do-not-move-spectators: false +allow-spectator-bypass-permission: false +unlimited-nametag-prefix-suffix-mode: + enabled: false + modify-npc-names: false + use-marker-tag-for-1-8-x-clients: false + disable-on-boats: true + space-between-lines: true +per-world-settings: + world1: + header: + - an example of world with custom + footer: + - header/footer and prefix/suffix + Groups: + Owner: + tabprefix: '&0&l[&a&lOwner&0&l] &a' + tagprefix: '&2&lOwner &a' + world2-world3: + header: + - This is a shared header for + - world2 and world3 +placeholders: + date-format: dd.MM.yyyy + time-format: '[HH:mm:ss / h:mm a]' + time-offset: 0 + remove-strings: + - '[]' + - < > +rank-aliases: + Admin: '&4&lADMIN' + Mod: '&b&lMOD' + Premium: '&6&lPREMIUM' + Ultra: '&b&lULTRA' + Legend: '&a&lLEGEND' + Titan: '&c&lTITAN' + Youtuber: '&c&lYOUTUBE' + _OTHER_: '&7No Rank' +disable-features-in-worlds: + header-footer: + - disabledworld + tablist-names: + - disabledworld + nametag: + - disabledworld + tablist-objective: + - disabledworld + bossbar: + - disabledworld + belowname: + - disabledworld + unlimited-nametags: + - disabledworld + yellow-number: + - disabledworld +debug: false +anti-override: + tablist-names: true + scoreboard-teams: true +invisible-nametags: false +sort-players-by-permissions: false +assign-groups-by-permissions: false +primary-group-finding-list: +- Owner +- Admin +- Mod +- Helper +- default +fix-pet-names: false diff --git a/plugins/TAB/old_configs/layout.yml b/plugins/TAB/old_configs/layout.yml new file mode 100644 index 0000000..a73d4b8 --- /dev/null +++ b/plugins/TAB/old_configs/layout.yml @@ -0,0 +1,51 @@ +enabled: false +direction: COLUMNS +default-skin: "mineskin:1753261242" +enable-remaining-players-text: true +remaining-players-text: "... and %s more" +empty-slot-ping-value: 1000 + +layouts: + staff: + condition: "permission:tab.staff" + fixed-slots: + - '1|&3RAM&f:' + - '2|&b%memory-used%MB / %memory-max%MB' + - '3|&8&m ' + - '4|&3TPS&f:' + - '5|&b%tps%' + groups: + staff: + condition: permission:tab.staff + slots: + - '24-40' + players: + slots: + - '44-80' + default: + fixed-slots: + - '1|&3Website&f:' + - '2|&bmyserver.net' + - '3|&8&m ' + - '4|&3Name&f:' + - '5|&b%player%' + - '7|&3Rank&f:' + - '8|Rank: %group%' + - '10|&3World&f:' + - '11|&b%world%' + - '13|&3Time&f:' + - '14|&b%time%' + - '21|&3Teamspeak&f:' + - '22|&bts.myserver.net' + - '23|&8&m ' + - '41|&3Store&f:' + - '42|&bshop.myserver.net' + - '43|&8&m ' + groups: + staff: + condition: permission:tab.staff + slots: + - '24-40' + players: + slots: + - '44-80' diff --git a/plugins/TAB/old_configs/messages.yml b/plugins/TAB/old_configs/messages.yml new file mode 100644 index 0000000..847bad4 --- /dev/null +++ b/plugins/TAB/old_configs/messages.yml @@ -0,0 +1,69 @@ +announce-command-usage: "Usage: /tab announce \nCurrently supported types: &lbar, scoreboard" +bossbar-feature-not-enabled: "&cThis command requires the bossbar feature to be enabled." +bossbar-announce-command-usage: "Usage: /tab announce bar " +bossbar-not-found: "&cNo bossbar found with the name \"%name%\"" +bossbar-already-announced: "&cThis bossbar is already being announced" +group-data-removed: "&3[TAB] All data has been successfully removed from group &e%group%" +group-value-assigned: "&3[TAB] %property% '&r%value%&r&3' has been successfully assigned to group &e%group%" +group-value-removed: "&3[TAB] %property% has been successfully removed from group &e%group%" +user-data-removed: "&3[TAB] All data has been successfully removed from player &e%player%" +user-value-assigned: "&3[TAB] %property% '&r%value%&r&3' has been successfully assigned to player &e%player%" +user-value-removed: "&3[TAB] %property% has been successfully removed from player &e%player%" +parse-command-usage: "Usage: /tab parse " +send-command-usage: "Usage: /tab send \nCurrently supported types: &lbar" +send-bar-command-usage: "Usage: /tab send bar " +team-feature-required: "This command requires scoreboard teams feature enabled" +collision-command-ussage: "Usage: /tab setcollision " +no-permission: "&cI'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is in error." +command-only-from-game: "&cThis command must be ran from the game" +player-not-online: "&cNo online player found with the name \"%player%\"" +unlimited-nametag-mode-not-enabled: "&c[TAB] Warning! To make this feature work, you need to enable unlimited-nametag-mode in the config!" +invalid-number: "\"%input%\" is not a number!" +scoreboard-feature-not-enabled: "&4This command requires the scoreboard feature to be enabled." +scoreboard-announce-command-usage: "Usage: /tab announce scoreboard " +scoreboard-not-found: "&cNo scoreboard found with the name \"%name%\"" +nametag-preview-on: "&7Preview mode &aactivated&7." +nametag-preview-of: "&7Preview mode &3deactivated&7." +reload-success: "&3[TAB] Successfully reloaded" +reload-fail-file: "&3[TAB] &4Failed to reload, file %file% has broken syntax. Check console for more info." +scoreboard-toggle-on: "&2Scoreboard enabled" +scoreboard-toggle-off: "&7Scoreboard disabled" +bossbar-toggle-on: "&2Bossbar is now visible" +bossbar-toggle-off: "&7Bossbar is no longer visible. Magic!" +scoreboard-show-usage: "Usage: /tab scoreboard show [player]" +bossbar-not-marked-as-announcement: "&cThis bossbar is not marked as an announcement bar and is therefore already displayed permanently (if display condition is met)" +bossbar-announcement-success: "&aAnnouncing bossbar &6%bossbar% &afor %length% seconds." +bossbar-send-success: "&aSending bossbar &6%bossbar% &ato player &6%player% &afor %length% seconds." +armorstands-disabled-cannot-use-preview: "&cYour armor stands are disabled, therefore you cannot use preview feature" +help-menu: + - "&m " + - " &8>> &3&l/tab reload" + - " - &7Reloads plugin and config" + - " &8>> &3&l/tab &9group&3/&9player &3 &9 &3" + - " - &7Do &8/tab group/player &7to show properties" + - " &8>> &3&l/tab nametag preview" + - " - &7Shows your nametag for yourself, for testing purposes" + - " &8>> &3&l/tab announce bar &3 &9" + - " - &7Temporarily displays bossbar to all players" + - " &8>> &3&l/tab parse " + - " - &7Test if a placeholder works" + - " &8>> &3&l/tab debug [player]" + - " - &7displays debug information about player" + - " &8>> &3&l/tab cpu" + - " - &7shows CPU usage of the plugin" + - " &8>> &3&l/tab group/player remove" + - " - &7Clears all data about player/group" + - "&m " +mysql-help-menu: + - "&6/tab mysql upload - uploads data from files to mysql" + - "&6/tab mysql download - downloads data from mysql to files" +mysql-fail-not-enabled: "&cCannot download/upload data from/to MySQL, because it's disabled." +mysql-fail-error: "MySQL download failed due to an error. Check console for more info." +mysql-download-success: "&aMySQL data downloaded successfully." +mysql-upload-success: "&aMySQL data uploaded successfully." +nametag-help-menu: + - "/tab nametag preview - toggles armor stand preview mode" + - "/tab nametag toggle - toggles nametags on all players for command sender" +nametag-feature-not-enabled: "&cThis command requires nametag feature to be enabled." +nametags-hidden: "&aNametags of all players were hidden to you" +nametags-shown: "&aNametags of all players were shown to you" diff --git a/plugins/TAB/old_configs/translation.yml b/plugins/TAB/old_configs/translation.yml new file mode 100644 index 0000000..60a2c9f --- /dev/null +++ b/plugins/TAB/old_configs/translation.yml @@ -0,0 +1,13 @@ +no_permission: "&cI'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is in error." +unlimited_nametag_mode_not_enabled: "&c[TAB] Warning! To make this feature work, you need to enable unlimited-nametag-prefix-suffix-mode in the config!" +data_removed: "&3[TAB] All data has been successfully removed from %category% &e%value%" +player_not_found: "&4[TAB] Player not found!" +reloaded: "&3[TAB] Successfully reloaded" +value_assigned: "&3[TAB] %type% '&r%value%&r&3' has been successfully assigned to %category% &e%unit%" +value_removed: "&3[TAB] %type% has been successfully removed from %category% &e%unit%" +plugin_disabled: "&c[TAB] Plugin is disabled because one of your configuration files is broken. Check console for more info." +bossbar-toggle-on: "&2Bossbar is now visible" +bossbar-toggle-off: "&7Bossbar is no longer visible. Magic!" +preview-on: "&7Preview mode &aactivated&7." +preview-off: "&7Preview mode &3deactivated&7." +reload-failed: "&4Failed to reload, file %file% has broken syntax. Check console for more info." diff --git a/plugins/TAB/users.yml b/plugins/TAB/users.yml new file mode 100644 index 0000000..a24b263 --- /dev/null +++ b/plugins/TAB/users.yml @@ -0,0 +1,6 @@ +_NEZNAMY_: + tabprefix: '&6&lTAB Author &a' + tagprefix: '&6&lTAB &r&a' + abovename: '&bOh look, 3 lines of text !' + belowname: '&eThere''s only one plugin out there supporting it' +per-world: {} diff --git a/plugins/Updater/config.yml b/plugins/Updater/config.yml new file mode 100644 index 0000000..075b9ca --- /dev/null +++ b/plugins/Updater/config.yml @@ -0,0 +1,5 @@ +# This configuration file affects all plugins using the Updater system (version 2+ - http://forums.bukkit.org/threads/96681/ ) +# If you wish to use your API key, read http://wiki.bukkit.org/ServerMods_API and place it below. +# Some updating systems will not adhere to the disabled value, but these may be turned off in their plugin's configuration. + +disable: false diff --git a/plugins/bStats/config.yml b/plugins/bStats/config.yml new file mode 100644 index 0000000..a423bd2 --- /dev/null +++ b/plugins/bStats/config.yml @@ -0,0 +1,8 @@ +# bStats collects some data for plugin authors like how many servers are using their plugins. +# To honor their work, you should not disable it. +# This has nearly no effect on the server performance! +# Check out https://bStats.org/ to learn more :) + +enabled: true +serverUuid: 06693377-c2df-4125-9a89-bb4918ba1adf +logFailedRequests: false diff --git a/server.properties b/server.properties new file mode 100644 index 0000000..7144b77 --- /dev/null +++ b/server.properties @@ -0,0 +1,55 @@ +#Minecraft server properties +#Thu Aug 04 17:08:09 ICT 2022 +allow-flight=false +allow-nether=true +broadcast-console-to-ops=true +broadcast-rcon-to-ops=true +debug=false +difficulty=easy +enable-command-block=false +enable-jmx-monitoring=false +enable-query=false +enable-rcon=false +enable-status=true +enforce-whitelist=false +entity-broadcast-range-percentage=100 +force-gamemode=false +function-permission-level=2 +gamemode=survival +generate-structures=true +generator-settings={} +hardcore=false +hide-online-players=false +level-name=world +level-seed= +level-type=default +max-players=20 +max-tick-time=60000 +max-world-size=29999984 +motd=uwuDesu Corporation +network-compression-threshold=256 +online-mode=false +op-permission-level=4 +player-idle-timeout=0 +prevent-proxy-connections=false +pvp=true +query.port=25565 +rate-limit=0 +rcon.password= +rcon.port=25575 +require-resource-pack=false +resource-pack= +resource-pack-prompt= +resource-pack-sha1= +server-ip=localhost +server-port=25565 +simulation-distance=10 +spawn-animals=true +spawn-monsters=true +spawn-npcs=true +spawn-protection=16 +sync-chunk-writes=true +text-filtering-config= +use-native-transport=true +view-distance=10 +white-list=false diff --git a/spigot.yml b/spigot.yml new file mode 100644 index 0000000..b502bbb --- /dev/null +++ b/spigot.yml @@ -0,0 +1,169 @@ +# This is the main configuration file for Spigot. +# As you can see, there's tons to configure. Some options may impact gameplay, so use +# with caution, and make sure you know what each option does before configuring. +# For a reference for any variable inside this file, check out the Spigot wiki at +# http://www.spigotmc.org/wiki/spigot-configuration/ +# +# If you need help with the configuration or have any questions related to Spigot, +# join us at the Discord or drop by our forums and leave a post. +# +# Discord: https://www.spigotmc.org/go/discord +# Forums: http://www.spigotmc.org/ + +messages: + whitelist: You are not whitelisted on this server! + unknown-command: Unknown command. Type "/help" for help. + server-full: The server is full! + outdated-client: Outdated client! Please use {0} + outdated-server: Outdated server! I'm still on {0} + restart: Server is restarting +advancements: + disable-saving: false + disabled: + - minecraft:story/disabled +settings: + sample-count: 12 + bungeecord: false + player-shuffle: 0 + user-cache-size: 1000 + save-user-cache-on-stop-only: false + moved-wrongly-threshold: 0.0625 + moved-too-quickly-multiplier: 10.0 + timeout-time: 60 + restart-on-crash: true + restart-script: ./start.sh + netty-threads: 4 + attribute: + maxHealth: + max: 2048.0 + movementSpeed: + max: 2048.0 + attackDamage: + max: 2048.0 + log-villager-deaths: true + log-named-deaths: true + debug: false +players: + disable-saving: false +commands: + spam-exclusions: + - /skill + silent-commandblock-console: false + replace-commands: + - setblock + - summon + - testforblock + - tellraw + log: true + tab-complete: 0 + send-namespaced: true +world-settings: + default: + below-zero-generation-in-existing-chunks: true + verbose: false + merge-radius: + exp: 3.0 + item: 2.5 + growth: + cactus-modifier: 100 + cane-modifier: 100 + melon-modifier: 100 + mushroom-modifier: 100 + pumpkin-modifier: 100 + sapling-modifier: 100 + beetroot-modifier: 100 + carrot-modifier: 100 + potato-modifier: 100 + wheat-modifier: 100 + netherwart-modifier: 100 + vine-modifier: 100 + cocoa-modifier: 100 + bamboo-modifier: 100 + sweetberry-modifier: 100 + kelp-modifier: 100 + twistingvines-modifier: 100 + weepingvines-modifier: 100 + cavevines-modifier: 100 + glowberry-modifier: 100 + entity-activation-range: + animals: 32 + monsters: 32 + raiders: 48 + misc: 16 + water: 16 + villagers: 32 + flying-monsters: 32 + wake-up-inactive: + animals-max-per-tick: 4 + animals-every: 1200 + animals-for: 100 + monsters-max-per-tick: 8 + monsters-every: 400 + monsters-for: 100 + villagers-max-per-tick: 4 + villagers-every: 600 + villagers-for: 100 + flying-monsters-max-per-tick: 8 + flying-monsters-every: 200 + flying-monsters-for: 100 + villagers-work-immunity-after: 100 + villagers-work-immunity-for: 20 + villagers-active-for-panic: true + tick-inactive-villagers: true + ignore-spectators: false + entity-tracking-range: + players: 48 + animals: 48 + monsters: 48 + misc: 32 + other: 64 + ticks-per: + hopper-transfer: 8 + hopper-check: 1 + hopper-amount: 1 + seed-village: 10387312 + seed-desert: 14357617 + seed-igloo: 14357618 + seed-jungle: 14357619 + seed-swamp: 14357620 + seed-monument: 10387313 + seed-shipwreck: 165745295 + seed-ocean: 14357621 + seed-outpost: 165745296 + seed-endcity: 10387313 + seed-slime: 987234911 + seed-nether: 30084232 + seed-mansion: 10387319 + seed-fossil: 14357921 + seed-portal: 34222645 + seed-stronghold: default + hunger: + jump-walk-exhaustion: 0.05 + jump-sprint-exhaustion: 0.2 + combat-exhaustion: 0.1 + regen-exhaustion: 6.0 + swim-multiplier: 0.01 + sprint-multiplier: 0.1 + other-multiplier: 0.0 + max-tnt-per-tick: 100 + max-tick-time: + tile: 50 + entity: 50 + view-distance: default + simulation-distance: default + thunder-chance: 100000 + item-despawn-rate: 6000 + enable-zombie-pigmen-portal-spawns: true + wither-spawn-sound-radius: 0 + arrow-despawn-rate: 1200 + trident-despawn-rate: 1200 + hanging-tick-frequency: 100 + zombie-aggressive-towards-villager: true + nerf-spawner-mobs: false + mob-spawn-range: 8 + end-portal-sound-radius: 0 + dragon-death-sound-radius: 0 +config-version: 12 +stats: + disable-saving: false + forced-stats: {} diff --git a/usercache.json b/usercache.json new file mode 100644 index 0000000..62ace9b --- /dev/null +++ b/usercache.json @@ -0,0 +1 @@ +[{"name":"bento64","uuid":"fd5e51a3-31c4-3585-880e-6af9a7a22e85","expiresOn":"2022-09-04 17:08:37 +0700"},{"name":"LoneWolf","uuid":"ed0e1cc7-8787-3f8e-82c6-b79d32f937c8","expiresOn":"2022-09-04 15:52:26 +0700"},{"name":"Navi_Vo_Dich","uuid":"6cf31700-fcf5-30d6-9a7e-949667e236d4","expiresOn":"2022-09-04 15:35:37 +0700"},{"name":"HMTheBoy154","uuid":"2491502d-2f94-3eac-8788-2e660a11832a","expiresOn":"2022-09-04 13:49:58 +0700"},{"name":"Aragami1408","uuid":"43802be5-553b-307a-8e27-97fa23be1c48","expiresOn":"2022-09-04 12:54:06 +0700"}] \ No newline at end of file diff --git a/version_history.json b/version_history.json new file mode 100644 index 0000000..4d28486 --- /dev/null +++ b/version_history.json @@ -0,0 +1 @@ +{"currentVersion":"git-Paper-387 (MC: 1.18.2)"} \ No newline at end of file diff --git a/versions/1.18.2/paper-1.18.2.jar b/versions/1.18.2/paper-1.18.2.jar new file mode 100644 index 0000000..75823de Binary files /dev/null and b/versions/1.18.2/paper-1.18.2.jar differ diff --git a/whitelist.json b/whitelist.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/whitelist.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/world/advancements/2491502d-2f94-3eac-8788-2e660a11832a.json b/world/advancements/2491502d-2f94-3eac-8788-2e660a11832a.json new file mode 100644 index 0000000..eabec42 --- /dev/null +++ b/world/advancements/2491502d-2f94-3eac-8788-2e660a11832a.json @@ -0,0 +1,1280 @@ +{ + "minecraft:recipes/tools/fishing_rod": { + "criteria": { + "has_string": "2022-08-04 14:10:36 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/smoker": { + "criteria": { + "has_furnace": "2022-08-04 14:01:21 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_mutton_from_campfire_cooking": { + "criteria": { + "has_mutton": "2022-08-04 13:53:35 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/purple_wool": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/lever": { + "criteria": { + "has_cobblestone": "2022-08-04 13:54:56 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobblestone_stairs_from_cobblestone_stonecutting": { + "criteria": { + "has_cobblestone": "2022-08-04 13:54:56 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_sword": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_andesite_stairs_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 13:56:57 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/white_bed": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/iron_pickaxe": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/pumpkin_seeds": { + "criteria": { + "has_pumpkin": "2022-08-04 13:56:42 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/magenta_wool": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/campfire": { + "criteria": { + "has_stick": "2022-08-04 13:54:28 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/crafting_table": { + "criteria": { + "has_planks": "2022-08-04 13:53:07 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/candle": { + "criteria": { + "has_string": "2022-08-04 14:10:36 +0700" + }, + "done": true + }, + "minecraft:recipes/food/bread": { + "criteria": { + "has_wheat": "2022-08-04 14:15:21 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/diorite_slab_from_diorite_stonecutting": { + "criteria": { + "has_diorite": "2022-08-04 14:05:09 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/melon_seeds": { + "criteria": { + "has_melon": "2022-08-04 14:07:07 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/ladder": { + "criteria": { + "has_stick": "2022-08-04 13:54:28 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_nugget": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/chest": { + "criteria": { + "has_lots_of_items": "2022-08-04 13:54:56 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/black_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:16:06 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/wooden_shovel": { + "criteria": { + "has_stick": "2022-08-04 13:54:28 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/torch": { + "criteria": { + "has_stone_pickaxe": "2022-08-04 13:55:33 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cyan_wool": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/shears": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/stick": { + "criteria": { + "has_planks": "2022-08-04 13:53:07 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/spruce_boat": { + "criteria": { + "in_water": "2022-08-04 14:15:21 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/dispenser": { + "criteria": { + "has_bow": "2022-08-04 14:32:37 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cake": { + "criteria": { + "has_egg": "2022-08-04 14:17:16 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/detector_rail": { + "criteria": { + "has_rail": "2022-08-04 14:43:31 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/gray_wool": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_granite_from_granite_stonecutting": { + "criteria": { + "has_granite": "2022-08-04 13:59:57 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/sugar_from_sugar_cane": { + "criteria": { + "has_sugar_cane": "2022-08-04 14:23:17 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_leggings": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:husbandry/balanced_diet": { + "criteria": { + "cooked_porkchop": "2022-08-04 14:09:21 +0700", + "cooked_mutton": "2022-08-04 14:19:33 +0700", + "melon_slice": "2022-08-04 14:07:25 +0700", + "carrot": "2022-08-04 14:18:05 +0700" + }, + "done": false + }, + "minecraft:recipes/redstone/jungle_trapdoor": { + "criteria": { + "has_planks": "2022-08-04 13:53:07 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/wooden_hoe": { + "criteria": { + "has_stick": "2022-08-04 13:54:28 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/shield": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/brown_banner": { + "criteria": { + "has_brown_wool": "2022-08-04 14:08:53 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobblestone_slab": { + "criteria": { + "has_cobblestone": "2022-08-04 13:54:56 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/bucket": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_button": { + "criteria": { + "has_planks": "2022-08-04 13:53:07 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/diorite_slab": { + "criteria": { + "has_diorite": "2022-08-04 14:05:09 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobblestone_stairs": { + "criteria": { + "has_cobblestone": "2022-08-04 13:54:56 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/hopper": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/yellow_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:16:06 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/granite_wall": { + "criteria": { + "has_granite": "2022-08-04 13:59:57 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/note_block": { + "criteria": { + "has_redstone": "2022-08-04 14:38:27 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/white_banner": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_diorite_slab_from_diorite_stonecutting": { + "criteria": { + "has_diorite": "2022-08-04 14:05:09 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/hay_block": { + "criteria": { + "has_wheat": "2022-08-04 14:15:21 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_helmet": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/bow": { + "criteria": { + "has_string": "2022-08-04 14:10:36 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_chicken_from_smoking": { + "criteria": { + "has_chicken": "2022-08-04 14:17:11 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/oak_fence_gate": { + "criteria": { + "has_planks": "2022-08-04 13:53:51 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/magenta_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:16:06 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite_stairs_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 13:56:57 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/iron_bars": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/diorite_wall_from_diorite_stonecutting": { + "criteria": { + "has_diorite": "2022-08-04 14:05:09 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/orange_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:16:06 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/blue_wool": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:story/obtain_armor": { + "criteria": { + "iron_boots": "2022-08-04 14:47:05 +0700" + }, + "done": true + }, + "minecraft:story/mine_stone": { + "criteria": { + "get_stone": "2022-08-04 13:54:56 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/target": { + "criteria": { + "has_redstone": "2022-08-04 14:38:27 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/furnace": { + "criteria": { + "has_cobblestone": "2022-08-04 13:54:56 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/minecart": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite_stairs": { + "criteria": { + "has_andesite": "2022-08-04 13:56:57 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/charcoal": { + "criteria": { + "has_log": "2022-08-04 13:53:02 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/orange_wool": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:story/lava_bucket": { + "criteria": { + "lava_bucket": "2022-08-04 14:08:35 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/iron_hoe": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/wooden_pickaxe": { + "criteria": { + "has_stick": "2022-08-04 13:54:28 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobblestone_slab_from_cobblestone_stonecutting": { + "criteria": { + "has_cobblestone": "2022-08-04 13:54:56 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/redstone_torch": { + "criteria": { + "has_redstone": "2022-08-04 14:38:27 +0700" + }, + "done": true + }, + "minecraft:husbandry/root": { + "criteria": { + "consumed_item": "2022-08-04 14:07:25 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/birch_boat": { + "criteria": { + "in_water": "2022-08-04 14:15:21 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/oak_stairs": { + "criteria": { + "has_planks": "2022-08-04 13:53:51 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_granite_slab_from_granite_stonecutting": { + "criteria": { + "has_granite": "2022-08-04 13:59:57 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_andesite_slab_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 13:56:57 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_andesite_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 13:56:57 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/iron_shovel": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/acacia_boat": { + "criteria": { + "in_water": "2022-08-04 14:15:21 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/iron_trapdoor": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cyan_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:16:06 +0700" + }, + "done": true + }, + "minecraft:adventure/root": { + "criteria": { + "killed_something": "2022-08-04 13:51:02 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/gray_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:16:06 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/jungle_fence": { + "criteria": { + "has_planks": "2022-08-04 13:53:07 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/lime_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:16:06 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/clock": { + "criteria": { + "has_redstone": "2022-08-04 14:38:27 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/white_wool_from_string": { + "criteria": { + "has_string": "2022-08-04 14:10:36 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/stone_hoe": { + "criteria": { + "has_cobblestone": "2022-08-04 13:54:56 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/activator_rail": { + "criteria": { + "has_rail": "2022-08-04 14:43:31 +0700" + }, + "done": true + }, + "minecraft:adventure/kill_all_mobs": { + "criteria": { + "minecraft:skeleton": "2022-08-04 14:32:36 +0700", + "minecraft:spider": "2022-08-04 14:09:45 +0700", + "minecraft:zombie": "2022-08-04 14:28:29 +0700", + "minecraft:zombie_villager": "2022-08-04 14:28:32 +0700" + }, + "done": false + }, + "minecraft:recipes/decorations/green_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:16:06 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/redstone_block": { + "criteria": { + "has_redstone": "2022-08-04 14:38:27 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/granite_slab": { + "criteria": { + "has_granite": "2022-08-04 13:59:57 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/pink_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:16:06 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/white_carpet": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:recipes/brewing/glistering_melon_slice": { + "criteria": { + "has_melon": "2022-08-04 14:07:07 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_chicken_from_campfire_cooking": { + "criteria": { + "has_chicken": "2022-08-04 14:17:11 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/brown_bed": { + "criteria": { + "has_brown_wool": "2022-08-04 14:08:53 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_nugget_from_smelting": { + "criteria": { + "has_iron_pickaxe": "2022-08-04 14:02:20 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_mutton_from_smoking": { + "criteria": { + "has_mutton": "2022-08-04 13:53:35 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/granite_wall_from_granite_stonecutting": { + "criteria": { + "has_granite": "2022-08-04 13:59:57 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/chain": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:story/upgrade_tools": { + "criteria": { + "stone_pickaxe": "2022-08-04 13:55:33 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_granite_stairs_from_granite_stonecutting": { + "criteria": { + "has_granite": "2022-08-04 13:59:57 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/oak_fence": { + "criteria": { + "has_planks": "2022-08-04 13:53:51 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/oak_boat": { + "criteria": { + "in_water": "2022-08-04 14:15:21 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/blue_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:16:06 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_porkchop": { + "criteria": { + "has_porkchop": "2022-08-04 13:51:04 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/oak_slab": { + "criteria": { + "has_planks": "2022-08-04 13:53:51 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_porkchop_from_campfire_cooking": { + "criteria": { + "has_porkchop": "2022-08-04 13:51:04 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/wooden_axe": { + "criteria": { + "has_stick": "2022-08-04 13:54:28 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/lime_wool": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/granite_stairs": { + "criteria": { + "has_granite": "2022-08-04 13:59:57 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_pressure_plate": { + "criteria": { + "has_planks": "2022-08-04 13:53:07 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/paper": { + "criteria": { + "has_reeds": "2022-08-04 14:23:17 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/black_wool": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_diorite_stairs_from_diorite_stonecutting": { + "criteria": { + "has_diorite": "2022-08-04 14:05:09 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/loom": { + "criteria": { + "has_string": "2022-08-04 14:10:36 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_ingot_from_blasting_raw_iron": { + "criteria": { + "has_raw_iron": "2022-08-04 13:57:03 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/green_wool": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/diorite_stairs_from_diorite_stonecutting": { + "criteria": { + "has_diorite": "2022-08-04 14:05:09 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/brown_wool": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/light_gray_bed": { + "criteria": { + "has_light_gray_wool": "2022-08-04 14:12:50 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/iron_block": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/painting": { + "criteria": { + "has_wool": "2022-08-04 14:08:53 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/arrow": { + "criteria": { + "has_feather": "2022-08-04 14:25:04 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite_slab_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 13:56:57 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/coal_block": { + "criteria": { + "has_coal": "2022-08-04 14:25:59 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_blue_wool": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/wooden_sword": { + "criteria": { + "has_stick": "2022-08-04 13:54:28 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/stone_shovel": { + "criteria": { + "has_cobblestone": "2022-08-04 13:54:56 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/oak_planks": { + "criteria": { + "has_logs": "2022-08-04 13:53:02 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/light_gray_banner": { + "criteria": { + "has_light_gray_wool": "2022-08-04 14:12:50 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/diorite_stairs": { + "criteria": { + "has_diorite": "2022-08-04 14:05:09 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/granite_slab_from_granite_stonecutting": { + "criteria": { + "has_granite": "2022-08-04 13:59:57 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/jungle_sign": { + "criteria": { + "has_planks": "2022-08-04 13:53:07 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/iron_axe": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite": { + "criteria": { + "has_stone": "2022-08-04 14:05:09 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/tripwire_hook": { + "criteria": { + "has_string": "2022-08-04 14:10:36 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/oak_pressure_plate": { + "criteria": { + "has_planks": "2022-08-04 13:53:51 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_boots": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/bone_meal": { + "criteria": { + "has_bone": "2022-08-04 14:32:37 +0700" + }, + "done": true + }, + "minecraft:story/iron_tools": { + "criteria": { + "iron_pickaxe": "2022-08-04 14:02:20 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/oak_wood": { + "criteria": { + "has_log": "2022-08-04 13:53:02 +0700" + }, + "done": true + }, + "minecraft:story/root": { + "criteria": { + "crafting_table": "2022-08-04 13:53:55 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_chestplate": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/dropper": { + "criteria": { + "has_redstone": "2022-08-04 14:38:27 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/crossbow": { + "criteria": { + "has_stick": "2022-08-04 13:54:28 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/yellow_wool": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/oak_sign": { + "criteria": { + "has_planks": "2022-08-04 13:53:51 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_porkchop_from_smoking": { + "criteria": { + "has_porkchop": "2022-08-04 13:51:04 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/oak_trapdoor": { + "criteria": { + "has_planks": "2022-08-04 13:53:51 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/granite_stairs_from_granite_stonecutting": { + "criteria": { + "has_granite": "2022-08-04 13:59:57 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_diorite_from_diorite_stonecutting": { + "criteria": { + "has_diorite": "2022-08-04 14:05:09 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/light_blue_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:16:06 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/jungle_slab": { + "criteria": { + "has_planks": "2022-08-04 13:53:07 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_nugget_from_blasting": { + "criteria": { + "has_iron_pickaxe": "2022-08-04 14:02:20 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/compass": { + "criteria": { + "has_redstone": "2022-08-04 14:38:27 +0700" + }, + "done": true + }, + "minecraft:adventure/kill_a_mob": { + "criteria": { + "minecraft:spider": "2022-08-04 14:09:45 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/oak_button": { + "criteria": { + "has_planks": "2022-08-04 13:53:51 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/diorite_wall": { + "criteria": { + "has_diorite": "2022-08-04 14:05:09 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/stone": { + "criteria": { + "has_cobblestone": "2022-08-04 13:54:56 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_andesite": { + "criteria": { + "has_andesite": "2022-08-04 13:56:57 +0700" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:beach": "2022-08-04 14:20:17 +0700", + "minecraft:sparse_jungle": "2022-08-04 13:47:39 +0700", + "minecraft:river": "2022-08-04 14:23:28 +0700", + "minecraft:forest": "2022-08-04 14:23:35 +0700", + "minecraft:savanna": "2022-08-04 14:24:24 +0700", + "minecraft:plains": "2022-08-04 13:53:59 +0700" + }, + "done": false + }, + "minecraft:recipes/redstone/iron_door": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/purple_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:16:06 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/stone_sword": { + "criteria": { + "has_cobblestone": "2022-08-04 13:54:56 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/light_gray_carpet": { + "criteria": { + "has_light_gray_wool": "2022-08-04 14:12:50 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cobblestone_wall": { + "criteria": { + "has_cobblestone": "2022-08-04 13:54:56 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/barrel": { + "criteria": { + "has_planks": "2022-08-04 13:53:07 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/powered_rail": { + "criteria": { + "has_rail": "2022-08-04 14:43:31 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_ingot_from_smelting_raw_iron": { + "criteria": { + "has_raw_iron": "2022-08-04 13:57:03 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/stone_pickaxe": { + "criteria": { + "has_cobblestone": "2022-08-04 13:54:56 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/smithing_table": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/oak_door": { + "criteria": { + "has_planks": "2022-08-04 13:53:51 +0700" + }, + "done": true + }, + "minecraft:husbandry/plant_seed": { + "criteria": { + "wheat": "2022-08-04 14:15:25 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/jungle_boat": { + "criteria": { + "in_water": "2022-08-04 14:15:21 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cobblestone_wall_from_cobblestone_stonecutting": { + "criteria": { + "has_cobblestone": "2022-08-04 13:54:56 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/jungle_stairs": { + "criteria": { + "has_planks": "2022-08-04 13:53:07 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/brown_carpet": { + "criteria": { + "has_brown_wool": "2022-08-04 14:08:53 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/heavy_weighted_pressure_plate": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/carrot_on_a_stick": { + "criteria": { + "has_carrot": "2022-08-04 14:15:29 +0700" + }, + "done": true + }, + "minecraft:recipes/food/pumpkin_pie": { + "criteria": { + "has_pumpkin": "2022-08-04 13:56:42 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/dark_oak_boat": { + "criteria": { + "in_water": "2022-08-04 14:15:21 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/pink_wool": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/andesite_wall_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 13:56:57 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_door": { + "criteria": { + "has_planks": "2022-08-04 13:53:07 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/brown_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:16:06 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/stripped_oak_wood": { + "criteria": { + "has_log": "2022-08-04 13:55:48 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_granite": { + "criteria": { + "has_granite": "2022-08-04 13:59:57 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_fence_gate": { + "criteria": { + "has_planks": "2022-08-04 13:53:07 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/piston": { + "criteria": { + "has_redstone": "2022-08-04 14:38:27 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/lantern": { + "criteria": { + "has_iron_ingot": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_diorite": { + "criteria": { + "has_diorite": "2022-08-04 14:05:09 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_gray_wool": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/andesite_wall": { + "criteria": { + "has_andesite": "2022-08-04 13:56:57 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_chicken": { + "criteria": { + "has_chicken": "2022-08-04 14:17:11 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite_slab": { + "criteria": { + "has_andesite": "2022-08-04 13:56:57 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/red_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:16:06 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/red_wool": { + "criteria": { + "has_white_wool": "2022-08-04 14:17:36 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/soul_campfire": { + "criteria": { + "has_stick": "2022-08-04 13:54:28 +0700" + }, + "done": true + }, + "minecraft:story/smelt_iron": { + "criteria": { + "iron": "2022-08-04 14:02:09 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/stone_axe": { + "criteria": { + "has_cobblestone": "2022-08-04 13:54:56 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/melon": { + "criteria": { + "has_melon": "2022-08-04 14:07:07 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/raw_iron_block": { + "criteria": { + "has_raw_iron": "2022-08-04 13:57:03 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_mutton": { + "criteria": { + "has_mutton": "2022-08-04 13:53:35 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/light_gray_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:16:06 +0700" + }, + "done": true + }, + "DataVersion": 2975 +} \ No newline at end of file diff --git a/world/advancements/43802be5-553b-307a-8e27-97fa23be1c48.json b/world/advancements/43802be5-553b-307a-8e27-97fa23be1c48.json new file mode 100644 index 0000000..260b093 --- /dev/null +++ b/world/advancements/43802be5-553b-307a-8e27-97fa23be1c48.json @@ -0,0 +1,991 @@ +{ + "minecraft:recipes/food/cooked_mutton_from_campfire_cooking": { + "criteria": { + "has_mutton": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/smoker": { + "criteria": { + "has_furnace": "2022-08-04 12:48:31 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/raw_copper_block": { + "criteria": { + "has_raw_copper": "2022-08-04 12:33:13 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/purple_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/wooden_axe": { + "criteria": { + "has_stick": "2022-08-04 12:27:34 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/lime_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/lever": { + "criteria": { + "has_cobblestone": "2022-08-04 12:30:41 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobblestone_stairs_from_cobblestone_stonecutting": { + "criteria": { + "has_cobblestone": "2022-08-04 12:30:41 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_pressure_plate": { + "criteria": { + "has_planks": "2022-08-04 12:27:25 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_sword": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/black_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/wheat": { + "criteria": { + "has_hay_block": "2022-08-04 12:39:06 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_deepslate": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/chiseled_deepslate_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/deepslate_tile_wall_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/white_bed": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/green_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_ingot_from_blasting_raw_iron": { + "criteria": { + "has_raw_iron": "2022-08-04 12:36:34 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_andesite_stairs_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:47:34 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/iron_pickaxe": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/brown_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/leather_helmet": { + "criteria": { + "has_leather": "2022-08-04 12:38:00 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/crafting_table": { + "criteria": { + "has_planks": "2022-08-04 12:27:25 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/campfire": { + "criteria": { + "has_stick": "2022-08-04 12:27:34 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/magenta_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/food/bread": { + "criteria": { + "has_wheat": "2022-08-04 12:39:23 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/copper_block": { + "criteria": { + "has_copper_ingot": "2022-08-04 12:34:27 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/ladder": { + "criteria": { + "has_stick": "2022-08-04 12:27:34 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/map": { + "criteria": { + "has_compass": "2022-08-04 12:39:42 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_nugget": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/chest": { + "criteria": { + "has_lots_of_items": "2022-08-04 12:33:13 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/light_gray_bed": { + "criteria": { + "has_light_gray_wool": "2022-08-04 12:37:44 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/iron_block": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobbled_deepslate_slab": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/painting": { + "criteria": { + "has_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/wooden_shovel": { + "criteria": { + "has_stick": "2022-08-04 12:27:34 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_tile_slab_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/torch": { + "criteria": { + "has_stone_pickaxe": "2022-08-04 12:30:54 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/jungle_wood": { + "criteria": { + "has_log": "2022-08-04 12:27:11 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cyan_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/shears": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/stick": { + "criteria": { + "has_planks": "2022-08-04 12:27:25 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite_slab_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:47:34 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/coal_block": { + "criteria": { + "has_coal": "2022-08-04 12:31:05 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/spruce_boat": { + "criteria": { + "in_water": "2022-08-04 12:39:58 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_blue_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/wooden_sword": { + "criteria": { + "has_stick": "2022-08-04 12:27:34 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/stone_shovel": { + "criteria": { + "has_cobblestone": "2022-08-04 12:30:41 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/dispenser": { + "criteria": { + "has_bow": "2022-08-04 12:52:35 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/light_gray_banner": { + "criteria": { + "has_light_gray_wool": "2022-08-04 12:37:44 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/gray_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/jungle_sign": { + "criteria": { + "has_planks": "2022-08-04 12:27:25 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_leggings": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:husbandry/balanced_diet": { + "criteria": { + "cooked_mutton": "2022-08-04 12:32:54 +0700", + "bread": "2022-08-04 12:41:54 +0700" + }, + "done": false + }, + "minecraft:recipes/tools/iron_axe": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_trapdoor": { + "criteria": { + "has_planks": "2022-08-04 12:27:25 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/wooden_hoe": { + "criteria": { + "has_stick": "2022-08-04 12:27:34 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/shield": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/jungle_planks": { + "criteria": { + "has_logs": "2022-08-04 12:27:11 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobblestone_slab": { + "criteria": { + "has_cobblestone": "2022-08-04 12:30:41 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/bucket": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_button": { + "criteria": { + "has_planks": "2022-08-04 12:27:25 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_boots": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobblestone_stairs": { + "criteria": { + "has_cobblestone": "2022-08-04 12:30:41 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/hopper": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_deepslate_stairs_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cobbled_deepslate_wall_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:story/iron_tools": { + "criteria": { + "iron_pickaxe": "2022-08-04 12:51:41 +0700" + }, + "done": true + }, + "minecraft:story/root": { + "criteria": { + "crafting_table": "2022-08-04 12:27:28 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/white_banner": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/crossbow": { + "criteria": { + "has_stick": "2022-08-04 12:27:34 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_chestplate": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_tile_stairs_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cobbled_deepslate_wall": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_tiles_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/yellow_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/leather_horse_armor": { + "criteria": { + "has_leather": "2022-08-04 12:38:00 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/hay_block": { + "criteria": { + "has_wheat": "2022-08-04 12:39:23 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/leather_leggings": { + "criteria": { + "has_leather": "2022-08-04 12:38:00 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_helmet": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/jungle_slab": { + "criteria": { + "has_planks": "2022-08-04 12:27:25 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_nugget_from_blasting": { + "criteria": { + "has_iron_pickaxe": "2022-08-04 12:51:41 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/polished_deepslate_wall_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/leather_chestplate": { + "criteria": { + "has_leather": "2022-08-04 12:38:00 +0700" + }, + "done": true + }, + "minecraft:adventure/kill_a_mob": { + "criteria": { + "minecraft:zombie": "2022-08-04 12:52:57 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite_stairs_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:47:34 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/iron_bars": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/blue_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:story/mine_stone": { + "criteria": { + "get_stone": "2022-08-04 12:30:41 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/stone": { + "criteria": { + "has_cobblestone": "2022-08-04 12:30:41 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_andesite": { + "criteria": { + "has_andesite": "2022-08-04 12:47:34 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/target": { + "criteria": { + "has_hay_block": "2022-08-04 12:39:06 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/furnace": { + "criteria": { + "has_cobblestone": "2022-08-04 12:30:41 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/minecart": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/deepslate_brick_wall_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_bricks_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_beef": { + "criteria": { + "has_beef": "2022-08-04 12:38:00 +0700" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:beach": "2022-08-04 12:30:02 +0700", + "minecraft:sparse_jungle": "2022-08-04 12:26:42 +0700", + "minecraft:lukewarm_ocean": "2022-08-04 12:39:50 +0700", + "minecraft:plains": "2022-08-04 12:28:04 +0700" + }, + "done": false + }, + "minecraft:recipes/redstone/iron_door": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_brick_stairs_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/charcoal": { + "criteria": { + "has_log": "2022-08-04 12:27:11 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite_stairs": { + "criteria": { + "has_andesite": "2022-08-04 12:47:34 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/orange_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/wooden_pickaxe": { + "criteria": { + "has_stick": "2022-08-04 12:27:34 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/iron_hoe": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobblestone_slab_from_cobblestone_stonecutting": { + "criteria": { + "has_cobblestone": "2022-08-04 12:30:41 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobbled_deepslate_stairs": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:husbandry/root": { + "criteria": { + "consumed_item": "2022-08-04 12:32:54 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/copper_ingot_from_smelting_raw_copper": { + "criteria": { + "has_raw_copper": "2022-08-04 12:33:13 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/birch_boat": { + "criteria": { + "in_water": "2022-08-04 12:39:58 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/stone_sword": { + "criteria": { + "has_cobblestone": "2022-08-04 12:30:41 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/light_gray_carpet": { + "criteria": { + "has_light_gray_wool": "2022-08-04 12:37:44 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/barrel": { + "criteria": { + "has_planks": "2022-08-04 12:27:25 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cobblestone_wall": { + "criteria": { + "has_cobblestone": "2022-08-04 12:30:41 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_andesite_slab_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:47:34 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_andesite_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:47:34 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobbled_deepslate_stairs_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/copper_ingot_from_blasting_raw_copper": { + "criteria": { + "has_raw_copper": "2022-08-04 12:33:13 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_ingot_from_smelting_raw_iron": { + "criteria": { + "has_raw_iron": "2022-08-04 12:36:34 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/acacia_boat": { + "criteria": { + "in_water": "2022-08-04 12:39:58 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/iron_shovel": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/stone_pickaxe": { + "criteria": { + "has_cobblestone": "2022-08-04 12:30:41 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/iron_trapdoor": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/smithing_table": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_brick_slab_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:adventure/root": { + "criteria": { + "killed_something": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/leather_boots": { + "criteria": { + "has_leather": "2022-08-04 12:38:00 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/jungle_boat": { + "criteria": { + "in_water": "2022-08-04 12:39:58 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cobblestone_wall_from_cobblestone_stonecutting": { + "criteria": { + "has_cobblestone": "2022-08-04 12:30:41 +0700" + }, + "done": true + }, + "minecraft:adventure/shoot_arrow": { + "criteria": { + "shot_arrow": "2022-08-04 12:52:55 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/jungle_stairs": { + "criteria": { + "has_planks": "2022-08-04 12:27:25 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/jungle_fence": { + "criteria": { + "has_planks": "2022-08-04 12:27:25 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/item_frame": { + "criteria": { + "has_leather": "2022-08-04 12:38:00 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/heavy_weighted_pressure_plate": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/stone_hoe": { + "criteria": { + "has_cobblestone": "2022-08-04 12:30:41 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/dark_oak_boat": { + "criteria": { + "in_water": "2022-08-04 12:39:58 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/pink_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/andesite_wall_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:47:34 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/lightning_rod": { + "criteria": { + "has_copper_ingot": "2022-08-04 12:34:27 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_door": { + "criteria": { + "has_planks": "2022-08-04 12:27:25 +0700" + }, + "done": true + }, + "minecraft:adventure/kill_all_mobs": { + "criteria": { + "minecraft:zombie": "2022-08-04 12:52:57 +0700" + }, + "done": false + }, + "minecraft:recipes/redstone/jungle_fence_gate": { + "criteria": { + "has_planks": "2022-08-04 12:27:25 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_deepslate_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_beef_from_smoking": { + "criteria": { + "has_beef": "2022-08-04 12:38:00 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/white_carpet": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/lantern": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_nugget_from_smelting": { + "criteria": { + "has_iron_pickaxe": "2022-08-04 12:51:41 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_mutton_from_smoking": { + "criteria": { + "has_mutton": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_deepslate_slab_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_beef_from_campfire_cooking": { + "criteria": { + "has_beef": "2022-08-04 12:38:00 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/chain": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:story/upgrade_tools": { + "criteria": { + "stone_pickaxe": "2022-08-04 12:30:54 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobbled_deepslate_slab_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 12:54:44 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_gray_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/andesite_wall": { + "criteria": { + "has_andesite": "2022-08-04 12:47:34 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite_slab": { + "criteria": { + "has_andesite": "2022-08-04 12:47:34 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/red_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/soul_campfire": { + "criteria": { + "has_stick": "2022-08-04 12:27:34 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/oak_boat": { + "criteria": { + "in_water": "2022-08-04 12:39:58 +0700" + }, + "done": true + }, + "minecraft:story/smelt_iron": { + "criteria": { + "iron": "2022-08-04 12:49:55 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/stone_axe": { + "criteria": { + "has_cobblestone": "2022-08-04 12:30:41 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_mutton": { + "criteria": { + "has_mutton": "2022-08-04 12:33:40 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/raw_iron_block": { + "criteria": { + "has_raw_iron": "2022-08-04 12:36:34 +0700" + }, + "done": true + }, + "DataVersion": 2975 +} \ No newline at end of file diff --git a/world/advancements/6cf31700-fcf5-30d6-9a7e-949667e236d4.json b/world/advancements/6cf31700-fcf5-30d6-9a7e-949667e236d4.json new file mode 100644 index 0000000..ecb1bde --- /dev/null +++ b/world/advancements/6cf31700-fcf5-30d6-9a7e-949667e236d4.json @@ -0,0 +1,1529 @@ +{ + "minecraft:recipes/food/cooked_mutton_from_campfire_cooking": { + "criteria": { + "has_mutton": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/smoker": { + "criteria": { + "has_furnace": "2022-08-04 12:38:30 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/purple_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/lever": { + "criteria": { + "has_cobblestone": "2022-08-04 12:38:10 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobblestone_stairs_from_cobblestone_stonecutting": { + "criteria": { + "has_cobblestone": "2022-08-04 12:38:10 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/magenta_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_sword": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_deepslate": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/chiseled_deepslate_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/white_bed": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_andesite_stairs_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:43:56 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/lime_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/iron_pickaxe": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cut_sandstone_from_sandstone_stonecutting": { + "criteria": { + "has_sandstone": "2022-08-04 13:03:21 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/yellow_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/leather_helmet": { + "criteria": { + "has_leather": "2022-08-04 12:49:13 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/magenta_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/crafting_table": { + "criteria": { + "has_planks": "2022-08-04 12:34:19 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/campfire": { + "criteria": { + "has_stick": "2022-08-04 12:36:17 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/diorite_slab_from_diorite_stonecutting": { + "criteria": { + "has_diorite": "2022-08-04 13:03:42 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/ladder": { + "criteria": { + "has_stick": "2022-08-04 12:36:17 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_nugget": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/chest": { + "criteria": { + "has_lots_of_items": "2022-08-04 12:36:17 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/brown_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobbled_deepslate_slab": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/wooden_shovel": { + "criteria": { + "has_stick": "2022-08-04 12:36:17 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_tile_slab_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/torch": { + "criteria": { + "has_stone_pickaxe": "2022-08-04 12:47:22 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/diamond_sword": { + "criteria": { + "has_diamond": "2022-08-04 13:20:48 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cyan_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/shears": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/stick": { + "criteria": { + "has_planks": "2022-08-04 12:34:19 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/spruce_boat": { + "criteria": { + "in_water": "2022-08-04 12:35:30 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/jukebox": { + "criteria": { + "has_diamond": "2022-08-04 13:20:48 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/gray_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/detector_rail": { + "criteria": { + "has_rail": "2022-08-04 13:14:37 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/sugar_from_sugar_cane": { + "criteria": { + "has_sugar_cane": "2022-08-04 12:35:38 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_leggings": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/sandstone_stairs": { + "criteria": { + "has_sandstone": "2022-08-04 13:03:21 +0700" + }, + "done": true + }, + "minecraft:husbandry/balanced_diet": { + "criteria": { + "cooked_porkchop": "2022-08-04 12:52:20 +0700", + "cooked_mutton": "2022-08-04 12:39:48 +0700", + "cooked_chicken": "2022-08-04 13:55:09 +0700" + }, + "done": false + }, + "minecraft:recipes/redstone/jungle_trapdoor": { + "criteria": { + "has_planks": "2022-08-04 12:35:14 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/wooden_hoe": { + "criteria": { + "has_stick": "2022-08-04 12:36:17 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/shield": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/brown_banner": { + "criteria": { + "has_brown_wool": "2022-08-04 13:51:59 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobblestone_slab": { + "criteria": { + "has_cobblestone": "2022-08-04 12:38:10 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/bucket": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_button": { + "criteria": { + "has_planks": "2022-08-04 12:35:14 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobblestone_stairs": { + "criteria": { + "has_cobblestone": "2022-08-04 12:38:10 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/diorite_slab": { + "criteria": { + "has_diorite": "2022-08-04 13:03:42 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/hopper": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/chiseled_sandstone_from_sandstone_stonecutting": { + "criteria": { + "has_sandstone": "2022-08-04 13:03:21 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cobbled_deepslate_wall_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/note_block": { + "criteria": { + "has_redstone": "2022-08-04 13:21:27 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/white_banner": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_tile_stairs_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_gray_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_blue_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_diorite_slab_from_diorite_stonecutting": { + "criteria": { + "has_diorite": "2022-08-04 13:03:42 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_tiles_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/gold_ingot_from_smelting_raw_gold": { + "criteria": { + "has_raw_gold": "2022-08-04 13:17:27 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/leather_horse_armor": { + "criteria": { + "has_leather": "2022-08-04 12:49:13 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/leather_leggings": { + "criteria": { + "has_leather": "2022-08-04 12:49:13 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/glass": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_helmet": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/pink_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/sandstone_slab": { + "criteria": { + "has_sandstone": "2022-08-04 13:03:21 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/oak_fence_gate": { + "criteria": { + "has_planks": "2022-08-04 12:34:19 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_chicken_from_smoking": { + "criteria": { + "has_chicken": "2022-08-04 12:51:25 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/smooth_sandstone": { + "criteria": { + "has_sandstone": "2022-08-04 13:03:21 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/purple_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite_stairs_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:43:56 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/iron_bars": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/diorite_wall_from_diorite_stonecutting": { + "criteria": { + "has_diorite": "2022-08-04 13:03:42 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/blue_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/diamond_chestplate": { + "criteria": { + "has_diamond": "2022-08-04 13:20:48 +0700" + }, + "done": true + }, + "minecraft:story/mine_stone": { + "criteria": { + "get_stone": "2022-08-04 12:38:10 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/target": { + "criteria": { + "has_redstone": "2022-08-04 13:21:27 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/furnace": { + "criteria": { + "has_cobblestone": "2022-08-04 12:38:10 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/minecart": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/deepslate_brick_wall_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/brewing/cauldron": { + "criteria": { + "has_water_bucket": "2022-08-04 13:58:54 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/diamond_leggings": { + "criteria": { + "has_diamond": "2022-08-04 13:20:48 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/charcoal": { + "criteria": { + "has_log": "2022-08-04 12:33:26 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite_stairs": { + "criteria": { + "has_andesite": "2022-08-04 12:43:56 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/sandstone": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/orange_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/wooden_pickaxe": { + "criteria": { + "has_stick": "2022-08-04 12:36:17 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/iron_hoe": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobblestone_slab_from_cobblestone_stonecutting": { + "criteria": { + "has_cobblestone": "2022-08-04 12:38:10 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobbled_deepslate_stairs": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:husbandry/root": { + "criteria": { + "consumed_item": "2022-08-04 12:39:48 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/redstone_torch": { + "criteria": { + "has_redstone": "2022-08-04 13:21:27 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/birch_boat": { + "criteria": { + "in_water": "2022-08-04 12:35:30 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/gold_ingot_from_blasting_raw_gold": { + "criteria": { + "has_raw_gold": "2022-08-04 13:17:27 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/oak_stairs": { + "criteria": { + "has_planks": "2022-08-04 12:34:19 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_andesite_slab_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:43:56 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/green_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_andesite_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:43:56 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobbled_deepslate_stairs_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/acacia_boat": { + "criteria": { + "in_water": "2022-08-04 12:35:30 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/copper_ingot_from_blasting_raw_copper": { + "criteria": { + "has_raw_copper": "2022-08-04 12:47:30 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/iron_shovel": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/iron_trapdoor": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:adventure/root": { + "criteria": { + "killed_something": "2022-08-04 12:33:16 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/black_bed": { + "criteria": { + "has_black_wool": "2022-08-04 12:45:36 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/white_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/jungle_fence": { + "criteria": { + "has_planks": "2022-08-04 12:35:14 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/item_frame": { + "criteria": { + "has_leather": "2022-08-04 12:49:13 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/stone_hoe": { + "criteria": { + "has_cobblestone": "2022-08-04 12:38:10 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/clock": { + "criteria": { + "has_redstone": "2022-08-04 13:21:27 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/diamond_pickaxe": { + "criteria": { + "has_diamond": "2022-08-04 13:20:48 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/diamond_hoe": { + "criteria": { + "has_diamond": "2022-08-04 13:20:48 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/activator_rail": { + "criteria": { + "has_rail": "2022-08-04 13:14:37 +0700" + }, + "done": true + }, + "minecraft:adventure/kill_all_mobs": { + "criteria": { + "minecraft:skeleton": "2022-08-04 13:14:01 +0700", + "minecraft:cave_spider": "2022-08-04 13:18:01 +0700", + "minecraft:zombie": "2022-08-04 13:09:53 +0700" + }, + "done": false + }, + "minecraft:recipes/tools/diamond_shovel": { + "criteria": { + "has_diamond": "2022-08-04 13:20:48 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_deepslate_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/redstone_block": { + "criteria": { + "has_redstone": "2022-08-04 13:21:27 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_beef_from_smoking": { + "criteria": { + "has_beef": "2022-08-04 12:49:13 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/white_carpet": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_chicken_from_campfire_cooking": { + "criteria": { + "has_chicken": "2022-08-04 12:51:25 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/brown_bed": { + "criteria": { + "has_brown_wool": "2022-08-04 13:51:59 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_nugget_from_smelting": { + "criteria": { + "has_iron_pickaxe": "2022-08-04 13:17:21 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_mutton_from_smoking": { + "criteria": { + "has_mutton": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_deepslate_slab_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/chain": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:story/mine_diamond": { + "criteria": { + "diamond": "2022-08-04 13:20:48 +0700" + }, + "done": true + }, + "minecraft:story/upgrade_tools": { + "criteria": { + "stone_pickaxe": "2022-08-04 12:47:22 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/diamond_helmet": { + "criteria": { + "has_diamond": "2022-08-04 13:20:48 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/oak_fence": { + "criteria": { + "has_planks": "2022-08-04 12:34:19 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/oak_boat": { + "criteria": { + "in_water": "2022-08-04 12:35:30 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/sandstone_wall_from_sandstone_stonecutting": { + "criteria": { + "has_sandstone": "2022-08-04 13:03:21 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_porkchop": { + "criteria": { + "has_porkchop": "2022-08-04 12:49:21 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/orange_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/oak_slab": { + "criteria": { + "has_planks": "2022-08-04 12:34:19 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cyan_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/raw_copper_block": { + "criteria": { + "has_raw_copper": "2022-08-04 12:47:30 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_porkchop_from_campfire_cooking": { + "criteria": { + "has_porkchop": "2022-08-04 12:49:21 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/wooden_axe": { + "criteria": { + "has_stick": "2022-08-04 12:36:17 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/lime_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_pressure_plate": { + "criteria": { + "has_planks": "2022-08-04 12:35:14 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/paper": { + "criteria": { + "has_reeds": "2022-08-04 12:35:38 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/black_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_diorite_stairs_from_diorite_stonecutting": { + "criteria": { + "has_diorite": "2022-08-04 13:03:42 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/deepslate_tile_wall_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/green_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_ingot_from_blasting_raw_iron": { + "criteria": { + "has_raw_iron": "2022-08-04 12:48:03 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/diamond_axe": { + "criteria": { + "has_diamond": "2022-08-04 13:20:48 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/diorite_stairs_from_diorite_stonecutting": { + "criteria": { + "has_diorite": "2022-08-04 13:03:42 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/brown_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/iron_block": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/painting": { + "criteria": { + "has_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/red_dye_from_poppy": { + "criteria": { + "has_poppy": "2022-08-04 12:45:24 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/jungle_wood": { + "criteria": { + "has_log": "2022-08-04 12:34:48 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite_slab_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:43:56 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/black_carpet": { + "criteria": { + "has_black_wool": "2022-08-04 12:45:36 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/arrow": { + "criteria": { + "has_feather": "2022-08-04 12:51:25 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/coal_block": { + "criteria": { + "has_coal": "2022-08-04 12:44:45 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/yellow_dye_from_dandelion": { + "criteria": { + "has_dandelion": "2022-08-04 12:45:23 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_blue_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/wooden_sword": { + "criteria": { + "has_stick": "2022-08-04 12:36:17 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/stone_shovel": { + "criteria": { + "has_cobblestone": "2022-08-04 12:38:10 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/oak_planks": { + "criteria": { + "has_logs": "2022-08-04 12:33:26 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/blue_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/gray_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/diorite_stairs": { + "criteria": { + "has_diorite": "2022-08-04 13:03:42 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/jungle_sign": { + "criteria": { + "has_planks": "2022-08-04 12:35:14 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/iron_axe": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite": { + "criteria": { + "has_stone": "2022-08-04 13:03:42 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/jungle_planks": { + "criteria": { + "has_logs": "2022-08-04 12:34:48 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/black_banner": { + "criteria": { + "has_black_wool": "2022-08-04 12:45:36 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cut_sandstone_slab_from_sandstone_stonecutting": { + "criteria": { + "has_sandstone": "2022-08-04 13:03:21 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/oak_pressure_plate": { + "criteria": { + "has_planks": "2022-08-04 12:34:19 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/raw_gold_block": { + "criteria": { + "has_raw_gold": "2022-08-04 13:17:27 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_boots": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/bone_meal": { + "criteria": { + "has_bone": "2022-08-04 13:14:17 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_deepslate_stairs_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/black_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cut_sandstone": { + "criteria": { + "has_sandstone": "2022-08-04 13:03:21 +0700" + }, + "done": true + }, + "minecraft:story/iron_tools": { + "criteria": { + "iron_pickaxe": "2022-08-04 13:17:21 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/sandstone_stairs_from_sandstone_stonecutting": { + "criteria": { + "has_sandstone": "2022-08-04 13:03:21 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/oak_wood": { + "criteria": { + "has_log": "2022-08-04 12:33:26 +0700" + }, + "done": true + }, + "minecraft:story/root": { + "criteria": { + "crafting_table": "2022-08-04 12:36:17 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/crossbow": { + "criteria": { + "has_stick": "2022-08-04 12:36:17 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_chestplate": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/sandstone_slab_from_sandstone_stonecutting": { + "criteria": { + "has_sandstone": "2022-08-04 13:03:21 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/dropper": { + "criteria": { + "has_redstone": "2022-08-04 13:21:27 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cobbled_deepslate_wall": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/yellow_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/oak_sign": { + "criteria": { + "has_planks": "2022-08-04 12:34:19 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_porkchop_from_smoking": { + "criteria": { + "has_porkchop": "2022-08-04 12:49:21 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/oak_trapdoor": { + "criteria": { + "has_planks": "2022-08-04 12:34:19 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_diorite_from_diorite_stonecutting": { + "criteria": { + "has_diorite": "2022-08-04 13:03:42 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/jungle_slab": { + "criteria": { + "has_planks": "2022-08-04 12:35:14 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/red_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:03:05 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_nugget_from_blasting": { + "criteria": { + "has_iron_pickaxe": "2022-08-04 13:17:21 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/polished_deepslate_wall_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/leather_chestplate": { + "criteria": { + "has_leather": "2022-08-04 12:49:13 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/compass": { + "criteria": { + "has_redstone": "2022-08-04 13:21:27 +0700" + }, + "done": true + }, + "minecraft:adventure/kill_a_mob": { + "criteria": { + "minecraft:zombie": "2022-08-04 13:09:53 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/oak_button": { + "criteria": { + "has_planks": "2022-08-04 12:34:19 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/diorite_wall": { + "criteria": { + "has_diorite": "2022-08-04 13:03:42 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/stone": { + "criteria": { + "has_cobblestone": "2022-08-04 12:38:10 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_andesite": { + "criteria": { + "has_andesite": "2022-08-04 12:43:56 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_bricks_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_beef": { + "criteria": { + "has_beef": "2022-08-04 12:49:13 +0700" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:birch_forest": "2022-08-04 14:04:04 +0700", + "minecraft:savanna_plateau": "2022-08-04 14:00:29 +0700", + "minecraft:beach": "2022-08-04 12:45:16 +0700", + "minecraft:dark_forest": "2022-08-04 14:04:37 +0700", + "minecraft:sparse_jungle": "2022-08-04 12:27:24 +0700", + "minecraft:lukewarm_ocean": "2022-08-04 14:07:01 +0700", + "minecraft:river": "2022-08-04 12:35:31 +0700", + "minecraft:stony_shore": "2022-08-04 14:09:27 +0700", + "minecraft:cold_ocean": "2022-08-04 14:12:09 +0700", + "minecraft:forest": "2022-08-04 12:50:57 +0700", + "minecraft:ocean": "2022-08-04 14:11:58 +0700", + "minecraft:jungle": "2022-08-04 12:35:35 +0700", + "minecraft:deep_lukewarm_ocean": "2022-08-04 14:07:38 +0700", + "minecraft:flower_forest": "2022-08-04 14:52:30 +0700", + "minecraft:old_growth_birch_forest": "2022-08-04 14:04:10 +0700", + "minecraft:savanna": "2022-08-04 12:55:57 +0700", + "minecraft:plains": "2022-08-04 12:29:38 +0700" + }, + "done": false + }, + "minecraft:recipes/redstone/iron_door": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_brick_stairs_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/composter": { + "criteria": { + "has_wood_slab": "2022-08-04 16:07:33 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/copper_ingot_from_smelting_raw_copper": { + "criteria": { + "has_raw_copper": "2022-08-04 12:47:30 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/stone_sword": { + "criteria": { + "has_cobblestone": "2022-08-04 12:38:10 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/barrel": { + "criteria": { + "has_planks": "2022-08-04 12:34:19 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cobblestone_wall": { + "criteria": { + "has_cobblestone": "2022-08-04 12:38:10 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/powered_rail": { + "criteria": { + "has_rail": "2022-08-04 13:14:37 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_ingot_from_smelting_raw_iron": { + "criteria": { + "has_raw_iron": "2022-08-04 12:48:03 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/stone_pickaxe": { + "criteria": { + "has_cobblestone": "2022-08-04 12:38:10 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/smithing_table": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/oak_door": { + "criteria": { + "has_planks": "2022-08-04 12:34:19 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_brick_slab_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/leather_boots": { + "criteria": { + "has_leather": "2022-08-04 12:49:13 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/jungle_boat": { + "criteria": { + "in_water": "2022-08-04 12:35:30 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cobblestone_wall_from_cobblestone_stonecutting": { + "criteria": { + "has_cobblestone": "2022-08-04 12:38:10 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/jungle_stairs": { + "criteria": { + "has_planks": "2022-08-04 12:35:14 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/brown_carpet": { + "criteria": { + "has_brown_wool": "2022-08-04 13:51:59 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/heavy_weighted_pressure_plate": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/diamond_block": { + "criteria": { + "has_diamond": "2022-08-04 13:20:48 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/dark_oak_boat": { + "criteria": { + "in_water": "2022-08-04 12:35:30 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/pink_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/andesite_wall_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:43:56 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_door": { + "criteria": { + "has_planks": "2022-08-04 12:35:14 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_fence_gate": { + "criteria": { + "has_planks": "2022-08-04 12:35:14 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/piston": { + "criteria": { + "has_redstone": "2022-08-04 13:21:27 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/lantern": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/sandstone_wall": { + "criteria": { + "has_sandstone": "2022-08-04 13:03:21 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cookie": { + "criteria": { + "has_cocoa": "2022-08-04 12:28:37 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_beef_from_campfire_cooking": { + "criteria": { + "has_beef": "2022-08-04 12:49:13 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/diamond_boots": { + "criteria": { + "has_diamond": "2022-08-04 13:20:48 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_diorite": { + "criteria": { + "has_diorite": "2022-08-04 13:03:42 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobbled_deepslate_slab_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:12:13 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_gray_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/andesite_wall": { + "criteria": { + "has_andesite": "2022-08-04 12:43:56 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite_slab": { + "criteria": { + "has_andesite": "2022-08-04 12:43:56 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_chicken": { + "criteria": { + "has_chicken": "2022-08-04 12:51:25 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/red_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/soul_campfire": { + "criteria": { + "has_stick": "2022-08-04 12:36:17 +0700" + }, + "done": true + }, + "minecraft:story/smelt_iron": { + "criteria": { + "iron": "2022-08-04 12:54:47 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/brown_dye": { + "criteria": { + "has_cocoa_beans": "2022-08-04 12:28:37 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/stone_axe": { + "criteria": { + "has_cobblestone": "2022-08-04 12:38:10 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_mutton": { + "criteria": { + "has_mutton": "2022-08-04 12:33:17 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/raw_iron_block": { + "criteria": { + "has_raw_iron": "2022-08-04 12:48:03 +0700" + }, + "done": true + }, + "DataVersion": 2975 +} \ No newline at end of file diff --git a/world/advancements/ed0e1cc7-8787-3f8e-82c6-b79d32f937c8.json b/world/advancements/ed0e1cc7-8787-3f8e-82c6-b79d32f937c8.json new file mode 100644 index 0000000..6714c4b --- /dev/null +++ b/world/advancements/ed0e1cc7-8787-3f8e-82c6-b79d32f937c8.json @@ -0,0 +1,9 @@ +{ + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:sparse_jungle": "2022-08-04 14:58:03 +0700" + }, + "done": false + }, + "DataVersion": 2975 +} \ No newline at end of file diff --git a/world/advancements/fd5e51a3-31c4-3585-880e-6af9a7a22e85.json b/world/advancements/fd5e51a3-31c4-3585-880e-6af9a7a22e85.json new file mode 100644 index 0000000..10ef82f --- /dev/null +++ b/world/advancements/fd5e51a3-31c4-3585-880e-6af9a7a22e85.json @@ -0,0 +1,1827 @@ +{ + "minecraft:recipes/tools/fishing_rod": { + "criteria": { + "has_string": "2022-08-04 12:51:51 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_mutton_from_campfire_cooking": { + "criteria": { + "has_mutton": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/smoker": { + "criteria": { + "has_furnace": "2022-08-04 12:27:21 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/purple_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/lever": { + "criteria": { + "has_cobblestone": "2022-08-04 12:22:50 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobblestone_stairs_from_cobblestone_stonecutting": { + "criteria": { + "has_cobblestone": "2022-08-04 12:22:50 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/magenta_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_sword": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/wheat": { + "criteria": { + "has_hay_block": "2022-08-04 12:38:57 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_deepslate": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/chiseled_deepslate_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/white_bed": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_andesite_stairs_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:30:00 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/lime_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/iron_pickaxe": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/yellow_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/pumpkin_seeds": { + "criteria": { + "has_pumpkin": "2022-08-04 12:31:31 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/leather_helmet": { + "criteria": { + "has_leather": "2022-08-04 12:33:39 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/crafting_table": { + "criteria": { + "has_planks": "2022-08-04 12:22:09 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/campfire": { + "criteria": { + "has_stick": "2022-08-04 12:22:25 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/magenta_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/candle": { + "criteria": { + "has_string": "2022-08-04 12:51:51 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/redstone": { + "criteria": { + "has_redstone_block": "2022-08-04 13:11:28 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/golden_hoe": { + "criteria": { + "has_gold_ingot": "2022-08-04 13:07:01 +0700" + }, + "done": true + }, + "minecraft:recipes/food/bread": { + "criteria": { + "has_wheat": "2022-08-04 14:32:40 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/copper_block": { + "criteria": { + "has_copper_ingot": "2022-08-04 12:34:33 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/melon_seeds": { + "criteria": { + "has_melon": "2022-08-04 13:57:09 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/ladder": { + "criteria": { + "has_stick": "2022-08-04 12:22:25 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cut_copper_stairs_from_copper_block_stonecutting": { + "criteria": { + "has_copper_block": "2022-08-04 12:54:24 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/map": { + "criteria": { + "has_compass": "2022-08-04 16:46:25 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_nugget": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/chest": { + "criteria": { + "has_lots_of_items": "2022-08-04 12:25:11 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/golden_sword": { + "criteria": { + "has_gold_ingot": "2022-08-04 13:07:01 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/brown_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobbled_deepslate_slab": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/black_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:21:54 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/wooden_shovel": { + "criteria": { + "has_stick": "2022-08-04 12:22:25 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_tile_slab_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/torch": { + "criteria": { + "has_stone_pickaxe": "2022-08-04 12:25:07 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/diamond_sword": { + "criteria": { + "has_diamond": "2022-08-04 13:17:08 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cyan_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/shears": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/white_dye": { + "criteria": { + "has_bone_meal": "2022-08-04 14:50:43 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/stick": { + "criteria": { + "has_planks": "2022-08-04 12:22:09 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/spruce_boat": { + "criteria": { + "in_water": "2022-08-04 12:30:06 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/jukebox": { + "criteria": { + "has_diamond": "2022-08-04 13:17:08 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/flower_banner_pattern": { + "criteria": { + "has_oxeye_daisy": "2022-08-04 15:36:36 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/flint_and_steel": { + "criteria": { + "has_flint": "2022-08-04 12:37:40 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cut_copper_slab_from_copper_block_stonecutting": { + "criteria": { + "has_copper_block": "2022-08-04 12:54:24 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/red_dye_from_beetroot": { + "criteria": { + "has_beetroot": "2022-08-04 16:00:36 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/dispenser": { + "criteria": { + "has_bow": "2022-08-04 15:28:50 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/emerald_block": { + "criteria": { + "has_emerald": "2022-08-04 13:37:57 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/gray_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cake": { + "criteria": { + "has_egg": "2022-08-04 15:02:02 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/sugar_from_sugar_cane": { + "criteria": { + "has_sugar_cane": "2022-08-04 12:39:08 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/gold_nugget": { + "criteria": { + "has_gold_ingot": "2022-08-04 13:07:01 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_leggings": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:husbandry/balanced_diet": { + "criteria": { + "cooked_mutton": "2022-08-04 12:28:05 +0700", + "cooked_beef": "2022-08-04 12:42:41 +0700", + "bread": "2022-08-04 13:39:54 +0700", + "cookie": "2022-08-04 16:46:14 +0700", + "melon_slice": "2022-08-04 14:28:50 +0700", + "cooked_chicken": "2022-08-04 13:09:34 +0700", + "carrot": "2022-08-04 15:16:25 +0700" + }, + "done": false + }, + "minecraft:recipes/tools/wooden_hoe": { + "criteria": { + "has_stick": "2022-08-04 12:22:25 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_trapdoor": { + "criteria": { + "has_planks": "2022-08-04 12:55:41 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/shield": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobblestone_slab": { + "criteria": { + "has_cobblestone": "2022-08-04 12:22:50 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/bucket": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_button": { + "criteria": { + "has_planks": "2022-08-04 12:55:41 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobblestone_stairs": { + "criteria": { + "has_cobblestone": "2022-08-04 12:22:50 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/hopper": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cobbled_deepslate_wall_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/yellow_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:21:54 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/note_block": { + "criteria": { + "has_redstone": "2022-08-04 13:02:14 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/white_banner": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_tile_stairs_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_tiles_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_gray_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_blue_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/gold_ingot_from_smelting_raw_gold": { + "criteria": { + "has_raw_gold": "2022-08-04 13:04:34 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/leather_horse_armor": { + "criteria": { + "has_leather": "2022-08-04 12:33:39 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/hay_block": { + "criteria": { + "has_wheat": "2022-08-04 14:32:40 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/leather_leggings": { + "criteria": { + "has_leather": "2022-08-04 12:33:39 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/glass": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_helmet": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/golden_shovel": { + "criteria": { + "has_gold_ingot": "2022-08-04 13:07:01 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/pink_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/bow": { + "criteria": { + "has_string": "2022-08-04 12:51:51 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/oak_fence_gate": { + "criteria": { + "has_planks": "2022-08-04 12:22:09 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_chicken_from_smoking": { + "criteria": { + "has_chicken": "2022-08-04 12:41:23 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/purple_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/magenta_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:21:54 +0700" + }, + "done": true + }, + "minecraft:husbandry/bred_all_animals": { + "criteria": { + "minecraft:chicken": "2022-08-04 15:03:30 +0700" + }, + "done": false + }, + "minecraft:recipes/building_blocks/andesite_stairs_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:30:00 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/iron_bars": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/orange_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:21:54 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/blue_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/gold_block": { + "criteria": { + "has_gold_ingot": "2022-08-04 13:07:01 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/copper_ingot": { + "criteria": { + "has_copper_block": "2022-08-04 12:54:24 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/diamond_chestplate": { + "criteria": { + "has_diamond": "2022-08-04 13:17:08 +0700" + }, + "done": true + }, + "minecraft:story/mine_stone": { + "criteria": { + "get_stone": "2022-08-04 12:22:50 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/target": { + "criteria": { + "has_hay_block": "2022-08-04 12:38:57 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/furnace": { + "criteria": { + "has_cobblestone": "2022-08-04 12:22:50 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/minecart": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/deepslate_brick_wall_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/food/beetroot_soup": { + "criteria": { + "has_beetroot": "2022-08-04 16:00:36 +0700" + }, + "done": true + }, + "minecraft:recipes/brewing/cauldron": { + "criteria": { + "has_water_bucket": "2022-08-04 14:16:03 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/diamond_leggings": { + "criteria": { + "has_diamond": "2022-08-04 13:17:08 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/charcoal": { + "criteria": { + "has_log": "2022-08-04 12:21:17 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite_stairs": { + "criteria": { + "has_andesite": "2022-08-04 12:30:00 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/sandstone": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/orange_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/wooden_pickaxe": { + "criteria": { + "has_stick": "2022-08-04 12:22:25 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/iron_hoe": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:story/lava_bucket": { + "criteria": { + "lava_bucket": "2022-08-04 13:05:19 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobblestone_slab_from_cobblestone_stonecutting": { + "criteria": { + "has_cobblestone": "2022-08-04 12:22:50 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobbled_deepslate_stairs": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:husbandry/root": { + "criteria": { + "consumed_item": "2022-08-04 12:28:05 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/redstone_torch": { + "criteria": { + "has_redstone": "2022-08-04 13:02:14 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/birch_boat": { + "criteria": { + "in_water": "2022-08-04 12:30:06 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cut_copper_from_copper_block_stonecutting": { + "criteria": { + "has_copper_block": "2022-08-04 12:54:24 +0700" + }, + "done": true + }, + "minecraft:recipes/food/golden_apple": { + "criteria": { + "has_gold_ingot": "2022-08-04 13:07:01 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/gold_ingot_from_blasting_raw_gold": { + "criteria": { + "has_raw_gold": "2022-08-04 13:04:34 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/oak_stairs": { + "criteria": { + "has_planks": "2022-08-04 12:22:09 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_andesite_slab_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:30:00 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/green_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_andesite_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:30:00 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobbled_deepslate_stairs_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/acacia_boat": { + "criteria": { + "in_water": "2022-08-04 12:30:06 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/iron_shovel": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/copper_ingot_from_blasting_raw_copper": { + "criteria": { + "has_raw_copper": "2022-08-04 12:43:32 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/iron_trapdoor": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cyan_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:21:54 +0700" + }, + "done": true + }, + "minecraft:adventure/root": { + "criteria": { + "killed_something": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/gray_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:21:54 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/white_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/item_frame": { + "criteria": { + "has_leather": "2022-08-04 12:33:39 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/jungle_fence": { + "criteria": { + "has_planks": "2022-08-04 12:55:41 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/lime_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:21:54 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/stone_hoe": { + "criteria": { + "has_cobblestone": "2022-08-04 12:22:50 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/white_wool_from_string": { + "criteria": { + "has_string": "2022-08-04 12:51:51 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/clock": { + "criteria": { + "has_redstone": "2022-08-04 13:02:14 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/diamond_pickaxe": { + "criteria": { + "has_diamond": "2022-08-04 13:17:08 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/diamond_hoe": { + "criteria": { + "has_diamond": "2022-08-04 13:17:08 +0700" + }, + "done": true + }, + "minecraft:recipes/food/baked_potato_from_smoking": { + "criteria": { + "has_potato": "2022-08-04 14:31:58 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/lightning_rod": { + "criteria": { + "has_copper_ingot": "2022-08-04 12:34:33 +0700" + }, + "done": true + }, + "minecraft:adventure/kill_all_mobs": { + "criteria": { + "minecraft:skeleton": "2022-08-04 12:49:43 +0700", + "minecraft:spider": "2022-08-04 12:51:50 +0700", + "minecraft:creeper": "2022-08-04 13:04:15 +0700", + "minecraft:zombie": "2022-08-04 12:46:47 +0700" + }, + "done": false + }, + "minecraft:recipes/tools/diamond_shovel": { + "criteria": { + "has_diamond": "2022-08-04 13:17:08 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/green_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:21:54 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/redstone_block": { + "criteria": { + "has_redstone": "2022-08-04 13:02:14 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_deepslate_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:adventure/trade": { + "criteria": { + "traded": "2022-08-04 13:37:57 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_beef_from_smoking": { + "criteria": { + "has_beef": "2022-08-04 12:33:39 +0700" + }, + "done": true + }, + "minecraft:recipes/food/baked_potato": { + "criteria": { + "has_potato": "2022-08-04 14:31:58 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/fletching_table": { + "criteria": { + "has_flint": "2022-08-04 12:37:40 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/white_carpet": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/pink_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:21:54 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_chicken_from_campfire_cooking": { + "criteria": { + "has_chicken": "2022-08-04 12:41:23 +0700" + }, + "done": true + }, + "minecraft:recipes/brewing/glistering_melon_slice": { + "criteria": { + "has_melon": "2022-08-04 13:57:09 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_nugget_from_smelting": { + "criteria": { + "has_iron_pickaxe": "2022-08-04 12:45:25 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_mutton_from_smoking": { + "criteria": { + "has_mutton": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_deepslate_slab_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/chain": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/lapis_lazuli": { + "criteria": { + "has_lapis_block": "2022-08-04 12:57:06 +0700" + }, + "done": true + }, + "minecraft:story/mine_diamond": { + "criteria": { + "diamond": "2022-08-04 13:17:08 +0700" + }, + "done": true + }, + "minecraft:story/upgrade_tools": { + "criteria": { + "stone_pickaxe": "2022-08-04 12:25:07 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/blue_dye": { + "criteria": { + "has_lapis_lazuli": "2022-08-04 12:45:32 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/diamond_helmet": { + "criteria": { + "has_diamond": "2022-08-04 13:17:08 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/oak_fence": { + "criteria": { + "has_planks": "2022-08-04 12:22:09 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/oak_boat": { + "criteria": { + "in_water": "2022-08-04 12:30:06 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/gold_ingot_from_gold_block": { + "criteria": { + "has_gold_block": "2022-08-04 13:29:18 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/blue_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:21:54 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_porkchop": { + "criteria": { + "has_porkchop": "2022-08-04 13:28:11 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/orange_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/food/baked_potato_from_campfire_cooking": { + "criteria": { + "has_potato": "2022-08-04 14:31:58 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/oak_slab": { + "criteria": { + "has_planks": "2022-08-04 12:22:09 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cyan_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/golden_boots": { + "criteria": { + "has_gold_ingot": "2022-08-04 13:07:01 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/raw_copper_block": { + "criteria": { + "has_raw_copper": "2022-08-04 12:43:32 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_porkchop_from_campfire_cooking": { + "criteria": { + "has_porkchop": "2022-08-04 13:28:11 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/wooden_axe": { + "criteria": { + "has_stick": "2022-08-04 12:22:25 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/lime_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_pressure_plate": { + "criteria": { + "has_planks": "2022-08-04 12:55:41 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/paper": { + "criteria": { + "has_reeds": "2022-08-04 12:39:08 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/black_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/golden_chestplate": { + "criteria": { + "has_gold_ingot": "2022-08-04 13:07:01 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/loom": { + "criteria": { + "has_string": "2022-08-04 12:51:51 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/deepslate_tile_wall_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/green_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_ingot_from_blasting_raw_iron": { + "criteria": { + "has_raw_iron": "2022-08-04 12:30:02 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/diamond_axe": { + "criteria": { + "has_diamond": "2022-08-04 13:17:08 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/brown_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/blue_dye_from_cornflower": { + "criteria": { + "has_cornflower": "2022-08-04 15:36:18 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/waxed_copper_block_from_honeycomb": { + "criteria": { + "has_copper_block": "2022-08-04 12:54:24 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/iron_block": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/painting": { + "criteria": { + "has_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/red_dye_from_poppy": { + "criteria": { + "has_poppy": "2022-08-04 14:42:10 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/jungle_wood": { + "criteria": { + "has_log": "2022-08-04 12:25:46 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite_slab_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:30:00 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/arrow": { + "criteria": { + "has_flint": "2022-08-04 12:37:40 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/coal_block": { + "criteria": { + "has_coal": "2022-08-04 12:23:06 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/yellow_dye_from_dandelion": { + "criteria": { + "has_dandelion": "2022-08-04 14:42:10 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/light_weighted_pressure_plate": { + "criteria": { + "has_gold_ingot": "2022-08-04 13:07:01 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_blue_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/wooden_sword": { + "criteria": { + "has_stick": "2022-08-04 12:22:25 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/stone_shovel": { + "criteria": { + "has_cobblestone": "2022-08-04 12:22:50 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/oak_planks": { + "criteria": { + "has_logs": "2022-08-04 12:21:17 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/blue_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/gray_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/jungle_sign": { + "criteria": { + "has_planks": "2022-08-04 12:55:41 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/golden_axe": { + "criteria": { + "has_gold_ingot": "2022-08-04 13:07:01 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/iron_axe": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/jungle_planks": { + "criteria": { + "has_logs": "2022-08-04 12:25:46 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/golden_helmet": { + "criteria": { + "has_gold_ingot": "2022-08-04 13:07:01 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/tripwire_hook": { + "criteria": { + "has_string": "2022-08-04 12:51:51 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/oak_pressure_plate": { + "criteria": { + "has_planks": "2022-08-04 12:22:09 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/raw_gold_block": { + "criteria": { + "has_raw_gold": "2022-08-04 13:04:34 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_boots": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/bone_meal": { + "criteria": { + "has_bone": "2022-08-04 12:49:43 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_deepslate_stairs_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/black_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:story/iron_tools": { + "criteria": { + "iron_pickaxe": "2022-08-04 12:45:25 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cartography_table": { + "criteria": { + "has_paper": "2022-08-04 12:40:10 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/oak_wood": { + "criteria": { + "has_log": "2022-08-04 12:21:17 +0700" + }, + "done": true + }, + "minecraft:story/root": { + "criteria": { + "crafting_table": "2022-08-04 12:22:11 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/crossbow": { + "criteria": { + "has_stick": "2022-08-04 12:22:25 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/iron_chestplate": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/dropper": { + "criteria": { + "has_redstone": "2022-08-04 13:02:14 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cobbled_deepslate_wall": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/yellow_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/oak_sign": { + "criteria": { + "has_planks": "2022-08-04 12:22:09 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_porkchop_from_smoking": { + "criteria": { + "has_porkchop": "2022-08-04 13:28:11 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/oak_trapdoor": { + "criteria": { + "has_planks": "2022-08-04 12:22:09 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/jungle_slab": { + "criteria": { + "has_planks": "2022-08-04 12:55:41 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/red_concrete_powder": { + "criteria": { + "has_sand": "2022-08-04 13:56:03 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/light_blue_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:21:54 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_nugget_from_blasting": { + "criteria": { + "has_iron_pickaxe": "2022-08-04 12:45:25 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/polished_deepslate_wall_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/leather_chestplate": { + "criteria": { + "has_leather": "2022-08-04 12:33:39 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/compass": { + "criteria": { + "has_redstone": "2022-08-04 13:02:14 +0700" + }, + "done": true + }, + "minecraft:adventure/kill_a_mob": { + "criteria": { + "minecraft:zombie": "2022-08-04 12:46:47 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/oak_button": { + "criteria": { + "has_planks": "2022-08-04 12:22:09 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/golden_pickaxe": { + "criteria": { + "has_gold_ingot": "2022-08-04 13:07:01 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/stone": { + "criteria": { + "has_cobblestone": "2022-08-04 12:22:50 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/polished_andesite": { + "criteria": { + "has_andesite": "2022-08-04 12:30:00 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_bricks_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_beef": { + "criteria": { + "has_beef": "2022-08-04 12:33:39 +0700" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "minecraft:mushroom_fields": "2022-08-04 14:05:43 +0700", + "minecraft:deep_ocean": "2022-08-04 14:05:23 +0700", + "minecraft:beach": "2022-08-04 12:28:08 +0700", + "minecraft:dark_forest": "2022-08-04 17:10:01 +0700", + "minecraft:sparse_jungle": "2022-08-04 12:18:29 +0700", + "minecraft:lukewarm_ocean": "2022-08-04 12:38:25 +0700", + "minecraft:river": "2022-08-04 13:41:26 +0700", + "minecraft:dripstone_caves": "2022-08-04 14:13:03 +0700", + "minecraft:forest": "2022-08-04 13:41:33 +0700", + "minecraft:desert": "2022-08-04 13:49:44 +0700", + "minecraft:jungle": "2022-08-04 14:12:36 +0700", + "minecraft:warm_ocean": "2022-08-04 13:48:46 +0700", + "minecraft:deep_lukewarm_ocean": "2022-08-04 13:59:41 +0700", + "minecraft:old_growth_birch_forest": "2022-08-04 17:09:52 +0700", + "minecraft:savanna": "2022-08-04 13:42:31 +0700", + "minecraft:plains": "2022-08-04 12:20:41 +0700" + }, + "done": false + }, + "minecraft:recipes/redstone/iron_door": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_brick_stairs_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/book": { + "criteria": { + "has_paper": "2022-08-04 12:40:10 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/purple_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:21:54 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/copper_ingot_from_smelting_raw_copper": { + "criteria": { + "has_raw_copper": "2022-08-04 12:43:32 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/stone_sword": { + "criteria": { + "has_cobblestone": "2022-08-04 12:22:50 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/barrel": { + "criteria": { + "has_planks": "2022-08-04 12:22:09 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cobblestone_wall": { + "criteria": { + "has_cobblestone": "2022-08-04 12:22:50 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_ingot_from_smelting_raw_iron": { + "criteria": { + "has_raw_iron": "2022-08-04 12:30:02 +0700" + }, + "done": true + }, + "minecraft:recipes/brewing/fermented_spider_eye": { + "criteria": { + "has_spider_eye": "2022-08-04 14:49:02 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/stone_pickaxe": { + "criteria": { + "has_cobblestone": "2022-08-04 12:22:50 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/smithing_table": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/iron_ingot_from_nuggets": { + "criteria": { + "has_iron_nugget": "2022-08-04 12:37:17 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/oak_door": { + "criteria": { + "has_planks": "2022-08-04 12:22:09 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cut_copper": { + "criteria": { + "has_copper_block": "2022-08-04 12:54:24 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/deepslate_brick_slab_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:husbandry/plant_seed": { + "criteria": { + "melon_stem": "2022-08-04 14:23:13 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/leather_boots": { + "criteria": { + "has_leather": "2022-08-04 12:33:39 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/jungle_boat": { + "criteria": { + "in_water": "2022-08-04 12:30:06 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cobblestone_wall_from_cobblestone_stonecutting": { + "criteria": { + "has_cobblestone": "2022-08-04 12:22:50 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/jungle_stairs": { + "criteria": { + "has_planks": "2022-08-04 12:55:41 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/heavy_weighted_pressure_plate": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/diamond_block": { + "criteria": { + "has_diamond": "2022-08-04 13:17:08 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/dark_oak_boat": { + "criteria": { + "in_water": "2022-08-04 12:30:06 +0700" + }, + "done": true + }, + "minecraft:recipes/food/pumpkin_pie": { + "criteria": { + "has_pumpkin": "2022-08-04 12:31:31 +0700" + }, + "done": true + }, + "minecraft:recipes/transportation/carrot_on_a_stick": { + "criteria": { + "has_carrot": "2022-08-04 14:39:36 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/pink_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/andesite_wall_from_andesite_stonecutting": { + "criteria": { + "has_andesite": "2022-08-04 12:30:00 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_door": { + "criteria": { + "has_planks": "2022-08-04 12:55:41 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/lapis_block": { + "criteria": { + "has_lapis_lazuli": "2022-08-04 12:45:32 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/brown_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:21:54 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/jungle_fence_gate": { + "criteria": { + "has_planks": "2022-08-04 12:55:41 +0700" + }, + "done": true + }, + "minecraft:husbandry/breed_an_animal": { + "criteria": { + "bred": "2022-08-04 15:03:30 +0700" + }, + "done": true + }, + "minecraft:recipes/redstone/piston": { + "criteria": { + "has_redstone": "2022-08-04 13:02:14 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/golden_leggings": { + "criteria": { + "has_gold_ingot": "2022-08-04 13:07:01 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/lantern": { + "criteria": { + "has_iron_ingot": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cookie": { + "criteria": { + "has_cocoa": "2022-08-04 12:22:37 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_beef_from_campfire_cooking": { + "criteria": { + "has_beef": "2022-08-04 12:33:39 +0700" + }, + "done": true + }, + "minecraft:recipes/combat/diamond_boots": { + "criteria": { + "has_diamond": "2022-08-04 13:17:08 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cobbled_deepslate_slab_from_cobbled_deepslate_stonecutting": { + "criteria": { + "has_cobbled_deepslate": "2022-08-04 13:02:19 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_gray_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/andesite_wall": { + "criteria": { + "has_andesite": "2022-08-04 12:30:00 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/andesite_slab": { + "criteria": { + "has_andesite": "2022-08-04 12:30:00 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_chicken": { + "criteria": { + "has_chicken": "2022-08-04 12:41:23 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/red_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:21:54 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/red_wool": { + "criteria": { + "has_white_wool": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/light_gray_dye_from_oxeye_daisy": { + "criteria": { + "has_oxeye_daisy": "2022-08-04 15:36:36 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/soul_campfire": { + "criteria": { + "has_stick": "2022-08-04 12:22:25 +0700" + }, + "done": true + }, + "minecraft:story/smelt_iron": { + "criteria": { + "iron": "2022-08-04 12:34:45 +0700" + }, + "done": true + }, + "minecraft:recipes/misc/brown_dye": { + "criteria": { + "has_cocoa_beans": "2022-08-04 12:22:37 +0700" + }, + "done": true + }, + "minecraft:recipes/tools/stone_axe": { + "criteria": { + "has_cobblestone": "2022-08-04 12:22:50 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/melon": { + "criteria": { + "has_melon": "2022-08-04 13:57:09 +0700" + }, + "done": true + }, + "minecraft:recipes/food/cooked_mutton": { + "criteria": { + "has_mutton": "2022-08-04 12:25:14 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/raw_iron_block": { + "criteria": { + "has_raw_iron": "2022-08-04 12:30:02 +0700" + }, + "done": true + }, + "minecraft:recipes/decorations/light_gray_bed_from_white_bed": { + "criteria": { + "has_bed": "2022-08-04 14:21:54 +0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/bone_block": { + "criteria": { + "has_bone_meal": "2022-08-04 14:50:43 +0700" + }, + "done": true + }, + "DataVersion": 2975 +} \ No newline at end of file diff --git a/world/data/idcounts.dat b/world/data/idcounts.dat new file mode 100644 index 0000000..3f9d18f Binary files /dev/null and b/world/data/idcounts.dat differ diff --git a/world/data/map_0.dat b/world/data/map_0.dat new file mode 100644 index 0000000..1c1b4fa Binary files /dev/null and b/world/data/map_0.dat differ diff --git a/world/data/map_1.dat b/world/data/map_1.dat new file mode 100644 index 0000000..1c1b4fa Binary files /dev/null and b/world/data/map_1.dat differ diff --git a/world/data/map_10.dat b/world/data/map_10.dat new file mode 100644 index 0000000..f1db437 Binary files /dev/null and b/world/data/map_10.dat differ diff --git a/world/data/map_11.dat b/world/data/map_11.dat new file mode 100644 index 0000000..621e91e Binary files /dev/null and b/world/data/map_11.dat differ diff --git a/world/data/map_2.dat b/world/data/map_2.dat new file mode 100644 index 0000000..1c1b4fa Binary files /dev/null and b/world/data/map_2.dat differ diff --git a/world/data/map_3.dat b/world/data/map_3.dat new file mode 100644 index 0000000..1c1b4fa Binary files /dev/null and b/world/data/map_3.dat differ diff --git a/world/data/map_4.dat b/world/data/map_4.dat new file mode 100644 index 0000000..1c1b4fa Binary files /dev/null and b/world/data/map_4.dat differ diff --git a/world/data/map_5.dat b/world/data/map_5.dat new file mode 100644 index 0000000..1c1b4fa Binary files /dev/null and b/world/data/map_5.dat differ diff --git a/world/data/map_6.dat b/world/data/map_6.dat new file mode 100644 index 0000000..1c1b4fa Binary files /dev/null and b/world/data/map_6.dat differ diff --git a/world/data/map_7.dat b/world/data/map_7.dat new file mode 100644 index 0000000..1c1b4fa Binary files /dev/null and b/world/data/map_7.dat differ diff --git a/world/data/map_8.dat b/world/data/map_8.dat new file mode 100644 index 0000000..39ba43e Binary files /dev/null and b/world/data/map_8.dat differ diff --git a/world/data/map_9.dat b/world/data/map_9.dat new file mode 100644 index 0000000..a014f9c Binary files /dev/null and b/world/data/map_9.dat differ diff --git a/world/data/raids.dat b/world/data/raids.dat new file mode 100644 index 0000000..9584c05 Binary files /dev/null and b/world/data/raids.dat differ diff --git a/world/datapacks/bukkit/pack.mcmeta b/world/datapacks/bukkit/pack.mcmeta new file mode 100644 index 0000000..8a3181a --- /dev/null +++ b/world/datapacks/bukkit/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": "Data pack for resources provided by Bukkit plugins", + "pack_format": 8 + } +} diff --git a/world/entities/r.-1.-1.mca b/world/entities/r.-1.-1.mca new file mode 100644 index 0000000..bda946e Binary files /dev/null and b/world/entities/r.-1.-1.mca differ diff --git a/world/entities/r.-1.-2.mca b/world/entities/r.-1.-2.mca new file mode 100644 index 0000000..836cbc7 Binary files /dev/null and b/world/entities/r.-1.-2.mca differ diff --git a/world/entities/r.-1.0.mca b/world/entities/r.-1.0.mca new file mode 100644 index 0000000..7eb7de9 Binary files /dev/null and b/world/entities/r.-1.0.mca differ diff --git a/world/entities/r.-1.1.mca b/world/entities/r.-1.1.mca new file mode 100644 index 0000000..bee066e Binary files /dev/null and b/world/entities/r.-1.1.mca differ diff --git a/world/entities/r.-1.2.mca b/world/entities/r.-1.2.mca new file mode 100644 index 0000000..8369c2b Binary files /dev/null and b/world/entities/r.-1.2.mca differ diff --git a/world/entities/r.-1.3.mca b/world/entities/r.-1.3.mca new file mode 100644 index 0000000..11a15ff Binary files /dev/null and b/world/entities/r.-1.3.mca differ diff --git a/world/entities/r.-1.4.mca b/world/entities/r.-1.4.mca new file mode 100644 index 0000000..abf6014 Binary files /dev/null and b/world/entities/r.-1.4.mca differ diff --git a/world/entities/r.-2.-1.mca b/world/entities/r.-2.-1.mca new file mode 100644 index 0000000..56067dc Binary files /dev/null and b/world/entities/r.-2.-1.mca differ diff --git a/world/entities/r.-2.-2.mca b/world/entities/r.-2.-2.mca new file mode 100644 index 0000000..6a28c28 Binary files /dev/null and b/world/entities/r.-2.-2.mca differ diff --git a/world/entities/r.-2.-3.mca b/world/entities/r.-2.-3.mca new file mode 100644 index 0000000..b57b47c Binary files /dev/null and b/world/entities/r.-2.-3.mca differ diff --git a/world/entities/r.-2.0.mca b/world/entities/r.-2.0.mca new file mode 100644 index 0000000..487ac4c Binary files /dev/null and b/world/entities/r.-2.0.mca differ diff --git a/world/entities/r.-2.3.mca b/world/entities/r.-2.3.mca new file mode 100644 index 0000000..8f7695d Binary files /dev/null and b/world/entities/r.-2.3.mca differ diff --git a/world/entities/r.-2.4.mca b/world/entities/r.-2.4.mca new file mode 100644 index 0000000..c54518b Binary files /dev/null and b/world/entities/r.-2.4.mca differ diff --git a/world/entities/r.-3.-1.mca b/world/entities/r.-3.-1.mca new file mode 100644 index 0000000..eeb32cd Binary files /dev/null and b/world/entities/r.-3.-1.mca differ diff --git a/world/entities/r.-3.-2.mca b/world/entities/r.-3.-2.mca new file mode 100644 index 0000000..5d9f8e0 Binary files /dev/null and b/world/entities/r.-3.-2.mca differ diff --git a/world/entities/r.-3.-3.mca b/world/entities/r.-3.-3.mca new file mode 100644 index 0000000..19d00f8 Binary files /dev/null and b/world/entities/r.-3.-3.mca differ diff --git a/world/entities/r.-3.0.mca b/world/entities/r.-3.0.mca new file mode 100644 index 0000000..5ece2a4 Binary files /dev/null and b/world/entities/r.-3.0.mca differ diff --git a/world/entities/r.-3.3.mca b/world/entities/r.-3.3.mca new file mode 100644 index 0000000..95fbcf2 Binary files /dev/null and b/world/entities/r.-3.3.mca differ diff --git a/world/entities/r.-3.4.mca b/world/entities/r.-3.4.mca new file mode 100644 index 0000000..869998f Binary files /dev/null and b/world/entities/r.-3.4.mca differ diff --git a/world/entities/r.-4.-1.mca b/world/entities/r.-4.-1.mca new file mode 100644 index 0000000..9a834d6 Binary files /dev/null and b/world/entities/r.-4.-1.mca differ diff --git a/world/entities/r.-4.-2.mca b/world/entities/r.-4.-2.mca new file mode 100644 index 0000000..b6612c9 Binary files /dev/null and b/world/entities/r.-4.-2.mca differ diff --git a/world/entities/r.-4.3.mca b/world/entities/r.-4.3.mca new file mode 100644 index 0000000..34b0b2e Binary files /dev/null and b/world/entities/r.-4.3.mca differ diff --git a/world/entities/r.-4.4.mca b/world/entities/r.-4.4.mca new file mode 100644 index 0000000..9887238 Binary files /dev/null and b/world/entities/r.-4.4.mca differ diff --git a/world/entities/r.-5.2.mca b/world/entities/r.-5.2.mca new file mode 100644 index 0000000..971cc2a Binary files /dev/null and b/world/entities/r.-5.2.mca differ diff --git a/world/entities/r.-5.3.mca b/world/entities/r.-5.3.mca new file mode 100644 index 0000000..6db780d Binary files /dev/null and b/world/entities/r.-5.3.mca differ diff --git a/world/entities/r.-5.4.mca b/world/entities/r.-5.4.mca new file mode 100644 index 0000000..25fd68f Binary files /dev/null and b/world/entities/r.-5.4.mca differ diff --git a/world/entities/r.-6.2.mca b/world/entities/r.-6.2.mca new file mode 100644 index 0000000..e8455d3 Binary files /dev/null and b/world/entities/r.-6.2.mca differ diff --git a/world/entities/r.-6.3.mca b/world/entities/r.-6.3.mca new file mode 100644 index 0000000..ad5f7f5 Binary files /dev/null and b/world/entities/r.-6.3.mca differ diff --git a/world/entities/r.-6.4.mca b/world/entities/r.-6.4.mca new file mode 100644 index 0000000..fbd87aa Binary files /dev/null and b/world/entities/r.-6.4.mca differ diff --git a/world/entities/r.-7.3.mca b/world/entities/r.-7.3.mca new file mode 100644 index 0000000..c9e986a Binary files /dev/null and b/world/entities/r.-7.3.mca differ diff --git a/world/entities/r.-7.4.mca b/world/entities/r.-7.4.mca new file mode 100644 index 0000000..f4e8238 Binary files /dev/null and b/world/entities/r.-7.4.mca differ diff --git a/world/entities/r.0.-1.mca b/world/entities/r.0.-1.mca new file mode 100644 index 0000000..0dd53b8 Binary files /dev/null and b/world/entities/r.0.-1.mca differ diff --git a/world/entities/r.0.-2.mca b/world/entities/r.0.-2.mca new file mode 100644 index 0000000..07238e5 Binary files /dev/null and b/world/entities/r.0.-2.mca differ diff --git a/world/entities/r.0.0.mca b/world/entities/r.0.0.mca new file mode 100644 index 0000000..b546585 Binary files /dev/null and b/world/entities/r.0.0.mca differ diff --git a/world/entities/r.0.1.mca b/world/entities/r.0.1.mca new file mode 100644 index 0000000..f20ade6 Binary files /dev/null and b/world/entities/r.0.1.mca differ diff --git a/world/entities/r.0.2.mca b/world/entities/r.0.2.mca new file mode 100644 index 0000000..fc3babc Binary files /dev/null and b/world/entities/r.0.2.mca differ diff --git a/world/entities/r.0.3.mca b/world/entities/r.0.3.mca new file mode 100644 index 0000000..9a2bd9a Binary files /dev/null and b/world/entities/r.0.3.mca differ diff --git a/world/entities/r.0.4.mca b/world/entities/r.0.4.mca new file mode 100644 index 0000000..a59870b Binary files /dev/null and b/world/entities/r.0.4.mca differ diff --git a/world/level.dat b/world/level.dat new file mode 100644 index 0000000..bc23a5b Binary files /dev/null and b/world/level.dat differ diff --git a/world/level.dat_old b/world/level.dat_old new file mode 100644 index 0000000..046d978 Binary files /dev/null and b/world/level.dat_old differ diff --git a/world/playerdata/2491502d-2f94-3eac-8788-2e660a11832a.dat b/world/playerdata/2491502d-2f94-3eac-8788-2e660a11832a.dat new file mode 100644 index 0000000..9e7eaba Binary files /dev/null and b/world/playerdata/2491502d-2f94-3eac-8788-2e660a11832a.dat differ diff --git a/world/playerdata/2491502d-2f94-3eac-8788-2e660a11832a.dat_old b/world/playerdata/2491502d-2f94-3eac-8788-2e660a11832a.dat_old new file mode 100644 index 0000000..f3ab023 Binary files /dev/null and b/world/playerdata/2491502d-2f94-3eac-8788-2e660a11832a.dat_old differ diff --git a/world/playerdata/43802be5-553b-307a-8e27-97fa23be1c48.dat b/world/playerdata/43802be5-553b-307a-8e27-97fa23be1c48.dat new file mode 100644 index 0000000..c781645 Binary files /dev/null and b/world/playerdata/43802be5-553b-307a-8e27-97fa23be1c48.dat differ diff --git a/world/playerdata/43802be5-553b-307a-8e27-97fa23be1c48.dat_old b/world/playerdata/43802be5-553b-307a-8e27-97fa23be1c48.dat_old new file mode 100644 index 0000000..48d5751 Binary files /dev/null and b/world/playerdata/43802be5-553b-307a-8e27-97fa23be1c48.dat_old differ diff --git a/world/playerdata/6cf31700-fcf5-30d6-9a7e-949667e236d4.dat b/world/playerdata/6cf31700-fcf5-30d6-9a7e-949667e236d4.dat new file mode 100644 index 0000000..ee81a87 Binary files /dev/null and b/world/playerdata/6cf31700-fcf5-30d6-9a7e-949667e236d4.dat differ diff --git a/world/playerdata/6cf31700-fcf5-30d6-9a7e-949667e236d4.dat_old b/world/playerdata/6cf31700-fcf5-30d6-9a7e-949667e236d4.dat_old new file mode 100644 index 0000000..fe6f9a1 Binary files /dev/null and b/world/playerdata/6cf31700-fcf5-30d6-9a7e-949667e236d4.dat_old differ diff --git a/world/playerdata/ed0e1cc7-8787-3f8e-82c6-b79d32f937c8.dat b/world/playerdata/ed0e1cc7-8787-3f8e-82c6-b79d32f937c8.dat new file mode 100644 index 0000000..0504af3 Binary files /dev/null and b/world/playerdata/ed0e1cc7-8787-3f8e-82c6-b79d32f937c8.dat differ diff --git a/world/playerdata/ed0e1cc7-8787-3f8e-82c6-b79d32f937c8.dat_old b/world/playerdata/ed0e1cc7-8787-3f8e-82c6-b79d32f937c8.dat_old new file mode 100644 index 0000000..7fa89eb Binary files /dev/null and b/world/playerdata/ed0e1cc7-8787-3f8e-82c6-b79d32f937c8.dat_old differ diff --git a/world/playerdata/fd5e51a3-31c4-3585-880e-6af9a7a22e85.dat b/world/playerdata/fd5e51a3-31c4-3585-880e-6af9a7a22e85.dat new file mode 100644 index 0000000..b77a1f0 Binary files /dev/null and b/world/playerdata/fd5e51a3-31c4-3585-880e-6af9a7a22e85.dat differ diff --git a/world/playerdata/fd5e51a3-31c4-3585-880e-6af9a7a22e85.dat_old b/world/playerdata/fd5e51a3-31c4-3585-880e-6af9a7a22e85.dat_old new file mode 100644 index 0000000..0b198b1 Binary files /dev/null and b/world/playerdata/fd5e51a3-31c4-3585-880e-6af9a7a22e85.dat_old differ diff --git a/world/poi/r.-1.-1.mca b/world/poi/r.-1.-1.mca new file mode 100644 index 0000000..f097371 Binary files /dev/null and b/world/poi/r.-1.-1.mca differ diff --git a/world/poi/r.-1.-2.mca b/world/poi/r.-1.-2.mca new file mode 100644 index 0000000..fc8b25a Binary files /dev/null and b/world/poi/r.-1.-2.mca differ diff --git a/world/poi/r.-1.4.mca b/world/poi/r.-1.4.mca new file mode 100644 index 0000000..bdfe23a Binary files /dev/null and b/world/poi/r.-1.4.mca differ diff --git a/world/poi/r.-2.-2.mca b/world/poi/r.-2.-2.mca new file mode 100644 index 0000000..89e7c06 Binary files /dev/null and b/world/poi/r.-2.-2.mca differ diff --git a/world/poi/r.-2.0.mca b/world/poi/r.-2.0.mca new file mode 100644 index 0000000..a3a48e5 Binary files /dev/null and b/world/poi/r.-2.0.mca differ diff --git a/world/poi/r.-3.-1.mca b/world/poi/r.-3.-1.mca new file mode 100644 index 0000000..e6ea7f7 Binary files /dev/null and b/world/poi/r.-3.-1.mca differ diff --git a/world/poi/r.-3.-2.mca b/world/poi/r.-3.-2.mca new file mode 100644 index 0000000..56528dc Binary files /dev/null and b/world/poi/r.-3.-2.mca differ diff --git a/world/poi/r.-4.-1.mca b/world/poi/r.-4.-1.mca new file mode 100644 index 0000000..2c3da61 Binary files /dev/null and b/world/poi/r.-4.-1.mca differ diff --git a/world/poi/r.-5.3.mca b/world/poi/r.-5.3.mca new file mode 100644 index 0000000..3b937bc Binary files /dev/null and b/world/poi/r.-5.3.mca differ diff --git a/world/poi/r.-5.5.mca b/world/poi/r.-5.5.mca new file mode 100644 index 0000000..e69de29 diff --git a/world/poi/r.-6.3.mca b/world/poi/r.-6.3.mca new file mode 100644 index 0000000..11e3991 Binary files /dev/null and b/world/poi/r.-6.3.mca differ diff --git a/world/poi/r.-7.3.mca b/world/poi/r.-7.3.mca new file mode 100644 index 0000000..ea7e91e Binary files /dev/null and b/world/poi/r.-7.3.mca differ diff --git a/world/poi/r.-7.4.mca b/world/poi/r.-7.4.mca new file mode 100644 index 0000000..65356eb Binary files /dev/null and b/world/poi/r.-7.4.mca differ diff --git a/world/poi/r.0.-1.mca b/world/poi/r.0.-1.mca new file mode 100644 index 0000000..3321cfe Binary files /dev/null and b/world/poi/r.0.-1.mca differ diff --git a/world/poi/r.0.1.mca b/world/poi/r.0.1.mca new file mode 100644 index 0000000..4b8b07a Binary files /dev/null and b/world/poi/r.0.1.mca differ diff --git a/world/region/r.-1.-1.mca b/world/region/r.-1.-1.mca new file mode 100644 index 0000000..e8e0930 Binary files /dev/null and b/world/region/r.-1.-1.mca differ diff --git a/world/region/r.-1.-2.mca b/world/region/r.-1.-2.mca new file mode 100644 index 0000000..d9fc2a2 Binary files /dev/null and b/world/region/r.-1.-2.mca differ diff --git a/world/region/r.-1.-3.mca b/world/region/r.-1.-3.mca new file mode 100644 index 0000000..7e2fd08 Binary files /dev/null and b/world/region/r.-1.-3.mca differ diff --git a/world/region/r.-1.0.mca b/world/region/r.-1.0.mca new file mode 100644 index 0000000..30af516 Binary files /dev/null and b/world/region/r.-1.0.mca differ diff --git a/world/region/r.-1.1.mca b/world/region/r.-1.1.mca new file mode 100644 index 0000000..4040bef Binary files /dev/null and b/world/region/r.-1.1.mca differ diff --git a/world/region/r.-1.2.mca b/world/region/r.-1.2.mca new file mode 100644 index 0000000..9575736 Binary files /dev/null and b/world/region/r.-1.2.mca differ diff --git a/world/region/r.-1.3.mca b/world/region/r.-1.3.mca new file mode 100644 index 0000000..5624744 Binary files /dev/null and b/world/region/r.-1.3.mca differ diff --git a/world/region/r.-1.4.mca b/world/region/r.-1.4.mca new file mode 100644 index 0000000..cc27edf Binary files /dev/null and b/world/region/r.-1.4.mca differ diff --git a/world/region/r.-1.5.mca b/world/region/r.-1.5.mca new file mode 100644 index 0000000..9befcb9 Binary files /dev/null and b/world/region/r.-1.5.mca differ diff --git a/world/region/r.-2.-1.mca b/world/region/r.-2.-1.mca new file mode 100644 index 0000000..64003c7 Binary files /dev/null and b/world/region/r.-2.-1.mca differ diff --git a/world/region/r.-2.-2.mca b/world/region/r.-2.-2.mca new file mode 100644 index 0000000..17a3d3b Binary files /dev/null and b/world/region/r.-2.-2.mca differ diff --git a/world/region/r.-2.-3.mca b/world/region/r.-2.-3.mca new file mode 100644 index 0000000..4300e49 Binary files /dev/null and b/world/region/r.-2.-3.mca differ diff --git a/world/region/r.-2.0.mca b/world/region/r.-2.0.mca new file mode 100644 index 0000000..904b649 Binary files /dev/null and b/world/region/r.-2.0.mca differ diff --git a/world/region/r.-2.1.mca b/world/region/r.-2.1.mca new file mode 100644 index 0000000..2fbd975 Binary files /dev/null and b/world/region/r.-2.1.mca differ diff --git a/world/region/r.-2.3.mca b/world/region/r.-2.3.mca new file mode 100644 index 0000000..f135301 Binary files /dev/null and b/world/region/r.-2.3.mca differ diff --git a/world/region/r.-2.4.mca b/world/region/r.-2.4.mca new file mode 100644 index 0000000..4ed1b8e Binary files /dev/null and b/world/region/r.-2.4.mca differ diff --git a/world/region/r.-2.5.mca b/world/region/r.-2.5.mca new file mode 100644 index 0000000..44d7125 Binary files /dev/null and b/world/region/r.-2.5.mca differ diff --git a/world/region/r.-3.-1.mca b/world/region/r.-3.-1.mca new file mode 100644 index 0000000..bb301e9 Binary files /dev/null and b/world/region/r.-3.-1.mca differ diff --git a/world/region/r.-3.-2.mca b/world/region/r.-3.-2.mca new file mode 100644 index 0000000..13c4dce Binary files /dev/null and b/world/region/r.-3.-2.mca differ diff --git a/world/region/r.-3.-3.mca b/world/region/r.-3.-3.mca new file mode 100644 index 0000000..a690dcd Binary files /dev/null and b/world/region/r.-3.-3.mca differ diff --git a/world/region/r.-3.0.mca b/world/region/r.-3.0.mca new file mode 100644 index 0000000..28dbeaa Binary files /dev/null and b/world/region/r.-3.0.mca differ diff --git a/world/region/r.-3.3.mca b/world/region/r.-3.3.mca new file mode 100644 index 0000000..b64146c Binary files /dev/null and b/world/region/r.-3.3.mca differ diff --git a/world/region/r.-3.4.mca b/world/region/r.-3.4.mca new file mode 100644 index 0000000..f190f1d Binary files /dev/null and b/world/region/r.-3.4.mca differ diff --git a/world/region/r.-4.-1.mca b/world/region/r.-4.-1.mca new file mode 100644 index 0000000..578446f Binary files /dev/null and b/world/region/r.-4.-1.mca differ diff --git a/world/region/r.-4.-2.mca b/world/region/r.-4.-2.mca new file mode 100644 index 0000000..7771cf4 Binary files /dev/null and b/world/region/r.-4.-2.mca differ diff --git a/world/region/r.-4.0.mca b/world/region/r.-4.0.mca new file mode 100644 index 0000000..f01308e Binary files /dev/null and b/world/region/r.-4.0.mca differ diff --git a/world/region/r.-4.3.mca b/world/region/r.-4.3.mca new file mode 100644 index 0000000..c05a7cd Binary files /dev/null and b/world/region/r.-4.3.mca differ diff --git a/world/region/r.-4.4.mca b/world/region/r.-4.4.mca new file mode 100644 index 0000000..aabf04f Binary files /dev/null and b/world/region/r.-4.4.mca differ diff --git a/world/region/r.-5.2.mca b/world/region/r.-5.2.mca new file mode 100644 index 0000000..bcdb0db Binary files /dev/null and b/world/region/r.-5.2.mca differ diff --git a/world/region/r.-5.3.mca b/world/region/r.-5.3.mca new file mode 100644 index 0000000..6a0c683 Binary files /dev/null and b/world/region/r.-5.3.mca differ diff --git a/world/region/r.-5.4.mca b/world/region/r.-5.4.mca new file mode 100644 index 0000000..7b3f40d Binary files /dev/null and b/world/region/r.-5.4.mca differ diff --git a/world/region/r.-5.5.mca b/world/region/r.-5.5.mca new file mode 100644 index 0000000..bac6716 Binary files /dev/null and b/world/region/r.-5.5.mca differ diff --git a/world/region/r.-6.2.mca b/world/region/r.-6.2.mca new file mode 100644 index 0000000..ea4c1cb Binary files /dev/null and b/world/region/r.-6.2.mca differ diff --git a/world/region/r.-6.3.mca b/world/region/r.-6.3.mca new file mode 100644 index 0000000..8a928df Binary files /dev/null and b/world/region/r.-6.3.mca differ diff --git a/world/region/r.-6.4.mca b/world/region/r.-6.4.mca new file mode 100644 index 0000000..42d450c Binary files /dev/null and b/world/region/r.-6.4.mca differ diff --git a/world/region/r.-6.5.mca b/world/region/r.-6.5.mca new file mode 100644 index 0000000..b1281e6 Binary files /dev/null and b/world/region/r.-6.5.mca differ diff --git a/world/region/r.-7.2.mca b/world/region/r.-7.2.mca new file mode 100644 index 0000000..27424b6 Binary files /dev/null and b/world/region/r.-7.2.mca differ diff --git a/world/region/r.-7.3.mca b/world/region/r.-7.3.mca new file mode 100644 index 0000000..3958696 Binary files /dev/null and b/world/region/r.-7.3.mca differ diff --git a/world/region/r.-7.4.mca b/world/region/r.-7.4.mca new file mode 100644 index 0000000..cc8891a Binary files /dev/null and b/world/region/r.-7.4.mca differ diff --git a/world/region/r.-7.5.mca b/world/region/r.-7.5.mca new file mode 100644 index 0000000..38d5865 Binary files /dev/null and b/world/region/r.-7.5.mca differ diff --git a/world/region/r.-8.3.mca b/world/region/r.-8.3.mca new file mode 100644 index 0000000..e2b0817 Binary files /dev/null and b/world/region/r.-8.3.mca differ diff --git a/world/region/r.-8.4.mca b/world/region/r.-8.4.mca new file mode 100644 index 0000000..91a60b5 Binary files /dev/null and b/world/region/r.-8.4.mca differ diff --git a/world/region/r.-8.5.mca b/world/region/r.-8.5.mca new file mode 100644 index 0000000..0be0b49 Binary files /dev/null and b/world/region/r.-8.5.mca differ diff --git a/world/region/r.0.-1.mca b/world/region/r.0.-1.mca new file mode 100644 index 0000000..c599ffa Binary files /dev/null and b/world/region/r.0.-1.mca differ diff --git a/world/region/r.0.-2.mca b/world/region/r.0.-2.mca new file mode 100644 index 0000000..3fbe217 Binary files /dev/null and b/world/region/r.0.-2.mca differ diff --git a/world/region/r.0.0.mca b/world/region/r.0.0.mca new file mode 100644 index 0000000..320aec5 Binary files /dev/null and b/world/region/r.0.0.mca differ diff --git a/world/region/r.0.1.mca b/world/region/r.0.1.mca new file mode 100644 index 0000000..78c88d6 Binary files /dev/null and b/world/region/r.0.1.mca differ diff --git a/world/region/r.0.2.mca b/world/region/r.0.2.mca new file mode 100644 index 0000000..ebf1f02 Binary files /dev/null and b/world/region/r.0.2.mca differ diff --git a/world/region/r.0.3.mca b/world/region/r.0.3.mca new file mode 100644 index 0000000..61baa34 Binary files /dev/null and b/world/region/r.0.3.mca differ diff --git a/world/region/r.0.4.mca b/world/region/r.0.4.mca new file mode 100644 index 0000000..7d446ca Binary files /dev/null and b/world/region/r.0.4.mca differ diff --git a/world/region/r.0.5.mca b/world/region/r.0.5.mca new file mode 100644 index 0000000..25a5b60 Binary files /dev/null and b/world/region/r.0.5.mca differ diff --git a/world/session.lock b/world/session.lock new file mode 100644 index 0000000..0d7e5f8 --- /dev/null +++ b/world/session.lock @@ -0,0 +1 @@ +☃ \ No newline at end of file diff --git a/world/stats/2491502d-2f94-3eac-8788-2e660a11832a.json b/world/stats/2491502d-2f94-3eac-8788-2e660a11832a.json new file mode 100644 index 0000000..9994c17 --- /dev/null +++ b/world/stats/2491502d-2f94-3eac-8788-2e660a11832a.json @@ -0,0 +1 @@ +{"stats":{"minecraft:used":{"minecraft:cooked_mutton":8,"minecraft:wheat_seeds":4,"minecraft:diorite":10,"minecraft:stone_pickaxe":52,"minecraft:shield":3,"minecraft:chest":1,"minecraft:wooden_pickaxe":7,"minecraft:iron_sword":47,"minecraft:sugar_cane":4,"minecraft:torch":22,"minecraft:dirt":6,"minecraft:crafting_table":6,"minecraft:jungle_planks":18,"minecraft:carrot":7,"minecraft:granite":10,"minecraft:wooden_axe":3,"minecraft:lava_bucket":1,"minecraft:iron_axe":84,"minecraft:melon_slice":7,"minecraft:iron_pickaxe":252,"minecraft:stone_axe":22,"minecraft:light_gray_wool":1,"minecraft:magma_block":4,"minecraft:cobblestone":89,"minecraft:furnace":3,"minecraft:cooked_porkchop":1,"minecraft:andesite":11,"minecraft:bucket":2},"minecraft:custom":{"minecraft:interact_with_furnace":44,"minecraft:mob_kills":25,"minecraft:interact_with_crafting_table":24,"minecraft:leave_game":2,"minecraft:time_since_death":53448,"minecraft:climb_one_cm":1083,"minecraft:time_since_rest":53468,"minecraft:sprint_one_cm":153772,"minecraft:damage_taken":1136,"minecraft:walk_one_cm":170396,"minecraft:damage_blocked_by_shield":75,"minecraft:drop":10,"minecraft:damage_dealt":3579,"minecraft:swim_one_cm":12774,"minecraft:talked_to_villager":1,"minecraft:fly_one_cm":106637,"minecraft:open_chest":7,"minecraft:crouch_one_cm":270,"minecraft:play_time":78943,"minecraft:deaths":2,"minecraft:sneak_time":219,"minecraft:walk_under_water_one_cm":10649,"minecraft:jump":1146,"minecraft:walk_on_water_one_cm":38103,"minecraft:total_world_time":78943,"minecraft:fall_one_cm":25818},"minecraft:killed":{"minecraft:pig":4,"minecraft:zombie_villager":1,"minecraft:spider":1,"minecraft:sheep":5,"minecraft:skeleton":2,"minecraft:zombie":7,"minecraft:chicken":5},"minecraft:picked_up":{"minecraft:stripped_oak_log":1,"minecraft:magma_block":15,"minecraft:crafting_table":5,"minecraft:wheat":4,"minecraft:feather":1,"minecraft:chicken":5,"minecraft:andesite":11,"minecraft:brown_wool":1,"minecraft:oak_log":44,"minecraft:string":2,"minecraft:dirt":6,"minecraft:iron_axe":1,"minecraft:bone":2,"minecraft:bow":1,"minecraft:wheat_seeds":12,"minecraft:stone_pickaxe":1,"minecraft:light_gray_wool":1,"minecraft:sugar_cane":9,"minecraft:melon_slice":52,"minecraft:chest":1,"minecraft:egg":1,"minecraft:furnace":1,"minecraft:raw_iron":66,"minecraft:cooked_porkchop":2,"minecraft:pumpkin":3,"minecraft:torch":7,"minecraft:jungle_planks":40,"minecraft:porkchop":10,"minecraft:diorite":10,"minecraft:white_bed":2,"minecraft:carrot":24,"minecraft:redstone":9,"minecraft:arrow":1,"minecraft:stone_shovel":1,"minecraft:rotten_flesh":7,"minecraft:granite":10,"minecraft:mutton":19,"minecraft:rail":18,"minecraft:coal":62,"minecraft:white_wool":3,"minecraft:cobblestone":111},"minecraft:broken":{"minecraft:iron_pickaxe":1},"minecraft:crafted":{"minecraft:oak_planks":12,"minecraft:cooked_porkchop":10,"minecraft:crafting_table":1,"minecraft:iron_helmet":1,"minecraft:cooked_chicken":5,"minecraft:wooden_pickaxe":1,"minecraft:iron_sword":1,"minecraft:furnace":2,"minecraft:bucket":1,"minecraft:stone_axe":1,"minecraft:cooked_mutton":19,"minecraft:iron_chestplate":1,"minecraft:iron_boots":1,"minecraft:charcoal":3,"minecraft:shield":1,"minecraft:iron_axe":1,"minecraft:iron_hoe":1,"minecraft:stick":36,"minecraft:iron_ingot":66,"minecraft:iron_pickaxe":2,"minecraft:stone_pickaxe":1,"minecraft:wooden_axe":1,"minecraft:iron_leggings":1,"minecraft:torch":28},"minecraft:dropped":{"minecraft:stone_shovel":1,"minecraft:rotten_flesh":7,"minecraft:iron_axe":1,"minecraft:stone_pickaxe":1},"minecraft:mined":{"minecraft:white_bed":1,"minecraft:crafting_table":5,"minecraft:glow_lichen":2,"minecraft:granite":10,"minecraft:grass_block":4,"minecraft:melon":10,"minecraft:cobblestone":1,"minecraft:sugar_cane":4,"minecraft:diorite":10,"minecraft:wall_torch":7,"minecraft:redstone_ore":2,"minecraft:magma_block":15,"minecraft:furnace":1,"minecraft:carrots":6,"minecraft:wheat":4,"minecraft:iron_ore":66,"minecraft:andesite":11,"minecraft:pumpkin":3,"minecraft:grass":15,"minecraft:rail":18,"minecraft:coal_ore":62,"minecraft:oak_log":44,"minecraft:deepslate_iron_ore":1,"minecraft:dirt":2,"minecraft:stripped_oak_log":1,"minecraft:stone":110,"minecraft:oak_leaves":3,"minecraft:fern":2}},"DataVersion":2975} \ No newline at end of file diff --git a/world/stats/43802be5-553b-307a-8e27-97fa23be1c48.json b/world/stats/43802be5-553b-307a-8e27-97fa23be1c48.json new file mode 100644 index 0000000..01dfc30 --- /dev/null +++ b/world/stats/43802be5-553b-307a-8e27-97fa23be1c48.json @@ -0,0 +1 @@ +{"stats":{"minecraft:used":{"minecraft:cooked_mutton":3,"minecraft:stone_sword":24,"minecraft:bread":8,"minecraft:stone_pickaxe":81,"minecraft:iron_pickaxe":11,"minecraft:wooden_pickaxe":3,"minecraft:stone_axe":13,"minecraft:torch":21,"minecraft:bow":3,"minecraft:cobblestone":13,"minecraft:crafting_table":2,"minecraft:furnace":2},"minecraft:custom":{"minecraft:time_since_rest":58,"minecraft:interact_with_furnace":23,"minecraft:sprint_one_cm":193888,"minecraft:damage_taken":790,"minecraft:walk_one_cm":33890,"minecraft:mob_kills":8,"minecraft:drop":2,"minecraft:damage_dealt":636,"minecraft:swim_one_cm":3124,"minecraft:interact_with_crafting_table":12,"minecraft:fly_one_cm":56491,"minecraft:open_chest":2,"minecraft:crouch_one_cm":388,"minecraft:play_time":44118,"minecraft:deaths":2,"minecraft:sneak_time":350,"minecraft:walk_under_water_one_cm":1756,"minecraft:jump":408,"minecraft:leave_game":2,"minecraft:walk_on_water_one_cm":2190,"minecraft:time_since_death":38,"minecraft:total_world_time":44118,"minecraft:climb_one_cm":701,"minecraft:fall_one_cm":9688},"minecraft:killed":{"minecraft:sheep":5,"minecraft:zombie":1,"minecraft:cow":2},"minecraft:killed_by":{"minecraft:zombie":1},"minecraft:picked_up":{"minecraft:raw_iron":23,"minecraft:crafting_table":1,"minecraft:jungle_log":10,"minecraft:andesite":3,"minecraft:leather":3,"minecraft:torch":2,"minecraft:dirt":4,"minecraft:raw_copper":5,"minecraft:cooked_mutton":3,"minecraft:cobbled_deepslate":2,"minecraft:wheat_seeds":1,"minecraft:hay_block":17,"minecraft:beef":5,"minecraft:light_gray_wool":2,"minecraft:mutton":9,"minecraft:coal":22,"minecraft:white_wool":3,"minecraft:cobblestone":40},"minecraft:crafted":{"minecraft:cooked_beef":5,"minecraft:crafting_table":1,"minecraft:stick":16,"minecraft:iron_ingot":15,"minecraft:iron_pickaxe":1,"minecraft:wooden_pickaxe":1,"minecraft:stone_pickaxe":1,"minecraft:stone_sword":1,"minecraft:iron_sword":1,"minecraft:furnace":2,"minecraft:copper_ingot":2,"minecraft:bucket":1,"minecraft:torch":24,"minecraft:stone_axe":1,"minecraft:bread":51,"minecraft:wheat":153,"minecraft:cooked_mutton":8,"minecraft:jungle_planks":40},"minecraft:dropped":{"minecraft:copper_ingot":2},"minecraft:mined":{"minecraft:hay_block":17,"minecraft:seagrass":2,"minecraft:iron_ore":23,"minecraft:jungle_leaves":1,"minecraft:andesite":3,"minecraft:crafting_table":1,"minecraft:grass":7,"minecraft:grass_block":4,"minecraft:coal_ore":24,"minecraft:vine":2,"minecraft:jungle_log":10,"minecraft:dirt":1,"minecraft:copper_ore":1,"minecraft:tall_grass":2,"minecraft:stone":41,"minecraft:deepslate":2,"minecraft:wall_torch":2}},"DataVersion":2975} \ No newline at end of file diff --git a/world/stats/6cf31700-fcf5-30d6-9a7e-949667e236d4.json b/world/stats/6cf31700-fcf5-30d6-9a7e-949667e236d4.json new file mode 100644 index 0000000..e05630b --- /dev/null +++ b/world/stats/6cf31700-fcf5-30d6-9a7e-949667e236d4.json @@ -0,0 +1 @@ +{"stats":{"minecraft:used":{"minecraft:cooked_mutton":10,"minecraft:water_bucket":10,"minecraft:stone_sword":46,"minecraft:stone_shovel":93,"minecraft:stone_pickaxe":144,"minecraft:oak_planks":103,"minecraft:wooden_pickaxe":59,"minecraft:sandstone":14,"minecraft:cooked_chicken":4,"minecraft:white_wool":3,"minecraft:torch":52,"minecraft:dirt":30,"minecraft:sand":22,"minecraft:oak_slab":1,"minecraft:crafting_table":13,"minecraft:jungle_planks":7,"minecraft:wooden_axe":44,"minecraft:iron_pickaxe":160,"minecraft:stone_axe":149,"minecraft:cobblestone":10,"minecraft:furnace":6,"minecraft:cooked_porkchop":2,"minecraft:bucket":11,"minecraft:andesite":17,"minecraft:oak_boat":3},"minecraft:custom":{"minecraft:interact_with_furnace":28,"minecraft:mob_kills":47,"minecraft:interact_with_crafting_table":25,"minecraft:leave_game":7,"minecraft:time_since_death":58681,"minecraft:climb_one_cm":2344,"minecraft:time_since_rest":58701,"minecraft:sprint_one_cm":355127,"minecraft:damage_taken":2290,"minecraft:walk_one_cm":299686,"minecraft:drop":28,"minecraft:damage_dealt":4671,"minecraft:swim_one_cm":110229,"minecraft:fly_one_cm":491212,"minecraft:open_chest":1,"minecraft:crouch_one_cm":21781,"minecraft:play_time":264857,"minecraft:sneak_time":7042,"minecraft:deaths":6,"minecraft:walk_under_water_one_cm":16907,"minecraft:boat_one_cm":1746498,"minecraft:jump":2856,"minecraft:walk_on_water_one_cm":33720,"minecraft:total_world_time":264857,"minecraft:fall_one_cm":74858},"minecraft:killed":{"minecraft:cave_spider":1,"minecraft:pig":4,"minecraft:skeleton":3,"minecraft:sheep":26,"minecraft:zombie":3,"minecraft:chicken":6,"minecraft:cow":3},"minecraft:picked_up":{"minecraft:cocoa_beans":15,"minecraft:crafting_table":7,"minecraft:feather":4,"minecraft:chicken":7,"minecraft:jungle_log":18,"minecraft:andesite":17,"minecraft:brown_wool":1,"minecraft:leather":3,"minecraft:oak_log":39,"minecraft:dirt":30,"minecraft:raw_copper":57,"minecraft:cooked_mutton":1,"minecraft:bone":6,"minecraft:wheat_seeds":24,"minecraft:cobbled_deepslate":8,"minecraft:raw_gold":3,"minecraft:iron_ingot":1,"minecraft:beef":5,"minecraft:oak_boat":2,"minecraft:jungle_sapling":5,"minecraft:poppy":4,"minecraft:sugar_cane":21,"minecraft:oak_planks":3,"minecraft:furnace":5,"minecraft:stick":9,"minecraft:raw_iron":45,"minecraft:sandstone":14,"minecraft:dandelion":3,"minecraft:sand":71,"minecraft:porkchop":8,"minecraft:jungle_planks":54,"minecraft:diorite":6,"minecraft:redstone":23,"minecraft:rotten_flesh":5,"minecraft:arrow":3,"minecraft:diamond":1,"minecraft:rail":50,"minecraft:oak_sapling":10,"minecraft:black_wool":2,"minecraft:mutton":49,"minecraft:coal":93,"minecraft:white_wool":26,"minecraft:cobblestone":63},"minecraft:crafted":{"minecraft:cooked_beef":5,"minecraft:oak_slab":6,"minecraft:oak_planks":156,"minecraft:stone_shovel":1,"minecraft:cooked_porkchop":6,"minecraft:crafting_table":6,"minecraft:wooden_pickaxe":1,"minecraft:cooked_chicken":4,"minecraft:furnace":4,"minecraft:bucket":1,"minecraft:stone_axe":2,"minecraft:cooked_mutton":20,"minecraft:air":0,"minecraft:jungle_planks":72,"minecraft:oak_boat":1,"minecraft:stick":28,"minecraft:iron_ingot":16,"minecraft:iron_pickaxe":1,"minecraft:stone_pickaxe":2,"minecraft:wooden_axe":1,"minecraft:stone_sword":1,"minecraft:torch":52},"minecraft:broken":{"minecraft:stone_pickaxe":1,"minecraft:stone_axe":1,"minecraft:wooden_axe":1,"minecraft:wooden_pickaxe":1},"minecraft:dropped":{"minecraft:wheat_seeds":12,"minecraft:stone_shovel":1,"minecraft:chicken":1,"minecraft:feather":2,"minecraft:leather":3,"minecraft:jungle_planks":40,"minecraft:poppy":4,"minecraft:diorite":6,"minecraft:mutton":11,"minecraft:oak_sapling":8,"minecraft:jungle_sapling":4,"minecraft:sand":42,"minecraft:arrow":1,"minecraft:bone":1,"minecraft:dandelion":3},"minecraft:mined":{"minecraft:deepslate_redstone_ore":8,"minecraft:tuff":1,"minecraft:deepslate_diamond_ore":1,"minecraft:kelp_plant":3,"minecraft:jungle_leaves":10,"minecraft:dandelion":3,"minecraft:crafting_table":8,"minecraft:glow_lichen":1,"minecraft:granite":3,"minecraft:grass_block":20,"minecraft:poppy":1,"minecraft:jungle_planks":2,"minecraft:chest":1,"minecraft:jungle_log":18,"minecraft:tall_grass":21,"minecraft:copper_ore":15,"minecraft:deepslate_gold_ore":3,"minecraft:oak_planks":3,"minecraft:sugar_cane":7,"minecraft:diorite":6,"minecraft:sandstone":14,"minecraft:furnace":5,"minecraft:iron_ore":29,"minecraft:birch_leaves":3,"minecraft:andesite":17,"minecraft:bee_nest":1,"minecraft:grass":215,"minecraft:coal_ore":94,"minecraft:oak_log":39,"minecraft:deepslate_iron_ore":6,"minecraft:cocoa":5,"minecraft:vine":7,"minecraft:rail":50,"minecraft:dirt":15,"minecraft:sand":71,"minecraft:stone":64,"minecraft:white_wool":3,"minecraft:oak_leaves":73,"minecraft:deepslate":8,"minecraft:fern":27}},"DataVersion":2975} \ No newline at end of file diff --git a/world/stats/ed0e1cc7-8787-3f8e-82c6-b79d32f937c8.json b/world/stats/ed0e1cc7-8787-3f8e-82c6-b79d32f937c8.json new file mode 100644 index 0000000..3f21a83 --- /dev/null +++ b/world/stats/ed0e1cc7-8787-3f8e-82c6-b79d32f937c8.json @@ -0,0 +1 @@ +{"stats":{"minecraft:custom":{"minecraft:time_since_rest":17819,"minecraft:leave_game":20,"minecraft:play_time":17819,"minecraft:time_since_death":17819,"minecraft:total_world_time":17819}},"DataVersion":2975} \ No newline at end of file diff --git a/world/stats/fd5e51a3-31c4-3585-880e-6af9a7a22e85.json b/world/stats/fd5e51a3-31c4-3585-880e-6af9a7a22e85.json new file mode 100644 index 0000000..5c771cb --- /dev/null +++ b/world/stats/fd5e51a3-31c4-3585-880e-6af9a7a22e85.json @@ -0,0 +1 @@ +{"stats":{"minecraft:used":{"minecraft:oak_fence":161,"minecraft:stone_sword":105,"minecraft:iron_shovel":404,"minecraft:flint_and_steel":18,"minecraft:stone_shovel":134,"minecraft:chest":5,"minecraft:iron_sword":32,"minecraft:cooked_chicken":2,"minecraft:stone_hoe":27,"minecraft:torch":35,"minecraft:dirt":86,"minecraft:cocoa_beans":43,"minecraft:jungle_planks":2,"minecraft:carrot":64,"minecraft:milk_bucket":1,"minecraft:jungle_sapling":2,"minecraft:iron_hoe":255,"minecraft:lava_bucket":15,"minecraft:grass_block":85,"minecraft:iron_axe":338,"minecraft:oak_stairs":12,"minecraft:jungle_log":8,"minecraft:melon_seeds":15,"minecraft:hay_block":1,"minecraft:furnace":9,"minecraft:oak_sapling":23,"minecraft:beetroot_seeds":4,"minecraft:cooked_beef":19,"minecraft:potato":112,"minecraft:cobbled_deepslate":15,"minecraft:wheat_seeds":300,"minecraft:cooked_mutton":3,"minecraft:water_bucket":340,"minecraft:stone_pickaxe":104,"minecraft:wooden_pickaxe":15,"minecraft:sugar_cane":131,"minecraft:cookie":2,"minecraft:crafting_table":5,"minecraft:white_bed":2,"minecraft:pumpkin_seeds":65,"minecraft:wooden_hoe":63,"minecraft:bread":3,"minecraft:map":10,"minecraft:melon_slice":4,"minecraft:iron_pickaxe":138,"minecraft:stone_axe":58,"minecraft:bucket":351,"minecraft:chain":2,"minecraft:oak_boat":2},"minecraft:custom":{"minecraft:mob_kills":51,"minecraft:animals_bred":24,"minecraft:interact_with_crafting_table":69,"minecraft:bell_ring":13,"minecraft:leave_game":4,"minecraft:time_since_death":5904,"minecraft:climb_one_cm":310,"minecraft:sprint_one_cm":808555,"minecraft:walk_one_cm":920684,"minecraft:drop":37,"minecraft:talked_to_villager":43,"minecraft:play_time":326729,"minecraft:deaths":26,"minecraft:sneak_time":8518,"minecraft:walk_under_water_one_cm":72498,"minecraft:boat_one_cm":764170,"minecraft:jump":3545,"minecraft:interact_with_brewingstand":1,"minecraft:interact_with_blast_furnace":2,"minecraft:walk_on_water_one_cm":52182,"minecraft:total_world_time":326729,"minecraft:interact_with_furnace":93,"minecraft:traded_with_villager":72,"minecraft:interact_with_cartography_table":7,"minecraft:time_since_rest":5924,"minecraft:damage_taken":3660,"minecraft:damage_dealt":7510,"minecraft:swim_one_cm":34706,"minecraft:fly_one_cm":1203010,"minecraft:open_chest":94,"minecraft:crouch_one_cm":19452,"minecraft:fall_one_cm":95736},"minecraft:killed":{"minecraft:spider":2,"minecraft:horse":1,"minecraft:skeleton":7,"minecraft:chicken":2,"minecraft:pig":1,"minecraft:bat":1,"minecraft:creeper":1,"minecraft:sheep":3,"minecraft:zombie":17,"minecraft:cow":12},"minecraft:killed_by":{"minecraft:spider":1,"minecraft:skeleton":5},"minecraft:picked_up":{"minecraft:cocoa_beans":95,"minecraft:crafting_table":3,"minecraft:wheat":147,"minecraft:chicken":4,"minecraft:oak_stairs":2,"minecraft:gold_block":2,"minecraft:chain":2,"minecraft:cornflower":2,"minecraft:string":2,"minecraft:raw_copper":59,"minecraft:beetroot":1,"minecraft:cobbled_deepslate":27,"minecraft:beef":20,"minecraft:oak_boat":1,"minecraft:jungle_sapling":2,"minecraft:poppy":2,"minecraft:melon_slice":92,"minecraft:sugar_cane":186,"minecraft:chest":2,"minecraft:egg":43,"minecraft:furnace":6,"minecraft:stick":22,"minecraft:raw_iron":43,"minecraft:oak_fence":37,"minecraft:copper_ingot":2,"minecraft:torch":7,"minecraft:porkchop":2,"minecraft:carrot":122,"minecraft:redstone":53,"minecraft:rotten_flesh":16,"minecraft:arrow":8,"minecraft:beetroot_seeds":5,"minecraft:hay_block":76,"minecraft:mutton":5,"minecraft:white_wool":6,"minecraft:cobblestone":85,"minecraft:oxeye_daisy":3,"minecraft:magma_block":1,"minecraft:feather":2,"minecraft:andesite":9,"minecraft:jungle_log":23,"minecraft:leather":9,"minecraft:potato":125,"minecraft:tuff":1,"minecraft:oak_log":84,"minecraft:lapis_lazuli":78,"minecraft:dirt":505,"minecraft:bone":9,"minecraft:apple":6,"minecraft:bow":1,"minecraft:wheat_seeds":500,"minecraft:raw_gold":12,"minecraft:oak_planks":5,"minecraft:pumpkin":81,"minecraft:dandelion":11,"minecraft:poisonous_potato":1,"minecraft:sand":1,"minecraft:jungle_planks":2,"minecraft:white_bed":1,"minecraft:spider_eye":1,"minecraft:pumpkin_seeds":25,"minecraft:diamond":3,"minecraft:bread":2,"minecraft:oak_sapling":27,"minecraft:melon_seeds":5,"minecraft:coal":29},"minecraft:broken":{"minecraft:iron_shovel":1,"minecraft:iron_axe":1,"minecraft:wooden_hoe":1,"minecraft:stone_shovel":1,"minecraft:iron_hoe":1},"minecraft:crafted":{"minecraft:cookie":216,"minecraft:oak_planks":276,"minecraft:stone_shovel":1,"minecraft:melon":4,"minecraft:cooked_chicken":2,"minecraft:furnace":3,"minecraft:bone_meal":216,"minecraft:cooked_mutton":6,"minecraft:cake":2,"minecraft:iron_axe":3,"minecraft:melon_seeds":10,"minecraft:iron_hoe":1,"minecraft:stone_pickaxe":1,"minecraft:chest":3,"minecraft:copper_block":5,"minecraft:redstone_block":5,"minecraft:stone_hoe":1,"minecraft:oak_fence":123,"minecraft:wheat":342,"minecraft:cooked_beef":20,"minecraft:emerald":46,"minecraft:cooked_porkchop":2,"minecraft:map":10,"minecraft:crafting_table":3,"minecraft:wooden_pickaxe":1,"minecraft:iron_sword":1,"minecraft:copper_ingot":49,"minecraft:gold_block":1,"minecraft:bucket":2,"minecraft:pumpkin_seeds":88,"minecraft:stone_axe":1,"minecraft:air":0,"minecraft:jungle_planks":36,"minecraft:oak_fence_gate":1,"minecraft:oak_boat":1,"minecraft:wooden_hoe":1,"minecraft:stick":136,"minecraft:iron_ingot":47,"minecraft:iron_pickaxe":1,"minecraft:oak_stairs":12,"minecraft:stone_sword":1,"minecraft:iron_shovel":3,"minecraft:gold_ingot":12,"minecraft:white_bed":1,"minecraft:torch":28,"minecraft:lapis_block":8},"minecraft:dropped":{"minecraft:bread":2,"minecraft:wheat_seeds":1,"minecraft:crafting_table":1,"minecraft:cooked_porkchop":2,"minecraft:cobblestone":34,"minecraft:jungle_planks":8,"minecraft:stick":1,"minecraft:oxeye_daisy":2,"minecraft:dirt":62,"minecraft:sand":1,"minecraft:white_wool":3,"minecraft:sugar_cane":3,"minecraft:iron_nugget":4,"minecraft:cobbled_deepslate":9,"minecraft:tuff":1,"minecraft:chicken":2,"minecraft:rotten_flesh":16,"minecraft:oak_planks":1,"minecraft:cooked_mutton":3,"minecraft:poppy":1,"minecraft:andesite":9,"minecraft:oak_sapling":1,"minecraft:wooden_pickaxe":1,"minecraft:stone_pickaxe":1},"minecraft:mined":{"minecraft:attached_pumpkin_stem":1,"minecraft:tuff":1,"minecraft:white_bed":1,"minecraft:oak_sapling":14,"minecraft:farmland":17,"minecraft:deepslate_diamond_ore":3,"minecraft:jungle_leaves":14,"minecraft:grass_block":484,"minecraft:jungle_planks":2,"minecraft:jungle_log":23,"minecraft:oxeye_daisy":2,"minecraft:hay_block":76,"minecraft:magma_block":1,"minecraft:redstone_ore":1,"minecraft:furnace":6,"minecraft:carrots":35,"minecraft:iron_ore":30,"minecraft:fire":5,"minecraft:andesite":11,"minecraft:pumpkin":81,"minecraft:gold_block":2,"minecraft:potatoes":42,"minecraft:deepslate_iron_ore":13,"minecraft:oak_stairs":2,"minecraft:stone":69,"minecraft:deepslate_redstone_ore":11,"minecraft:melon_stem":5,"minecraft:dandelion":9,"minecraft:oak_fence":37,"minecraft:crafting_table":3,"minecraft:cornflower":2,"minecraft:torch":2,"minecraft:melon":22,"minecraft:chest":2,"minecraft:copper_ore":19,"minecraft:tall_grass":21,"minecraft:deepslate_gold_ore":12,"minecraft:lapis_ore":14,"minecraft:sugar_cane":174,"minecraft:oak_planks":5,"minecraft:wall_torch":1,"minecraft:chain":2,"minecraft:wheat":167,"minecraft:pumpkin_stem":18,"minecraft:grass":170,"minecraft:oak_log":84,"minecraft:coal_ore":29,"minecraft:cocoa":27,"minecraft:beetroots":3,"minecraft:dirt":45,"minecraft:cobweb":3,"minecraft:oak_leaves":47,"minecraft:deepslate":25}},"DataVersion":2975} \ No newline at end of file diff --git a/world/uid.dat b/world/uid.dat new file mode 100644 index 0000000..9bebbee --- /dev/null +++ b/world/uid.dat @@ -0,0 +1 @@ +Ùžr<¨ÅG ¬^åþCÆ \ No newline at end of file diff --git a/world_nether/DIM-1/data/raids.dat b/world_nether/DIM-1/data/raids.dat new file mode 100644 index 0000000..9584c05 Binary files /dev/null and b/world_nether/DIM-1/data/raids.dat differ diff --git a/world_nether/DIM-1/entities/r.-1.-1.mca b/world_nether/DIM-1/entities/r.-1.-1.mca new file mode 100644 index 0000000..f395287 Binary files /dev/null and b/world_nether/DIM-1/entities/r.-1.-1.mca differ diff --git a/world_nether/DIM-1/entities/r.-1.0.mca b/world_nether/DIM-1/entities/r.-1.0.mca new file mode 100644 index 0000000..b08755d Binary files /dev/null and b/world_nether/DIM-1/entities/r.-1.0.mca differ diff --git a/world_nether/DIM-1/entities/r.0.-1.mca b/world_nether/DIM-1/entities/r.0.-1.mca new file mode 100644 index 0000000..78b41a8 Binary files /dev/null and b/world_nether/DIM-1/entities/r.0.-1.mca differ diff --git a/world_nether/DIM-1/entities/r.0.0.mca b/world_nether/DIM-1/entities/r.0.0.mca new file mode 100644 index 0000000..fd6b288 Binary files /dev/null and b/world_nether/DIM-1/entities/r.0.0.mca differ diff --git a/world_nether/DIM-1/region/r.-1.-1.mca b/world_nether/DIM-1/region/r.-1.-1.mca new file mode 100644 index 0000000..8a5282e Binary files /dev/null and b/world_nether/DIM-1/region/r.-1.-1.mca differ diff --git a/world_nether/DIM-1/region/r.-1.0.mca b/world_nether/DIM-1/region/r.-1.0.mca new file mode 100644 index 0000000..cb1e7ce Binary files /dev/null and b/world_nether/DIM-1/region/r.-1.0.mca differ diff --git a/world_nether/DIM-1/region/r.0.-1.mca b/world_nether/DIM-1/region/r.0.-1.mca new file mode 100644 index 0000000..e9da6e5 Binary files /dev/null and b/world_nether/DIM-1/region/r.0.-1.mca differ diff --git a/world_nether/DIM-1/region/r.0.0.mca b/world_nether/DIM-1/region/r.0.0.mca new file mode 100644 index 0000000..afcbf30 Binary files /dev/null and b/world_nether/DIM-1/region/r.0.0.mca differ diff --git a/world_nether/level.dat b/world_nether/level.dat new file mode 100644 index 0000000..0172fed Binary files /dev/null and b/world_nether/level.dat differ diff --git a/world_nether/level.dat_old b/world_nether/level.dat_old new file mode 100644 index 0000000..2326932 Binary files /dev/null and b/world_nether/level.dat_old differ diff --git a/world_nether/session.lock b/world_nether/session.lock new file mode 100644 index 0000000..0d7e5f8 --- /dev/null +++ b/world_nether/session.lock @@ -0,0 +1 @@ +☃ \ No newline at end of file diff --git a/world_nether/uid.dat b/world_nether/uid.dat new file mode 100644 index 0000000..2acbf92 --- /dev/null +++ b/world_nether/uid.dat @@ -0,0 +1 @@ +éú¤ÆþK‰•-uŽâ„z \ No newline at end of file diff --git a/world_the_end/DIM1/data/raids_end.dat b/world_the_end/DIM1/data/raids_end.dat new file mode 100644 index 0000000..9584c05 Binary files /dev/null and b/world_the_end/DIM1/data/raids_end.dat differ diff --git a/world_the_end/DIM1/entities/r.-1.-1.mca b/world_the_end/DIM1/entities/r.-1.-1.mca new file mode 100644 index 0000000..33e84ef Binary files /dev/null and b/world_the_end/DIM1/entities/r.-1.-1.mca differ diff --git a/world_the_end/DIM1/entities/r.-1.0.mca b/world_the_end/DIM1/entities/r.-1.0.mca new file mode 100644 index 0000000..6e55570 Binary files /dev/null and b/world_the_end/DIM1/entities/r.-1.0.mca differ diff --git a/world_the_end/DIM1/entities/r.0.-1.mca b/world_the_end/DIM1/entities/r.0.-1.mca new file mode 100644 index 0000000..b326a90 Binary files /dev/null and b/world_the_end/DIM1/entities/r.0.-1.mca differ diff --git a/world_the_end/DIM1/entities/r.0.0.mca b/world_the_end/DIM1/entities/r.0.0.mca new file mode 100644 index 0000000..76e612e Binary files /dev/null and b/world_the_end/DIM1/entities/r.0.0.mca differ diff --git a/world_the_end/DIM1/region/r.-1.-1.mca b/world_the_end/DIM1/region/r.-1.-1.mca new file mode 100644 index 0000000..651e98d Binary files /dev/null and b/world_the_end/DIM1/region/r.-1.-1.mca differ diff --git a/world_the_end/DIM1/region/r.-1.0.mca b/world_the_end/DIM1/region/r.-1.0.mca new file mode 100644 index 0000000..279110e Binary files /dev/null and b/world_the_end/DIM1/region/r.-1.0.mca differ diff --git a/world_the_end/DIM1/region/r.0.-1.mca b/world_the_end/DIM1/region/r.0.-1.mca new file mode 100644 index 0000000..b66a877 Binary files /dev/null and b/world_the_end/DIM1/region/r.0.-1.mca differ diff --git a/world_the_end/DIM1/region/r.0.0.mca b/world_the_end/DIM1/region/r.0.0.mca new file mode 100644 index 0000000..5cf4e54 Binary files /dev/null and b/world_the_end/DIM1/region/r.0.0.mca differ diff --git a/world_the_end/level.dat b/world_the_end/level.dat new file mode 100644 index 0000000..53a6076 Binary files /dev/null and b/world_the_end/level.dat differ diff --git a/world_the_end/level.dat_old b/world_the_end/level.dat_old new file mode 100644 index 0000000..3dc9a97 Binary files /dev/null and b/world_the_end/level.dat_old differ diff --git a/world_the_end/session.lock b/world_the_end/session.lock new file mode 100644 index 0000000..0d7e5f8 --- /dev/null +++ b/world_the_end/session.lock @@ -0,0 +1 @@ +☃ \ No newline at end of file diff --git a/world_the_end/uid.dat b/world_the_end/uid.dat new file mode 100644 index 0000000..fd047f8 --- /dev/null +++ b/world_the_end/uid.dat @@ -0,0 +1 @@ +JC–£ÉI€ž€°5t?ß× \ No newline at end of file