├── LICENSE
├── README.md
├── guides
├── EN.md
└── ES.md
├── manifest.json
├── node_modules
└── @minecraft
│ ├── server-gametest
│ ├── README.md
│ ├── index.d.ts
│ ├── node_modules
│ │ └── @minecraft
│ │ │ └── server
│ │ │ ├── README.md
│ │ │ ├── index.d.ts
│ │ │ ├── package.json
│ │ │ ├── tests.ts
│ │ │ └── tsconfig.json
│ ├── package.json
│ ├── tests.ts
│ └── tsconfig.json
│ └── server
│ ├── README.md
│ ├── index.d.ts
│ ├── package.json
│ ├── tests.ts
│ └── tsconfig.json
├── pack_icon.png
├── package.json
├── scripts
├── main.js
└── src
│ ├── data.js
│ └── players.js
└── structures
└── FP
└── Server.mcstructure
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2023 AlecsDeveloper
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | > [!NOTE]
2 | > Guides: [Español](/guides/ES.md) **/** [English](/guides/EN.md) **/** [Video](https://youtu.be/FMnSQ2R94PI)
3 |
4 | > [!IMPORTANT]
5 | > **Experimental Modes:**
6 | > - Beta APIs
7 | >
8 | > **Gamerules Fixer**
9 | > - Download and use this pack to fix the gamerules issues:
10 | > [Download here](https://cdn.discordapp.com/attachments/1208481601676382351/1208850823442858044/Gamerules_1.19.mcpack?ex=67b18d4f&is=67b03bcf&hm=c87fe4096271a71e7f3ee44d5c3a880cb698d9e9a602d1a9d51689bf99ca6607&)
11 |
12 | ---
13 |
14 | > [!TIP]
15 | > # Fakeplayer Rework
16 | > Use `#fakeplayer --help` to see the guide
17 | > - [1.21.60+](https://www.curseforge.com/minecraft-bedrock/scripts/fakeplayer/download/6183099)
18 | > - [1.21.50](https://www.curseforge.com/minecraft-bedrock/scripts/fakeplayer/download/5969210)
19 | > - [1.21.40](https://www.curseforge.com/minecraft-bedrock/scripts/fakeplayer/download/5852156)
20 | > - [1.21.20](https://www.curseforge.com/minecraft-bedrock/scripts/fakeplayer/download/5626237)
21 | > - [1.21 - 1.21.2](https://www.curseforge.com/minecraft-bedrock/scripts/fakeplayer/download/5441504)
22 | > - [1.20.80 - 1.20.81](https://www.curseforge.com/minecraft-bedrock/scripts/fakeplayer/download/5393806)
23 |
24 | > [!WARNING]
25 | > # Fakeplayer
26 | > - [1.20.70](https://www.mediafire.com/file/ux4aqssczlwl9cu/Fakeplayer_1.20.70.mcpack/file)
27 | > - [1.20.60](https://www.mediafire.com/file/6szquispqc3hc9t/Fakeplayer_1.20.60.mcpack/file)
28 | > - [1.20.50 - 1.20.51](https://www.mediafire.com/file/3zh0lpzczgb62st/Fakeplayer_1.20.50.mcpack/file)
29 | > - [1.20.40 - 1.20.41](https://www.mediafire.com/file/p38nnpzv92xt745/Fakeplayer_1.20.40.mcpack/file)
30 | > - [1.20.30](https://www.mediafire.com/file/i674gb2jixfbgw6/Fakeplayer_1.20.30.mcpack/file)
31 | > - [1.20.10 - 1.20.15](https://www.mediafire.com/file/90orvm8v9rop1pj/Fakeplayer_1.20.10.mcpack/file)
32 | > - [1.20 - 1.20.1](https://www.mediafire.com/file/z9xtd8f1ez7yiyp/Fakeplayer_1.20.mcpack/file)
33 | > - [1.19.80 - 1.19.83](https://www.mediafire.com/file/qsf0xswv7duzgi3/Fakeplayer_1.19.80.mcpack/file)
34 | > - [1.19.70 - 1.19.73](https://www.mediafire.com/file/7ppkbmo1kijz3ys/Fakeplayer+1.19.70.mcpack/file)
35 | > - [1.19.50 - 1.19.63](https://www.mediafire.com/download/n6yr81m6z0r4392)
36 |
37 | ---
38 | > [!NOTE]
39 | > ## Developed by Alecs.
40 | > ### [Discord Server](https://discord.gg/96Uyt3KWT5) **-** [YT Channel](https://www.youtube.com/@yosoyalexD)
41 | ---
42 |
--------------------------------------------------------------------------------
/guides/EN.md:
--------------------------------------------------------------------------------
1 | # English Guide
2 | ---
3 | ## Introduction
4 |
5 | ## What is?
6 | `Fakeplayers Addon` is a tool capable of providing the ability to generate players using commands and methods.
7 |
8 | ## What is for it?
9 | By being able to generate these players, they will obtain `almost` all the capabilities of a normal player (like you) among these capabilities are:
10 |
11 | | Capabilities | Can? |
12 | | ----------- | :------: |
13 | | Load Terrain | ✅ |
14 | | Generate Mobs | ✅ |
15 | | Perform Actions | ✅ |
16 |
17 | ## [Download](https://www.mediafire.com/file/ux4aqssczlwl9cu/Fakeplayer_1.20.70.mcpack/file)
18 | ---
19 | ## Commands guide
20 |
21 | Prefix: `./player`
22 | Reserved method: `server`
23 |
24 |
25 |
26 | ## Basic commands
27 | `./player spawn `
28 | It generates a player, it can have an optional value after the `spawn` method, this can be survival or creative, in case of not being entered any, survival will be placed by default.
29 |
30 | `./player kill`
31 | Kick the player entered in the `username` parameter.
32 |
33 | `./player respawn`
34 | Respawn the dead player.
35 |
36 | `./player tp`
37 | Teleport the entered player to your position.
38 |
39 |
40 |
41 | ## Action commands
42 | `./player jump`
43 | Causes the entered player to perform a jump.
44 |
45 | `./player attack`
46 | Causes the entered player to perform a attack.
47 |
48 | `./player use <0-9>`
49 | It makes the player select and use the slot element entered in the parameter `0-9`, if it is not a value between 0 and 9, slot 0 will be used by default, this command can also be used to select a slot.
50 |
51 | `./player interact`
52 | It makes the player interact with what he has in front of him, he will use the item he has in his hand, to select a slot you can use the command `use` mentioned above.
53 |
54 |
55 |
56 | ## Advanced commands
57 | `./player repeat