mirror of
https://github.com/TeamMidnightDust/SelectiveAuth.git
synced 2025-12-16 23:35:09 +01:00
Just putting this out here, have fun
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package eu.midnightdust.selectiveauth.config;
|
||||
|
||||
import com.google.common.collect.Lists;
|
||||
import eu.midnightdust.lib.config.MidnightConfig;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class SelectiveAuthConfig extends MidnightConfig {
|
||||
@Entry public static List<String> authlessPlayers = Lists.newArrayList();
|
||||
}
|
||||
Reference in New Issue
Block a user