Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加插件:AutoFish 自动钓鱼插件 、RebirthCoin 复活币插件,并使Auto系列插件支持英文翻译 #551

Merged
merged 4 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Plugin.sln
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VotePlus", "src\VotePlus\Vo
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LazyAPI", "src\LazyAPI\LazyAPI.csproj", "{FDA7A806-41DA-469F-8290-347ACF613837}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoFish", "src\AutoFish\AutoFish.csproj", "{1225C358-E037-41BF-A249-C2AB071D80FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -1196,6 +1198,14 @@ Global
{FDA7A806-41DA-469F-8290-347ACF613837}.Release|Any CPU.Build.0 = Release|Any CPU
{FDA7A806-41DA-469F-8290-347ACF613837}.Release|x64.ActiveCfg = Release|Any CPU
{FDA7A806-41DA-469F-8290-347ACF613837}.Release|x64.Build.0 = Release|Any CPU
{1225C358-E037-41BF-A249-C2AB071D80FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1225C358-E037-41BF-A249-C2AB071D80FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1225C358-E037-41BF-A249-C2AB071D80FF}.Debug|x64.ActiveCfg = Debug|Any CPU
{1225C358-E037-41BF-A249-C2AB071D80FF}.Debug|x64.Build.0 = Debug|Any CPU
{1225C358-E037-41BF-A249-C2AB071D80FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1225C358-E037-41BF-A249-C2AB071D80FF}.Release|Any CPU.Build.0 = Release|Any CPU
{1225C358-E037-41BF-A249-C2AB071D80FF}.Release|x64.ActiveCfg = Release|Any CPU
{1225C358-E037-41BF-A249-C2AB071D80FF}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
| [AutoReset](src/AutoReset/README.md) | 完全自动重置 | 无 |
| [AutoStoreItems](src/AutoStoreItems/README.md) | 自动储存 | 无 |
| [AutoTeam](src/AutoTeam/README.md) | 自动队伍 | 无 |
| [AutoFish](src/AutoFish/README.md) | 自动钓鱼 | 无 |
| [Back](src/Back/README.md) | 死亡回溯 | 无 |
| [BagPing](src/BagPing/README.md) | 地图上标记宝藏袋 | 无 |
| [BetterWhitelist](src/BetterWhitelist/README.md) | 白名单插件 | 无 |
Expand Down
5 changes: 3 additions & 2 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@
| [AdditionalPylons](src/AdditionalPylons/README_EN.md) | Yes | Place more Pylons | No |
| [AnnouncementBoxPlus](src/AnnouncementBoxPlus/README.md) | No | Enhance Broadcast Box Functionality | No |
| [AutoBroadcast](src/AutoBroadcast/README_EN.md) | Yes | Automatic broadcast | No |
| [AutoAirItem](src/AutoAirItem/README_EN.md) | Yes | Automatic trash cans | No |
| [AutoAirItem](src/AutoAirItem/README_EN.md) | No | Automatic trash cans | No |
| [AutoClear](src/Autoclear/README_EN.md) | Yes | Intelligent automatic cleaning | No |
| [AutoReset](src/AutoReset/README_EN.md) | Yes | Fully automatic reset | No |
| [AutoStoreItems](src/AutoStoreItems/README_EN.md) | Yes | Automatic storage | No |
| [AutoStoreItems](src/AutoStoreItems/README_EN.md) | No | Automatic storage | No |
| [AutoTeam](src/AutoTeam/README_EN.md) | Yes | Automatic team formation | No |
| [AutoFish](src/AutoFish/README_EN.md) | No | Automatic fishing | No |
| [Back](src/Back/README_EN.md) | Yes | Return to the point of death | No |
| [BagPing](src/BagPing/README_EN.md) | Yes | Mark treasure bags on the map | No |
| [BetterWhitelist](src/BetterWhitelist/README_EN.md) | Yes | Whitelist plugin | No |
Expand Down
Loading
Loading