This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
## PermissionAPI v0.1.1-Beta Release Note | ||
## PermissionAPI v0.1.2-Beta Release Note | ||
|
||
### Overview | ||
PermissionAPI-0.1.1 has been released, adapted to LiteLoaderBDS-2.5.1, BDS-1.19.20 | ||
PermissionAPI-0.1.2 has been released, adapted to LiteLoaderBDS-2.5.1, BDS-1.19.20 | ||
|
||
### Features | ||
- Interface LiteLoader I18N | ||
- Refactor code(#1, #2) | ||
### Changes | ||
- Modify the logic of getPlayerPermissions(#3) | ||
- Remove outputs in entry | ||
- Make Role::members and Role:permissions protected | ||
|
||
### LiteLoaderBDS New Forum | ||
[https://forum.litebds.com/](https://forum.litebds.com/) | ||
### Features | ||
- Add command shortcuts(#4) | ||
- Add permission name check in Role::setPermission | ||
- Add deleteRole API |