Skip to content

Commit

Permalink
res刷钱漏洞
Browse files Browse the repository at this point in the history
  • Loading branch information
postyizhan committed May 24, 2024
1 parent 3f7cc78 commit cfc9310
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/扩展阅读/待办事项.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sidebar_position: 100
- [ ] p2 地皮案例 做建筑服
- [ ] 皮肤插件 SkinsRestorer
- [ ] 插件管理 如 PlugManX
- [ ] res刷钱漏洞提醒
- [x] res刷钱漏洞提醒
- [ ] 怎么重载插件

## 反作弊
Expand Down
27 changes: 27 additions & 0 deletions docs/插件/领地地皮空岛/Residence.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,30 @@ https://www.zrips.net/cmilib/
不如说是假开源

![](_images/Residence-github.png)

## 刷钱漏洞

5.1.4.2 版本之前存在刷钱漏洞

#### 修复方式一(推荐)

更新插件版本至最新

#### 修复方式二

禁止掉residence.command.bank权限

该权限res默认给予全体玩家

#### [LP]
```
lp group default permission set residence.command.bank false
```
#### [PEX]
```
pex group default add -residence.command.bank
```
#### [GM]
```
mangaddp builder -residence.command.bank
```

0 comments on commit cfc9310

Please sign in to comment.