What is @SuppressWarnings(“deprecation”) and how do I fix it?
问题 I am following a YouTube tutorial and I came across this error. At this line, @SuppressWarnings("deprecation") comes up. Player targerPlayer = Bukkit.getServer().getPlayer(args[0]); Here is my simple healing plugin. package me.roofer.youtube; import java.util.logging.Logger; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.command.Command; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import org.bukkit.plugin.PluginDescriptionFile; import