Added multiworld support

This commit is contained in:
Sn0wStorm
2013-05-09 21:47:58 +02:00
parent 873b54f532
commit 43824e80a6
7 changed files with 206 additions and 108 deletions
+1 -4
View File
@@ -12,10 +12,7 @@ import org.bukkit.configuration.ConfigurationSection;
import com.dre.brewery.Brew;
public class BPlayer {
public static Map<String, BPlayer> players = new HashMap<String, BPlayer>();// Players
// name
// and
// BPlayer
public static Map<String, BPlayer> players = new HashMap<String, BPlayer>();// Players name and BPlayer
private int quality = 0;// = quality of drunkeness * drunkeness
private int drunkeness = 0;// = amount of drunkeness