#This is a gist of an image of myself for use in my own pages and sites.


- Log into your server. I use putty
- Stop Minecraft
sudo stop minecraft-server
- Go your your minecraft_server directory
- ✋ Rename all .json files to .json.orig. For example,
mv ops.json ops.json.orig
. These are your current game settings/configuration and you'll want to restore them later on. - ✋ Rename server.properties to server.properties.orig
- ✋ Rename the world directory to world.orig. This is very important because it is your original world.
- Go to the minecraft site and find the section that mentions server download. Here it is highlighted:
- Hover over the link, right-click and select copy shortcut. The link will look something like https://s3.amazonaws.com/Minecraft.Download/versions/1.9/minecraft_server.1.9.jar
- Download this version of Minecraft server
CTRL+SHIFT+Power
Cmd+SHIFT+4 then rubber band the area you want to capture with your mouse, release and the image will be saved by default as a .png to your desktop.
Cmd+Shift+4+spacebar and select a window will take a screenshot of that window.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Diagnostics; | |
using System.Runtime.CompilerServices; | |
using System.Text; | |
namespace My.Gists | |
{ | |
/// <summary> |