[15:50:21] [Worker-Main-4/ERROR] [ne.mi.re.ResourceCacheManager$NamespacedResourceCacheManager/RESOURCE-CACHE]: Failed to cache resources, some stuff might be missing! Unknown exception!
net.minecraft.ResourceLocationException: Non [a-z0-9_.-] character in namespace of location: n4no57sCopperAndAmethystUpdate:
9Minecraft is a website about Minecraft, where you can easily download free resources such as: minecraft launchers, clients, mods, maps, resource packs, data packs, seeds, mcpe, addons, bedrock, and much more. This website provides a diverse repository for the Minecraft community to customize their experiences.
I'm running a minecraft server on ubuntu 20.04. I have a script to execute it and works fine.However i can't get it to work @reboot with cron, because it can't find the jar file. From what i researched, it seems cron doesn't run with my user (although i'm not using sudo). What are my options?
I red somehere that using the full path on the script should work, but that breaks it, i tried. i used (java -jar /path/to/server.jar and all the arguments here), but apparently i should not change the order.
c80f0f1006