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.
- Host: GitHub
- URL: https://github.com/huzvanec/sudochat
- Owner: huzvanec
- Created: 2022-05-11T13:46:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T14:32:05.000Z (almost 3 years ago)
- Last Synced: 2024-07-23T13:49:29.070Z (almost 2 years ago)
- Topics: minecraft-plugin
- Language: Java
- Homepage:
- Size: 13.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```