Class Config

java.lang.Object
com.bencodez.votingplugin.bungee.Config

public class Config extends Object
  • Constructor Details

  • Method Details

    • getRedisHost

      public String getRedisHost()
    • getRedisPort

      public int getRedisPort()
    • getRedisUsername

      public String getRedisUsername()
    • getRedisPrefix

      public String getRedisPrefix()
    • getRedisPassword

      public String getRedisPassword()
    • getAllowUnJoined

      public boolean getAllowUnJoined()
    • getBlockedServers

      public List<String> getBlockedServers()
    • getWhiteListedServers

      public List<String> getWhiteListedServers()
    • getBroadcast

      public boolean getBroadcast()
    • getBedrockPlayerPrefix

      public String getBedrockPlayerPrefix()
    • getOnlineMode

      public boolean getOnlineMode()
    • getGlobalDataEnabled

      public boolean getGlobalDataEnabled()
    • getGlobalDataUseMainMySQL

      public boolean getGlobalDataUseMainMySQL()
    • getBungeeHost

      public String getBungeeHost()
    • getBungeeManageTotals

      public boolean getBungeeManageTotals()
    • getBungeeMethod

      public String getBungeeMethod()
    • getBungeePort

      public int getBungeePort()
    • getDebug

      public boolean getDebug()
    • getMultiProxySupport

      public boolean getMultiProxySupport()
    • getMaxAmountOfVotesPerDay

      public int getMaxAmountOfVotesPerDay()
    • getMultiProxySocketHostPort

      public int getMultiProxySocketHostPort()
    • getMultiProxySocketHostHost

      public String getMultiProxySocketHostHost()
    • getMultiProxyOneGlobalReward

      public boolean getMultiProxyOneGlobalReward()
    • getMultiProxyServersConfiguration

      public net.md_5.bungee.config.Configuration getMultiProxyServersConfiguration(String s)
    • getMultiProxyServers

      public Collection<String> getMultiProxyServers()
    • getPrimaryServer

      public boolean getPrimaryServer()
    • getFallBack

      public String getFallBack()
    • getPointsOnVote

      public int getPointsOnVote()
    • getSendVotesToAllServers

      public boolean getSendVotesToAllServers()
    • getSpigotServerConfiguration

      public net.md_5.bungee.config.Configuration getSpigotServerConfiguration(String s)
    • getSpigotServers

      public Collection<String> getSpigotServers()
    • getWaitForUserOnline

      public boolean getWaitForUserOnline()
    • getVotePartyEnabled

      public boolean getVotePartyEnabled()
    • getVotePartySendToAllServers

      public boolean getVotePartySendToAllServers()
    • getVotePartyVotesRequired

      public int getVotePartyVotesRequired()
    • getVotePartyIncreaseVotesRequired

      public int getVotePartyIncreaseVotesRequired()
    • getVoteCacheTime

      public int getVoteCacheTime()
    • getVotePartyBroadcast

      public String getVotePartyBroadcast()
    • getMultiProxyMethod

      public String getMultiProxyMethod()
    • getProxyServerName

      public String getProxyServerName()
    • getProxyServers

      public List<String> getProxyServers()
    • getMultiProxyRedisUseExistingConnection

      public boolean getMultiProxyRedisUseExistingConnection()
    • getVotePartyServersToSend

      public List<String> getVotePartyServersToSend()
    • getVotePartyBungeeCommands

      public List<String> getVotePartyBungeeCommands()
    • getMultiProxyRedisHost

      public String getMultiProxyRedisHost()
    • getMultiProxyRedisPort

      public int getMultiProxyRedisPort()
    • getMultiProxyRedisUsername

      public String getMultiProxyRedisUsername()
    • getMultiProxyRedisPassword

      public String getMultiProxyRedisPassword()
    • load

      public void load()
    • save

      public void save()
    • getData

      public net.md_5.bungee.config.Configuration getData()