User Tools

Site Tools


games:minecraft_java

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:minecraft_java [2020/03/23 19:01] Sean Rhonegames:minecraft_java [2020/03/24 06:50] (current) Sean Rhone
Line 7: Line 7:
  
   * [[distros:fedora_workstation_gnome|Fedora Workstation]]   * [[distros:fedora_workstation_gnome|Fedora Workstation]]
- 
-===== Notes ===== 
- 
-  * TODO 
  
 ====== Install ====== ====== Install ======
Line 43: Line 39:
 Comment=Prepare for an adventure of limitless possibilities as you build, mine, battle mobs, and explore the ever-changing Minecraft landscape. Comment=Prepare for an adventure of limitless possibilities as you build, mine, battle mobs, and explore the ever-changing Minecraft landscape.
 Categories=Game;Java;AdventureGame;RolePlaying Categories=Game;Java;AdventureGame;RolePlaying
-Exec='/home/CHANGEME/.minecraft/minecraft-launcher' +Exec='/home/CHANGEME/.minecraft/minecraft-launcher/minecraft-launcher' 
 Type=Application Type=Application
 StartupNotify=true StartupNotify=true
-Path=/home/CHANGEME/minecraft-launcher +Path=/home/CHANGEME/.minecraft/minecraft-launcher 
-Icon=/home/CHANGEME/runescape/oldschool/OSRS.icns +Icon=/home/CHANGEME/.minecraft/minecraft-icon.png 
-StartupWMClass=jagexappletviewer</code>+Actions=Saves;Notes;
  
-  sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/Minecraft.desktop'+[Desktop Action Saves] 
 +StartupNotify=false 
 +Exec='/home/CHANGEME/.minecraft/save-backup.sh' 
 +Name=Save Data Back-up
  
-====== Quick Commands ======+[Desktop Action Notes] 
 +StartupNotify=false 
 +Exec=gio open 'https://wiki.realmofespionage.xyz/games:minecraft_java' 
 +Name=Installation Notes</code>
  
-===== Clear Cache =====+  sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/Minecraft.desktop' 
 + 
 +==== Icon ====
  
 **** ****
  
-  rm -Rf ~/'runescape/oldschool/jagexcache' ~/'runescape/oldschool/jagexappletviewer.preferences' ~/'runescape/oldschool/jagex_cl_oldschool_LIVE.dat' ~/'runescape/oldschool/random.dat' '/tmp/oldschool&& sync+  wget -~/'.minecraft/minecraft-icon.png' 'https://i.imgur.com/4oFBfzd.png' 
 + 
 +===== Save Data Back-up Script ===== 
 + 
 +  nano ~/'.minecraft/save-backup.sh&& chmod +x ~/'.minecraft/save-backup.sh' 
 + 
 +<code> 
 +#!/bin/sh 
 + 
 +ls ~/'.minecraft/saves' 
 +tar -cvzf ~/'Downloads/'$(date +%Y-%m-%d)'-manual-Minecraft-Saves.tar.gz' -C ~/'.minecraft' 'saves' 
 +sync 
 +notify-send 'Minecraft save data has been successfully archived and placed in the Downloads folder.'</code> 
 + 
 +====== Quick Commands ======
  
 ===== Execute ===== ===== Execute =====
/var/www/wiki/data/attic/games/minecraft_java.1585004496.txt.gz · Last modified: 2020/03/23 19:01 by Sean Rhone