!!op
give you op
!!restart
restart the server
Mostly used in creative servers
Config file: config/simple_op/config.json
{
"enabled": true, // The global switch of the plugin
"restart_delay": 5, // `!!restart` restart countdown duration in second
"permissions": { // command minimum required permissions
"op": 1,
"restart": 1
}
}