move migrate remind msg

This commit is contained in:
Xanadu13
2024-03-18 16:29:37 +08:00
parent 18decbe068
commit 7109fa57cc
2 changed files with 7 additions and 5 deletions
@@ -43,11 +43,6 @@ public class RewardManager {
}
}
}
if (ItemManager.isLegacy()){
Lang.error("I'm sorry that data_type 'nbt' and 'advanced' probably will be disabled in 1.20.5+");
Lang.error("It is recommended to migrate item configuration to bukkit format for compatibility.");
Lang.error("You can use /ed migrate to generate new config.");
}
}
public static void addItem(String key,Reward reward){
addItem(key,reward.getItem(),reward.getChance());