mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-23 02:25:26 +01:00
Cleanup
This commit is contained in:
parent
6e9bb32480
commit
22d73fa74d
@ -12,7 +12,9 @@ import com.gmail.filoghost.chestcommands.ChestCommands;
|
||||
import com.gmail.filoghost.chestcommands.util.ErrorLogger;
|
||||
import com.gmail.filoghost.chestcommands.util.Utils;
|
||||
|
||||
// This is not a real YAML file ;)
|
||||
/**
|
||||
* This is not a real YAML file ;)
|
||||
*/
|
||||
public class AsciiPlaceholders {
|
||||
|
||||
private static Map<String, String> placeholders = Utils.newHashMap();
|
||||
|
@ -38,7 +38,7 @@ public class RequiredItem {
|
||||
}
|
||||
|
||||
public void setRestrictiveDataValue(short data) {
|
||||
Validate.isTrue(data >= 0, "Data value cannot be lower than 0");
|
||||
Validate.isTrue(data >= 0, "Data value cannot be negative");
|
||||
|
||||
this.dataValue = data;
|
||||
isDurabilityRestrictive = true;
|
||||
|
Loading…
Reference in New Issue
Block a user