mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
config: Deprecate feature flag class
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package de.oliver.fancylib;
|
||||
package com.fancyinnovations.config;
|
||||
|
||||
import org.bukkit.configuration.file.FileConfiguration;
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
package com.fancyinnovations.config.featureflags;
|
||||
|
||||
/**
|
||||
* Use ConfigOption instead of this class.
|
||||
*/
|
||||
@Deprecated
|
||||
public class FeatureFlag {
|
||||
|
||||
private final String name;
|
||||
|
||||
@@ -8,6 +8,10 @@ import java.io.IOException;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Use Config instead of this class.
|
||||
*/
|
||||
@Deprecated
|
||||
public class FeatureFlagConfig {
|
||||
|
||||
private final Plugin plugin;
|
||||
|
||||
Reference in New Issue
Block a user