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

FlatFileDataProcessor will handle fixing and repairing the data

This commit is contained in:
nossr50
2021-04-12 12:55:31 -07:00
parent 60013c710b
commit 85f3221a60
11 changed files with 380 additions and 262 deletions

View File

@@ -4,10 +4,9 @@ public enum FlatFileDataFlag {
INCOMPLETE,
BAD_VALUES,
MISSING_NAME,
DUPLICATE_NAME_FIXABLE,
DUPLICATE_NAME_NOT_FIXABLE,
DUPLICATE_NAME,
DUPLICATE_UUID,
MISSING_OR_NULL_UUID,
BAD_UUID_DATA, //Can be because it is missing, null, or just not compatible data
TOO_INCOMPLETE,
JUNK,
EMPTY_LINE,