games:minecraft_java
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
games:minecraft_java [2020/03/24 06:27] – [Minecraft] Sean Rhone | games:minecraft_java [2024/08/13 16:00] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Information ====== | ||
- | * Minecraft ((https:// | ||
- | * Java Edition ((https:// | ||
- | |||
- | ===== Prerequisites ===== | ||
- | |||
- | * [[distros: | ||
- | |||
- | ===== Notes ===== | ||
- | |||
- | * TODO | ||
- | |||
- | ====== Install ====== | ||
- | |||
- | ===== Java ===== | ||
- | |||
- | **** | ||
- | |||
- | sudo dnf install ' | ||
- | |||
- | ==== Set Default Java ==== | ||
- | |||
- | **** | ||
- | |||
- | sudo update-alternatives --config ' | ||
- | |||
- | ===== Minecraft ===== | ||
- | |||
- | **** | ||
- | |||
- | rm -Rf ~/' | ||
- | |||
- | ====== Desktop Launcher ====== | ||
- | |||
- | ===== Minecraft ===== | ||
- | |||
- | mkdir -p ~/' | ||
- | |||
- | < | ||
- | [Desktop Entry] | ||
- | Name=Minecraft | ||
- | Comment=Prepare for an adventure of limitless possibilities as you build, mine, battle mobs, and explore the ever-changing Minecraft landscape. | ||
- | Categories=Game; | ||
- | Exec='/ | ||
- | Type=Application | ||
- | StartupNotify=true | ||
- | Path=/ | ||
- | Icon=/ | ||
- | Actions=Saves; | ||
- | |||
- | [Desktop Action Saves] | ||
- | StartupNotify=false | ||
- | Exec='/ | ||
- | Name=Save Data Back-up | ||
- | |||
- | [Desktop Action Notes] | ||
- | StartupNotify=false | ||
- | Exec=gio open ' | ||
- | Name=Installation Notes</ | ||
- | |||
- | sed -i ' | ||
- | |||
- | ==== Icon ==== | ||
- | |||
- | **** | ||
- | |||
- | wget -O ~/' | ||
- | |||
- | ===== Save Data Back-up Script ===== | ||
- | |||
- | nano ~/' | ||
- | |||
- | < | ||
- | #!/bin/sh | ||
- | |||
- | ls ~/' | ||
- | tar -cvzf ~/' | ||
- | sync | ||
- | notify-send ' | ||
- | |||
- | ====== Quick Commands ====== | ||
- | |||
- | ===== Execute ===== | ||
- | |||
- | ==== Minecraft ==== | ||
- | |||
- | **** | ||
- | |||
- | cd ~/' | ||
- | |||
- | ===== File Manager ===== | ||
- | |||
- | ==== Root ==== | ||
- | |||
- | **** | ||
- | |||
- | gio open ~/' | ||
- | |||
- | ==== Saves ==== | ||
- | |||
- | **** | ||
- | |||
- | gio open ~/' | ||
- | |||
- | ===== Saved Games Data ===== | ||
- | |||
- | ==== Backup ==== | ||
- | |||
- | * Creates '' | ||
- | * :!: Will replace existing tarballs if this is done more than once **on the same day** | ||
- | |||
- | ls ~/' | ||
- | |||
- | ==== Restore ==== | ||
- | |||
- | * Expects '' | ||
- | * :!: If that tarball exists, this series of commands will **irreversibly** **delete** the existing '' | ||
- | |||
- | ls ~/' |
C:/www/wiki/data/attic/games/minecraft_java.1585045627.txt.gz · Last modified: (external edit)