Class EconomyPlugin

java.lang.Object
com.mclds.plugins.customplugin.CustomPlugin
com.mclds.plugins.server.plugins.economy.EconomyPlugin

public class EconomyPlugin extends CustomPlugin
  • Field Details

    • online_time_rewards

      public static List<Map<String,Integer>> online_time_rewards
    • teleport_point_costs

      public static Map<String,Integer> teleport_point_costs
    • teleport_point_home_cost

      public static Integer teleport_point_home_cost
    • teleport_point_death_cost

      public static Integer teleport_point_death_cost
  • Constructor Details

    • EconomyPlugin

      public EconomyPlugin(org.bukkit.plugin.java.JavaPlugin javaPlugin)
  • Method Details

    • onEnable

      public void onEnable() throws IOException
      Overrides:
      onEnable in class CustomPlugin
      Throws:
      IOException
    • getOnlineTimeStart

      public String getOnlineTimeStart()
    • isOnlineTimeRewardAvailable

      public static boolean isOnlineTimeRewardAvailable(org.bukkit.entity.Player player, int minute)
    • onlineTimeReward

      public static void onlineTimeReward(org.bukkit.entity.Player player, int minute)
    • applyConfig

      public void applyConfig()