-
Notifications
You must be signed in to change notification settings - Fork 15
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
1 parent
ebdd5a7
commit af5c659
Showing
7 changed files
with
87 additions
and
1 deletion.
There are no files selected for viewing
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
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
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 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
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 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
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 |