From 2617f55062be88e11dd1855307225a648cb4674d Mon Sep 17 00:00:00 2001 From: JaTiTV Date: Mon, 14 Nov 2022 15:12:56 +0000 Subject: [PATCH 1/5] =?UTF-8?q?Dateien=20hochladen=20nach=20=E2=80=9EREADM?= =?UTF-8?q?E.md=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md/README.md | 68 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 README.md/README.md diff --git a/README.md/README.md b/README.md/README.md new file mode 100644 index 0000000..a7f7155 --- /dev/null +++ b/README.md/README.md @@ -0,0 +1,68 @@ +

+ +

+ +--- +# Links +* [Spigot](https://www.spigotmc.org/resources/t2c-opsecurity-permission-security-1-8-x-1-19-x.90739/) +* [Discord](http://dc.T2Code.net) + +--- + + + +With OPSecurity you can specify usernames that are allowed to have OP or certain permissions. +If someone enters the server with OP who is not on this whitelist, Optional can be kicked or have OP removed. + + +This plugin also protects players from getting OP via unauthorized ways, e.g. hacked client, because only players who are on the OP whitelist can get OP with the command /op. + +You can also use a timer that checks every few seconds (adjustable) if there is a player with OP or a permission on the server who is not on the whitelist. + +Please note that you can only give OP via the console to players who are on the whitelist! + +**Features:** + - Protection against op hacks + - Protection for specific permissions + - Decide who may have OP + - Even via console protects OP Security + +Just come to the support Discord for further questions. + + + +**You can use MiniMessage:** + +Wiki: https://docs.adventure.kyori.net/minimessage/format.html + +WebUI: https://webui.adventure.kyori.net + + + + +**/t2c-opsecurity** | **/opsecurity** | **/opsec** + +**/t2c-opsecurity help** - Open the help. + +**/t2c-opsecurity info** - See the current plugin version. + +**/t2c-opsecurity reload** - Reloads the Plugin. + + +*t2c.opsecurity.notify* - Permission for ingame notifications when a player joins that is not on the whitelist + +*t2c.opsecurity.updatemsg* - Update Check on join + +*t2c.opsecurity.command.reload* - Reload command + +*t2c.opsecurity.command.info* - Info command + +*t2c.opsecurity.command.help* - Help command + +*t2c.opsecurity.admin* - All permissions of T2C-OPSecurity + + + + + + From 078e9404e6bcf0ce6ddb88c6fbae2d0090957e3e Mon Sep 17 00:00:00 2001 From: JaTiTV Date: Mon, 14 Nov 2022 15:17:14 +0000 Subject: [PATCH 2/5] =?UTF-8?q?=E2=80=9EREADME.md/README.md=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md/README.md | 67 ++++++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 31 deletions(-) diff --git a/README.md/README.md b/README.md/README.md index a7f7155..83e4db5 100644 --- a/README.md/README.md +++ b/README.md/README.md @@ -1,5 +1,5 @@

- +

--- @@ -9,26 +9,41 @@ --- - + -With OPSecurity you can specify usernames that are allowed to have OP or certain permissions. -If someone enters the server with OP who is not on this whitelist, Optional can be kicked or have OP removed. +T2C-Alias is an alias plugin that works for servers but also for bungee commands. - -This plugin also protects players from getting OP via unauthorized ways, e.g. hacked client, because only players who are on the OP whitelist can get OP with the command /op. - -You can also use a timer that checks every few seconds (adjustable) if there is a player with OP or a permission on the server who is not on the whitelist. - -Please note that you can only give OP via the console to players who are on the whitelist! +**Example:** */warp CityBuild* **->** */CityBuild* **or** */cb* **Features:** - - Protection against op hacks - - Protection for specific permissions - - Decide who may have OP - - Even via console protects OP Security + - Execute multiple commands directly with one alias + - Run commands as console + - Run commands as player + - Execute bungee commands + - Admin mode (more info below) + - Alias for the console + - Show messages (more info below) -Just come to the support Discord for further questions. +**Functions:** +***Admin Mode:*** + +With the admin mudus you can distinguish an alias for players / mods / admins. +For example the alias '/citybuild' executes the command '/warp CityBuild' for players and '/server citybuild' for players with an adjustable permission. + +So you could set that players are teleported to a specific position and for example team members / VIPs or so are teleported to the server but to the last position and much more. + + +**Send messages to players:** +With this plugin it is possible with an alias to send messages to players with or without TextBuilder. + + +**Console Alias:** +It is possible to set an alias for the console. + +For example for Paper to reload the server instead of '/reload confirm' just '/rlc'. + +Info: There are different functions for an alias for player, admin and console possible. **You can use MiniMessage:** @@ -40,29 +55,19 @@ WebUI: https://webui.adventure.kyori.net -**/t2c-opsecurity** | **/opsecurity** | **/opsec** +**/t2code-alias** | **/alias** -**/t2c-opsecurity help** - Open the help. +**/alias info** - Open the T2C-Alias info. | *t2code.alias.command.info* -**/t2c-opsecurity info** - See the current plugin version. - -**/t2c-opsecurity reload** - Reloads the Plugin. +**/alias reload** - Reload the plugin. | *t2code.alias.command.reload* -*t2c.opsecurity.notify* - Permission for ingame notifications when a player joins that is not on the whitelist +*t2code.alias.admin* - Permission for all T2C-Alias Commands -*t2c.opsecurity.updatemsg* - Update Check on join - -*t2c.opsecurity.command.reload* - Reload command - -*t2c.opsecurity.command.info* - Info command - -*t2c.opsecurity.command.help* - Help command - -*t2c.opsecurity.admin* - All permissions of T2C-OPSecurity +*t2code.alias.updatemsg* - Get a notification when an update is available when joining - + From ecd3362db6a25654ede209024e5c49c30cc687af Mon Sep 17 00:00:00 2001 From: JaTiTV Date: Mon, 14 Nov 2022 15:17:39 +0000 Subject: [PATCH 3/5] =?UTF-8?q?=E2=80=9EREADME.md/README.md=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md/README.md b/README.md/README.md index 83e4db5..0ecc6ed 100644 --- a/README.md/README.md +++ b/README.md/README.md @@ -67,7 +67,6 @@ WebUI: https://webui.adventure.kyori.net *t2code.alias.updatemsg* - Get a notification when an update is available when joining - From 7d2cf9a122af43c9bba0d4674e4415d61f93fd69 Mon Sep 17 00:00:00 2001 From: JaTiTV Date: Mon, 14 Nov 2022 15:18:11 +0000 Subject: [PATCH 4/5] =?UTF-8?q?=E2=80=9EREADME.md/README.md=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md/README.md b/README.md/README.md index 0ecc6ed..4551328 100644 --- a/README.md/README.md +++ b/README.md/README.md @@ -25,6 +25,7 @@ T2C-Alias is an alias plugin that works for servers but also for bungee commands - Show messages (more info below) + **Functions:** ***Admin Mode:*** @@ -34,11 +35,15 @@ For example the alias '/citybuild' executes the command '/warp CityBuild' for pl So you could set that players are teleported to a specific position and for example team members / VIPs or so are teleported to the server but to the last position and much more. + **Send messages to players:** + With this plugin it is possible with an alias to send messages to players with or without TextBuilder. + **Console Alias:** + It is possible to set an alias for the console. For example for Paper to reload the server instead of '/reload confirm' just '/rlc'. @@ -46,6 +51,7 @@ For example for Paper to reload the server instead of '/reload confirm' just '/r Info: There are different functions for an alias for player, admin and console possible. + **You can use MiniMessage:** Wiki: https://docs.adventure.kyori.net/minimessage/format.html From 555e3a192cd53350f191512b434d5832fc26dd3c Mon Sep 17 00:00:00 2001 From: JaTiTV Date: Mon, 14 Nov 2022 15:18:37 +0000 Subject: [PATCH 5/5] =?UTF-8?q?=E2=80=9EREADME.md/README.md=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md/README.md b/README.md/README.md index 4551328..f3ad130 100644 --- a/README.md/README.md +++ b/README.md/README.md @@ -4,7 +4,7 @@ --- # Links -* [Spigot](https://www.spigotmc.org/resources/t2c-opsecurity-permission-security-1-8-x-1-19-x.90739/) +* [Spigot](https://www.spigotmc.org/resources/1-19-ready-t2c-alias-alias-plugin-for-spigot-bungee-commands-1-8-x-1-19-x.96389/) * [Discord](http://dc.T2Code.net) ---