Fix typo and binary transfer, update commits
This commit is contained in:
parent
290167504d
commit
e34f9cfe1a
@ -14,7 +14,7 @@
|
||||
- { path: "{{ minecraft.paths.data }}/plugins/Essentials", owner: "nobody", group: "nogroup", mode: "760", state: directory }
|
||||
- { path: "{{ minecraft.paths.data }}/plugins/WorldGuard", owner: "nobody", group: "nogroup", mode: "760", state: directory }
|
||||
- { path: "{{ minecraft.paths.data }}/plugins/WorldGuard/worlds", owner: "nobody", group: "nogroup", mode: "760", state: directory }
|
||||
- { path: "{{ minecraft.paths.data }}/plugins/WorldGuard/worlds/{{ minecraft.settings.levelname }}", owner: "nobody", group: "nogroup", mode: "760", state: directory }
|
||||
- { path: "{{ minecraft.paths.data }}/plugins/WorldGuard/worlds/{{ minecraft.settings.level_name }}", owner: "nobody", group: "nogroup", mode: "760", state: directory }
|
||||
- { path: "{{ minecraft.paths.data }}/plugins/bPermissions", owner: "nobody", group: "nogroup", mode: "760", state: directory }
|
||||
- { path: "{{ minecraft.paths.data }}/plugins/bPermissions/global", owner: "nobody", group: "nogroup", mode: "760", state: directory }
|
||||
mounts:
|
||||
@ -33,7 +33,6 @@
|
||||
configs:
|
||||
- "server.properties"
|
||||
- "ops.json"
|
||||
- "server-icon.png"
|
||||
- "whitelist.json"
|
||||
- "plugins/bPermissions/config.yml"
|
||||
- "plugins/Essentials/motd.txt"
|
||||
@ -45,6 +44,8 @@
|
||||
- "plugins/worldguard-bukkit-7.0.2.jar"
|
||||
- "plugins/worldedit-bukkit-7.1.0.jar"
|
||||
- "plugins/Vault.jar"
|
||||
files:
|
||||
- "server-icon.png"
|
||||
listen:
|
||||
ip: '{{ ansible_ens10.ipv4.address }}'
|
||||
port: '{{ global.games.minecraft.port }}'
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f9caf7f29fbe1e6d582cc6d092689e69870ff840
|
||||
Subproject commit c2194828cacc4f4e6fe13b4f7b8f3f72724e5b18
|
@ -1 +1 @@
|
||||
Subproject commit b2d277619bbcd4d18f075f59dffc1d1f0dc62d9c
|
||||
Subproject commit b3525bcb63f81ebdd69fdc8e1a37ea3070f2687e
|
@ -1 +1 @@
|
||||
Subproject commit cdcef9dc39313b786032df71ab52b7ec16dcb382
|
||||
Subproject commit db6c328da82badc5a8abf86b3753adc17ed81b32
|
@ -1 +1 @@
|
||||
Subproject commit cedb64d9487f86abe2ea84509982370bd8fd7e9d
|
||||
Subproject commit 682fb98785123553aa295bb947cfa82db0ceb099
|
@ -1 +1 @@
|
||||
Subproject commit b6f5c6a4f151f6ba27aa2ae534b882ee7b521940
|
||||
Subproject commit 1c0e1c432baa0053b78d243cd72f60b7685d7a7d
|
@ -1 +1 @@
|
||||
Subproject commit 475c585fb0845ac784f6d7cde15df9672492a3cc
|
||||
Subproject commit 4f25f7b36d96f178b1794fa6c235e6bdaf3093f1
|
@ -1 +1 @@
|
||||
Subproject commit 69a18ddf7f15fd3eefa5b8e142f3ecab5a1f3ada
|
||||
Subproject commit e92e27ddfb93af79b6acbc1114f2c706654fdc31
|
Reference in New Issue
Block a user