bc-minecraft-bedrock-command 1.2.35 → 1.19.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/src/Lib/Data/CommandInfo.d.ts +3 -3
- package/lib/src/Lib/Data/Vanilla/alwaysday.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/alwaysday.js +16 -0
- package/lib/src/Lib/Data/Vanilla/alwaysday.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/camerashake.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/camerashake.js +53 -0
- package/lib/src/Lib/Data/Vanilla/camerashake.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/clear.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/clear.js +24 -0
- package/lib/src/Lib/Data/Vanilla/clear.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/clearspawnpoint.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/clearspawnpoint.js +25 -0
- package/lib/src/Lib/Data/Vanilla/clearspawnpoint.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/clone.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/clone.js +106 -0
- package/lib/src/Lib/Data/Vanilla/clone.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/damage.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/damage.js +30 -0
- package/lib/src/Lib/Data/Vanilla/damage.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/daylock.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/daylock.js +16 -0
- package/lib/src/Lib/Data/Vanilla/daylock.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/deop.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/deop.js +21 -0
- package/lib/src/Lib/Data/Vanilla/deop.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/dialogue.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/dialogue.js +50 -0
- package/lib/src/Lib/Data/Vanilla/dialogue.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/difficulty.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/difficulty.js +16 -0
- package/lib/src/Lib/Data/Vanilla/difficulty.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/effect.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/effect.js +33 -0
- package/lib/src/Lib/Data/Vanilla/effect.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/enchant.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/enchant.js +38 -0
- package/lib/src/Lib/Data/Vanilla/enchant.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/event.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/event.js +18 -0
- package/lib/src/Lib/Data/Vanilla/event.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/execute.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/execute.js +38 -0
- package/lib/src/Lib/Data/Vanilla/execute.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/fill.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/fill.js +106 -0
- package/lib/src/Lib/Data/Vanilla/fill.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/fog.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/fog.js +51 -0
- package/lib/src/Lib/Data/Vanilla/fog.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/function.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/function.js +16 -0
- package/lib/src/Lib/Data/Vanilla/function.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/gamemode.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/gamemode.js +22 -0
- package/lib/src/Lib/Data/Vanilla/gamemode.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/gamerule.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/gamerule.js +330 -0
- package/lib/src/Lib/Data/Vanilla/gamerule.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/give.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/give.js +25 -0
- package/lib/src/Lib/Data/Vanilla/give.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/index.d.ts +58 -0
- package/lib/src/Lib/Data/Vanilla/index.js +76 -0
- package/lib/src/Lib/Data/Vanilla/index.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/kick.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/kick.js +21 -0
- package/lib/src/Lib/Data/Vanilla/kick.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/kill.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/kill.js +16 -0
- package/lib/src/Lib/Data/Vanilla/kill.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/locate.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/locate.js +16 -0
- package/lib/src/Lib/Data/Vanilla/locate.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/loot.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/loot.js +437 -0
- package/lib/src/Lib/Data/Vanilla/loot.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/me.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/me.js +16 -0
- package/lib/src/Lib/Data/Vanilla/me.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/msg.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/msg.js +17 -0
- package/lib/src/Lib/Data/Vanilla/msg.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/music.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/music.js +88 -0
- package/lib/src/Lib/Data/Vanilla/music.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/op.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/op.js +21 -0
- package/lib/src/Lib/Data/Vanilla/op.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/particle.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/particle.js +19 -0
- package/lib/src/Lib/Data/Vanilla/particle.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/playanimation.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/playanimation.js +28 -0
- package/lib/src/Lib/Data/Vanilla/playanimation.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/playsound.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/playsound.js +28 -0
- package/lib/src/Lib/Data/Vanilla/playsound.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/replaceitem.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/replaceitem.js +86 -0
- package/lib/src/Lib/Data/Vanilla/replaceitem.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/ride.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/ride.js +71 -0
- package/lib/src/Lib/Data/Vanilla/ride.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/say.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/say.js +16 -0
- package/lib/src/Lib/Data/Vanilla/say.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/schedule.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/schedule.js +55 -0
- package/lib/src/Lib/Data/Vanilla/schedule.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/scoreboard.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/scoreboard.js +250 -0
- package/lib/src/Lib/Data/Vanilla/scoreboard.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/setblock.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/setblock.js +46 -0
- package/lib/src/Lib/Data/Vanilla/setblock.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/setmaxplayers.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/setmaxplayers.js +21 -0
- package/lib/src/Lib/Data/Vanilla/setmaxplayers.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/setworldspawn.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/setworldspawn.js +18 -0
- package/lib/src/Lib/Data/Vanilla/setworldspawn.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/spawnpoint.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/spawnpoint.js +24 -0
- package/lib/src/Lib/Data/Vanilla/spawnpoint.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/spreadplayers.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/spreadplayers.js +20 -0
- package/lib/src/Lib/Data/Vanilla/spreadplayers.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/stopsound.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/stopsound.js +22 -0
- package/lib/src/Lib/Data/Vanilla/stopsound.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/structure.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/structure.js +131 -0
- package/lib/src/Lib/Data/Vanilla/structure.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/summon.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/summon.js +33 -0
- package/lib/src/Lib/Data/Vanilla/summon.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/tag.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/tag.js +42 -0
- package/lib/src/Lib/Data/Vanilla/tag.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/teleport.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/teleport.js +369 -0
- package/lib/src/Lib/Data/Vanilla/teleport.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/tell.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/tell.js +22 -0
- package/lib/src/Lib/Data/Vanilla/tell.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/tellraw.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/tellraw.js +26 -0
- package/lib/src/Lib/Data/Vanilla/tellraw.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/testfor.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/testfor.js +16 -0
- package/lib/src/Lib/Data/Vanilla/testfor.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/testforblock.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/testforblock.js +106 -0
- package/lib/src/Lib/Data/Vanilla/testforblock.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/tickingarea.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/tickingarea.js +78 -0
- package/lib/src/Lib/Data/Vanilla/tickingarea.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/time.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/time.js +62 -0
- package/lib/src/Lib/Data/Vanilla/time.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/title.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/title.js +98 -0
- package/lib/src/Lib/Data/Vanilla/title.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/titleraw.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/titleraw.js +110 -0
- package/lib/src/Lib/Data/Vanilla/titleraw.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/toggledownfall.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/toggledownfall.js +13 -0
- package/lib/src/Lib/Data/Vanilla/toggledownfall.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/w.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/w.js +17 -0
- package/lib/src/Lib/Data/Vanilla/w.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/weather.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/weather.js +35 -0
- package/lib/src/Lib/Data/Vanilla/weather.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/xp.d.ts +3 -0
- package/lib/src/Lib/Data/Vanilla/xp.js +36 -0
- package/lib/src/Lib/Data/Vanilla/xp.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla.d.ts +1 -0
- package/lib/src/Lib/Data/Vanilla.js +119 -3499
- package/lib/src/Lib/Data/Vanilla.js.map +1 -1
- package/lib/src/Lib/Data/index.d.ts +3 -3
- package/lib/src/Lib/Data/index.js +4 -3
- package/lib/src/Lib/Data/index.js.map +1 -1
- package/lib/src/Lib/Types/Command/index.d.ts +4 -0
- package/lib/src/Lib/Types/Command/index.js +22 -0
- package/lib/src/Lib/Types/Command/index.js.map +1 -0
- package/lib/src/Lib/Types/index.js +1 -0
- package/lib/src/Lib/Types/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.execute = void 0;
|
|
4
|
+
const Types_1 = require("../../Types");
|
|
5
|
+
/**The execute command */
|
|
6
|
+
exports.execute = [
|
|
7
|
+
{
|
|
8
|
+
name: "execute",
|
|
9
|
+
documentation: "Executes another command.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "execute", type: Types_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "origin", type: Types_1.ParameterType.selector, required: true },
|
|
13
|
+
{ text: "position x", type: Types_1.ParameterType.coordinate, required: true },
|
|
14
|
+
{ text: "position y", type: Types_1.ParameterType.coordinate, required: true },
|
|
15
|
+
{ text: "position z", type: Types_1.ParameterType.coordinate, required: true },
|
|
16
|
+
{ text: "command", type: Types_1.ParameterType.command, required: true },
|
|
17
|
+
],
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
name: "execute",
|
|
21
|
+
documentation: "Executes another command.",
|
|
22
|
+
parameters: [
|
|
23
|
+
{ text: "execute", type: Types_1.ParameterType.keyword, required: true },
|
|
24
|
+
{ text: "origin", type: Types_1.ParameterType.selector, required: true },
|
|
25
|
+
{ text: "position x", type: Types_1.ParameterType.coordinate, required: true },
|
|
26
|
+
{ text: "position y", type: Types_1.ParameterType.coordinate, required: true },
|
|
27
|
+
{ text: "position z", type: Types_1.ParameterType.coordinate, required: true },
|
|
28
|
+
{ text: "detect", type: Types_1.ParameterType.keyword, required: true },
|
|
29
|
+
{ text: "detectPos x", type: Types_1.ParameterType.coordinate, required: true },
|
|
30
|
+
{ text: "detectPos y", type: Types_1.ParameterType.coordinate, required: true },
|
|
31
|
+
{ text: "detectPos z", type: Types_1.ParameterType.coordinate, required: true },
|
|
32
|
+
{ text: "block", type: Types_1.ParameterType.block, required: true },
|
|
33
|
+
{ text: "data", type: Types_1.ParameterType.integer, required: true },
|
|
34
|
+
{ text: "command", type: Types_1.ParameterType.command, required: true },
|
|
35
|
+
],
|
|
36
|
+
},
|
|
37
|
+
];
|
|
38
|
+
//# sourceMappingURL=execute.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/execute.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,yBAAyB;AACZ,QAAA,OAAO,GAAkB;IACpC;QACE,IAAI,EAAE,SAAS;QACf,aAAa,EAAE,2BAA2B;QAC1C,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE;YACtE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE;YACtE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE;YACtE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;SACjE;KACF;IACD;QACE,IAAI,EAAE,SAAS;QACf,aAAa,EAAE,2BAA2B;QAC1C,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE;YACtE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE;YACtE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE;YACtE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,qBAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE;YACvE,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,qBAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE;YACvE,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,qBAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE;YACvE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;SACjE;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fill = void 0;
|
|
4
|
+
const Types_1 = require("../../Types");
|
|
5
|
+
/**The fill command */
|
|
6
|
+
exports.fill = [
|
|
7
|
+
{
|
|
8
|
+
name: "fill",
|
|
9
|
+
documentation: "Fills a region with a specific block.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "fill", type: Types_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "from x", type: Types_1.ParameterType.coordinate, required: true },
|
|
13
|
+
{ text: "from y", type: Types_1.ParameterType.coordinate, required: true },
|
|
14
|
+
{ text: "from z", type: Types_1.ParameterType.coordinate, required: true },
|
|
15
|
+
{ text: "to x", type: Types_1.ParameterType.coordinate, required: true },
|
|
16
|
+
{ text: "to y", type: Types_1.ParameterType.coordinate, required: true },
|
|
17
|
+
{ text: "to z", type: Types_1.ParameterType.coordinate, required: true },
|
|
18
|
+
{ text: "tile name", type: Types_1.ParameterType.block, required: true },
|
|
19
|
+
{ text: "tile data", type: Types_1.ParameterType.integer, required: true },
|
|
20
|
+
{ text: "replace", type: Types_1.ParameterType.keyword, required: true },
|
|
21
|
+
{
|
|
22
|
+
text: "replace tile name",
|
|
23
|
+
type: Types_1.ParameterType.block,
|
|
24
|
+
required: false,
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
text: "replace data value",
|
|
28
|
+
type: Types_1.ParameterType.integer,
|
|
29
|
+
required: false,
|
|
30
|
+
},
|
|
31
|
+
],
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: "fill",
|
|
35
|
+
documentation: "Fills a region with a specific block.",
|
|
36
|
+
parameters: [
|
|
37
|
+
{ text: "fill", type: Types_1.ParameterType.keyword, required: true },
|
|
38
|
+
{ text: "from x", type: Types_1.ParameterType.coordinate, required: true },
|
|
39
|
+
{ text: "from y", type: Types_1.ParameterType.coordinate, required: true },
|
|
40
|
+
{ text: "from z", type: Types_1.ParameterType.coordinate, required: true },
|
|
41
|
+
{ text: "to x", type: Types_1.ParameterType.coordinate, required: true },
|
|
42
|
+
{ text: "to y", type: Types_1.ParameterType.coordinate, required: true },
|
|
43
|
+
{ text: "to z", type: Types_1.ParameterType.coordinate, required: true },
|
|
44
|
+
{ text: "tile name", type: Types_1.ParameterType.block, required: true },
|
|
45
|
+
{ text: "tile data", type: Types_1.ParameterType.integer, required: true },
|
|
46
|
+
{ text: "replace", type: Types_1.ParameterType.keyword, required: true },
|
|
47
|
+
{
|
|
48
|
+
text: "replace tile name",
|
|
49
|
+
type: Types_1.ParameterType.block,
|
|
50
|
+
required: false,
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
text: "replace block states",
|
|
54
|
+
type: Types_1.ParameterType.blockStates,
|
|
55
|
+
required: false,
|
|
56
|
+
},
|
|
57
|
+
],
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
name: "fill",
|
|
61
|
+
documentation: "Fills a region with a specific block.",
|
|
62
|
+
parameters: [
|
|
63
|
+
{ text: "fill", type: Types_1.ParameterType.keyword, required: true },
|
|
64
|
+
{ text: "from x", type: Types_1.ParameterType.coordinate, required: true },
|
|
65
|
+
{ text: "from y", type: Types_1.ParameterType.coordinate, required: true },
|
|
66
|
+
{ text: "from z", type: Types_1.ParameterType.coordinate, required: true },
|
|
67
|
+
{ text: "to x", type: Types_1.ParameterType.coordinate, required: true },
|
|
68
|
+
{ text: "to y", type: Types_1.ParameterType.coordinate, required: true },
|
|
69
|
+
{ text: "to z", type: Types_1.ParameterType.coordinate, required: true },
|
|
70
|
+
{ text: "tile name", type: Types_1.ParameterType.block, required: true },
|
|
71
|
+
{
|
|
72
|
+
text: "block states",
|
|
73
|
+
type: Types_1.ParameterType.blockStates,
|
|
74
|
+
required: true,
|
|
75
|
+
},
|
|
76
|
+
{ text: "replace", type: Types_1.ParameterType.keyword, required: true },
|
|
77
|
+
{
|
|
78
|
+
text: "replace tile name",
|
|
79
|
+
type: Types_1.ParameterType.block,
|
|
80
|
+
required: false,
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
text: "replace block states",
|
|
84
|
+
type: Types_1.ParameterType.blockStates,
|
|
85
|
+
required: false,
|
|
86
|
+
},
|
|
87
|
+
],
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: "fill",
|
|
91
|
+
documentation: "Fills a region with a specific block.",
|
|
92
|
+
parameters: [
|
|
93
|
+
{ text: "fill", type: Types_1.ParameterType.keyword, required: true },
|
|
94
|
+
{ text: "from x", type: Types_1.ParameterType.coordinate, required: true },
|
|
95
|
+
{ text: "from y", type: Types_1.ParameterType.coordinate, required: true },
|
|
96
|
+
{ text: "from z", type: Types_1.ParameterType.coordinate, required: true },
|
|
97
|
+
{ text: "to x", type: Types_1.ParameterType.coordinate, required: true },
|
|
98
|
+
{ text: "to y", type: Types_1.ParameterType.coordinate, required: true },
|
|
99
|
+
{ text: "to z", type: Types_1.ParameterType.coordinate, required: true },
|
|
100
|
+
{ text: "tile name", type: Types_1.ParameterType.block, required: true },
|
|
101
|
+
{ text: "tile data", type: Types_1.ParameterType.integer, required: false },
|
|
102
|
+
{ text: "mode", type: Types_1.ParameterType.fillMode, required: true },
|
|
103
|
+
],
|
|
104
|
+
},
|
|
105
|
+
];
|
|
106
|
+
//# sourceMappingURL=fill.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fill.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/fill.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fog = void 0;
|
|
4
|
+
const Types_1 = require("../../Types");
|
|
5
|
+
/**The fog command */
|
|
6
|
+
exports.fog = [
|
|
7
|
+
{
|
|
8
|
+
name: "fog",
|
|
9
|
+
documentation: "Pushes a new fog setting, to specified player(s), along with a user provided ID, onto the top of the Fog Command layers of the players' active fog stacks.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "fog", type: Types_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "victim", type: Types_1.ParameterType.selector, required: true },
|
|
13
|
+
{ text: "push", type: Types_1.ParameterType.keyword, required: true },
|
|
14
|
+
{ text: "fog id", type: Types_1.ParameterType.string, required: true },
|
|
15
|
+
{
|
|
16
|
+
text: "user provided id",
|
|
17
|
+
type: Types_1.ParameterType.string,
|
|
18
|
+
required: true,
|
|
19
|
+
},
|
|
20
|
+
],
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
name: "fog",
|
|
24
|
+
documentation: 'Removes the top-most fog setting, from selected player(s), that matches the user provided ID (i.e. as provided previously via a "/fog push" command).',
|
|
25
|
+
parameters: [
|
|
26
|
+
{ text: "fog", type: Types_1.ParameterType.keyword, required: true },
|
|
27
|
+
{ text: "victim", type: Types_1.ParameterType.selector, required: true },
|
|
28
|
+
{ text: "pop", type: Types_1.ParameterType.keyword, required: true },
|
|
29
|
+
{
|
|
30
|
+
text: "user provided id",
|
|
31
|
+
type: Types_1.ParameterType.string,
|
|
32
|
+
required: true,
|
|
33
|
+
},
|
|
34
|
+
],
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: "fog",
|
|
38
|
+
documentation: 'Removes all matching fog settings, from the selected player(s), that matches the user-provided ID (i.e. as provided previously via one or more "/fog push" commands).',
|
|
39
|
+
parameters: [
|
|
40
|
+
{ text: "fog", type: Types_1.ParameterType.keyword, required: true },
|
|
41
|
+
{ text: "victim", type: Types_1.ParameterType.selector, required: true },
|
|
42
|
+
{ text: "remove", type: Types_1.ParameterType.keyword, required: true },
|
|
43
|
+
{
|
|
44
|
+
text: "user provided id",
|
|
45
|
+
type: Types_1.ParameterType.string,
|
|
46
|
+
required: true,
|
|
47
|
+
},
|
|
48
|
+
],
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
//# sourceMappingURL=fog.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fog.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/fog.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,qBAAqB;AACR,QAAA,GAAG,GAAkB;IAChC;QACE,IAAI,EAAE,KAAK;QACX,aAAa,EACX,4JAA4J;QAC9J,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC9D;gBACE,IAAI,EAAE,kBAAkB;gBACxB,IAAI,EAAE,qBAAa,CAAC,MAAM;gBAC1B,QAAQ,EAAE,IAAI;aACf;SACF;KACF;IACD;QACE,IAAI,EAAE,KAAK;QACX,aAAa,EACX,uJAAuJ;QACzJ,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D;gBACE,IAAI,EAAE,kBAAkB;gBACxB,IAAI,EAAE,qBAAa,CAAC,MAAM;gBAC1B,QAAQ,EAAE,IAAI;aACf;SACF;KACF;IACD;QACE,IAAI,EAAE,KAAK;QACX,aAAa,EACX,uKAAuK;QACzK,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D;gBACE,IAAI,EAAE,kBAAkB;gBACxB,IAAI,EAAE,qBAAa,CAAC,MAAM;gBAC1B,QAAQ,EAAE,IAAI;aACf;SACF;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Function = void 0;
|
|
4
|
+
const Types_1 = require("../../Types");
|
|
5
|
+
/**The function command */
|
|
6
|
+
exports.Function = [
|
|
7
|
+
{
|
|
8
|
+
name: "function",
|
|
9
|
+
documentation: "Runs a function.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "function", type: Types_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "function path", type: Types_1.ParameterType.function, required: true },
|
|
13
|
+
],
|
|
14
|
+
},
|
|
15
|
+
];
|
|
16
|
+
//# sourceMappingURL=function.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"function.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/function.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,0BAA0B;AACb,QAAA,QAAQ,GAAkB;IACrC;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,kBAAkB;QACjC,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,qBAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;SACxE;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.gamemode = void 0;
|
|
4
|
+
const Types_1 = require("../../Types");
|
|
5
|
+
/**The gamemode command */
|
|
6
|
+
exports.gamemode = [
|
|
7
|
+
{
|
|
8
|
+
name: "gamemode",
|
|
9
|
+
documentation: "Sets a player's game mode.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "gamemode", type: Types_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "gamemode", type: Types_1.ParameterType.gamemode, required: true },
|
|
13
|
+
{
|
|
14
|
+
text: "player",
|
|
15
|
+
type: Types_1.ParameterType.selector,
|
|
16
|
+
required: false,
|
|
17
|
+
options: { playerOnly: true },
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
//# sourceMappingURL=gamemode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gamemode.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/gamemode.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,0BAA0B;AACb,QAAA,QAAQ,GAAkB;IACrC;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,4BAA4B;QAC3C,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAClE;gBACE,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,qBAAa,CAAC,QAAQ;gBAC5B,QAAQ,EAAE,KAAK;gBACf,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;aAC9B;SACF;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.gamerule = void 0;
|
|
4
|
+
const Types_1 = require("../../Types");
|
|
5
|
+
/**The gamerule command */
|
|
6
|
+
exports.gamerule = [
|
|
7
|
+
{
|
|
8
|
+
name: "gamerule",
|
|
9
|
+
documentation: "Whether command blocks should notify admins when they perform commands.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
12
|
+
{
|
|
13
|
+
text: "commandblockoutput",
|
|
14
|
+
type: Types_1.ParameterType.keyword,
|
|
15
|
+
required: true,
|
|
16
|
+
},
|
|
17
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
name: "gamerule",
|
|
22
|
+
documentation: "Whether command blocks should be enabled in-game.",
|
|
23
|
+
parameters: [
|
|
24
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
25
|
+
{
|
|
26
|
+
text: "commandblocksenabled",
|
|
27
|
+
type: Types_1.ParameterType.keyword,
|
|
28
|
+
required: true,
|
|
29
|
+
},
|
|
30
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
31
|
+
],
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: "gamerule",
|
|
35
|
+
documentation: "Whether the daylight cycle and moon phases progress.",
|
|
36
|
+
parameters: [
|
|
37
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
38
|
+
{
|
|
39
|
+
text: "dodaylightcycle",
|
|
40
|
+
type: Types_1.ParameterType.keyword,
|
|
41
|
+
required: true,
|
|
42
|
+
},
|
|
43
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
44
|
+
],
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: "gamerule",
|
|
48
|
+
documentation: "Whether or not entities drop loot.",
|
|
49
|
+
parameters: [
|
|
50
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
51
|
+
{ text: "doentitydrops", type: Types_1.ParameterType.keyword, required: true },
|
|
52
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
53
|
+
],
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: "gamerule",
|
|
57
|
+
documentation: "Whether or not to do fire ticks, meaning that fire could do damage to block or not.",
|
|
58
|
+
parameters: [
|
|
59
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
60
|
+
{ text: "dofiretick", type: Types_1.ParameterType.keyword, required: true },
|
|
61
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
62
|
+
],
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
name: "gamerule",
|
|
66
|
+
documentation: "Whether to show the player a respawn screen or immediate respawn.",
|
|
67
|
+
parameters: [
|
|
68
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
69
|
+
{
|
|
70
|
+
text: "doimmediaterespawn",
|
|
71
|
+
type: Types_1.ParameterType.keyword,
|
|
72
|
+
required: true,
|
|
73
|
+
},
|
|
74
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
75
|
+
],
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
name: "gamerule",
|
|
79
|
+
documentation: "Whether or not to activate or deactivate the insomnia mechanic.",
|
|
80
|
+
parameters: [
|
|
81
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
82
|
+
{ text: "doinsomnia", type: Types_1.ParameterType.keyword, required: true },
|
|
83
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
84
|
+
],
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
name: "gamerule",
|
|
88
|
+
documentation: "Whether or not mobs should drop loot.",
|
|
89
|
+
parameters: [
|
|
90
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
91
|
+
{ text: "domobloot", type: Types_1.ParameterType.keyword, required: true },
|
|
92
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
93
|
+
],
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
name: "gamerule",
|
|
97
|
+
documentation: "Whether or not mobs / animal should be spawning.",
|
|
98
|
+
parameters: [
|
|
99
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
100
|
+
{ text: "domobspawning", type: Types_1.ParameterType.keyword, required: true },
|
|
101
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
102
|
+
],
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
name: "gamerule",
|
|
106
|
+
documentation: "Whether or not blocks that are destroyed also drop items.",
|
|
107
|
+
parameters: [
|
|
108
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
109
|
+
{ text: "dotiledrops", type: Types_1.ParameterType.keyword, required: true },
|
|
110
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
111
|
+
],
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
name: "gamerule",
|
|
115
|
+
documentation: "Whether or not to change between clear, rain and thunder weather.",
|
|
116
|
+
parameters: [
|
|
117
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
118
|
+
{ text: "doweathercycle", type: Types_1.ParameterType.keyword, required: true },
|
|
119
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
120
|
+
],
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
name: "gamerule",
|
|
124
|
+
documentation: "Whether or not drowning does damage to players.",
|
|
125
|
+
parameters: [
|
|
126
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
127
|
+
{ text: "drowningdamage", type: Types_1.ParameterType.keyword, required: true },
|
|
128
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
129
|
+
],
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
name: "gamerule",
|
|
133
|
+
documentation: "Whether or not falling does damage to players.",
|
|
134
|
+
parameters: [
|
|
135
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
136
|
+
{ text: "falldamage", type: Types_1.ParameterType.keyword, required: true },
|
|
137
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
138
|
+
],
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
name: "gamerule",
|
|
142
|
+
documentation: "Whether or not fire does damage to players.",
|
|
143
|
+
parameters: [
|
|
144
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
145
|
+
{ text: "firedamage", type: Types_1.ParameterType.keyword, required: true },
|
|
146
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
147
|
+
],
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
name: "gamerule",
|
|
151
|
+
documentation: "Whether or not freezing does damage to players.",
|
|
152
|
+
parameters: [
|
|
153
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
154
|
+
{ text: "freezedamage", type: Types_1.ParameterType.keyword, required: true },
|
|
155
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
156
|
+
],
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
name: "gamerule",
|
|
160
|
+
documentation: "The maximum amount of commands that can be run in a single call (sub calls included)",
|
|
161
|
+
parameters: [
|
|
162
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
163
|
+
{
|
|
164
|
+
text: "functioncommandlimit",
|
|
165
|
+
type: Types_1.ParameterType.keyword,
|
|
166
|
+
required: true,
|
|
167
|
+
},
|
|
168
|
+
{ text: "amount", type: Types_1.ParameterType.integer, required: false },
|
|
169
|
+
],
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
name: "gamerule",
|
|
173
|
+
documentation: "Whether or not the players maintain their inventory when dying",
|
|
174
|
+
parameters: [
|
|
175
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
176
|
+
{ text: "keepinventory", type: Types_1.ParameterType.keyword, required: true },
|
|
177
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
178
|
+
],
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
name: "gamerule",
|
|
182
|
+
documentation: "The maximum amount of commands that can be run in a single call (sub calls included).",
|
|
183
|
+
parameters: [
|
|
184
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
185
|
+
{
|
|
186
|
+
text: "maxcommandchainlength",
|
|
187
|
+
type: Types_1.ParameterType.keyword,
|
|
188
|
+
required: true,
|
|
189
|
+
},
|
|
190
|
+
{ text: "int", type: Types_1.ParameterType.integer, required: false },
|
|
191
|
+
],
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
name: "gamerule",
|
|
195
|
+
documentation: "Whether or not mobs can explode the world.",
|
|
196
|
+
parameters: [
|
|
197
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
198
|
+
{ text: "mobgriefing", type: Types_1.ParameterType.keyword, required: true },
|
|
199
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
200
|
+
],
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
name: "gamerule",
|
|
204
|
+
documentation: "Whether or not players regain health by regen.",
|
|
205
|
+
parameters: [
|
|
206
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
207
|
+
{
|
|
208
|
+
text: "naturalregeneration",
|
|
209
|
+
type: Types_1.ParameterType.keyword,
|
|
210
|
+
required: true,
|
|
211
|
+
},
|
|
212
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
213
|
+
],
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
name: "gamerule",
|
|
217
|
+
documentation: "Whether or not players can attack each other.",
|
|
218
|
+
parameters: [
|
|
219
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
220
|
+
{ text: "pvp", type: Types_1.ParameterType.keyword, required: true },
|
|
221
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
222
|
+
],
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
name: "gamerule",
|
|
226
|
+
documentation: "How many ticks the server can randomly progress elements of the world, such a crop growing.",
|
|
227
|
+
parameters: [
|
|
228
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
229
|
+
{
|
|
230
|
+
text: "randomtickspeed",
|
|
231
|
+
type: Types_1.ParameterType.keyword,
|
|
232
|
+
required: true,
|
|
233
|
+
},
|
|
234
|
+
{ text: "int", type: Types_1.ParameterType.integer, required: false },
|
|
235
|
+
],
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
name: "gamerule",
|
|
239
|
+
documentation: "??",
|
|
240
|
+
parameters: [
|
|
241
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
242
|
+
{
|
|
243
|
+
text: "respawnblocksexplode",
|
|
244
|
+
type: Types_1.ParameterType.keyword,
|
|
245
|
+
required: true,
|
|
246
|
+
},
|
|
247
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
248
|
+
],
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
name: "gamerule",
|
|
252
|
+
documentation: "Whether or not commands send back feedback to players, such as /tag @s list",
|
|
253
|
+
parameters: [
|
|
254
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
255
|
+
{
|
|
256
|
+
text: "sendcommandfeedback",
|
|
257
|
+
type: Types_1.ParameterType.keyword,
|
|
258
|
+
required: true,
|
|
259
|
+
},
|
|
260
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
261
|
+
],
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
name: "gamerule",
|
|
265
|
+
documentation: "Sets or queries a game rule value.",
|
|
266
|
+
parameters: [
|
|
267
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
268
|
+
{
|
|
269
|
+
text: "showbordereffect",
|
|
270
|
+
type: Types_1.ParameterType.keyword,
|
|
271
|
+
required: true,
|
|
272
|
+
},
|
|
273
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
274
|
+
],
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
name: "gamerule",
|
|
278
|
+
documentation: "Whether or not global coordinates display is showed.",
|
|
279
|
+
parameters: [
|
|
280
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
281
|
+
{
|
|
282
|
+
text: "showcoordinates",
|
|
283
|
+
type: Types_1.ParameterType.keyword,
|
|
284
|
+
required: true,
|
|
285
|
+
},
|
|
286
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
287
|
+
],
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
name: "gamerule",
|
|
291
|
+
documentation: "Whether or not the death message are outputted",
|
|
292
|
+
parameters: [
|
|
293
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
294
|
+
{
|
|
295
|
+
text: "showdeathmessages",
|
|
296
|
+
type: Types_1.ParameterType.keyword,
|
|
297
|
+
required: true,
|
|
298
|
+
},
|
|
299
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
300
|
+
],
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
name: "gamerule",
|
|
304
|
+
documentation: "Sets or queries a game rule value.",
|
|
305
|
+
parameters: [
|
|
306
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
307
|
+
{ text: "showtags", type: Types_1.ParameterType.keyword, required: true },
|
|
308
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
309
|
+
],
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
name: "gamerule",
|
|
313
|
+
documentation: "Sets or queries a game rule value.",
|
|
314
|
+
parameters: [
|
|
315
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
316
|
+
{ text: "spawnradius", type: Types_1.ParameterType.keyword, required: true },
|
|
317
|
+
{ text: "value", type: Types_1.ParameterType.integer, required: false },
|
|
318
|
+
],
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
name: "gamerule",
|
|
322
|
+
documentation: "Sets or queries a game rule value.",
|
|
323
|
+
parameters: [
|
|
324
|
+
{ text: "gamerule", type: Types_1.ParameterType.keyword, required: true },
|
|
325
|
+
{ text: "tntexplodes", type: Types_1.ParameterType.keyword, required: true },
|
|
326
|
+
{ text: "value", type: Types_1.ParameterType.boolean, required: false },
|
|
327
|
+
],
|
|
328
|
+
},
|
|
329
|
+
];
|
|
330
|
+
//# sourceMappingURL=gamerule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gamerule.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/gamerule.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,0BAA0B;AACb,QAAA,QAAQ,GAAkB;IACrC;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,yEAAyE;QACxF,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,IAAI,EAAE,qBAAa,CAAC,OAAO;gBAC3B,QAAQ,EAAE,IAAI;aACf;YACD,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,mDAAmD;QAClE,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE;gBACE,IAAI,EAAE,sBAAsB;gBAC5B,IAAI,EAAE,qBAAa,CAAC,OAAO;gBAC3B,QAAQ,EAAE,IAAI;aACf;YACD,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,sDAAsD;QACrE,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE;gBACE,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,qBAAa,CAAC,OAAO;gBAC3B,QAAQ,EAAE,IAAI;aACf;YACD,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,oCAAoC;QACnD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACtE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,qFAAqF;QACpG,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACnE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,mEAAmE;QAClF,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,IAAI,EAAE,qBAAa,CAAC,OAAO;gBAC3B,QAAQ,EAAE,IAAI;aACf;YACD,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,iEAAiE;QAChF,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACnE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,uCAAuC;QACtD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAClE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,kDAAkD;QACjE,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACtE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,2DAA2D;QAC1E,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACpE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,mEAAmE;QAClF,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACvE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,iDAAiD;QAChE,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACvE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,gDAAgD;QAC/D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACnE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,6CAA6C;QAC5D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACnE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,iDAAiD;QAChE,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACrE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,sFAAsF;QACrG,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE;gBACE,IAAI,EAAE,sBAAsB;gBAC5B,IAAI,EAAE,qBAAa,CAAC,OAAO;gBAC3B,QAAQ,EAAE,IAAI;aACf;YACD,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SACjE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,gEAAgE;QAC/E,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACtE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,uFAAuF;QACtG,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE;gBACE,IAAI,EAAE,uBAAuB;gBAC7B,IAAI,EAAE,qBAAa,CAAC,OAAO;gBAC3B,QAAQ,EAAE,IAAI;aACf;YACD,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAC9D;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,4CAA4C;QAC3D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACpE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,gDAAgD;QAC/D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE;gBACE,IAAI,EAAE,qBAAqB;gBAC3B,IAAI,EAAE,qBAAa,CAAC,OAAO;gBAC3B,QAAQ,EAAE,IAAI;aACf;YACD,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,+CAA+C;QAC9D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,6FAA6F;QAC5G,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE;gBACE,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,qBAAa,CAAC,OAAO;gBAC3B,QAAQ,EAAE,IAAI;aACf;YACD,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAC9D;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,IAAI;QACnB,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE;gBACE,IAAI,EAAE,sBAAsB;gBAC5B,IAAI,EAAE,qBAAa,CAAC,OAAO;gBAC3B,QAAQ,EAAE,IAAI;aACf;YACD,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,6EAA6E;QAC5F,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE;gBACE,IAAI,EAAE,qBAAqB;gBAC3B,IAAI,EAAE,qBAAa,CAAC,OAAO;gBAC3B,QAAQ,EAAE,IAAI;aACf;YACD,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,oCAAoC;QACnD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE;gBACE,IAAI,EAAE,kBAAkB;gBACxB,IAAI,EAAE,qBAAa,CAAC,OAAO;gBAC3B,QAAQ,EAAE,IAAI;aACf;YACD,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,sDAAsD;QACrE,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE;gBACE,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,qBAAa,CAAC,OAAO;gBAC3B,QAAQ,EAAE,IAAI;aACf;YACD,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,gDAAgD;QAC/D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE;gBACE,IAAI,EAAE,mBAAmB;gBACzB,IAAI,EAAE,qBAAa,CAAC,OAAO;gBAC3B,QAAQ,EAAE,IAAI;aACf;YACD,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,oCAAoC;QACnD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,oCAAoC;QACnD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACpE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EAAE,oCAAoC;QACnD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACpE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;CACF,CAAC"}
|