Screenshots
API Requirement
Bukkit 1.7.10 or later. Paper, Purpur or other servers based on Bukkit API are also allowed.
Quick Start
Download the latest version of plugin and place it into the plugins folder, then restart server or load plugin by PlugMan to load it.
The default configurations are general.
Commands
use
/nessc help to get help messages:
- /nessc - Enable or disable plugin function
- /nessc reload - Reload plugin configuration files
- /nessc info - Display plugin info
- /nessc test - Test plugin function (will cause the shutdown of server)
- /nessc [others] - display help messages
Permissions
- nessc.reverse: for /nessc
- nessc.reload: for /nessc reload
- nessc.test: for /nessc test
Configurations
There're 2 configurations file:
config.yml
- version: The version of configuration file, DON'T change it.
- enable: Is plugin function enabled.
- min-usable-bytes
- check-interval
messages.yml
The default messages.yml file has 2 versions: zh_CN and en_US.
It'll be choose automatically.
Events
cn.chuanwise.nessc.event.NonEnoughSpaceEvent
It's cancellable, will be called before close server. If cancelled, server'll not be closed THIS TIME.
GitHub
Chuanwise/NonEnoughSpaceServerCloser (github.com)