Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a plugin to implement server restart options #605

Open
lukeeexd opened this issue May 18, 2018 · 1 comment
Open

Create a plugin to implement server restart options #605

lukeeexd opened this issue May 18, 2018 · 1 comment
Labels
Contributor Opportunity Looking to contribute to wrapper? We welcome YOUR help with this issue!

Comments

@lukeeexd
Copy link

Basically everything this plugin has https://www.spigotmc.org/resources/autorestart.2538/

Specify a time to restart the server in: /restart in 1:h 0:m 0:s to restart in 1 hour but not change the auto restart. So if auto restart is set at 12 hours, after 6 hours you type /restart in 1:h 0:m 0:s server will restart in 1 hour and when it boots back up next restart is 12 hours.

Title restart messages with the option to toggle on for off. https://streamable.com/sz3mf

Pause the autorestart timer thats set in config, and able to resume again

@suresttexas00
Copy link
Collaborator

suresttexas00 commented May 18, 2018

Plugin should implement the basic features of the Spigot autorestart plugin referenced above.

  1. The plugin should have it's own config file. The config file should be located in the /wrapper-data/plugins/<< pluginfoldername>>/ folder. It can be a user defined file or a standard storage. In any case, there should be commands to load the storage from disk (using the Storage load() method).

  2. plugin should implement the features and configurations found at: https://www.spigotmc.org/resources/autorestart.2538/

@suresttexas00 suresttexas00 changed the title Restart suggestions Create a plugin to implement server restart options May 18, 2018
@suresttexas00 suresttexas00 added the Contributor Opportunity Looking to contribute to wrapper? We welcome YOUR help with this issue! label May 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Opportunity Looking to contribute to wrapper? We welcome YOUR help with this issue!
Projects
None yet
Development

No branches or pull requests

2 participants