Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a248/executeeverywherereloaded
Recoded version of ExecuteEverywhere
https://github.com/a248/executeeverywherereloaded
Last synced: 3 months ago
JSON representation
Recoded version of ExecuteEverywhere
- Host: GitHub
- URL: https://github.com/a248/executeeverywherereloaded
- Owner: A248
- License: agpl-3.0
- Created: 2021-01-19T02:42:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T23:23:07.000Z (over 3 years ago)
- Last Synced: 2023-03-05T09:57:24.420Z (almost 2 years ago)
- Language: Java
- Size: 36.1 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ExecuteEverywhereReloaded
Recoded version of ExecuteEverywhere.
## Config
Please note that a Redis server is required to make the plugin function.
The configuration is self-explanatory. Restart the server after changing the configuration to have it take effect.
The configuration is platform-independent so you can copy it once across each server and proxy in your network.## Commands
To use any of the commands, you must have the `executeeverywhere.use` permission
### Paper
/eebukkit - sends the specified to all proxy servers
You must use Paper. Spigot will not work unless you add slf4j to it.
### Velocity
/eevelocity - sends the specified command to all backend servers
### Sponge
/eesponge - sends the specified to all proxy servers
### Waterfall
/eebungee - sends the specified command to all backend servers
You must use Waterfall. BungeeCord will not work unless you add slf4j to it.
## Explanation about slf4j
slf4j is the de-facto logging API for Java applications. As a result, many libraries depend on it.
Paper, Velocity, Waterfall, and Sponge all support slf4j. ExecuteEverywhereReloaded requires slf4j because of Jedis.
It would be unfair for ExecuteEverywhereReloaded to shade slf4j. That would lead to more bloat for Paper, Velocity, Waterfall, and Sponge users who have done nothing wrong. It is Spigot and BungeeCord which are at fault for not providing such a widely-used standard.
## License
GNU AGPL v3.