1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 01:42:32 +01:00

Added toggle for /freeze and a message when unfreezing a player.

This commit is contained in:
nossr50
2010-12-15 16:25:25 -08:00
parent ad29bb2bbb
commit d0c33562b4
2 changed files with 3 additions and 1 deletions

View File

@@ -212,6 +212,7 @@ public class vMinecraftSettings {
public boolean ignore() {return ignore;}
public boolean colors() {return colors;}
public boolean nick() {return nick;}
public boolean freeze() {return freeze;}
public boolean cmdFabulous() {return cmdFabulous;}
public boolean cmdPromote() {return cmdPromote;}
public boolean cmdDemote() {return cmdDemote;}