Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Exclude Material Guard - ExcludeMaterialGuard.js
Plugin desc : MaterialSelectorPlugin
License : MIT License
Author : triacontane
Website : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/master/ExcludeMaterialGuard.js
File name : ExcludeMaterialGuard.js
Help of plugin :
* @plugindesc MaterialSelectorPlugin * @author triacontane * * @param ImageFiles * @desc This is a list of image materials to exclude from the delete unused files feature. * @default * @require 1 * @dir img/ * @type file[] * * @param AudioFiles * @desc This is a list of audio material to exclude from the delete unused files feature. * @default * @require 1 * @dir audio/ * @type file[] * * @help By selecting a material, you can delete unused material. * You can exclude them from the list. * * By supporting the type designation function implemented in the main body * version 1.5.0 of Maker MV, you can remove the target. * You can select multiple files from the file dialog. * * It is not possible to keep all the files in a folder, * but you must select all the files one by one. * * This plugin is released under the MIT License.