Skip to content

Instantly share code, notes, and snippets.

@simolus3
simolus3 / AchievementName.java
Last active February 7, 2017 02:45
English Name of Bukkit API Achievements
import java.util.HashMap;
import org.bukkit.Achievement;
public class AchievementName {
private static HashMap<Achievement, String> names = new HashMap<Achievement, String>();
static {
names.put(Achievement.OPEN_INVENTORY, "Taking inventory");
names.put(Achievement.MINE_WOOD, "Getting Wood");