Skip to content

Commit 1382e26

Browse files
Merge pull request #23 from ForestOfLight/dev
v1.2.3
2 parents b118d0c + f2243a4 commit 1382e26

6 files changed

Lines changed: 38 additions & 19 deletions

File tree

.vscode/launch.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"version": "0.3.0",
3+
"configurations": [
4+
{
5+
"type": "minecraft-js",
6+
"request": "attach",
7+
"name": "Debug with Minecraft",
8+
"mode": "listen",
9+
"targetModuleUuid": "000abe0b-dcba-43ac-a52f-ee8489a18ce5",
10+
"localRoot": "${workspaceFolder}/packs/BP/scripts",
11+
"port": 19144
12+
}
13+
]
14+
}

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
[![GitHub Downloads](https://img.shields.io/github/downloads/ForestOfLight/Understudy/total?label=Github%20downloads&logo=github)](https://github.com/ForestOfLight/Understudy/releases/latest)
77
[![Curseforge Downloads](https://cf.way2muchnoise.eu/full_1093805_downloads.svg)](https://www.curseforge.com/minecraft-bedrock/addons/understudy)
8-
[![Minecraft - Version](https://img.shields.io/badge/Minecraft-v26.20_(Bedrock)-brightgreen)](https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs)
8+
[![Minecraft - Version](https://img.shields.io/badge/Minecraft-v26.30_(Bedrock)-brightgreen)](https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs)
99
[![Discord](https://badgen.net/discord/members/9KGche8fxm?icon=discord&label=Discord&list=what)](https://discord.gg/9KGche8fxm)
10+
[![BuyMeACoffee](https://raw.githubusercontent.com/pachadotdev/buymeacoffee-badges/main/bmc-donate-yellow.svg)](https://buymeacoffee.com/forestoflight)
1011
</div>
1112

1213
Understudy gives you complete control over simulated players in your Minecraft Bedrock world. Afk your farms, load areas, and more -- all through a set of powerful, intuitive commands!
@@ -97,3 +98,7 @@ These rules can be toggled in **Canopy**.
9798

9899
- **`simplayerRejoining`**: Makes online simulated players rejoin when the world reloads.
99100
- **`noSimplayerSaving`**: Disables saving playerdata for simulated players. Improves performance but causes simulated players to lose their inventory and location when they leave and rejoin.
101+
102+
## Donate
103+
104+
If you appreciate my work here and would like to support the future development of my addons, please consider donating to me on [BuyMeACoffee](https://buymeacoffee.com/forestoflight). Your support is greatly appreciated!

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"vitest": "^3.1.2"
1616
},
1717
"dependencies": {
18-
"@minecraft/server": "^2.7.0-beta.1.26.14-stable",
19-
"@minecraft/server-gametest": "^1.0.0-beta.1.26.14-stable"
18+
"@minecraft/server": "^2.9.0-beta.1.26.30-stable",
19+
"@minecraft/server-gametest": "^1.0.0-beta.1.26.30-stable"
2020
}
2121
}

packs/BP/manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"format_version": 2,
33
"header": {
4-
"name": "Understudy v1.2.2",
4+
"name": "Understudy v1.2.3",
55
"description": "Simulated player extension for §l§aCanopy§r by §aForestOfLight§r.",
66
"uuid": "bb50de74-6e59-467b-871f-8ef829ab579f",
7-
"min_engine_version": [1, 26, 20],
8-
"version": [1, 2, 2]
7+
"min_engine_version": [1, 26, 30],
8+
"version": [1, 2, 3]
99
},
1010
"modules": [
1111
{
@@ -26,15 +26,15 @@
2626
"dependencies": [
2727
{
2828
"module_name": "@minecraft/server",
29-
"version": "2.8.0-beta"
29+
"version": "2.9.0-beta"
3030
},
3131
{
3232
"module_name": "@minecraft/server-gametest",
3333
"version": "1.0.0-beta"
3434
},
3535
{
36-
"uuid": "7f6b23df-a583-476b-b0e4-87457e65f7c0", // Canopy BP
37-
"version": [1, 5, 6]
36+
"uuid": "7f6b23df-a583-476b-b0e4-87457e65f7c0",
37+
"version": [1, 5, 7]
3838
}
3939
]
4040
}

packs/BP/scripts/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const extension = new CanopyExtension({
44
author: 'ForestOfLight',
55
name: 'Understudy',
66
description: 'Simulated Players for §l§aCanopy§r',
7-
version: '1.2.2'
7+
version: '1.2.3'
88
});
99

1010
import './commands/join';

0 commit comments

Comments
 (0)