Speedgot
[1.13-1.17] EasyAPI
-----
Language, AutoReloadFile, Command from Vanilla, NPC, Hologram, ItemUtils, PlayerUtils and more!
Download Now
343.7 KB .jar
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
Auto reload configuration!
Examples
Code (Java):
File
file
=
new
File
(
"plugins/EasyAPI/"
,
"example.yml"
)
;
FileUtils.
create
(
file,
true
)
;
AutoReloadFile autoReloadFile
=
new
AutoReloadFile
(
EasyAPI.
getInstance
(
)
, file
)
;
autoReloadFile.
onModified
(
(
)
->
{
System
.
out
.
println
(
"Modified"
)
;
System
.
out
.
println
(
"content: "
+
FileUtils.
readText
(
file
)
)
;
}
)
;
autoReloadFile.
onDeleted
(
(
)
->
{
System
.
out
.
println
(
"Deleted"
)
;
}
)
;
----------
,
Aug 5, 2021
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
2,477
First Release:
Jul 19, 2021
Last Update:
Aug 8, 2021
Category:
---------------
All-Time Rating:
3 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings