Skip to content

Commit

Permalink
fix: Blacklist -> blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Jan 4, 2024
1 parent ad5e242 commit aac0cf7
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,31 +298,31 @@ spec:
mountPath: /plugins/WorldGuard/config.yml
subPath: WorldGuard-config.yml
- name: common-worldguard-configs
mountPath: /plugins/WorldGuard/worlds/world/Blacklist.txt
mountPath: /plugins/WorldGuard/worlds/world/blacklist.txt
subPath: main-Blacklist.txt
- name: common-worldguard-configs
mountPath: /plugins/WorldGuard/worlds/world/config.yml
subPath: main-config.yml
- name: common-worldguard-configs
mountPath: /plugins/WorldGuard/worlds/world_SW/Blacklist.txt
mountPath: /plugins/WorldGuard/worlds/world_SW/blacklist.txt
subPath: world_SW-Blacklist.txt
- name: common-worldguard-configs
mountPath: /plugins/WorldGuard/worlds/world_SW/config.yml
subPath: world_SW-config.yml
- name: common-worldguard-configs
mountPath: /plugins/WorldGuard/worlds/world_SW_2/Blacklist.txt
mountPath: /plugins/WorldGuard/worlds/world_SW_2/blacklist.txt
subPath: world_SW-Blacklist.txt
- name: common-worldguard-configs
mountPath: /plugins/WorldGuard/worlds/world_SW_2/config.yml
subPath: world_SW_2-config.yml
- name: common-worldguard-configs
mountPath: /plugins/WorldGuard/worlds/world_SW_nether/Blacklist.txt
mountPath: /plugins/WorldGuard/worlds/world_SW_nether/blacklist.txt
subPath: world_SW_the_end-Blacklist.txt
- name: common-worldguard-configs
mountPath: /plugins/WorldGuard/worlds/world_SW_nether/config.yml
subPath: world_SW_the_end-config.yml
- name: common-worldguard-configs
mountPath: /plugins/WorldGuard/worlds/world_SW_the_end/Blacklist.txt
mountPath: /plugins/WorldGuard/worlds/world_SW_the_end/blacklist.txt
subPath: world_SW_the_end-Blacklist.txt
- name: common-worldguard-configs
mountPath: /plugins/WorldGuard/worlds/world_SW_the_end/config.yml
Expand Down

0 comments on commit aac0cf7

Please sign in to comment.