bc-minecraft-bedrock-command 1.2.35 → 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 +1 -0
- package/lib/src/Lib/Data/Vanilla.js +119 -3499
- package/lib/src/Lib/Data/Vanilla.js.map +1 -1
- package/lib/src/Lib/Data/index.d.ts +3 -3
- package/lib/src/Lib/Data/index.js +4 -3
- package/lib/src/Lib/Data/index.js.map +1 -1
- package/lib/src/Lib/Types/Command/index.d.ts +4 -0
- package/lib/src/Lib/Types/Command/index.js +22 -0
- package/lib/src/Lib/Types/Command/index.js.map +1 -0
- package/lib/src/Lib/Types/index.js +1 -0
- package/lib/src/Lib/Types/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.summon = void 0;
|
|
4
|
+
const Types_1 = require("../../Types");
|
|
5
|
+
/**The summon command */
|
|
6
|
+
exports.summon = [
|
|
7
|
+
{
|
|
8
|
+
name: "summon",
|
|
9
|
+
documentation: "Summons an entity.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "summon", type: Types_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "entity type", type: Types_1.ParameterType.entity, required: true },
|
|
13
|
+
{ text: "spawnPos x", type: Types_1.ParameterType.coordinate, required: false },
|
|
14
|
+
{ text: "spawnPos y", type: Types_1.ParameterType.coordinate, required: false },
|
|
15
|
+
{ text: "spawnPos z", type: Types_1.ParameterType.coordinate, required: false },
|
|
16
|
+
{ text: "spawnevent", type: Types_1.ParameterType.event, required: false },
|
|
17
|
+
{ text: "name", type: Types_1.ParameterType.string, required: false },
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
name: "summon",
|
|
22
|
+
documentation: "Summons an entity.",
|
|
23
|
+
parameters: [
|
|
24
|
+
{ text: "summon", type: Types_1.ParameterType.keyword, required: true },
|
|
25
|
+
{ text: "entity type", type: Types_1.ParameterType.entity, required: true },
|
|
26
|
+
{ text: "name", type: Types_1.ParameterType.string, required: false },
|
|
27
|
+
{ text: "spawnPos x", type: Types_1.ParameterType.coordinate, required: false },
|
|
28
|
+
{ text: "spawnPos y", type: Types_1.ParameterType.coordinate, required: false },
|
|
29
|
+
{ text: "spawnPos z", type: Types_1.ParameterType.coordinate, required: false },
|
|
30
|
+
],
|
|
31
|
+
},
|
|
32
|
+
];
|
|
33
|
+
//# sourceMappingURL=summon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summon.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/summon.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,wBAAwB;AACX,QAAA,MAAM,GAAkB;IACnC;QACE,IAAI,EAAE,QAAQ;QACd,aAAa,EAAE,oBAAoB;QACnC,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,qBAAa,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE;YACnE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE;YACvE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE;YACvE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE;YACvE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE;YAClE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAa,CAAC,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE;SAC9D;KACF;IACD;QACE,IAAI,EAAE,QAAQ;QACd,aAAa,EAAE,oBAAoB;QACnC,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,qBAAa,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE;YACnE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAa,CAAC,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE;YAC7D,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE;YACvE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE;YACvE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,qBAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE;SACxE;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.tag = void 0;
|
|
4
|
+
const Types_1 = require("../../Types");
|
|
5
|
+
/**The tag command */
|
|
6
|
+
exports.tag = [
|
|
7
|
+
{
|
|
8
|
+
name: "tag",
|
|
9
|
+
documentation: "Manages tags stored in entities.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "tag", type: Types_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "selector", type: Types_1.ParameterType.selector, required: true },
|
|
13
|
+
{ text: "add", type: Types_1.ParameterType.keyword, required: true },
|
|
14
|
+
{ text: "name", type: Types_1.ParameterType.tag, required: true },
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: "tag",
|
|
19
|
+
documentation: "Manages tags stored in entities.",
|
|
20
|
+
parameters: [
|
|
21
|
+
{ text: "tag", type: Types_1.ParameterType.keyword, required: true },
|
|
22
|
+
{ text: "selector", type: Types_1.ParameterType.selector, required: true },
|
|
23
|
+
{ text: "list", type: Types_1.ParameterType.keyword, required: true },
|
|
24
|
+
],
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
name: "tag",
|
|
28
|
+
documentation: "Manages tags stored in entities.",
|
|
29
|
+
parameters: [
|
|
30
|
+
{ text: "tag", type: Types_1.ParameterType.keyword, required: true },
|
|
31
|
+
{
|
|
32
|
+
text: "selector",
|
|
33
|
+
type: Types_1.ParameterType.selector,
|
|
34
|
+
required: true,
|
|
35
|
+
options: { wildcard: true },
|
|
36
|
+
},
|
|
37
|
+
{ text: "remove", type: Types_1.ParameterType.keyword, required: true },
|
|
38
|
+
{ text: "name", type: Types_1.ParameterType.tag, required: true },
|
|
39
|
+
],
|
|
40
|
+
},
|
|
41
|
+
];
|
|
42
|
+
//# sourceMappingURL=tag.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/tag.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,qBAAqB;AACR,QAAA,GAAG,GAAkB;IAChC;QACE,IAAI,EAAE,KAAK;QACX,aAAa,EAAE,kCAAkC;QACjD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAClE,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAa,CAAC,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE;SAC1D;KACF;IACD;QACE,IAAI,EAAE,KAAK;QACX,aAAa,EAAE,kCAAkC;QACjD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,qBAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;YAClE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;SAC9D;KACF;IACD;QACE,IAAI,EAAE,KAAK;QACX,aAAa,EAAE,kCAAkC;QACjD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC5D;gBACE,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,qBAAa,CAAC,QAAQ;gBAC5B,QAAQ,EAAE,IAAI;gBACd,OAAO,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;aAC5B;YACD,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC/D,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAa,CAAC,GAAG,EAAE,QAAQ,EAAE,IAAI,EAAE;SAC1D;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,369 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.teleport = void 0;
|
|
4
|
+
const Types_1 = require("../../Types");
|
|
5
|
+
/**The teleport command */
|
|
6
|
+
exports.teleport = [
|
|
7
|
+
{
|
|
8
|
+
name: "teleport",
|
|
9
|
+
documentation: "Teleport Entities.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "teleport", type: Types_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "destination", type: Types_1.ParameterType.selector, required: true },
|
|
13
|
+
{
|
|
14
|
+
text: "check for blocks",
|
|
15
|
+
type: Types_1.ParameterType.boolean,
|
|
16
|
+
required: false,
|
|
17
|
+
},
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
name: "teleport",
|
|
22
|
+
documentation: "Teleport Entities.",
|
|
23
|
+
parameters: [
|
|
24
|
+
{ text: "teleport", type: Types_1.ParameterType.keyword, required: true },
|
|
25
|
+
{
|
|
26
|
+
text: "destination x",
|
|
27
|
+
type: Types_1.ParameterType.coordinate,
|
|
28
|
+
required: true,
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
text: "destination y",
|
|
32
|
+
type: Types_1.ParameterType.coordinate,
|
|
33
|
+
required: true,
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
text: "destination z",
|
|
37
|
+
type: Types_1.ParameterType.coordinate,
|
|
38
|
+
required: true,
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
text: "check for blocks",
|
|
42
|
+
type: Types_1.ParameterType.boolean,
|
|
43
|
+
required: false,
|
|
44
|
+
},
|
|
45
|
+
],
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
name: "teleport",
|
|
49
|
+
documentation: "Teleport Entities.",
|
|
50
|
+
parameters: [
|
|
51
|
+
{ text: "teleport", type: Types_1.ParameterType.keyword, required: true },
|
|
52
|
+
{ text: "victim", type: Types_1.ParameterType.selector, required: true },
|
|
53
|
+
{ text: "destination", type: Types_1.ParameterType.selector, required: true },
|
|
54
|
+
{
|
|
55
|
+
text: "check for blocks",
|
|
56
|
+
type: Types_1.ParameterType.boolean,
|
|
57
|
+
required: false,
|
|
58
|
+
},
|
|
59
|
+
],
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
name: "teleport",
|
|
63
|
+
documentation: "Teleport Entities.",
|
|
64
|
+
parameters: [
|
|
65
|
+
{ text: "teleport", type: Types_1.ParameterType.keyword, required: true },
|
|
66
|
+
{ text: "victim", type: Types_1.ParameterType.selector, required: true },
|
|
67
|
+
{
|
|
68
|
+
text: "destination x",
|
|
69
|
+
type: Types_1.ParameterType.coordinate,
|
|
70
|
+
required: true,
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
text: "destination y",
|
|
74
|
+
type: Types_1.ParameterType.coordinate,
|
|
75
|
+
required: true,
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
text: "destination z",
|
|
79
|
+
type: Types_1.ParameterType.coordinate,
|
|
80
|
+
required: true,
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
text: "check for blocks",
|
|
84
|
+
type: Types_1.ParameterType.boolean,
|
|
85
|
+
required: false,
|
|
86
|
+
},
|
|
87
|
+
],
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: "teleport",
|
|
91
|
+
documentation: "Teleport Entities.",
|
|
92
|
+
parameters: [
|
|
93
|
+
{ text: "teleport", type: Types_1.ParameterType.keyword, required: true },
|
|
94
|
+
{ text: "destination", type: Types_1.ParameterType.selector, required: true },
|
|
95
|
+
{ text: "yRot", type: Types_1.ParameterType.coordinate, required: false },
|
|
96
|
+
{ text: "xRot", type: Types_1.ParameterType.coordinate, required: false },
|
|
97
|
+
{
|
|
98
|
+
text: "check for blocks",
|
|
99
|
+
type: Types_1.ParameterType.boolean,
|
|
100
|
+
required: false,
|
|
101
|
+
},
|
|
102
|
+
],
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
name: "teleport",
|
|
106
|
+
documentation: "Teleport Entities.",
|
|
107
|
+
parameters: [
|
|
108
|
+
{ text: "teleport", type: Types_1.ParameterType.keyword, required: true },
|
|
109
|
+
{
|
|
110
|
+
text: "destination x",
|
|
111
|
+
type: Types_1.ParameterType.coordinate,
|
|
112
|
+
required: true,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
text: "destination y",
|
|
116
|
+
type: Types_1.ParameterType.coordinate,
|
|
117
|
+
required: true,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
text: "destination z",
|
|
121
|
+
type: Types_1.ParameterType.coordinate,
|
|
122
|
+
required: true,
|
|
123
|
+
},
|
|
124
|
+
{ text: "yRot", type: Types_1.ParameterType.coordinate, required: false },
|
|
125
|
+
{ text: "xRot", type: Types_1.ParameterType.coordinate, required: false },
|
|
126
|
+
{
|
|
127
|
+
text: "check for blocks",
|
|
128
|
+
type: Types_1.ParameterType.boolean,
|
|
129
|
+
required: false,
|
|
130
|
+
},
|
|
131
|
+
],
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
name: "teleport",
|
|
135
|
+
documentation: "Teleport the entity to the destination with rotation.",
|
|
136
|
+
parameters: [
|
|
137
|
+
{ text: "teleport", type: Types_1.ParameterType.keyword, required: true },
|
|
138
|
+
{ text: "victim", type: Types_1.ParameterType.selector, required: true },
|
|
139
|
+
{ text: "destination", type: Types_1.ParameterType.selector, required: true },
|
|
140
|
+
{ text: "facing", type: Types_1.ParameterType.keyword, required: true },
|
|
141
|
+
{ text: "yRot", type: Types_1.ParameterType.coordinate, required: false },
|
|
142
|
+
{ text: "xRot", type: Types_1.ParameterType.coordinate, required: false },
|
|
143
|
+
{
|
|
144
|
+
text: "check for blocks",
|
|
145
|
+
type: Types_1.ParameterType.boolean,
|
|
146
|
+
required: false,
|
|
147
|
+
},
|
|
148
|
+
],
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
name: "teleport",
|
|
152
|
+
documentation: "Teleport Entities.",
|
|
153
|
+
parameters: [
|
|
154
|
+
{ text: "teleport", type: Types_1.ParameterType.keyword, required: true },
|
|
155
|
+
{ text: "victim", type: Types_1.ParameterType.selector, required: true },
|
|
156
|
+
{
|
|
157
|
+
text: "destination x",
|
|
158
|
+
type: Types_1.ParameterType.coordinate,
|
|
159
|
+
required: true,
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
text: "destination y",
|
|
163
|
+
type: Types_1.ParameterType.coordinate,
|
|
164
|
+
required: true,
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
text: "destination z",
|
|
168
|
+
type: Types_1.ParameterType.coordinate,
|
|
169
|
+
required: true,
|
|
170
|
+
},
|
|
171
|
+
{ text: "yRot", type: Types_1.ParameterType.coordinate, required: false },
|
|
172
|
+
{ text: "xRot", type: Types_1.ParameterType.coordinate, required: false },
|
|
173
|
+
{
|
|
174
|
+
text: "check for blocks",
|
|
175
|
+
type: Types_1.ParameterType.boolean,
|
|
176
|
+
required: false,
|
|
177
|
+
},
|
|
178
|
+
],
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
name: "teleport",
|
|
182
|
+
documentation: "Teleport Entities.",
|
|
183
|
+
parameters: [
|
|
184
|
+
{ text: "teleport", type: Types_1.ParameterType.keyword, required: true },
|
|
185
|
+
{ text: "destination", type: Types_1.ParameterType.selector, required: true },
|
|
186
|
+
{ text: "facing", type: Types_1.ParameterType.keyword, required: true },
|
|
187
|
+
{ text: "look at", type: Types_1.ParameterType.selector, required: true },
|
|
188
|
+
{
|
|
189
|
+
text: "check for blocks",
|
|
190
|
+
type: Types_1.ParameterType.boolean,
|
|
191
|
+
required: false,
|
|
192
|
+
},
|
|
193
|
+
],
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
name: "teleport",
|
|
197
|
+
documentation: "Teleport Entities.",
|
|
198
|
+
parameters: [
|
|
199
|
+
{ text: "teleport", type: Types_1.ParameterType.keyword, required: true },
|
|
200
|
+
{ text: "destination", type: Types_1.ParameterType.selector, required: true },
|
|
201
|
+
{ text: "facing", type: Types_1.ParameterType.keyword, required: true },
|
|
202
|
+
{ text: "look at x", type: Types_1.ParameterType.coordinate, required: true },
|
|
203
|
+
{ text: "look at y", type: Types_1.ParameterType.coordinate, required: true },
|
|
204
|
+
{ text: "look at z", type: Types_1.ParameterType.coordinate, required: true },
|
|
205
|
+
{
|
|
206
|
+
text: "check for blocks",
|
|
207
|
+
type: Types_1.ParameterType.boolean,
|
|
208
|
+
required: false,
|
|
209
|
+
},
|
|
210
|
+
],
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
name: "teleport",
|
|
214
|
+
documentation: "Teleport Entities.",
|
|
215
|
+
parameters: [
|
|
216
|
+
{ text: "teleport", type: Types_1.ParameterType.keyword, required: true },
|
|
217
|
+
{ text: "victim", type: Types_1.ParameterType.selector, required: true },
|
|
218
|
+
{ text: "destination", type: Types_1.ParameterType.selector, required: true },
|
|
219
|
+
{ text: "facing", type: Types_1.ParameterType.keyword, required: true },
|
|
220
|
+
{ text: "look at", type: Types_1.ParameterType.selector, required: true },
|
|
221
|
+
{
|
|
222
|
+
text: "check for blocks",
|
|
223
|
+
type: Types_1.ParameterType.boolean,
|
|
224
|
+
required: false,
|
|
225
|
+
},
|
|
226
|
+
],
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
name: "teleport",
|
|
230
|
+
documentation: "Teleport Entities.",
|
|
231
|
+
parameters: [
|
|
232
|
+
{ text: "teleport", type: Types_1.ParameterType.keyword, required: true },
|
|
233
|
+
{ text: "victim", type: Types_1.ParameterType.selector, required: true },
|
|
234
|
+
{ text: "destination", type: Types_1.ParameterType.selector, required: true },
|
|
235
|
+
{ text: "facing", type: Types_1.ParameterType.keyword, required: true },
|
|
236
|
+
{ text: "look at x", type: Types_1.ParameterType.coordinate, required: true },
|
|
237
|
+
{ text: "look at y", type: Types_1.ParameterType.coordinate, required: true },
|
|
238
|
+
{ text: "look at z", type: Types_1.ParameterType.coordinate, required: true },
|
|
239
|
+
{
|
|
240
|
+
text: "check for blocks",
|
|
241
|
+
type: Types_1.ParameterType.boolean,
|
|
242
|
+
required: false,
|
|
243
|
+
},
|
|
244
|
+
],
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
name: "teleport",
|
|
248
|
+
documentation: "Teleport Entities.",
|
|
249
|
+
parameters: [
|
|
250
|
+
{ text: "teleport", type: Types_1.ParameterType.keyword, required: true },
|
|
251
|
+
{
|
|
252
|
+
text: "destination x",
|
|
253
|
+
type: Types_1.ParameterType.coordinate,
|
|
254
|
+
required: true,
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
text: "destination y",
|
|
258
|
+
type: Types_1.ParameterType.coordinate,
|
|
259
|
+
required: true,
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
text: "destination z",
|
|
263
|
+
type: Types_1.ParameterType.coordinate,
|
|
264
|
+
required: true,
|
|
265
|
+
},
|
|
266
|
+
{ text: "facing", type: Types_1.ParameterType.keyword, required: true },
|
|
267
|
+
{ text: "look at", type: Types_1.ParameterType.selector, required: true },
|
|
268
|
+
{
|
|
269
|
+
text: "check for blocks",
|
|
270
|
+
type: Types_1.ParameterType.boolean,
|
|
271
|
+
required: false,
|
|
272
|
+
},
|
|
273
|
+
],
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
name: "teleport",
|
|
277
|
+
documentation: "Teleport Entities.",
|
|
278
|
+
parameters: [
|
|
279
|
+
{ text: "teleport", type: Types_1.ParameterType.keyword, required: true },
|
|
280
|
+
{
|
|
281
|
+
text: "destination x",
|
|
282
|
+
type: Types_1.ParameterType.coordinate,
|
|
283
|
+
required: true,
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
text: "destination y",
|
|
287
|
+
type: Types_1.ParameterType.coordinate,
|
|
288
|
+
required: true,
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
text: "destination z",
|
|
292
|
+
type: Types_1.ParameterType.coordinate,
|
|
293
|
+
required: true,
|
|
294
|
+
},
|
|
295
|
+
{ text: "facing", type: Types_1.ParameterType.keyword, required: true },
|
|
296
|
+
{ text: "look at x", type: Types_1.ParameterType.coordinate, required: true },
|
|
297
|
+
{ text: "look at y", type: Types_1.ParameterType.coordinate, required: true },
|
|
298
|
+
{ text: "look at z", type: Types_1.ParameterType.coordinate, required: true },
|
|
299
|
+
{
|
|
300
|
+
text: "check for blocks",
|
|
301
|
+
type: Types_1.ParameterType.boolean,
|
|
302
|
+
required: false,
|
|
303
|
+
},
|
|
304
|
+
],
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
name: "teleport",
|
|
308
|
+
documentation: "Teleport Entities.",
|
|
309
|
+
parameters: [
|
|
310
|
+
{ text: "teleport", type: Types_1.ParameterType.keyword, required: true },
|
|
311
|
+
{ text: "victim", type: Types_1.ParameterType.selector, required: true },
|
|
312
|
+
{
|
|
313
|
+
text: "destination x",
|
|
314
|
+
type: Types_1.ParameterType.coordinate,
|
|
315
|
+
required: true,
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
text: "destination y",
|
|
319
|
+
type: Types_1.ParameterType.coordinate,
|
|
320
|
+
required: true,
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
text: "destination z",
|
|
324
|
+
type: Types_1.ParameterType.coordinate,
|
|
325
|
+
required: true,
|
|
326
|
+
},
|
|
327
|
+
{ text: "facing", type: Types_1.ParameterType.keyword, required: true },
|
|
328
|
+
{ text: "look at", type: Types_1.ParameterType.selector, required: true },
|
|
329
|
+
{
|
|
330
|
+
text: "check for blocks",
|
|
331
|
+
type: Types_1.ParameterType.boolean,
|
|
332
|
+
required: false,
|
|
333
|
+
},
|
|
334
|
+
],
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
name: "teleport",
|
|
338
|
+
documentation: "Teleport Entities.",
|
|
339
|
+
parameters: [
|
|
340
|
+
{ text: "teleport", type: Types_1.ParameterType.keyword, required: true },
|
|
341
|
+
{ text: "victim", type: Types_1.ParameterType.selector, required: true },
|
|
342
|
+
{
|
|
343
|
+
text: "destination x",
|
|
344
|
+
type: Types_1.ParameterType.coordinate,
|
|
345
|
+
required: true,
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
text: "destination y",
|
|
349
|
+
type: Types_1.ParameterType.coordinate,
|
|
350
|
+
required: true,
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
text: "destination z",
|
|
354
|
+
type: Types_1.ParameterType.coordinate,
|
|
355
|
+
required: true,
|
|
356
|
+
},
|
|
357
|
+
{ text: "facing", type: Types_1.ParameterType.keyword, required: true },
|
|
358
|
+
{ text: "look at x", type: Types_1.ParameterType.coordinate, required: true },
|
|
359
|
+
{ text: "look at y", type: Types_1.ParameterType.coordinate, required: true },
|
|
360
|
+
{ text: "look at z", type: Types_1.ParameterType.coordinate, required: true },
|
|
361
|
+
{
|
|
362
|
+
text: "check for blocks",
|
|
363
|
+
type: Types_1.ParameterType.boolean,
|
|
364
|
+
required: false,
|
|
365
|
+
},
|
|
366
|
+
],
|
|
367
|
+
},
|
|
368
|
+
];
|
|
369
|
+
//# sourceMappingURL=teleport.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"teleport.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/teleport.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.tell = void 0;
|
|
4
|
+
const Types_1 = require("../../Types");
|
|
5
|
+
/**The tell command */
|
|
6
|
+
exports.tell = [
|
|
7
|
+
{
|
|
8
|
+
name: "tell",
|
|
9
|
+
documentation: "Sends a private message to one or more players.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "tell", 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: "message", type: Types_1.ParameterType.message, required: true },
|
|
19
|
+
],
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
//# sourceMappingURL=tell.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tell.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/tell.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,sBAAsB;AACT,QAAA,IAAI,GAAkB;IACjC;QACE,IAAI,EAAE,MAAM;QACZ,aAAa,EAAE,iDAAiD;QAChE,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,SAAS,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;SACjE;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.tellraw = void 0;
|
|
4
|
+
const Types_1 = require("../../Types");
|
|
5
|
+
/**The tellraw command */
|
|
6
|
+
exports.tellraw = [
|
|
7
|
+
{
|
|
8
|
+
name: "tellraw",
|
|
9
|
+
documentation: "Sends a json messsage to players.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "tellraw", 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
|
+
{
|
|
19
|
+
text: "json raw text",
|
|
20
|
+
type: Types_1.ParameterType.jsonRawText,
|
|
21
|
+
required: true,
|
|
22
|
+
},
|
|
23
|
+
],
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
//# sourceMappingURL=tellraw.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tellraw.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/tellraw.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,yBAAyB;AACZ,QAAA,OAAO,GAAkB;IACpC;QACE,IAAI,EAAE,SAAS;QACf,aAAa,EAAE,mCAAmC;QAClD,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE;gBACE,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,qBAAa,CAAC,QAAQ;gBAC5B,QAAQ,EAAE,IAAI;gBACd,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;aAC9B;YACD;gBACE,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,qBAAa,CAAC,WAAW;gBAC/B,QAAQ,EAAE,IAAI;aACf;SACF;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.testfor = void 0;
|
|
4
|
+
const Types_1 = require("../../Types");
|
|
5
|
+
/**The testfor command */
|
|
6
|
+
exports.testfor = [
|
|
7
|
+
{
|
|
8
|
+
name: "testfor",
|
|
9
|
+
documentation: "Counts entities (players, mobs, items, etc.) matching specified conditions.",
|
|
10
|
+
parameters: [
|
|
11
|
+
{ text: "testfor", type: Types_1.ParameterType.keyword, required: true },
|
|
12
|
+
{ text: "victim", type: Types_1.ParameterType.selector, required: true },
|
|
13
|
+
],
|
|
14
|
+
},
|
|
15
|
+
];
|
|
16
|
+
//# sourceMappingURL=testfor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"testfor.js","sourceRoot":"","sources":["../../../../../src/Lib/Data/Vanilla/testfor.ts"],"names":[],"mappings":";;;AAAA,uCAA4C;AAG5C,yBAAyB;AACZ,QAAA,OAAO,GAAkB;IACpC;QACE,IAAI,EAAE,SAAS;QACf,aAAa,EAAE,6EAA6E;QAC5F,UAAU,EAAE;YACV,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,qBAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE;YAChE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;SACjE;KACF;CACF,CAAC"}
|