Class ShopFile

java.lang.Object
com.bencodez.simpleapi.file.YMLFile
com.bencodez.votingplugin.config.ShopFile

public class ShopFile extends com.bencodez.simpleapi.file.YMLFile
  • Constructor Details

  • Method Details

    • createShop

      public void createShop(String value)
    • getShopIdentifierCost

      public int getShopIdentifierCost(String identifier)
    • getShopIdentifierIdentifierName

      public String getShopIdentifierIdentifierName(String identifier)
    • getShopIdentifierLimit

      public int getShopIdentifierLimit(String identifier)
    • getShopIdentifierRewardsPath

      public String getShopIdentifierRewardsPath(String identifier)
    • getShopIdentifiers

      public Set<String> getShopIdentifiers()
    • getShopIdentifierSection

      public org.bukkit.configuration.ConfigurationSection getShopIdentifierSection(String identifier)
    • getVoteShopCloseGUI

      public boolean getVoteShopCloseGUI(String shop)
    • getVoteShopHideOnNoPermission

      public boolean getVoteShopHideOnNoPermission(String shop)
    • getVoteShopNotBuyable

      public boolean getVoteShopNotBuyable(String shop)
    • getVoteShopPermission

      public String getVoteShopPermission(String ident)
    • getVoteShopPurchase

      public String getVoteShopPurchase(String identifier)
    • getVoteShopResetDaily

      public boolean getVoteShopResetDaily(String shop)
    • getVoteShopResetMonthly

      public boolean getVoteShopResetMonthly(String shop)
    • getVoteShopResetWeekly

      public boolean getVoteShopResetWeekly(String shop)
    • getGUIVoteShopExtraItems

      public org.bukkit.configuration.ConfigurationSection getGUIVoteShopExtraItems(String item)
    • isVoteShopRequireConfirmation

      public boolean isVoteShopRequireConfirmation(String identifier)
    • loadValues

      public void loadValues()
      Overrides:
      loadValues in class com.bencodez.simpleapi.file.YMLFile
    • onFileCreation

      public void onFileCreation()
      Specified by:
      onFileCreation in class com.bencodez.simpleapi.file.YMLFile
    • convertFromGUIFile

      public void convertFromGUIFile()
    • removeShop

      public void removeShop(String value)
    • getShopConfirmPurchaseNoItem

      public org.bukkit.configuration.ConfigurationSection getShopConfirmPurchaseNoItem()
    • getShopConfirmPurchaseTitle

      public String getShopConfirmPurchaseTitle()
    • getShopConfirmPurchaseYesItem

      public org.bukkit.configuration.ConfigurationSection getShopConfirmPurchaseYesItem()
    • getVoteShopDisabled

      public String getVoteShopDisabled()
    • isVoteShopHideLimitedReached

      public boolean isVoteShopHideLimitedReached()
    • getVoteShopLimitReached

      public String getVoteShopLimitReached()
    • isVoteShopRequireConfirmation

      public boolean isVoteShopRequireConfirmation()
    • isVoteShopBackButton

      public boolean isVoteShopBackButton()
    • isVoteShopReopenGUIOnPurchase

      public boolean isVoteShopReopenGUIOnPurchase()
    • isVoteShopEnabled

      public boolean isVoteShopEnabled()
    • getVoteShopName

      public String getVoteShopName()
    • getVoteShopExtraItems

      public Set<String> getVoteShopExtraItems()