bc-minecraft-bedrock-command 1.19.40 → 1.19.41-4
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/CommandData.d.ts +1 -3
- package/lib/src/Lib/Data/CommandData.js +4 -7
- package/lib/src/Lib/Data/CommandData.js.map +1 -1
- package/lib/src/Lib/Data/{Vanilla.d.ts → Commands.d.ts} +4 -0
- package/lib/src/Lib/Data/{Vanilla.js → Commands.js} +17 -3
- package/lib/src/Lib/Data/Commands.js.map +1 -0
- package/lib/src/Lib/Data/Edu/ability.d.ts +3 -0
- package/lib/src/Lib/Data/Edu/ability.js +51 -0
- package/lib/src/Lib/Data/Edu/ability.js.map +1 -0
- package/lib/src/Lib/Data/Edu/classroommode.d.ts +3 -0
- package/lib/src/Lib/Data/Edu/classroommode.js +13 -0
- package/lib/src/Lib/Data/Edu/classroommode.js.map +1 -0
- package/lib/src/Lib/Data/Edu/code.d.ts +3 -0
- package/lib/src/Lib/Data/Edu/code.js +13 -0
- package/lib/src/Lib/Data/Edu/code.js.map +1 -0
- package/lib/src/Lib/Data/Edu/gamerule.d.ts +3 -0
- package/lib/src/Lib/Data/Edu/gamerule.js +35 -0
- package/lib/src/Lib/Data/Edu/gamerule.js.map +1 -0
- package/lib/src/Lib/Data/Edu/immutableworld.d.ts +3 -0
- package/lib/src/Lib/Data/Edu/immutableworld.js +16 -0
- package/lib/src/Lib/Data/Edu/immutableworld.js.map +1 -0
- package/lib/src/Lib/Data/Vanilla/alwaysday.js +3 -3
- package/lib/src/Lib/Data/Vanilla/alwaysday.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/camerashake.js +10 -10
- package/lib/src/Lib/Data/Vanilla/camerashake.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/clear.js +6 -6
- package/lib/src/Lib/Data/Vanilla/clear.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/clearspawnpoint.js +3 -3
- package/lib/src/Lib/Data/Vanilla/clearspawnpoint.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/clone.js +41 -41
- package/lib/src/Lib/Data/Vanilla/clone.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/damage.js +11 -11
- package/lib/src/Lib/Data/Vanilla/damage.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/daylock.js +3 -3
- package/lib/src/Lib/Data/Vanilla/daylock.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/deop.js +3 -3
- package/lib/src/Lib/Data/Vanilla/deop.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/dialogue.js +11 -11
- package/lib/src/Lib/Data/Vanilla/dialogue.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/difficulty.js +3 -3
- package/lib/src/Lib/Data/Vanilla/difficulty.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/effect.js +10 -10
- package/lib/src/Lib/Data/Vanilla/effect.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/enchant.js +9 -9
- package/lib/src/Lib/Data/Vanilla/enchant.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/event.js +5 -5
- package/lib/src/Lib/Data/Vanilla/event.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/execute.js +19 -19
- package/lib/src/Lib/Data/Vanilla/execute.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/fill.js +47 -47
- package/lib/src/Lib/Data/Vanilla/fill.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/fog.js +14 -14
- package/lib/src/Lib/Data/Vanilla/fog.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/function.js +3 -3
- package/lib/src/Lib/Data/Vanilla/function.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/gamemode.js +4 -4
- package/lib/src/Lib/Data/Vanilla/gamemode.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/gamerule.js +91 -91
- package/lib/src/Lib/Data/Vanilla/gamerule.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/give.js +7 -7
- package/lib/src/Lib/Data/Vanilla/give.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/kick.js +3 -3
- package/lib/src/Lib/Data/Vanilla/kick.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/kill.js +3 -3
- package/lib/src/Lib/Data/Vanilla/kill.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/locate.js +3 -3
- package/lib/src/Lib/Data/Vanilla/locate.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/loot.js +257 -257
- package/lib/src/Lib/Data/Vanilla/loot.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/me.js +3 -3
- package/lib/src/Lib/Data/Vanilla/me.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/msg.js +4 -4
- package/lib/src/Lib/Data/Vanilla/msg.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/music.js +19 -19
- package/lib/src/Lib/Data/Vanilla/music.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/op.js +3 -3
- package/lib/src/Lib/Data/Vanilla/op.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/particle.js +6 -6
- package/lib/src/Lib/Data/Vanilla/particle.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/playanimation.js +7 -7
- package/lib/src/Lib/Data/Vanilla/playanimation.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/playsound.js +10 -10
- package/lib/src/Lib/Data/Vanilla/playsound.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/replaceitem.js +43 -43
- package/lib/src/Lib/Data/Vanilla/replaceitem.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/ride.js +26 -26
- package/lib/src/Lib/Data/Vanilla/ride.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/say.js +3 -3
- package/lib/src/Lib/Data/Vanilla/say.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/schedule.js +26 -26
- package/lib/src/Lib/Data/Vanilla/schedule.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/scoreboard.js +92 -92
- package/lib/src/Lib/Data/Vanilla/scoreboard.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/setblock.js +15 -15
- package/lib/src/Lib/Data/Vanilla/setblock.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/setmaxplayers.js +3 -3
- package/lib/src/Lib/Data/Vanilla/setmaxplayers.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/setworldspawn.js +5 -5
- package/lib/src/Lib/Data/Vanilla/setworldspawn.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/spawnpoint.js +6 -6
- package/lib/src/Lib/Data/Vanilla/spawnpoint.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/spreadplayers.js +7 -7
- package/lib/src/Lib/Data/Vanilla/spreadplayers.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/stopsound.js +4 -4
- package/lib/src/Lib/Data/Vanilla/stopsound.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/structure.js +54 -54
- package/lib/src/Lib/Data/Vanilla/structure.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/summon.js +14 -14
- package/lib/src/Lib/Data/Vanilla/summon.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/tag.js +12 -12
- package/lib/src/Lib/Data/Vanilla/tag.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/teleport.js +106 -106
- package/lib/src/Lib/Data/Vanilla/teleport.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/tell.js +4 -4
- package/lib/src/Lib/Data/Vanilla/tell.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/tellraw.js +4 -4
- package/lib/src/Lib/Data/Vanilla/tellraw.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/testfor.js +3 -3
- package/lib/src/Lib/Data/Vanilla/testfor.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/testforblock.js +39 -39
- package/lib/src/Lib/Data/Vanilla/testforblock.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/tickingarea.js +31 -31
- package/lib/src/Lib/Data/Vanilla/tickingarea.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/time.js +19 -19
- package/lib/src/Lib/Data/Vanilla/time.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/title.js +25 -25
- package/lib/src/Lib/Data/Vanilla/title.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/titleraw.js +25 -25
- package/lib/src/Lib/Data/Vanilla/titleraw.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/toggledownfall.js +2 -2
- package/lib/src/Lib/Data/Vanilla/toggledownfall.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/w.js +4 -4
- package/lib/src/Lib/Data/Vanilla/w.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/weather.js +10 -10
- package/lib/src/Lib/Data/Vanilla/weather.js.map +1 -1
- package/lib/src/Lib/Data/Vanilla/xp.js +7 -7
- package/lib/src/Lib/Data/Vanilla/xp.js.map +1 -1
- package/lib/src/Lib/Data/index.d.ts +0 -2
- package/lib/src/Lib/Data/index.js +0 -2
- package/lib/src/Lib/Data/index.js.map +1 -1
- package/lib/src/Lib/Types/Command/Command.d.ts +6 -6
- package/lib/src/Lib/Types/Command/Command.js +9 -9
- package/lib/src/Lib/Types/Command/Command.js.map +1 -1
- package/lib/src/Lib/Types/Command/Functions.d.ts +4 -4
- package/lib/src/Lib/Types/Command/Functions.js +11 -12
- package/lib/src/Lib/Types/Command/Functions.js.map +1 -1
- package/lib/src/Lib/Types/Command/Parameter.d.ts +1 -1
- package/lib/src/Lib/Types/Command/Parameter.js +1 -1
- package/lib/src/Lib/Types/Command/Parse.js +17 -17
- package/lib/src/Lib/Types/ParameterType.d.ts +2 -2
- package/lib/src/Lib/Types/ParameterType.js +2 -2
- package/lib/src/Lib/Types/ParameterType.js.map +1 -1
- package/package.json +1 -1
- package/lib/src/Lib/Data/Edu.d.ts +0 -2
- package/lib/src/Lib/Data/Edu.js +0 -110
- package/lib/src/Lib/Data/Edu.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla/index.d.ts +0 -58
- package/lib/src/Lib/Data/Vanilla/index.js +0 -76
- package/lib/src/Lib/Data/Vanilla/index.js.map +0 -1
- package/lib/src/Lib/Data/Vanilla.js.map +0 -1
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.fog = void 0;
|
|
4
|
-
const
|
|
4
|
+
const ParameterType_1 = require("../../Types/ParameterType");
|
|
5
5
|
/**The fog command */
|
|
6
6
|
exports.fog = [
|
|
7
7
|
{
|
|
8
8
|
name: "fog",
|
|
9
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
10
|
parameters: [
|
|
11
|
-
{ text: "fog", type:
|
|
12
|
-
{ text: "victim", type:
|
|
13
|
-
{ text: "push", type:
|
|
14
|
-
{ text: "fog id", type:
|
|
11
|
+
{ text: "fog", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
|
|
13
|
+
{ text: "push", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
14
|
+
{ text: "fog id", type: ParameterType_1.ParameterType.string, required: true },
|
|
15
15
|
{
|
|
16
16
|
text: "user provided id",
|
|
17
|
-
type:
|
|
17
|
+
type: ParameterType_1.ParameterType.string,
|
|
18
18
|
required: true,
|
|
19
19
|
},
|
|
20
20
|
],
|
|
@@ -23,12 +23,12 @@ exports.fog = [
|
|
|
23
23
|
name: "fog",
|
|
24
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
25
|
parameters: [
|
|
26
|
-
{ text: "fog", type:
|
|
27
|
-
{ text: "victim", type:
|
|
28
|
-
{ text: "pop", type:
|
|
26
|
+
{ text: "fog", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
27
|
+
{ text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
|
|
28
|
+
{ text: "pop", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
29
29
|
{
|
|
30
30
|
text: "user provided id",
|
|
31
|
-
type:
|
|
31
|
+
type: ParameterType_1.ParameterType.string,
|
|
32
32
|
required: true,
|
|
33
33
|
},
|
|
34
34
|
],
|
|
@@ -37,12 +37,12 @@ exports.fog = [
|
|
|
37
37
|
name: "fog",
|
|
38
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
39
|
parameters: [
|
|
40
|
-
{ text: "fog", type:
|
|
41
|
-
{ text: "victim", type:
|
|
42
|
-
{ text: "remove", type:
|
|
40
|
+
{ text: "fog", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
41
|
+
{ text: "victim", type: ParameterType_1.ParameterType.selector, required: true },
|
|
42
|
+
{ text: "remove", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
43
43
|
{
|
|
44
44
|
text: "user provided id",
|
|
45
|
-
type:
|
|
45
|
+
type: ParameterType_1.ParameterType.string,
|
|
46
46
|
required: true,
|
|
47
47
|
},
|
|
48
48
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fog.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/fog.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"fog.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/fog.ts"],"names":[],"mappings":";;;AAAA,6DAA0D;AAG1D,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,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,6BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,6BAAa,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC9D;gBACE,IAAI,EAAE,kBAAkB;gBACxB,IAAI,EAAE,6BAAa,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,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,6BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D;gBACE,IAAI,EAAE,kBAAkB;gBACxB,IAAI,EAAE,6BAAa,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,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,6BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D;gBACE,IAAI,EAAE,kBAAkB;gBACxB,IAAI,EAAE,6BAAa,CAAC,MAAM;gBAC1B,QAAQ,EAAE,IAAI;aACf;SACF;KACF;CACF,CAAC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Function = void 0;
|
|
4
|
-
const
|
|
4
|
+
const ParameterType_1 = require("../../Types/ParameterType");
|
|
5
5
|
/**The function command */
|
|
6
6
|
exports.Function = [
|
|
7
7
|
{
|
|
8
8
|
name: "function",
|
|
9
9
|
documentation: "Runs a function.",
|
|
10
10
|
parameters: [
|
|
11
|
-
{ text: "function", type:
|
|
12
|
-
{ text: "function path", type:
|
|
11
|
+
{ text: "function", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "function path", type: ParameterType_1.ParameterType.function, required: true },
|
|
13
13
|
],
|
|
14
14
|
},
|
|
15
15
|
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"function.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/function.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"function.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/function.ts"],"names":[],"mappings":";;;AAAA,6DAA0D;AAG1D,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,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,6BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;SACxE;KACF;CACF,CAAC"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.gamemode = void 0;
|
|
4
|
-
const
|
|
4
|
+
const ParameterType_1 = require("../../Types/ParameterType");
|
|
5
5
|
/**The gamemode command */
|
|
6
6
|
exports.gamemode = [
|
|
7
7
|
{
|
|
8
8
|
name: "gamemode",
|
|
9
9
|
documentation: "Sets a player's game mode.",
|
|
10
10
|
parameters: [
|
|
11
|
-
{ text: "gamemode", type:
|
|
12
|
-
{ text: "gamemode", type:
|
|
11
|
+
{ text: "gamemode", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "gamemode", type: ParameterType_1.ParameterType.gamemode, required: true },
|
|
13
13
|
{
|
|
14
14
|
text: "player",
|
|
15
|
-
type:
|
|
15
|
+
type: ParameterType_1.ParameterType.selector,
|
|
16
16
|
required: false,
|
|
17
17
|
options: { playerOnly: true },
|
|
18
18
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gamemode.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/gamemode.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"gamemode.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/gamemode.ts"],"names":[],"mappings":";;;AAAA,6DAA0D;AAG1D,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,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,6BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAClE;gBACE,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,6BAAa,CAAC,QAAQ;gBAC5B,QAAQ,EAAE,KAAK;gBACf,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;aAC9B;SACF;KACF;CACF,CAAC"}
|
|
@@ -1,329 +1,329 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.gamerule = void 0;
|
|
4
|
-
const
|
|
4
|
+
const ParameterType_1 = require("../../Types/ParameterType");
|
|
5
5
|
/**The gamerule command */
|
|
6
6
|
exports.gamerule = [
|
|
7
7
|
{
|
|
8
8
|
name: "gamerule",
|
|
9
9
|
documentation: "Whether command blocks should notify admins when they perform commands.",
|
|
10
10
|
parameters: [
|
|
11
|
-
{ text: "gamerule", type:
|
|
11
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
12
12
|
{
|
|
13
13
|
text: "commandblockoutput",
|
|
14
|
-
type:
|
|
14
|
+
type: ParameterType_1.ParameterType.keyword,
|
|
15
15
|
required: true,
|
|
16
16
|
},
|
|
17
|
-
{ text: "value", type:
|
|
17
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
18
18
|
],
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
name: "gamerule",
|
|
22
22
|
documentation: "Whether command blocks should be enabled in-game.",
|
|
23
23
|
parameters: [
|
|
24
|
-
{ text: "gamerule", type:
|
|
24
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
25
25
|
{
|
|
26
26
|
text: "commandblocksenabled",
|
|
27
|
-
type:
|
|
27
|
+
type: ParameterType_1.ParameterType.keyword,
|
|
28
28
|
required: true,
|
|
29
29
|
},
|
|
30
|
-
{ text: "value", type:
|
|
30
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
31
31
|
],
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
name: "gamerule",
|
|
35
35
|
documentation: "Whether the daylight cycle and moon phases progress.",
|
|
36
36
|
parameters: [
|
|
37
|
-
{ text: "gamerule", type:
|
|
37
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
38
38
|
{
|
|
39
39
|
text: "dodaylightcycle",
|
|
40
|
-
type:
|
|
40
|
+
type: ParameterType_1.ParameterType.keyword,
|
|
41
41
|
required: true,
|
|
42
42
|
},
|
|
43
|
-
{ text: "value", type:
|
|
43
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
44
44
|
],
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
name: "gamerule",
|
|
48
48
|
documentation: "Whether or not entities drop loot.",
|
|
49
49
|
parameters: [
|
|
50
|
-
{ text: "gamerule", type:
|
|
51
|
-
{ text: "doentitydrops", type:
|
|
52
|
-
{ text: "value", type:
|
|
50
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
51
|
+
{ text: "doentitydrops", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
52
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
53
53
|
],
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
name: "gamerule",
|
|
57
57
|
documentation: "Whether or not to do fire ticks, meaning that fire could do damage to block or not.",
|
|
58
58
|
parameters: [
|
|
59
|
-
{ text: "gamerule", type:
|
|
60
|
-
{ text: "dofiretick", type:
|
|
61
|
-
{ text: "value", type:
|
|
59
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
60
|
+
{ text: "dofiretick", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
61
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
62
62
|
],
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
name: "gamerule",
|
|
66
66
|
documentation: "Whether to show the player a respawn screen or immediate respawn.",
|
|
67
67
|
parameters: [
|
|
68
|
-
{ text: "gamerule", type:
|
|
68
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
69
69
|
{
|
|
70
70
|
text: "doimmediaterespawn",
|
|
71
|
-
type:
|
|
71
|
+
type: ParameterType_1.ParameterType.keyword,
|
|
72
72
|
required: true,
|
|
73
73
|
},
|
|
74
|
-
{ text: "value", type:
|
|
74
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
75
75
|
],
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
name: "gamerule",
|
|
79
79
|
documentation: "Whether or not to activate or deactivate the insomnia mechanic.",
|
|
80
80
|
parameters: [
|
|
81
|
-
{ text: "gamerule", type:
|
|
82
|
-
{ text: "doinsomnia", type:
|
|
83
|
-
{ text: "value", type:
|
|
81
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
82
|
+
{ text: "doinsomnia", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
83
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
84
84
|
],
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
name: "gamerule",
|
|
88
88
|
documentation: "Whether or not mobs should drop loot.",
|
|
89
89
|
parameters: [
|
|
90
|
-
{ text: "gamerule", type:
|
|
91
|
-
{ text: "domobloot", type:
|
|
92
|
-
{ text: "value", type:
|
|
90
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
91
|
+
{ text: "domobloot", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
92
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
93
93
|
],
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
name: "gamerule",
|
|
97
97
|
documentation: "Whether or not mobs / animal should be spawning.",
|
|
98
98
|
parameters: [
|
|
99
|
-
{ text: "gamerule", type:
|
|
100
|
-
{ text: "domobspawning", type:
|
|
101
|
-
{ text: "value", type:
|
|
99
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
100
|
+
{ text: "domobspawning", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
101
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
102
102
|
],
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
name: "gamerule",
|
|
106
106
|
documentation: "Whether or not blocks that are destroyed also drop items.",
|
|
107
107
|
parameters: [
|
|
108
|
-
{ text: "gamerule", type:
|
|
109
|
-
{ text: "dotiledrops", type:
|
|
110
|
-
{ text: "value", type:
|
|
108
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
109
|
+
{ text: "dotiledrops", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
110
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
111
111
|
],
|
|
112
112
|
},
|
|
113
113
|
{
|
|
114
114
|
name: "gamerule",
|
|
115
115
|
documentation: "Whether or not to change between clear, rain and thunder weather.",
|
|
116
116
|
parameters: [
|
|
117
|
-
{ text: "gamerule", type:
|
|
118
|
-
{ text: "doweathercycle", type:
|
|
119
|
-
{ text: "value", type:
|
|
117
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
118
|
+
{ text: "doweathercycle", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
119
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
120
120
|
],
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
name: "gamerule",
|
|
124
124
|
documentation: "Whether or not drowning does damage to players.",
|
|
125
125
|
parameters: [
|
|
126
|
-
{ text: "gamerule", type:
|
|
127
|
-
{ text: "drowningdamage", type:
|
|
128
|
-
{ text: "value", type:
|
|
126
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
127
|
+
{ text: "drowningdamage", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
128
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
129
129
|
],
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
name: "gamerule",
|
|
133
133
|
documentation: "Whether or not falling does damage to players.",
|
|
134
134
|
parameters: [
|
|
135
|
-
{ text: "gamerule", type:
|
|
136
|
-
{ text: "falldamage", type:
|
|
137
|
-
{ text: "value", type:
|
|
135
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
136
|
+
{ text: "falldamage", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
137
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
138
138
|
],
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
name: "gamerule",
|
|
142
142
|
documentation: "Whether or not fire does damage to players.",
|
|
143
143
|
parameters: [
|
|
144
|
-
{ text: "gamerule", type:
|
|
145
|
-
{ text: "firedamage", type:
|
|
146
|
-
{ text: "value", type:
|
|
144
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
145
|
+
{ text: "firedamage", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
146
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
147
147
|
],
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
150
|
name: "gamerule",
|
|
151
151
|
documentation: "Whether or not freezing does damage to players.",
|
|
152
152
|
parameters: [
|
|
153
|
-
{ text: "gamerule", type:
|
|
154
|
-
{ text: "freezedamage", type:
|
|
155
|
-
{ text: "value", type:
|
|
153
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
154
|
+
{ text: "freezedamage", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
155
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
156
156
|
],
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
name: "gamerule",
|
|
160
160
|
documentation: "The maximum amount of commands that can be run in a single call (sub calls included)",
|
|
161
161
|
parameters: [
|
|
162
|
-
{ text: "gamerule", type:
|
|
162
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
163
163
|
{
|
|
164
164
|
text: "functioncommandlimit",
|
|
165
|
-
type:
|
|
165
|
+
type: ParameterType_1.ParameterType.keyword,
|
|
166
166
|
required: true,
|
|
167
167
|
},
|
|
168
|
-
{ text: "amount", type:
|
|
168
|
+
{ text: "amount", type: ParameterType_1.ParameterType.integer, required: false },
|
|
169
169
|
],
|
|
170
170
|
},
|
|
171
171
|
{
|
|
172
172
|
name: "gamerule",
|
|
173
173
|
documentation: "Whether or not the players maintain their inventory when dying",
|
|
174
174
|
parameters: [
|
|
175
|
-
{ text: "gamerule", type:
|
|
176
|
-
{ text: "keepinventory", type:
|
|
177
|
-
{ text: "value", type:
|
|
175
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
176
|
+
{ text: "keepinventory", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
177
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
178
178
|
],
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
name: "gamerule",
|
|
182
182
|
documentation: "The maximum amount of commands that can be run in a single call (sub calls included).",
|
|
183
183
|
parameters: [
|
|
184
|
-
{ text: "gamerule", type:
|
|
184
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
185
185
|
{
|
|
186
186
|
text: "maxcommandchainlength",
|
|
187
|
-
type:
|
|
187
|
+
type: ParameterType_1.ParameterType.keyword,
|
|
188
188
|
required: true,
|
|
189
189
|
},
|
|
190
|
-
{ text: "int", type:
|
|
190
|
+
{ text: "int", type: ParameterType_1.ParameterType.integer, required: false },
|
|
191
191
|
],
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
194
|
name: "gamerule",
|
|
195
195
|
documentation: "Whether or not mobs can explode the world.",
|
|
196
196
|
parameters: [
|
|
197
|
-
{ text: "gamerule", type:
|
|
198
|
-
{ text: "mobgriefing", type:
|
|
199
|
-
{ text: "value", type:
|
|
197
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
198
|
+
{ text: "mobgriefing", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
199
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
200
200
|
],
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
name: "gamerule",
|
|
204
204
|
documentation: "Whether or not players regain health by regen.",
|
|
205
205
|
parameters: [
|
|
206
|
-
{ text: "gamerule", type:
|
|
206
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
207
207
|
{
|
|
208
208
|
text: "naturalregeneration",
|
|
209
|
-
type:
|
|
209
|
+
type: ParameterType_1.ParameterType.keyword,
|
|
210
210
|
required: true,
|
|
211
211
|
},
|
|
212
|
-
{ text: "value", type:
|
|
212
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
213
213
|
],
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
216
|
name: "gamerule",
|
|
217
217
|
documentation: "Whether or not players can attack each other.",
|
|
218
218
|
parameters: [
|
|
219
|
-
{ text: "gamerule", type:
|
|
220
|
-
{ text: "pvp", type:
|
|
221
|
-
{ text: "value", type:
|
|
219
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
220
|
+
{ text: "pvp", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
221
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
222
222
|
],
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
name: "gamerule",
|
|
226
226
|
documentation: "How many ticks the server can randomly progress elements of the world, such a crop growing.",
|
|
227
227
|
parameters: [
|
|
228
|
-
{ text: "gamerule", type:
|
|
228
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
229
229
|
{
|
|
230
230
|
text: "randomtickspeed",
|
|
231
|
-
type:
|
|
231
|
+
type: ParameterType_1.ParameterType.keyword,
|
|
232
232
|
required: true,
|
|
233
233
|
},
|
|
234
|
-
{ text: "int", type:
|
|
234
|
+
{ text: "int", type: ParameterType_1.ParameterType.integer, required: false },
|
|
235
235
|
],
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
238
|
name: "gamerule",
|
|
239
239
|
documentation: "??",
|
|
240
240
|
parameters: [
|
|
241
|
-
{ text: "gamerule", type:
|
|
241
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
242
242
|
{
|
|
243
243
|
text: "respawnblocksexplode",
|
|
244
|
-
type:
|
|
244
|
+
type: ParameterType_1.ParameterType.keyword,
|
|
245
245
|
required: true,
|
|
246
246
|
},
|
|
247
|
-
{ text: "value", type:
|
|
247
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
248
248
|
],
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
name: "gamerule",
|
|
252
252
|
documentation: "Whether or not commands send back feedback to players, such as /tag @s list",
|
|
253
253
|
parameters: [
|
|
254
|
-
{ text: "gamerule", type:
|
|
254
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
255
255
|
{
|
|
256
256
|
text: "sendcommandfeedback",
|
|
257
|
-
type:
|
|
257
|
+
type: ParameterType_1.ParameterType.keyword,
|
|
258
258
|
required: true,
|
|
259
259
|
},
|
|
260
|
-
{ text: "value", type:
|
|
260
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
261
261
|
],
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
name: "gamerule",
|
|
265
265
|
documentation: "Sets or queries a game rule value.",
|
|
266
266
|
parameters: [
|
|
267
|
-
{ text: "gamerule", type:
|
|
267
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
268
268
|
{
|
|
269
269
|
text: "showbordereffect",
|
|
270
|
-
type:
|
|
270
|
+
type: ParameterType_1.ParameterType.keyword,
|
|
271
271
|
required: true,
|
|
272
272
|
},
|
|
273
|
-
{ text: "value", type:
|
|
273
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
274
274
|
],
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
name: "gamerule",
|
|
278
278
|
documentation: "Whether or not global coordinates display is showed.",
|
|
279
279
|
parameters: [
|
|
280
|
-
{ text: "gamerule", type:
|
|
280
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
281
281
|
{
|
|
282
282
|
text: "showcoordinates",
|
|
283
|
-
type:
|
|
283
|
+
type: ParameterType_1.ParameterType.keyword,
|
|
284
284
|
required: true,
|
|
285
285
|
},
|
|
286
|
-
{ text: "value", type:
|
|
286
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
287
287
|
],
|
|
288
288
|
},
|
|
289
289
|
{
|
|
290
290
|
name: "gamerule",
|
|
291
291
|
documentation: "Whether or not the death message are outputted",
|
|
292
292
|
parameters: [
|
|
293
|
-
{ text: "gamerule", type:
|
|
293
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
294
294
|
{
|
|
295
295
|
text: "showdeathmessages",
|
|
296
|
-
type:
|
|
296
|
+
type: ParameterType_1.ParameterType.keyword,
|
|
297
297
|
required: true,
|
|
298
298
|
},
|
|
299
|
-
{ text: "value", type:
|
|
299
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
300
300
|
],
|
|
301
301
|
},
|
|
302
302
|
{
|
|
303
303
|
name: "gamerule",
|
|
304
304
|
documentation: "Sets or queries a game rule value.",
|
|
305
305
|
parameters: [
|
|
306
|
-
{ text: "gamerule", type:
|
|
307
|
-
{ text: "showtags", type:
|
|
308
|
-
{ text: "value", type:
|
|
306
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
307
|
+
{ text: "showtags", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
308
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
309
309
|
],
|
|
310
310
|
},
|
|
311
311
|
{
|
|
312
312
|
name: "gamerule",
|
|
313
313
|
documentation: "Sets or queries a game rule value.",
|
|
314
314
|
parameters: [
|
|
315
|
-
{ text: "gamerule", type:
|
|
316
|
-
{ text: "spawnradius", type:
|
|
317
|
-
{ text: "value", type:
|
|
315
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
316
|
+
{ text: "spawnradius", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
317
|
+
{ text: "value", type: ParameterType_1.ParameterType.integer, required: false },
|
|
318
318
|
],
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
321
|
name: "gamerule",
|
|
322
322
|
documentation: "Sets or queries a game rule value.",
|
|
323
323
|
parameters: [
|
|
324
|
-
{ text: "gamerule", type:
|
|
325
|
-
{ text: "tntexplodes", type:
|
|
326
|
-
{ text: "value", type:
|
|
324
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
325
|
+
{ text: "tntexplodes", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
326
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
327
327
|
],
|
|
328
328
|
},
|
|
329
329
|
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gamerule.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/gamerule.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"gamerule.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/gamerule.ts"],"names":[],"mappings":"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"}
|