Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 405 Bytes

readme.md

File metadata and controls

20 lines (15 loc) · 405 Bytes

SimpleOP

!!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
    }
}