luckperms’ config is called config.yml
This commit is contained in:
parent
931c16722f
commit
81894c151e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let
|
|||
luckperms-yml = pkgs.writeText "luckperms.yml" (generators.toYAML { } cfg.config);
|
||||
startScript = pkgs.writeScript "luckperms" ''
|
||||
mkdir -p plugins/LuckPerms
|
||||
cat ${luckperms-yml} > plugins/LuckPerms/luckperms.yml
|
||||
cat ${luckperms-yml} > plugins/LuckPerms/config.yml
|
||||
'';
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue