Skip to content

Commit

Permalink
docs: Mention New Features: Disable Server Downloading and Disable Sy…
Browse files Browse the repository at this point in the history
…nc Save/Load
  • Loading branch information
Epicfisher committed Sep 14, 2021
1 parent 2b6da18 commit 3d05aa3
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,32 @@ You can now Freely Edit the Server Properties/Server Icon/OPs/Whitelist

### Config Variables

You can set Additional Optional Config Variables
#### Minecraft Config Variables

You can customise your Minecraft Server using Config Variables

(Keep in Mind these Variables are set with Optimised Default Values. Only change these if you know what you're doing)

```
heroku config:set MINECRAFT_VERSION="1.16.5" = Change the Minecraft Version your Server will Run. "latest" Downloadest Newest Available Version for your Server. Some Servers do not Support Latest Version Downloading
heroku config:set SERVER="paper" = Change the Server Software used. Vanilla Server not Available due to Poor Heroku Performance. Some Servers may only operate with More RAM. Server Options available:
heroku config:set MINECRAFT_VERSION = "1.16.5" = Change the Minecraft Version your Server will Run. "latest" Downloads Newest Available Version for your Server. Some Servers do not Support Latest Version Downloading
heroku config:set SERVER="paper" = Change the Server Software used. Vanilla Server not Available due to Poor Heroku Performance. Some Servers may only operate with More RAM. "none" Downloads No Server. Server Options available:
"purpur"
"tuinity"
"paper"
"spigot"
"none"
heroku config:set MEMORY="384m" = Change Memory Allocated to the Java Server, can be in "(m)egabytes or (g)igabytes. Free Dyno can support up to 500m"
```

#### Additional Config Variables

You can also set Additional Optional Config Variables

```
heroku config:set SYNC_SAVE = "false" = Forcefully Disable World Saving through Dropbox/Amazon S3. Useful for Loading a Custom Word without Overwriting
heroku config:set SYNC_LOAD = "false" = Forcefully Disable World Loading through Dropbox/Amazon S3. Useful for Forcefully Saving over an Old World
```

### Ngrok (Creates a Temporary Joinable IP Address for your Server)

Create a New [Free Ngrok Account](https://ngrok.com/) and copy your Auth Token
Expand Down

0 comments on commit 3d05aa3

Please sign in to comment.