An open API service indexing awesome lists of open source software.

https://github.com/huzvanec/sudochat

Simple plugin to send messages and execute commands as other players.
https://github.com/huzvanec/sudochat

minecraft-plugin

Last synced: over 1 year ago
JSON representation

Simple plugin to send messages and execute commands as other players.

Awesome Lists containing this project

README

          

# SudoChat
## What is SudoChat
Sudo chat is a very simple plugin, which makes you able to send messages and execute commands as other players.
## Supported platforms
Paper based minecraft servers **1.19.4+**

**Spigot and Bukkit are not supported!**

## How to use it?
First, you need to grant yourself ```sudochat.sudo``` permission (you can do this using a permission plugin such as [Luck Perms](https://luckperms.net/)) or be an operator to use ```/sudo```.

Then you can execute the command as shown below:

```/sudo ```

Where selector is a player name or ```@everyone```.


Message example

```/sudo Steve Hello! I just joined the server!```

```/sudo @everyone Hello! I just joined the server!```


Command example

```/sudo Steve /gamemode creative```

```/sudo @everyone /help```