phm07

Results 20 issues of phm07

### Stacktrace https://gist.github.com/pauhull/77fbb0070b66a903ad84edc70c3b78e2 ### Actions to reproduce Error appears randomly ### CloudNet version ``` [17.01 16:24:10.550] INFO: [17.01 16:24:10.550] INFO: CloudNet Blizzard 4.0.0-RC5 4ec2a84d [17.01 16:24:10.550] INFO: Discord: [17.01 16:24:10.551]...

t: bug
v: 4.X
in: driver

### Stacktrace ``` [17.02 20:53:41.958] SEVERE: Exception listing content of bucket cloudnet with prefix Lobby/default java.nio.file.FileSystemException: temp/services/Lobby-1_64147fe8-28ce-4b18-aef4-955bb3c041ed/world/advancements/48cafbf7-8888-4457-83ff-b41024193270.json: Not a directory at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:100) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484)...

t: bug
v: 4.X
s: more info needed

### Stacktrace https://gist.github.com/pauhull/aa334eb6b253f664ac84288636273646 ### Actions to reproduce - Use CloudNet-Storage-S3 module for template storage - Copy template into storage ### CloudNet version ``` [17.01 18:50:12.528] INFO: [17.01 18:50:12.534] INFO: CloudNet...

t: bug
v: 4.X
s: needs testing

### Describe the new feature When copying dynamic server instances into the template folder, often times a lot of unnecessary files get copied over, like logs or temporary files. It...

t: feature request
s: needs triage

This flag has been deprecated (and not working) since 2018: https://github.com/hetznercloud/cli/pull/147

This PR makes command usage documentation consistent by enforcing [docopt](http://docopt.org/) rules and also defining and documenting other additional conventions. Fixes #708

documentation

This PR adds an update checker that checks for a new GitHub release every 24 hours and compares it to the current version.

feature