bc-minecraft-bedrock-command 1.2.34 → 1.19.40-1
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 +2 -1
- package/lib/src/Lib/Data/Vanilla.js +119 -3257
- 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/ParameterType.d.ts +52 -0
- package/lib/src/Lib/Types/ParameterType.js +52 -52
- package/lib/src/Lib/Types/ParameterType.js.map +1 -1
- 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,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.give = void 0;
|
|
4
|
+
const Types_1 = require("../../Types");
|
|
5
|
+
/**The give command */
|
|
6
|
+
exports.give = [
|
|
7
|
+
{
|
|
8
|
+
name: "give",
|
|
9
|
+
documentation: "Gives an item to a player.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "give", type: Types_1.ParameterType.keyword, required: true },
|
|
12
|
+
{
|
|
13
|
+
text: "player",
|
|
14
|
+
type: Types_1.ParameterType.selector,
|
|
15
|
+
required: true,
|
|
16
|
+
options: { playerOnly: true },
|
|
17
|
+
},
|
|
18
|
+
{ text: "item name", type: Types_1.ParameterType.item, required: true },
|
|
19
|
+
{ text: "amount", type: Types_1.ParameterType.integer, required: false },
|
|
20
|
+
{ text: "data", type: Types_1.ParameterType.integer, required: false },
|
|
21
|
+
{ text: "components", type: Types_1.ParameterType.jsonItem, required: false },
|
|
22
|
+
],
|
|
23
|
+
},
|
|
24
|
+
];
|
|
25
|
+
//# sourceMappingURL=give.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"give.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/give.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,sBAAsB;AACT,QAAA,IAAI,GAAkB;IACjC;QACE,IAAI,EAAE,MAAM;QACZ,aAAa,EAAE,4BAA4B;QAC3C,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D;gBACE,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,qBAAa,CAAC,QAAQ;gBAC5B,QAAQ,EAAE,IAAI;gBACd,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;aAC9B;YACD,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,qBAAa,CAAC,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;YAChE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE;YAC9D,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE;SACtE;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
export * from "./alwaysday";
|
|
2
|
+
export * from "./camerashake";
|
|
3
|
+
export * from "./clear";
|
|
4
|
+
export * from "./clearspawnpoint";
|
|
5
|
+
export * from "./clone";
|
|
6
|
+
export * from "./damage";
|
|
7
|
+
export * from "./daylock";
|
|
8
|
+
export * from "./deop";
|
|
9
|
+
export * from "./dialogue";
|
|
10
|
+
export * from "./difficulty";
|
|
11
|
+
export * from "./effect";
|
|
12
|
+
export * from "./enchant";
|
|
13
|
+
export * from "./event";
|
|
14
|
+
export * from "./execute";
|
|
15
|
+
export * from "./fill";
|
|
16
|
+
export * from "./fog";
|
|
17
|
+
export * from "./function";
|
|
18
|
+
export * from "./gamemode";
|
|
19
|
+
export * from "./gamerule";
|
|
20
|
+
export * from "./give";
|
|
21
|
+
export * from "./kick";
|
|
22
|
+
export * from "./kill";
|
|
23
|
+
export * from "./locate";
|
|
24
|
+
export * from "./loot";
|
|
25
|
+
export * from "./me";
|
|
26
|
+
export * from "./msg";
|
|
27
|
+
export * from "./music";
|
|
28
|
+
export * from "./op";
|
|
29
|
+
export * from "./particle";
|
|
30
|
+
export * from "./playanimation";
|
|
31
|
+
export * from "./playsound";
|
|
32
|
+
export * from "./replaceitem";
|
|
33
|
+
export * from "./ride";
|
|
34
|
+
export * from "./say";
|
|
35
|
+
export * from "./schedule";
|
|
36
|
+
export * from "./scoreboard";
|
|
37
|
+
export * from "./setblock";
|
|
38
|
+
export * from "./setmaxplayers";
|
|
39
|
+
export * from "./setworldspawn";
|
|
40
|
+
export * from "./spawnpoint";
|
|
41
|
+
export * from "./spreadplayers";
|
|
42
|
+
export * from "./stopsound";
|
|
43
|
+
export * from "./structure";
|
|
44
|
+
export * from "./summon";
|
|
45
|
+
export * from "./tag";
|
|
46
|
+
export * from "./teleport";
|
|
47
|
+
export * from "./tell";
|
|
48
|
+
export * from "./tellraw";
|
|
49
|
+
export * from "./testfor";
|
|
50
|
+
export * from "./testforblock";
|
|
51
|
+
export * from "./tickingarea";
|
|
52
|
+
export * from "./time";
|
|
53
|
+
export * from "./title";
|
|
54
|
+
export * from "./titleraw";
|
|
55
|
+
export * from "./toggledownfall";
|
|
56
|
+
export * from "./w";
|
|
57
|
+
export * from "./weather";
|
|
58
|
+
export * from "./xp";
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* Auto generated */
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
__exportStar(require("./alwaysday"), exports);
|
|
19
|
+
__exportStar(require("./camerashake"), exports);
|
|
20
|
+
__exportStar(require("./clear"), exports);
|
|
21
|
+
__exportStar(require("./clearspawnpoint"), exports);
|
|
22
|
+
__exportStar(require("./clone"), exports);
|
|
23
|
+
__exportStar(require("./damage"), exports);
|
|
24
|
+
__exportStar(require("./daylock"), exports);
|
|
25
|
+
__exportStar(require("./deop"), exports);
|
|
26
|
+
__exportStar(require("./dialogue"), exports);
|
|
27
|
+
__exportStar(require("./difficulty"), exports);
|
|
28
|
+
__exportStar(require("./effect"), exports);
|
|
29
|
+
__exportStar(require("./enchant"), exports);
|
|
30
|
+
__exportStar(require("./event"), exports);
|
|
31
|
+
__exportStar(require("./execute"), exports);
|
|
32
|
+
__exportStar(require("./fill"), exports);
|
|
33
|
+
__exportStar(require("./fog"), exports);
|
|
34
|
+
__exportStar(require("./function"), exports);
|
|
35
|
+
__exportStar(require("./gamemode"), exports);
|
|
36
|
+
__exportStar(require("./gamerule"), exports);
|
|
37
|
+
__exportStar(require("./give"), exports);
|
|
38
|
+
__exportStar(require("./kick"), exports);
|
|
39
|
+
__exportStar(require("./kill"), exports);
|
|
40
|
+
__exportStar(require("./locate"), exports);
|
|
41
|
+
__exportStar(require("./loot"), exports);
|
|
42
|
+
__exportStar(require("./me"), exports);
|
|
43
|
+
__exportStar(require("./msg"), exports);
|
|
44
|
+
__exportStar(require("./music"), exports);
|
|
45
|
+
__exportStar(require("./op"), exports);
|
|
46
|
+
__exportStar(require("./particle"), exports);
|
|
47
|
+
__exportStar(require("./playanimation"), exports);
|
|
48
|
+
__exportStar(require("./playsound"), exports);
|
|
49
|
+
__exportStar(require("./replaceitem"), exports);
|
|
50
|
+
__exportStar(require("./ride"), exports);
|
|
51
|
+
__exportStar(require("./say"), exports);
|
|
52
|
+
__exportStar(require("./schedule"), exports);
|
|
53
|
+
__exportStar(require("./scoreboard"), exports);
|
|
54
|
+
__exportStar(require("./setblock"), exports);
|
|
55
|
+
__exportStar(require("./setmaxplayers"), exports);
|
|
56
|
+
__exportStar(require("./setworldspawn"), exports);
|
|
57
|
+
__exportStar(require("./spawnpoint"), exports);
|
|
58
|
+
__exportStar(require("./spreadplayers"), exports);
|
|
59
|
+
__exportStar(require("./stopsound"), exports);
|
|
60
|
+
__exportStar(require("./structure"), exports);
|
|
61
|
+
__exportStar(require("./summon"), exports);
|
|
62
|
+
__exportStar(require("./tag"), exports);
|
|
63
|
+
__exportStar(require("./teleport"), exports);
|
|
64
|
+
__exportStar(require("./tell"), exports);
|
|
65
|
+
__exportStar(require("./tellraw"), exports);
|
|
66
|
+
__exportStar(require("./testfor"), exports);
|
|
67
|
+
__exportStar(require("./testforblock"), exports);
|
|
68
|
+
__exportStar(require("./tickingarea"), exports);
|
|
69
|
+
__exportStar(require("./time"), exports);
|
|
70
|
+
__exportStar(require("./title"), exports);
|
|
71
|
+
__exportStar(require("./titleraw"), exports);
|
|
72
|
+
__exportStar(require("./toggledownfall"), exports);
|
|
73
|
+
__exportStar(require("./w"), exports);
|
|
74
|
+
__exportStar(require("./weather"), exports);
|
|
75
|
+
__exportStar(require("./xp"), exports);
|
|
76
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/index.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;;;;;;;;;;;;;;AAEpB,8CAA4B;AAC5B,gDAA8B;AAC9B,0CAAwB;AACxB,oDAAkC;AAClC,0CAAwB;AACxB,2CAAyB;AACzB,4CAA0B;AAC1B,yCAAuB;AACvB,6CAA2B;AAC3B,+CAA6B;AAC7B,2CAAyB;AACzB,4CAA0B;AAC1B,0CAAwB;AACxB,4CAA0B;AAC1B,yCAAuB;AACvB,wCAAsB;AACtB,6CAA2B;AAC3B,6CAA2B;AAC3B,6CAA2B;AAC3B,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,yCAAuB;AACvB,uCAAqB;AACrB,wCAAsB;AACtB,0CAAwB;AACxB,uCAAqB;AACrB,6CAA2B;AAC3B,kDAAgC;AAChC,8CAA4B;AAC5B,gDAA8B;AAC9B,yCAAuB;AACvB,wCAAsB;AACtB,6CAA2B;AAC3B,+CAA6B;AAC7B,6CAA2B;AAC3B,kDAAgC;AAChC,kDAAgC;AAChC,+CAA6B;AAC7B,kDAAgC;AAChC,8CAA4B;AAC5B,8CAA4B;AAC5B,2CAAyB;AACzB,wCAAsB;AACtB,6CAA2B;AAC3B,yCAAuB;AACvB,4CAA0B;AAC1B,4CAA0B;AAC1B,iDAA+B;AAC/B,gDAA8B;AAC9B,yCAAuB;AACvB,0CAAwB;AACxB,6CAA2B;AAC3B,mDAAiC;AACjC,sCAAoB;AACpB,4CAA0B;AAC1B,uCAAqB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.kick = void 0;
|
|
4
|
+
const Types_1 = require("../../Types");
|
|
5
|
+
/**The kick command */
|
|
6
|
+
exports.kick = [
|
|
7
|
+
{
|
|
8
|
+
name: "kick",
|
|
9
|
+
documentation: "Kicks the specified players.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "kick", type: Types_1.ParameterType.keyword, required: true },
|
|
12
|
+
{
|
|
13
|
+
text: "selector",
|
|
14
|
+
type: Types_1.ParameterType.selector,
|
|
15
|
+
required: false,
|
|
16
|
+
options: { playerOnly: true },
|
|
17
|
+
},
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
];
|
|
21
|
+
//# sourceMappingURL=kick.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kick.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/kick.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,sBAAsB;AACT,QAAA,IAAI,GAAkB;IACjC;QACE,IAAI,EAAE,MAAM;QACZ,aAAa,EAAE,8BAA8B;QAC7C,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D;gBACE,IAAI,EAAE,UAAU;gBAChB,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,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.kill = void 0;
|
|
4
|
+
const Types_1 = require("../../Types");
|
|
5
|
+
/**The kill command */
|
|
6
|
+
exports.kill = [
|
|
7
|
+
{
|
|
8
|
+
name: "kill",
|
|
9
|
+
documentation: "Kills entities (players, mobs, items, etc.).",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "kill", type: Types_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "selector", type: Types_1.ParameterType.selector, required: false },
|
|
13
|
+
],
|
|
14
|
+
},
|
|
15
|
+
];
|
|
16
|
+
//# sourceMappingURL=kill.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kill.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/kill.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,sBAAsB;AACT,QAAA,IAAI,GAAkB;IACjC;QACE,IAAI,EAAE,MAAM;QACZ,aAAa,EAAE,8CAA8C;QAC7D,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC7D,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE;SACpE;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.locate = void 0;
|
|
4
|
+
const Types_1 = require("../../Types");
|
|
5
|
+
/**The locate command */
|
|
6
|
+
exports.locate = [
|
|
7
|
+
{
|
|
8
|
+
name: "locate",
|
|
9
|
+
documentation: "Displays the coordinates for the closest structure of a given type.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "locate", type: Types_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "feature", type: Types_1.ParameterType.locateFeature, required: true },
|
|
13
|
+
],
|
|
14
|
+
},
|
|
15
|
+
];
|
|
16
|
+
//# sourceMappingURL=locate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"locate.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/locate.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,wBAAwB;AACX,QAAA,MAAM,GAAkB;IACnC;QACE,IAAI,EAAE,QAAQ;QACd,aAAa,EAAE,qEAAqE;QACpF,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,qBAAa,CAAC,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE;SACvE;KACF;CACF,CAAC"}
|