public final class BanConfig extends Object
Modifier and Type | Method and Description |
---|---|
BanAnimation |
getAnimation()
Get the ban animation
|
org.bukkit.configuration.file.FileConfiguration |
getConfig()
FileConfiguration loaded in this instance
|
File |
getConfigFile()
Get the config file used in this instance
|
String |
getConfigName()
Get the current config file name used
|
Set<String> |
getIgnoredInventoryTitles()
Get the ignored inventories titles
|
String |
getPrefix()
Gives the plugin prefix used in the config (already colored)
|
Set<BanAction> |
getPriority()
Get the ban actions which requires the highest priority
|
boolean |
saveConfig()
Save the current config into the file
|
@NotNull public String getConfigName()
@NotNull public File getConfigFile()
@NotNull public org.bukkit.configuration.file.FileConfiguration getConfig()
public boolean saveConfig()
@NotNull public String getPrefix()
@NotNull public Set<BanAction> getPriority()
@NotNull public BanAnimation getAnimation()
Copyright © 2021. All rights reserved.