Skip to content

Commit af5c659

Browse files
committed
自动更新插件列表 [skip ci]
1 parent ebdd5a7 commit af5c659

File tree

7 files changed

+87
-1
lines changed

7 files changed

+87
-1
lines changed

Plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
},
478478
{
479479
"Name": "Ezperm",
480-
"Version": "1.2.2",
480+
"Version": "1.2.3",
481481
"Author": "大豆子,肝帝熙恩优化1449",
482482
"Description": "一个指令帮助小白给初始服务器添加缺失的权限,还可以批量添删权限",
483483
"Path": "Ezperm.dll"
Binary file not shown.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# yaaiomni
2+
[![Total Downloads](https://img.shields.io/github/downloads/sgkoishi/yaaiomni/total?label=Downloads%40Release&style=for-the-badge) ![Latest Downloads](https://img.shields.io/github/downloads-pre/sgkoishi/yaaiomni/latest/total?label=Downloads%40Latest%20Release&style=for-the-badge)](https://github.com/sgkoishi/yaaiomni/releases) [![NuGet](https://img.shields.io/nuget/dt/Chireiden.TShock.Omni?label=NuGet&style=for-the-badge)](https://www.nuget.org/packages/Chireiden.TShock.Omni/)
3+
4+
Yet another misc plugin for TShock, collection of fixes, enhancements, utilities, debug commands, and more.
5+
6+
> __Note__
7+
> If you are using Linux and don't know which version to download, download the tarball.
8+
9+
### Commonly used
10+
* `/whynot` to show recent permission queries related to the player. The ultimate solution for all "what permission" questions.
11+
* `/setlang`, `/maxplayers` to set the language and max players.
12+
* `/settimeout`, `/setinterval`, `/clearinterval`, `/showdelay` to automate commands based on a timer.
13+
* `/runas` to run commands as another player.
14+
* `/resetcharacter`, `/exportcharacter` to reset or export a character.
15+
* Chat spam limit to 3 msg/5 sec, 5 msg/20 sec (`.Mitigation.ChatSpamRestrict` in config).
16+
17+
### More features
18+
19+
* `.PlayerWildcardFormat`: `/g zenith *all*`
20+
* `.HideCommands` and `.StartupCommands` will hide commands or run on startup.
21+
* `.Enhancements.AlternativeCommandSyntax` supports `/command1 ; command2 ; command3 ...` and `/command1 && command2 && command3 ...`.
22+
* `.Mode.Vanilla.Enabled` will add permissions to players for vanilla game play experience.
23+
* `.CommandRenames`: `{"Chireiden.TShock.Omni.Plugin.Command_PermissionCheck": ["whynot123", "whynot456"]}`
24+
25+
### Advanced options
26+
27+
Run `/genconfig` to generate a full version of the config file. Hidden entries will be shown (unchanged entries will be hidden on next launch/reload).
28+
29+
> __Warning__
30+
> **KEEP IT UNCHANGED. DO NOT TOUCH UNLESS YOU KNOW WHAT YOU ARE DOING**
31+
32+
You will have access to all hidden features and control how they work. Read the [comments in `Config.cs`](Core/Config.cs) for more details.
33+
34+
### Extra
35+
36+
The `Chireiden.TShock.Omni.Misc` plugin contains some random features and utilities.
37+
* Restrict specific boss summon, team and pvp status based on the permission.
38+
* `.LavaHandler` stops lava spamming. It does not prevent lava from spawning, but rather vacuums it after it might spawn.
39+
* Commands like `/echo`, `/_pvp`, `/_team` etc. can be used in minigames with other plugins.
169 KB
Binary file not shown.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# yaaiomni
2+
[![Total Downloads](https://img.shields.io/github/downloads/sgkoishi/yaaiomni/total?label=Downloads%40Release&style=for-the-badge) ![Latest Downloads](https://img.shields.io/github/downloads-pre/sgkoishi/yaaiomni/latest/total?label=Downloads%40Latest%20Release&style=for-the-badge)](https://github.com/sgkoishi/yaaiomni/releases) [![NuGet](https://img.shields.io/nuget/dt/Chireiden.TShock.Omni?label=NuGet&style=for-the-badge)](https://www.nuget.org/packages/Chireiden.TShock.Omni/)
3+
4+
Yet another misc plugin for TShock, collection of fixes, enhancements, utilities, debug commands, and more.
5+
6+
> __Note__
7+
> If you are using Linux and don't know which version to download, download the tarball.
8+
9+
### Commonly used
10+
* `/whynot` to show recent permission queries related to the player. The ultimate solution for all "what permission" questions.
11+
* `/setlang`, `/maxplayers` to set the language and max players.
12+
* `/settimeout`, `/setinterval`, `/clearinterval`, `/showdelay` to automate commands based on a timer.
13+
* `/runas` to run commands as another player.
14+
* `/resetcharacter`, `/exportcharacter` to reset or export a character.
15+
* Chat spam limit to 3 msg/5 sec, 5 msg/20 sec (`.Mitigation.ChatSpamRestrict` in config).
16+
17+
### More features
18+
19+
* `.PlayerWildcardFormat`: `/g zenith *all*`
20+
* `.HideCommands` and `.StartupCommands` will hide commands or run on startup.
21+
* `.Enhancements.AlternativeCommandSyntax` supports `/command1 ; command2 ; command3 ...` and `/command1 && command2 && command3 ...`.
22+
* `.Mode.Vanilla.Enabled` will add permissions to players for vanilla game play experience.
23+
* `.CommandRenames`: `{"Chireiden.TShock.Omni.Plugin.Command_PermissionCheck": ["whynot123", "whynot456"]}`
24+
25+
### Advanced options
26+
27+
Run `/genconfig` to generate a full version of the config file. Hidden entries will be shown (unchanged entries will be hidden on next launch/reload).
28+
29+
> __Warning__
30+
> **KEEP IT UNCHANGED. DO NOT TOUCH UNLESS YOU KNOW WHAT YOU ARE DOING**
31+
32+
You will have access to all hidden features and control how they work. Read the [comments in `Config.cs`](Core/Config.cs) for more details.
33+
34+
### Extra
35+
36+
The `Chireiden.TShock.Omni.Misc` plugin contains some random features and utilities.
37+
* Restrict specific boss summon, team and pvp status based on the permission.
38+
* `.LavaHandler` stops lava spamming. It does not prevent lava from spawning, but rather vacuums it after it might spawn.
39+
* Commands like `/echo`, `/_pvp`, `/_team` etc. can be used in minigames with other plugins.

SubmoduleAssembly/Crossplay.dll

13.5 KB
Binary file not shown.

SubmoduleAssembly/Crossplay.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# What is Crossplay?
2+
Crossplay allows for cross-platform play between all 1.4.4+ versions, utlimately closing the gap between Terraria on mobile and PC devices. This plugin works by modifying incoming packets sent from the client (and outgoing packets sent from the server) to match whatever game version the packets are being sent to.
3+
4+
## Installation
5+
Installation is very easy; Simply insert the plugin file (`Crossplay.dll`) into the `ServerPlugins` folder of your TShock install.
6+
7+
## Bugs & Issues
8+
Bugs or other issues with this plugin should be reported as an issue to this page to myself. Feel free to contact my Discord (@Moneylover3246#9667) for further assistance

0 commit comments

Comments
 (0)