mirror of
https://github.com/rockyhawk64/CommandPanels.git
synced 2025-11-18 07:14:17 +01:00
data convert message
This commit is contained in:
parent
1bec93895c
commit
1b08704601
@ -1,6 +1,7 @@
|
||||
package me.rockyhawk.commandpanels.formatter.data;
|
||||
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.ChatColor;
|
||||
import org.bukkit.configuration.ConfigurationSection;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
@ -44,5 +45,8 @@ public class DataFileConverter {
|
||||
|
||||
// Save the config after
|
||||
loader.saveDataFile();
|
||||
|
||||
// Send message for conversion
|
||||
Bukkit.getConsoleSender().sendMessage(ChatColor.GREEN + "[CommandPanels] Data file (data.yml) has been converted to the newest format!");
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user