We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e9e50 commit fec066aCopy full SHA for fec066a
scripts/minecraft-language/index.js
@@ -1,3 +1,6 @@
1
+// Script example for ScriptAPI
2
+// Author: bot174 <https://github.com/bot174>
3
+// Project: https://github.com/JaylyDev/ScriptAPI
4
export const languageKeys = [
5
"accessibility.disableTTS",
6
"accessibility.enableTTS",
scripts/simulated-player/index.js
+// Author: Jayly <https://github.com/JaylyDev>
import * as Minecraft from "@minecraft/server";
/**
* A simulated player can be used to represent
0 commit comments