This commit is contained in:
Auxilor
2021-12-12 12:47:37 +00:00
parent 7505f7732f
commit 4e52913504

View File

@@ -23,8 +23,9 @@ import java.lang.annotation.Target;
* <p>
* The second:
* <pre>{@code
* public static void update(EcoPlugin plugin) {}
* public static void update(EcoPlugin plugin) {
* // Update code
* }
* }</pre>
* <p>
* Config update methods in all classes in a plugin jar will be called