Skip to content

Commit

Permalink
自动更新插件列表 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 13, 2024
1 parent ebdd5a7 commit af5c659
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
},
{
"Name": "Ezperm",
"Version": "1.2.2",
"Version": "1.2.3",
"Author": "大豆子,肝帝熙恩优化1449",
"Description": "一个指令帮助小白给初始服务器添加缺失的权限,还可以批量添删权限",
"Path": "Ezperm.dll"
Expand Down
Binary file not shown.
39 changes: 39 additions & 0 deletions SubmoduleAssembly/Chireiden.TShock.Omni.Misc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# yaaiomni
[![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/)

Yet another misc plugin for TShock, collection of fixes, enhancements, utilities, debug commands, and more.

> __Note__
> If you are using Linux and don't know which version to download, download the tarball.
### Commonly used
* `/whynot` to show recent permission queries related to the player. The ultimate solution for all "what permission" questions.
* `/setlang`, `/maxplayers` to set the language and max players.
* `/settimeout`, `/setinterval`, `/clearinterval`, `/showdelay` to automate commands based on a timer.
* `/runas` to run commands as another player.
* `/resetcharacter`, `/exportcharacter` to reset or export a character.
* Chat spam limit to 3 msg/5 sec, 5 msg/20 sec (`.Mitigation.ChatSpamRestrict` in config).

### More features

* `.PlayerWildcardFormat`: `/g zenith *all*`
* `.HideCommands` and `.StartupCommands` will hide commands or run on startup.
* `.Enhancements.AlternativeCommandSyntax` supports `/command1 ; command2 ; command3 ...` and `/command1 && command2 && command3 ...`.
* `.Mode.Vanilla.Enabled` will add permissions to players for vanilla game play experience.
* `.CommandRenames`: `{"Chireiden.TShock.Omni.Plugin.Command_PermissionCheck": ["whynot123", "whynot456"]}`

### Advanced options

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).

> __Warning__
> **KEEP IT UNCHANGED. DO NOT TOUCH UNLESS YOU KNOW WHAT YOU ARE DOING**
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.

### Extra

The `Chireiden.TShock.Omni.Misc` plugin contains some random features and utilities.
* Restrict specific boss summon, team and pvp status based on the permission.
* `.LavaHandler` stops lava spamming. It does not prevent lava from spawning, but rather vacuums it after it might spawn.
* Commands like `/echo`, `/_pvp`, `/_team` etc. can be used in minigames with other plugins.
Binary file added SubmoduleAssembly/Chireiden.TShock.Omni.dll
Binary file not shown.
39 changes: 39 additions & 0 deletions SubmoduleAssembly/Chireiden.TShock.Omni.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# yaaiomni
[![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/)

Yet another misc plugin for TShock, collection of fixes, enhancements, utilities, debug commands, and more.

> __Note__
> If you are using Linux and don't know which version to download, download the tarball.
### Commonly used
* `/whynot` to show recent permission queries related to the player. The ultimate solution for all "what permission" questions.
* `/setlang`, `/maxplayers` to set the language and max players.
* `/settimeout`, `/setinterval`, `/clearinterval`, `/showdelay` to automate commands based on a timer.
* `/runas` to run commands as another player.
* `/resetcharacter`, `/exportcharacter` to reset or export a character.
* Chat spam limit to 3 msg/5 sec, 5 msg/20 sec (`.Mitigation.ChatSpamRestrict` in config).

### More features

* `.PlayerWildcardFormat`: `/g zenith *all*`
* `.HideCommands` and `.StartupCommands` will hide commands or run on startup.
* `.Enhancements.AlternativeCommandSyntax` supports `/command1 ; command2 ; command3 ...` and `/command1 && command2 && command3 ...`.
* `.Mode.Vanilla.Enabled` will add permissions to players for vanilla game play experience.
* `.CommandRenames`: `{"Chireiden.TShock.Omni.Plugin.Command_PermissionCheck": ["whynot123", "whynot456"]}`

### Advanced options

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).

> __Warning__
> **KEEP IT UNCHANGED. DO NOT TOUCH UNLESS YOU KNOW WHAT YOU ARE DOING**
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.

### Extra

The `Chireiden.TShock.Omni.Misc` plugin contains some random features and utilities.
* Restrict specific boss summon, team and pvp status based on the permission.
* `.LavaHandler` stops lava spamming. It does not prevent lava from spawning, but rather vacuums it after it might spawn.
* Commands like `/echo`, `/_pvp`, `/_team` etc. can be used in minigames with other plugins.
Binary file added SubmoduleAssembly/Crossplay.dll
Binary file not shown.
8 changes: 8 additions & 0 deletions SubmoduleAssembly/Crossplay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# What is Crossplay?
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.

## Installation
Installation is very easy; Simply insert the plugin file (`Crossplay.dll`) into the `ServerPlugins` folder of your TShock install.

## Bugs & Issues
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 comments on commit af5c659

Please sign in to comment.