Speedgot
Interface4
-----
Provides a general interface for my plugins
Download Now
197.7 KB .jar
Overview
Documentation
Updates (
--
)
Reviews (
---
)
Version History
Discussion
Deprecated methods removed, ZipUtils capabilities expanded
The following methods have been removed, as they are unused and have better integrated alternatives:
Code (Java):
JSON.
sendWebsite
(
Player pl,
String
display,
String
hover,
String
website
)
;
JSON.
send
(
Player pl,
String
display,
String
hover,
String
command
)
;
JSON.
sendPrompt
(
Player pl,
String
display,
String
hover,
String
prompt
)
;
JSON.
sendWebsite
(
CommandSender sender,
String
display,
String
hover,
String
website
)
;
JSON.
send
(
CommandSender sender,
String
display,
String
hover,
String
command
)
;
JSON.
sendPrompt
(
CommandSender sender,
String
display,
String
hover,
String
prompt
)
;
ZipUtils now have methods that do not require a CommandSender, and can also zip singular files:
Code (Java):
ZipUtils.
createBackup
(
JavaPlugin main, ArrayList
<
String
>
files
)
ZipUtils.
createBackup
(
JavaPlugin main,
String
file
)
ZipUtils.
createBackup
(
JavaPlugin main, CommandSender sender,
String
prefix,
String
file
)
----------
,
Nov 4, 2022
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
2,510
First Release:
May 21, 2022
Last Update:
Oct 26, 2024
Category:
---------------
All-Time Rating:
4 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings