diff options
| author | Luke Hoersten <[email protected]> | 2021-07-18 20:17:16 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-07-18 20:17:16 -0500 |
| commit | 769d10b216d52482eca1de9ca9491c3ab8fc3f5f (patch) | |
| tree | 1e2994544c16a2b3d8aa67a908210c605c141e2f /minecraft/server/vars | |
| parent | 9bb76f57d55ca5a9e502a34e504a21904d4157a1 (diff) | |
Updated minecraft to be multi-world and minimized world size.
Diffstat (limited to 'minecraft/server/vars')
| -rw-r--r-- | minecraft/server/vars/main.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/minecraft/server/vars/main.yaml b/minecraft/server/vars/main.yaml index ded1dc0..cb07da6 100644 --- a/minecraft/server/vars/main.yaml +++ b/minecraft/server/vars/main.yaml @@ -1,8 +1,7 @@ --- -minecraft_dir: "{{minecraft_parent_dir}}/minecraft/{{minecraft_fork}}" -minecraft_paper_url: "https://papermc.io/api/v1/paper/{{minecraft_paper_version}}/{{minecraft_paper_build}}/download" -minecraft_vanilla_url: "https://launcher.mojang.com/v1/objects/{{minecraft_vanilla_hash}}/server.jar" +minecraft_dir: "{{minecraft_parent_dir}}/minecraft/{{minecraft_world_name}}" +minecraft_url: "https://papermc.io/api/v1/paper/{{minecraft_paper_version}}/{{minecraft_paper_build}}/download" # paper is a spigot derivative minecraft_dynmap_url: "http://dynmap.us/builds/dynmap/Dynmap-{{minecraft_dynmap_version}}-spigot.jar" |
