Since 1.0.0
PluginFiles are just YmlFiles that also implement the FileUpdater interface, meaning that they can be updated, including all the methods of YmlFile and one update method shown below. True is returned on success, false on failure.
update(List<String>)
boolean
Updates the file ignoring the specified paths.
Last updated 2 years ago