WinClassPriority
Only complatible with Windows.
This is my first plugin, it uses JNA to change the bukkit server process priority on Windows. If you set it higher, other application will interfere less with the performance of the server, making your server more stable . You can set the default priority in the config.yml, explanations are in the file.
To change the priority, you should use this command:
/setprt [priority]
Change [priority] for one of the values above:
| NAMES | Priority | Alias |
|---|---|---|
| HIGH | high | 2 |
| ABOVE NORMAL | above | 1 |
| NORMAL | normal | 0 |
| BELOW NORMAL | below | -1 |
| IDLE | idle | -2 |
Examples:
/setprt 2 /setprt high
If you found any issue, please contact me.
Comments