diff --git a/src/main/java/com/graywolf336/jail/JailIO.java b/src/main/java/com/graywolf336/jail/JailIO.java index 312e856..fe20af1 100644 --- a/src/main/java/com/graywolf336/jail/JailIO.java +++ b/src/main/java/com/graywolf336/jail/JailIO.java @@ -262,9 +262,9 @@ public class JailIO { + "`tp.z` DOUBLE NOT NULL COMMENT 'The teleport in z coordinate.'," + "`tp.yaw` DOUBLE NOT NULL COMMENT 'The teleport in yaw.'," + "`tp.pitch` DOUBLE NOT NULL COMMENT 'The teleport in pitch.'," - + "`chest.x` INT NOT NULL COMMENT 'The chest x coordinate.'," - + "`chest.y` INT NOT NULL COMMENT 'The chest y coordinate.'," - + "`chest.z` INT NOT NULL COMMENT 'The chest z coordinate.'," + + "`chest.x` INT NULL COMMENT 'The chest x coordinate.'," + + "`chest.y` INT NULL COMMENT 'The chest y coordinate.'," + + "`chest.z` INT NULL COMMENT 'The chest z coordinate.'," + "`signs` VARCHAR(250) NULL COMMENT 'A string containing the signs.'," + "PRIMARY KEY (`cellid`)," + "UNIQUE INDEX `cellid_UNIQUE` (`cellid` ASC))"