forked from LiteLDev/LeviLamina
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request LiteLDev#943 from LiteLDev/beta
- Loading branch information
Showing
4,249 changed files
with
77,126 additions
and
68,550 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 1 | ||
#submodules: 'true' | ||
submodules: 'true' | ||
|
||
- name: Cache Bedrock Dedicated Server Library | ||
id: cache-bds-lib | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
[submodule "assets/plugins/LiteLoader/ResourcePacks/LiteLoaderBDS-CUI"] | ||
path = assets/plugins/LiteLoader/ResourcePacks/LiteLoaderBDS-CUI | ||
url = https://github.com/OEOTYAN/LiteLoaderBDS-CUI.git | ||
[submodule "PermissionAPI"] | ||
path = PermissionAPI | ||
url = https://github.com/LiteLDev/PermissionAPI.git | ||
[submodule "ParticleAPI"] | ||
path = ParticleAPI | ||
url = https://github.com/LiteLDev/ParticleAPI.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<!-- Version: 2.8.0 --> | ||
<!-- Version: 2.9.0 --> | ||
|
||
# LiteLoader Release Note | ||
|
||
**Adapted to BDS-1.19.41 | ProtocolVersion 557** | ||
**Adapted to BDS-1.19.50 | ProtocolVersion 560** | ||
|
||
## New features | ||
- Support 1.19.41 @dreamguxiang | ||
- Add Player::getAbilities Player::setAbility #890 @dreamguxiang | ||
- Add Actor::getBiomeId Actor::getBiomeName #883 @dreamguxiang | ||
- Support 1.19.50 @dreamguxiang @ShrBox | ||
- Add offline nbt API #305 @Tsubasa6848 | ||
- Add more parameters for LLSE PlayerEffectChangedEvent #922 @Tsubasa6848 | ||
- Add Player::getAllUuid @Tsubasa6848 | ||
- Add PlayerInfo::getUUIDByXuid #940 @Tsubasa6848 | ||
- Add data.name2uuid and data.xuid2uuid for LLSE #940 @Tsubasa6848 | ||
|
||
## Bug Fixes | ||
- Fix #888 @ShrBox | ||
- Fix Abilities(MayFly) Permissions #890 @dreamguxiang | ||
- Fix `Player::getrealName` error #886 @dreamguxiang | ||
- Fix `Biome::getName` is empty @dreamguxiang | ||
- Fix isMinecart always true #923 @StarsDream00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// | ||
// Created by ShrBox on 2022/12/5. | ||
// | ||
#include <unordered_map> | ||
#include <llapi/mc/Vec3.hpp> | ||
|
||
namespace PlayerDeathPositions { | ||
std::pair<Vec3, int> makeDeathPos(Vec3 vec3, int dim); | ||
std::unordered_map<std::string, std::pair<Vec3, int>> getDeathPositions(); | ||
void deathEventListener(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.