mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-12 02:11:39 +01:00
Added ConfigEntry#video()
This commit is contained in:
parent
3ac89497ff
commit
0e4fdd307a
@ -23,4 +23,11 @@ public @interface ConfigEntry {
|
||||
* @return {@code true} if this config entry should be printed in the final config file, {@code false} otherwise.
|
||||
*/
|
||||
boolean hidden() default false;
|
||||
|
||||
/**
|
||||
* Sets a link to a video explaining this configuration option.
|
||||
* @return the link to a video explaining this configuration option.
|
||||
* @since 1.5.3
|
||||
*/
|
||||
String video() default "";
|
||||
}
|
Loading…
Reference in New Issue
Block a user