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,16 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CommandData = void 0;
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* The minecraft command data set
|
|
8
|
-
*/
|
|
4
|
+
const Commands_1 = require("./Commands");
|
|
5
|
+
/** The minecraft command data set */
|
|
9
6
|
var CommandData;
|
|
10
7
|
(function (CommandData) {
|
|
11
8
|
/** The edu command data set */
|
|
12
|
-
CommandData.Edu =
|
|
9
|
+
CommandData.Edu = Commands_1.Edu;
|
|
13
10
|
/** The vanilla command data set */
|
|
14
|
-
CommandData.Vanilla =
|
|
11
|
+
CommandData.Vanilla = Commands_1.Vanilla;
|
|
15
12
|
})(CommandData = exports.CommandData || (exports.CommandData = {}));
|
|
16
13
|
//# sourceMappingURL=CommandData.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommandData.js","sourceRoot":"","sources":["../../../../src/Lib/Data/CommandData.ts"],"names":[],"mappings":";;;AAAA
|
|
1
|
+
{"version":3,"file":"CommandData.js","sourceRoot":"","sources":["../../../../src/Lib/Data/CommandData.ts"],"names":[],"mappings":";;;AAAA,yCAAoE;AAEpE,qCAAqC;AACrC,IAAiB,WAAW,CAM3B;AAND,WAAiB,WAAW;IAC1B,+BAA+B;IAClB,eAAG,GAAG,cAAO,CAAC;IAE3B,mCAAmC;IACtB,mBAAO,GAAG,kBAAW,CAAC;AACrC,CAAC,EANgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAM3B"}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
import { CommandContainer } from "./CommandContainer";
|
|
2
|
+
/** Vanilla commands */
|
|
2
3
|
export declare const Vanilla: CommandContainer;
|
|
4
|
+
/** Edu commands */
|
|
5
|
+
export declare const Edu: CommandContainer;
|
|
3
6
|
export declare const VanillaCommands: string[];
|
|
7
|
+
export declare const EduCommands: string[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VanillaCommands = exports.Vanilla = void 0;
|
|
3
|
+
exports.EduCommands = exports.VanillaCommands = exports.Edu = exports.Vanilla = void 0;
|
|
4
4
|
const alwaysday_1 = require("./Vanilla/alwaysday");
|
|
5
5
|
const camerashake_1 = require("./Vanilla/camerashake");
|
|
6
6
|
const clear_1 = require("./Vanilla/clear");
|
|
@@ -59,6 +59,11 @@ const toggledownfall_1 = require("./Vanilla/toggledownfall");
|
|
|
59
59
|
const w_1 = require("./Vanilla/w");
|
|
60
60
|
const weather_1 = require("./Vanilla/weather");
|
|
61
61
|
const xp_1 = require("./Vanilla/xp");
|
|
62
|
+
const ability_1 = require("./Edu/ability");
|
|
63
|
+
const classroommode_1 = require("./Edu/classroommode");
|
|
64
|
+
const code_1 = require("./Edu/code");
|
|
65
|
+
const immutableworld_1 = require("./Edu/immutableworld");
|
|
66
|
+
/** Vanilla commands */
|
|
62
67
|
exports.Vanilla = {
|
|
63
68
|
alwaysday: alwaysday_1.alwaysday,
|
|
64
69
|
camerashake: camerashake_1.camerashake,
|
|
@@ -118,7 +123,16 @@ exports.Vanilla = {
|
|
|
118
123
|
teleport: teleport_1.teleport,
|
|
119
124
|
w: w_1.w,
|
|
120
125
|
weather: weather_1.weather,
|
|
121
|
-
xp: xp_1.xp
|
|
126
|
+
xp: xp_1.xp,
|
|
127
|
+
};
|
|
128
|
+
/** Edu commands */
|
|
129
|
+
exports.Edu = {
|
|
130
|
+
ability: ability_1.ability,
|
|
131
|
+
classroommode: classroommode_1.classroommode,
|
|
132
|
+
code: code_1.code,
|
|
133
|
+
gamerule: gamerule_1.gamerule,
|
|
134
|
+
immutableworld: immutableworld_1.immutableworld,
|
|
122
135
|
};
|
|
123
136
|
exports.VanillaCommands = Object.keys(exports.Vanilla);
|
|
124
|
-
|
|
137
|
+
exports.EduCommands = Object.keys(exports.Edu);
|
|
138
|
+
//# sourceMappingURL=Commands.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Commands.js","sourceRoot":"","sources":["../../../../src/Lib/Data/Commands.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ability = void 0;
|
|
4
|
+
const ParameterType_1 = require("../../Types/ParameterType");
|
|
5
|
+
/**The ability command */
|
|
6
|
+
exports.ability = [
|
|
7
|
+
{
|
|
8
|
+
name: "ability",
|
|
9
|
+
documentation: "Grants or revokes a player ability.",
|
|
10
|
+
parameters: [{ text: "ability", type: ParameterType_1.ParameterType.keyword, required: true }],
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
name: "ability",
|
|
14
|
+
documentation: "Returns a list of abilities assigned to the specified player",
|
|
15
|
+
parameters: [
|
|
16
|
+
{ text: "ability", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
17
|
+
{ text: "player", type: ParameterType_1.ParameterType.selector, required: true, options: { playerOnly: true } },
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
name: "ability",
|
|
22
|
+
documentation: "Grants or revokes a player ability to fly",
|
|
23
|
+
parameters: [
|
|
24
|
+
{ text: "ability", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
25
|
+
{ text: "player", type: ParameterType_1.ParameterType.selector, required: true, options: { playerOnly: true } },
|
|
26
|
+
{ text: "mayfly", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
27
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
28
|
+
],
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
name: "ability",
|
|
32
|
+
documentation: "Grants or revokes a player ability to speak",
|
|
33
|
+
parameters: [
|
|
34
|
+
{ text: "ability", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
35
|
+
{ text: "player", type: ParameterType_1.ParameterType.selector, required: true, options: { playerOnly: true } },
|
|
36
|
+
{ text: "mute", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
37
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
38
|
+
],
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: "ability",
|
|
42
|
+
documentation: "Grants or revokes a player ability to build",
|
|
43
|
+
parameters: [
|
|
44
|
+
{ text: "ability", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
45
|
+
{ text: "player", type: ParameterType_1.ParameterType.selector, required: true, options: { playerOnly: true } },
|
|
46
|
+
{ text: "worldbuilder", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
47
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
48
|
+
],
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
//# sourceMappingURL=ability.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ability.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Edu/ability.ts"],"names":[],"mappings":";;;AAAA,6DAA0D;AAG1D,yBAAyB;AACZ,QAAA,OAAO,GAAkB;IACpC;QACE,IAAI,EAAE,SAAS;QACf,aAAa,EAAE,qCAAqC;QACpD,UAAU,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;KAC/E;IACD;QACE,IAAI,EAAE,SAAS;QACf,aAAa,EAAE,8DAA8D;QAC7E,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,6BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAAE;SAChG;KACF;IACD;QACE,IAAI,EAAE,SAAS;QACf,aAAa,EAAE,2CAA2C;QAC1D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,6BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAAE;YAC/F,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,SAAS;QACf,aAAa,EAAE,6CAA6C;QAC5D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,6BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAAE;YAC/F,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,SAAS;QACf,aAAa,EAAE,6CAA6C;QAC5D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,6BAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,EAAE;YAC/F,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACrE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.classroommode = void 0;
|
|
4
|
+
const ParameterType_1 = require("../../Types/ParameterType");
|
|
5
|
+
/**The classroom mode command */
|
|
6
|
+
exports.classroommode = [
|
|
7
|
+
{
|
|
8
|
+
name: "classroommode",
|
|
9
|
+
documentation: "Launches and connects the world to the Classroom mode",
|
|
10
|
+
parameters: [{ text: "classroommode", type: ParameterType_1.ParameterType.keyword, required: true }],
|
|
11
|
+
},
|
|
12
|
+
];
|
|
13
|
+
//# sourceMappingURL=classroommode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"classroommode.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Edu/classroommode.ts"],"names":[],"mappings":";;;AAAA,6DAA0D;AAG1D,gCAAgC;AACnB,QAAA,aAAa,GAAkB;IAC1C;QACE,IAAI,EAAE,eAAe;QACrB,aAAa,EAAE,uDAAuD;QACtE,UAAU,EAAE,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;KACrF;CACF,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.code = void 0;
|
|
4
|
+
const ParameterType_1 = require("../../Types/ParameterType");
|
|
5
|
+
/**The code command */
|
|
6
|
+
exports.code = [
|
|
7
|
+
{
|
|
8
|
+
name: "code",
|
|
9
|
+
documentation: "??",
|
|
10
|
+
parameters: [{ text: "code", type: ParameterType_1.ParameterType.keyword, required: true }],
|
|
11
|
+
},
|
|
12
|
+
];
|
|
13
|
+
//# sourceMappingURL=code.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"code.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Edu/code.ts"],"names":[],"mappings":";;;AAAA,6DAA0D;AAG1D,sBAAsB;AACT,QAAA,IAAI,GAAkB;IACjC;QACE,IAAI,EAAE,MAAM;QACZ,aAAa,EAAE,IAAI;QACnB,UAAU,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;KAC5E;CACF,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.gamerule = void 0;
|
|
4
|
+
const ParameterType_1 = require("../../Types/ParameterType");
|
|
5
|
+
/**The gamerule command */
|
|
6
|
+
exports.gamerule = [
|
|
7
|
+
{
|
|
8
|
+
name: "gamerule",
|
|
9
|
+
documentation: "When set to true, players may use TNT near others. You may also use specialty blocks (allow, deny, border) to help limit potential damage.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "allowdestructiveobjects", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
13
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
14
|
+
],
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
name: "gamerule",
|
|
18
|
+
documentation: "Mobs are living, moving creatures found within the Minecraft world. Friendly (creatures like chickens and ocelots) and not so friendly mobs (creatures like creepers) are allowed to appear in the world when this is turned on.",
|
|
19
|
+
parameters: [
|
|
20
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
21
|
+
{ text: "allowmobs", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
22
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
23
|
+
],
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
name: "gamerule",
|
|
27
|
+
documentation: "Disables chat for all players when set to true, otherwise players in your world can communicate with each other within the world they are in via the client. Chatting is on by default.",
|
|
28
|
+
parameters: [
|
|
29
|
+
{ text: "gamerule", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
30
|
+
{ text: "globalmute", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
31
|
+
{ text: "value", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
32
|
+
],
|
|
33
|
+
},
|
|
34
|
+
];
|
|
35
|
+
//# sourceMappingURL=gamerule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gamerule.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Edu/gamerule.ts"],"names":[],"mappings":";;;AAAA,6DAA0D;AAG1D,0BAA0B;AACb,QAAA,QAAQ,GAAkB;IACrC;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EACX,4IAA4I;QAC9I,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,yBAAyB,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChF,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EACX,kOAAkO;QACpO,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAClE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;IACD;QACE,IAAI,EAAE,UAAU;QAChB,aAAa,EACX,yLAAyL;QAC3L,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACjE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACnE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAChE;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.immutableworld = void 0;
|
|
4
|
+
const ParameterType_1 = require("../../Types/ParameterType");
|
|
5
|
+
/**The immutableworld command */
|
|
6
|
+
exports.immutableworld = [
|
|
7
|
+
{
|
|
8
|
+
name: "immutableworld",
|
|
9
|
+
documentation: "Sets the immutable state of the world",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "immutableworld", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "immutableworld", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
13
|
+
],
|
|
14
|
+
},
|
|
15
|
+
];
|
|
16
|
+
//# sourceMappingURL=immutableworld.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"immutableworld.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Edu/immutableworld.ts"],"names":[],"mappings":";;;AAAA,6DAA0D;AAG1D,gCAAgC;AACnB,QAAA,cAAc,GAAkB;IAC3C;QACE,IAAI,EAAE,gBAAgB;QACtB,aAAa,EAAE,uCAAuC;QACtD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACvE,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SACzE;KACF;CACF,CAAC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.alwaysday = void 0;
|
|
4
|
-
const
|
|
4
|
+
const ParameterType_1 = require("../../Types/ParameterType");
|
|
5
5
|
/**The alwaysday command */
|
|
6
6
|
exports.alwaysday = [
|
|
7
7
|
{
|
|
8
8
|
name: "alwaysday",
|
|
9
9
|
documentation: "Locks and unlocks the day-night cycle.",
|
|
10
10
|
parameters: [
|
|
11
|
-
{ text: "alwaysday", type:
|
|
12
|
-
{ text: "lock", type:
|
|
11
|
+
{ text: "alwaysday", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "lock", type: ParameterType_1.ParameterType.boolean, required: false },
|
|
13
13
|
],
|
|
14
14
|
},
|
|
15
15
|
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alwaysday.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/alwaysday.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"alwaysday.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/alwaysday.ts"],"names":[],"mappings":";;;AAAA,6DAA0D;AAG1D,2BAA2B;AACd,QAAA,SAAS,GAAkB;IACtC;QACE,IAAI,EAAE,WAAW;QACjB,aAAa,EAAE,wCAAwC;QACvD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAClE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SAC/D;KACF;CACF,CAAC"}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.camerashake = void 0;
|
|
4
|
-
const
|
|
4
|
+
const ParameterType_1 = require("../../Types/ParameterType");
|
|
5
5
|
/**The camerashake command */
|
|
6
6
|
exports.camerashake = [
|
|
7
7
|
{
|
|
8
8
|
name: "camerashake",
|
|
9
9
|
documentation: "Applies shaking to the players' camera with specified intensity and duration",
|
|
10
10
|
parameters: [
|
|
11
|
-
{ text: "camerashake", type:
|
|
12
|
-
{ text: "add", type:
|
|
11
|
+
{ text: "camerashake", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "add", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
13
13
|
{
|
|
14
14
|
text: "player",
|
|
15
|
-
type:
|
|
15
|
+
type: ParameterType_1.ParameterType.selector,
|
|
16
16
|
required: true,
|
|
17
17
|
options: { playerOnly: true },
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
text: "intensity",
|
|
21
|
-
type:
|
|
21
|
+
type: ParameterType_1.ParameterType.float,
|
|
22
22
|
required: false,
|
|
23
23
|
options: { minimum: 0, maximum: 4 },
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
text: "seconds",
|
|
27
|
-
type:
|
|
27
|
+
type: ParameterType_1.ParameterType.float,
|
|
28
28
|
required: false,
|
|
29
29
|
options: { minimum: 0 },
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
text: "shake type",
|
|
33
|
-
type:
|
|
33
|
+
type: ParameterType_1.ParameterType.cameraShakeType,
|
|
34
34
|
required: false,
|
|
35
35
|
},
|
|
36
36
|
],
|
|
@@ -39,11 +39,11 @@ exports.camerashake = [
|
|
|
39
39
|
name: "camerashake",
|
|
40
40
|
documentation: "Stops shaking to the players' camera with specified intensity and duration",
|
|
41
41
|
parameters: [
|
|
42
|
-
{ text: "camerashake", type:
|
|
43
|
-
{ text: "stop", type:
|
|
42
|
+
{ text: "camerashake", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
43
|
+
{ text: "stop", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
44
44
|
{
|
|
45
45
|
text: "player",
|
|
46
|
-
type:
|
|
46
|
+
type: ParameterType_1.ParameterType.selector,
|
|
47
47
|
required: false,
|
|
48
48
|
options: { playerOnly: true },
|
|
49
49
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"camerashake.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/camerashake.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"camerashake.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/camerashake.ts"],"names":[],"mappings":";;;AAAA,6DAA0D;AAG1D,6BAA6B;AAChB,QAAA,WAAW,GAAkB;IACxC;QACE,IAAI,EAAE,aAAa;QACnB,aAAa,EAAE,8EAA8E;QAC7F,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACpE,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D;gBACE,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,6BAAa,CAAC,QAAQ;gBAC5B,QAAQ,EAAE,IAAI;gBACd,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;aAC9B;YACD;gBACE,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,6BAAa,CAAC,KAAK;gBACzB,QAAQ,EAAE,KAAK;gBACf,OAAO,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE;aACpC;YACD;gBACE,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,6BAAa,CAAC,KAAK;gBACzB,QAAQ,EAAE,KAAK;gBACf,OAAO,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE;aACxB;YACD;gBACE,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,6BAAa,CAAC,eAAe;gBACnC,QAAQ,EAAE,KAAK;aAChB;SACF;KACF;IACD;QACE,IAAI,EAAE,aAAa;QACnB,aAAa,EAAE,4EAA4E;QAC3F,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YACpE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D;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,23 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.clear = void 0;
|
|
4
|
-
const
|
|
4
|
+
const ParameterType_1 = require("../../Types/ParameterType");
|
|
5
5
|
/**The clear command */
|
|
6
6
|
exports.clear = [
|
|
7
7
|
{
|
|
8
8
|
name: "clear",
|
|
9
9
|
documentation: "Clears items from player inventory.",
|
|
10
10
|
parameters: [
|
|
11
|
-
{ text: "clear", type:
|
|
11
|
+
{ text: "clear", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
12
12
|
{
|
|
13
13
|
text: "player",
|
|
14
|
-
type:
|
|
14
|
+
type: ParameterType_1.ParameterType.selector,
|
|
15
15
|
required: false,
|
|
16
16
|
options: { playerOnly: true },
|
|
17
17
|
},
|
|
18
|
-
{ text: "item name", type:
|
|
19
|
-
{ text: "data", type:
|
|
20
|
-
{ text: "max count", type:
|
|
18
|
+
{ text: "item name", type: ParameterType_1.ParameterType.item, required: false },
|
|
19
|
+
{ text: "data", type: ParameterType_1.ParameterType.integer, required: false },
|
|
20
|
+
{ text: "max count", type: ParameterType_1.ParameterType.integer, required: false },
|
|
21
21
|
],
|
|
22
22
|
},
|
|
23
23
|
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clear.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/clear.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"clear.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/clear.ts"],"names":[],"mappings":";;;AAAA,6DAA0D;AAG1D,uBAAuB;AACV,QAAA,KAAK,GAAkB;IAClC;QACE,IAAI,EAAE,OAAO;QACb,aAAa,EAAE,qCAAqC;QACpD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC9D;gBACE,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,6BAAa,CAAC,QAAQ;gBAC5B,QAAQ,EAAE,KAAK;gBACf,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;aAC9B;YACD,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,6BAAa,CAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE;YAChE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;YAC9D,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,6BAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;SACpE;KACF;CACF,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.clearspawnpoint = void 0;
|
|
4
|
-
const
|
|
4
|
+
const ParameterType_1 = require("../../Types/ParameterType");
|
|
5
5
|
/**The clearspawnpoint command */
|
|
6
6
|
exports.clearspawnpoint = [
|
|
7
7
|
{
|
|
@@ -10,12 +10,12 @@ exports.clearspawnpoint = [
|
|
|
10
10
|
parameters: [
|
|
11
11
|
{
|
|
12
12
|
text: "clearspawnpoint",
|
|
13
|
-
type:
|
|
13
|
+
type: ParameterType_1.ParameterType.keyword,
|
|
14
14
|
required: true,
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
text: "player",
|
|
18
|
-
type:
|
|
18
|
+
type: ParameterType_1.ParameterType.selector,
|
|
19
19
|
required: false,
|
|
20
20
|
options: { playerOnly: true },
|
|
21
21
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clearspawnpoint.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/clearspawnpoint.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"clearspawnpoint.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/clearspawnpoint.ts"],"names":[],"mappings":";;;AAAA,6DAA0D;AAG1D,iCAAiC;AACpB,QAAA,eAAe,GAAkB;IAC5C;QACE,IAAI,EAAE,iBAAiB;QACvB,aAAa,EAAE,yCAAyC;QACxD,UAAU,EAAE;YACV;gBACE,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,6BAAa,CAAC,OAAO;gBAC3B,QAAQ,EAAE,IAAI;aACf;YACD;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,103 +1,103 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.clone = void 0;
|
|
4
|
-
const
|
|
4
|
+
const ParameterType_1 = require("../../Types/ParameterType");
|
|
5
5
|
/**The clone command */
|
|
6
6
|
exports.clone = [
|
|
7
7
|
{
|
|
8
8
|
name: "clone",
|
|
9
9
|
documentation: "Copies blocks from one place to another.",
|
|
10
10
|
parameters: [
|
|
11
|
-
{ text: "clone", type:
|
|
12
|
-
{ text: "begin x", type:
|
|
13
|
-
{ text: "begin y", type:
|
|
14
|
-
{ text: "begin z", type:
|
|
15
|
-
{ text: "end x", type:
|
|
16
|
-
{ text: "end y", type:
|
|
17
|
-
{ text: "end z", type:
|
|
11
|
+
{ text: "clone", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "begin x", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
13
|
+
{ text: "begin y", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
14
|
+
{ text: "begin z", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
15
|
+
{ text: "end x", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
16
|
+
{ text: "end y", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
17
|
+
{ text: "end z", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
18
18
|
{
|
|
19
19
|
text: "destination x",
|
|
20
|
-
type:
|
|
20
|
+
type: ParameterType_1.ParameterType.coordinate,
|
|
21
21
|
required: true,
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
text: "destination y",
|
|
25
|
-
type:
|
|
25
|
+
type: ParameterType_1.ParameterType.coordinate,
|
|
26
26
|
required: true,
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
text: "destination z",
|
|
30
|
-
type:
|
|
30
|
+
type: ParameterType_1.ParameterType.coordinate,
|
|
31
31
|
required: true,
|
|
32
32
|
},
|
|
33
|
-
{ text: "mask", type:
|
|
34
|
-
{ text: "clone mode", type:
|
|
33
|
+
{ text: "mask", type: ParameterType_1.ParameterType.maskMode, required: false },
|
|
34
|
+
{ text: "clone mode", type: ParameterType_1.ParameterType.cloneMode, required: true },
|
|
35
35
|
],
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
name: "clone",
|
|
39
39
|
documentation: "Copies blocks from one place to another.",
|
|
40
40
|
parameters: [
|
|
41
|
-
{ text: "clone", type:
|
|
42
|
-
{ text: "begin x", type:
|
|
43
|
-
{ text: "begin y", type:
|
|
44
|
-
{ text: "begin z", type:
|
|
45
|
-
{ text: "end x", type:
|
|
46
|
-
{ text: "end y", type:
|
|
47
|
-
{ text: "end z", type:
|
|
41
|
+
{ text: "clone", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
42
|
+
{ text: "begin x", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
43
|
+
{ text: "begin y", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
44
|
+
{ text: "begin z", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
45
|
+
{ text: "end x", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
46
|
+
{ text: "end y", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
47
|
+
{ text: "end z", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
48
48
|
{
|
|
49
49
|
text: "destination x",
|
|
50
|
-
type:
|
|
50
|
+
type: ParameterType_1.ParameterType.coordinate,
|
|
51
51
|
required: true,
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
text: "destination y",
|
|
55
|
-
type:
|
|
55
|
+
type: ParameterType_1.ParameterType.coordinate,
|
|
56
56
|
required: true,
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
text: "destination z",
|
|
60
|
-
type:
|
|
60
|
+
type: ParameterType_1.ParameterType.coordinate,
|
|
61
61
|
required: true,
|
|
62
62
|
},
|
|
63
|
-
{ text: "filtered", type:
|
|
64
|
-
{ text: "clone mode", type:
|
|
65
|
-
{ text: "tile name", type:
|
|
66
|
-
{ text: "tile data", type:
|
|
63
|
+
{ text: "filtered", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
64
|
+
{ text: "clone mode", type: ParameterType_1.ParameterType.cloneMode, required: true },
|
|
65
|
+
{ text: "tile name", type: ParameterType_1.ParameterType.block, required: true },
|
|
66
|
+
{ text: "tile data", type: ParameterType_1.ParameterType.integer, required: false },
|
|
67
67
|
],
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
name: "clone",
|
|
71
71
|
documentation: "Copies blocks from one place to another.",
|
|
72
72
|
parameters: [
|
|
73
|
-
{ text: "clone", type:
|
|
74
|
-
{ text: "begin x", type:
|
|
75
|
-
{ text: "begin y", type:
|
|
76
|
-
{ text: "begin z", type:
|
|
77
|
-
{ text: "end x", type:
|
|
78
|
-
{ text: "end y", type:
|
|
79
|
-
{ text: "end z", type:
|
|
73
|
+
{ text: "clone", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
74
|
+
{ text: "begin x", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
75
|
+
{ text: "begin y", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
76
|
+
{ text: "begin z", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
77
|
+
{ text: "end x", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
78
|
+
{ text: "end y", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
79
|
+
{ text: "end z", type: ParameterType_1.ParameterType.coordinate, required: true },
|
|
80
80
|
{
|
|
81
81
|
text: "destination x",
|
|
82
|
-
type:
|
|
82
|
+
type: ParameterType_1.ParameterType.coordinate,
|
|
83
83
|
required: true,
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
text: "destination y",
|
|
87
|
-
type:
|
|
87
|
+
type: ParameterType_1.ParameterType.coordinate,
|
|
88
88
|
required: true,
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
text: "destination z",
|
|
92
|
-
type:
|
|
92
|
+
type: ParameterType_1.ParameterType.coordinate,
|
|
93
93
|
required: true,
|
|
94
94
|
},
|
|
95
|
-
{ text: "filtered", type:
|
|
96
|
-
{ text: "clone mode", type:
|
|
97
|
-
{ text: "tile name", type:
|
|
95
|
+
{ text: "filtered", type: ParameterType_1.ParameterType.keyword, required: true },
|
|
96
|
+
{ text: "clone mode", type: ParameterType_1.ParameterType.cloneMode, required: true },
|
|
97
|
+
{ text: "tile name", type: ParameterType_1.ParameterType.block, required: true },
|
|
98
98
|
{
|
|
99
99
|
text: "block states",
|
|
100
|
-
type:
|
|
100
|
+
type: ParameterType_1.ParameterType.blockStates,
|
|
101
101
|
required: false,
|
|
102
102
|
},
|
|
103
103
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clone.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/clone.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"clone.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/clone.ts"],"names":[],"mappings":"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"}
|