Package fr.maxlego08.menu.api.website
Interface WebsiteManager
public interface WebsiteManager
ToDO
In dev, dont use that
-
Method Summary
Modifier and TypeMethodDescriptionvoiddisconnect(org.bukkit.command.CommandSender sender) Disconnect to the sitevoiddownloadFromUrl(org.bukkit.command.CommandSender sender, String url, boolean force) voidAllows you to connect to the sitevoidopenMarketplace(org.bukkit.entity.Player player)
-
Method Details
-
login
Allows you to connect to the site- Parameters:
sender- Command sendertoken- unique token
-
disconnect
void disconnect(org.bukkit.command.CommandSender sender) Disconnect to the site- Parameters:
sender- Command sender
-
openMarketplace
void openMarketplace(org.bukkit.entity.Player player) -
downloadFromUrl
-