Choohoo

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Choohoo's Achievements

Noob

Noob (1/14)

2

Reputation

  1. This. Looks. Amazing. Thank you for this! Another neat addition to add (which imo is the most important, since not everyone uses unraid for plotting, but im assuming everyone (or at least, more people ) who uses this uses it for harvesting): https://github.com/stolk/chiaharvestgraph
  2. Thank you for this! Is there a way to set it so that it auto moves from cache->array (ie. auto press move) if the cache disk utilization is above x percent?
  3. Thanks for this! Works perfect.
  4. Hey there, What do we put for the REACT_APP_APIKEY? How would we get one?
  5. Done that about 4 times before posting here.. Will try again, with spigot instead. Exact steps I will do, in ascending order ------------------------------------------------------------------------ Stop Docker Delete all appdata Completely remove docker Install Docker from CA Applications Run Docker with base / vanilla image (server.jar + latest) Upon server.properties download + eula download + server starting, will stop docker Will edit docker to use spigot server and will remove "latest" parameter Start docker with spigot Will update you, thanks
  6. fresh installation, no mods as shown on my folder screenshot.. you're using the exact same jar file i linked you as well?
  7. Thanks for the reply, I based that off a screenshot you had in this thread when helping someone else. I changed it to Extra_JVM_PARAMs and i'm getting the exact same error. https://pastebin.com/raw/0a9qSAtB Thanks,
  8. Hi @ich777, Thanks for creating and maintaining this docker. I'm having some difficulties using minecraft with forge, and so I was wondering if you knew as to why it's not working? My vanilla minecraft works fine, no problems. It appears that it keeps getting stuck on some recursive task? I do not notice any spikes in CPU usages, which usually happens when loading in the world / server. Docker Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='MinecraftBasicServer' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'JAR_NAME'='forge-1.16.4-35.1.4-universal' -e 'GAME_PARAMS'='-XX:PermSize=512m' -e 'XMS_SIZE'='4096' -e 'XMX_SIZE'='8192' -e 'ACCEPT_EULA'='true' -e 'RUNTIME_NAME'='basicjre' -e 'UID'='99' -e 'GID'='100' -p '25565:25565/tcp' -v '/mnt/user/appdata/minecraft':'/serverdata/serverfiles':'rw' --restart=unless-stopped 'ich777/minecraftbasicserver' Docker Settings View: Folder Layout: Logs: https://pastebin.com/raw/3VZgnbus Forge Download Link: 1.16.4 - 35.1.4 - http://files.minecraftforge.net/