Resource: https://www.mc-market.org/resources/15104/
ServerControl
| Redis Support | Simple | Server Management | Servers Communication. 
What is ServerControl ?
ServerControl is a plugin where you can manage your servers by the plugin features which the servers are synced and in a communication in a redis server.
Why choose this resource than any other plugin?
the resource will not undergo owner changes, we actually do updates which bring content and add community ideas, while providing the best possible experience.
What is ServerControl ?
ServerControl is a plugin where you can manage your servers by the plugin features which the servers are synced and in a communication in a redis server.
Why choose this resource than any other plugin?
the resource will not undergo owner changes, we actually do updates which bring content and add community ideas, while providing the best possible experience.
- Redis Support:
- 1.12+ Support
- Server Management:
- This plugin has abillity to show servers information such as TPS, Whitelisted, Online players, Max players etc..
- Server Status:
Server went online
Server went offline
(Messages can be edited on the config, ofc)
Server went offline
(Messages can be edited on the config, ofc)
- Plugin Events:
Code:
@EventHandler
public void onCommandPerform(CommandPerformedEvent e){
String command = e.getCommand();
String issuer = e.getIssuer();
ServerData serverData = e.getServerData();
}
@EventHandler
public void onUpdate(ServerUpdateEvent e){
ServerData serverData = e.getServerData();
}
@EventHandler
public void onServerDown(ServerDownEvent e){
ServerData serverData = e.getServerData();
}
@EventHandler
public void onServerUp(ServerUpEvent e){
ServerData serverData = e.getServerData();
}
- Commands:
2. /servercontrol info <server> used to get server information (Permission: servercontrol.admin)
3. /servercontrol listservers used to get all connected servers. (Permission: servercontrol.admin)
4. /servercontrol setwhitelist <server> <true|false> - Used to set whitelist for specific server.
5. /servercontrol setmaxplayers <server> <amount> - Used to set max players for specific server.
4. /servercontrol used to show command usages (Permission: servercontrol.admin)
- Redis server:
- Java Version:
- License:
Code:
# Your license key here,
# if you still didnt get one contact me on discord: AbderrahimLach#0001
license: 'your_license_key'
server-name: 'Server'
messages:
no-permission: '&cNo permission.'
server-down-message: '&7[&cServerControl&7] &c%server% &ejust went offline and cannot be joinable.'
server-up-message: '&7[&cServerControl&7] &c%server% &ejust went online and is currently joinable.'
executed-command-message: '&7[&cServerControl&7] &eExecuted command &c%command% &erequested &eby &c%issuer% &ein &c%server%&e.'
current-servers: '&7[&cServerControl&7] &eCurrent available servers: &c%servers%'
current-servers-syntax: '&e,&c'
whitelist-updated-message: '&7[&cServerControl&7] &c%server% &eserver is now whitelisted.'
unwhitelist-updated-message: '&7[&cServerControl&7] &c%server% &eserver is now unwhitelisted.'
max-players-updated-message: '&7[&cServerControl&7] &c%server% &eserver max players has been updated to &c%max-players%&e.'
server-info:
- '&7&m-----------------------'
- '&e&l%server% info'
- ' '
- '&eName: &c%server%'
- '&eOnline: &c%online%'
- '&eOnline players: &c%online-players%'
- '&eMax players: &c%max-players%'
- '&eTPS: &a%tps%'
- '&eWhitelisted: &c%whitelisted%'
- '&7&m-----------------------'
# Redis connection to sync beetwen servers and proxies.
redis:
host: '127.0.0.1'
port: 6379
authentication:
enabled: false
password: password
You can join our discord support: http://discord.gg/qBkj6ZH
Prof of ownership:
Contact me on discord: AbderrahimLach#0001
Contact me on Telegram: AbderrahimLach
Last edited:
