https://github.com/evolsoft/autoupdater
Auto Update plugin for PocketMine-MP
https://github.com/evolsoft/autoupdater
php plugin pocketmine-mp
Last synced: 6 months ago
JSON representation
Auto Update plugin for PocketMine-MP
- Host: GitHub
- URL: https://github.com/evolsoft/autoupdater
- Owner: EvolSoft
- License: mit
- Created: 2014-12-27T15:15:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T15:07:53.000Z (over 4 years ago)
- Last Synced: 2024-01-26T13:38:10.267Z (over 1 year ago)
- Topics: php, plugin, pocketmine-mp
- Language: PHP
- Size: 10.7 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# AutoUpdater
Auto Update plugin for PocketMine-MP
[](http://gestyy.com/er3d6L)
## Category
PocketMine-MP plugins
## Requirements
PocketMine-MP Alpha_1.4 API 1.8.0
## Overview
**AutoUpdater** allows you to update your PocketMine server automatically.
**EvolSoft Website:** http://www.evolsoft.tk
***This Plugin uses the New API. You can't install it on old versions of PocketMine.***
With AutoUpdater you can automatically update your PocketMine server. (read documentation)
**Commands:**
***/autoupdater*** *- AutoUpdater commands*
***/update*** *- Update your server***To-Do:**
*- Bug fix (if bugs will be found)*
*- Possible PocketMine-Soft channel implementation*## Documentation
**Configuration (config.yml):**
```yaml
---
#Check update time (in minutes)
update-check-time: 60
#Update PocketMine automatically (if you disable this, you will get only the update alert but your server won't be updated automatically)
auto-update: true
#Max download timeout (in seconds)
timeout: 10
#PocketMine Channel (You can choose between beta, development, stable)
channel: "Development"
#PocketMine server file (the old will be overwritten)
file-name: "PocketMine-MP.phar"
#Start script will be executed after the update to restart your server (if you leave this empty, your server won't be restarted automatically)
#Start script depends on your operating system
#Usually start scripts are:
#start.cmd for Windows users
#./start.sh for Linux users
#Remember that these are default scripts. The start script depends on your system, settings, ...
start-script: ""
...
```**Commands:**
***/autoupdater*** *- AutoUpdate commands (aliases: [au, aupdater])*
***/update*** *- Update your server***Permissions:**
-
-
-
-