1
Multicraft and Permission error
My multicraft is having permission issues

It sets the Owner and Group permissions as Minecraft and does not work.

It sets the Owner and Group permissions as Minecraft and does not work.
1
TheIceRaiderMy multicraft is having permission issues
It sets the Owner and Group permissions as Minecraft and does not work.
Hello. This is usually an issue related to your groups permission.
On your linux,
change your file permissions by typing:
chgrp -R <group> <directory (example /home/minecraft/multicraft/server)>
chown -R <group> <directory (example /home/minecraft/multicraft/server)>
I've had this issue before
