Commit rest of files.
This commit is contained in:
@@ -13,7 +13,6 @@ public interface Converter {
|
|||||||
* Converts the other plugin's data.
|
* Converts the other plugin's data.
|
||||||
*
|
*
|
||||||
* @param initiator the initiator of the conversion. May be null
|
* @param initiator the initiator of the conversion. May be null
|
||||||
*
|
|
||||||
* @return the number of vaults converted. Returns 0 on none converted or -1 if no vaults were converted.
|
* @return the number of vaults converted. Returns 0 on none converted or -1 if no vaults were converted.
|
||||||
*/
|
*/
|
||||||
int run(CommandSender initiator);
|
int run(CommandSender initiator);
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ import org.bukkit.Bukkit;
|
|||||||
import org.bukkit.OfflinePlayer;
|
import org.bukkit.OfflinePlayer;
|
||||||
import org.bukkit.configuration.file.FileConfiguration;
|
import org.bukkit.configuration.file.FileConfiguration;
|
||||||
import org.bukkit.configuration.file.YamlConfiguration;
|
import org.bukkit.configuration.file.YamlConfiguration;
|
||||||
import org.bukkit.entity.Player;
|
|
||||||
import org.bukkit.inventory.Inventory;
|
import org.bukkit.inventory.Inventory;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|||||||
Reference in New Issue
Block a user