diff --git a/.classpath b/.classpath index da447ed..cb7d5bc 100644 --- a/.classpath +++ b/.classpath @@ -1,8 +1,20 @@ - - - - - + + + + + + + + + + + + + + + + + diff --git a/.project b/.project index f126be0..e071cfd 100644 --- a/.project +++ b/.project @@ -10,9 +10,14 @@ + + org.eclipse.m2e.core.maven2Builder + + + - org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + org.eclipse.jdt.core.javanature diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs index 54e493c..f4217b0 100644 --- a/.settings/org.eclipse.jdt.core.prefs +++ b/.settings/org.eclipse.jdt.core.prefs @@ -1,11 +1,12 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.compliance=1.7 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.6 +org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning +org.eclipse.jdt.core.compiler.source=1.7 diff --git a/bin/README.txt b/README.txt similarity index 100% rename from bin/README.txt rename to README.txt diff --git a/bin/.project b/bin/.project deleted file mode 100644 index a0a4cc7..0000000 --- a/bin/.project +++ /dev/null @@ -1,23 +0,0 @@ - - - boosCooldowns - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.m2e.core.maven2Nature - - diff --git a/bin/cz/boosik/boosCooldown/BoosConfigManager.class b/bin/cz/boosik/boosCooldown/BoosConfigManager.class deleted file mode 100644 index 11bb6b3..0000000 Binary files a/bin/cz/boosik/boosCooldown/BoosConfigManager.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/BoosCoolDown.class b/bin/cz/boosik/boosCooldown/BoosCoolDown.class deleted file mode 100644 index c168d91..0000000 Binary files a/bin/cz/boosik/boosCooldown/BoosCoolDown.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/BoosCoolDownListener.class b/bin/cz/boosik/boosCooldown/BoosCoolDownListener.class deleted file mode 100644 index 24fcbb9..0000000 Binary files a/bin/cz/boosik/boosCooldown/BoosCoolDownListener.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/BoosCoolDownManager.class b/bin/cz/boosik/boosCooldown/BoosCoolDownManager.class deleted file mode 100644 index b49fa8f..0000000 Binary files a/bin/cz/boosik/boosCooldown/BoosCoolDownManager.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/BoosItemCostManager.class b/bin/cz/boosik/boosCooldown/BoosItemCostManager.class deleted file mode 100644 index 7584893..0000000 Binary files a/bin/cz/boosik/boosCooldown/BoosItemCostManager.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/BoosLimitManager.class b/bin/cz/boosik/boosCooldown/BoosLimitManager.class deleted file mode 100644 index 69d7d69..0000000 Binary files a/bin/cz/boosik/boosCooldown/BoosLimitManager.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/BoosPriceManager.class b/bin/cz/boosik/boosCooldown/BoosPriceManager.class deleted file mode 100644 index 1094892..0000000 Binary files a/bin/cz/boosik/boosCooldown/BoosPriceManager.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/BoosWarmUpManager.class b/bin/cz/boosik/boosCooldown/BoosWarmUpManager.class deleted file mode 100644 index 8462125..0000000 Binary files a/bin/cz/boosik/boosCooldown/BoosWarmUpManager.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/BoosWarmUpTimer$boosWarmUpRunnable.class b/bin/cz/boosik/boosCooldown/BoosWarmUpTimer$boosWarmUpRunnable.class deleted file mode 100644 index 925e706..0000000 Binary files a/bin/cz/boosik/boosCooldown/BoosWarmUpTimer$boosWarmUpRunnable.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/BoosWarmUpTimer.class b/bin/cz/boosik/boosCooldown/BoosWarmUpTimer.class deleted file mode 100644 index 5b6ee25..0000000 Binary files a/bin/cz/boosik/boosCooldown/BoosWarmUpTimer.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.class b/bin/cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.class deleted file mode 100644 index faf834e..0000000 Binary files a/bin/cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.class b/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.class deleted file mode 100644 index 3a11a5c..0000000 Binary files a/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.class b/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.class deleted file mode 100644 index b2e9746..0000000 Binary files a/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.class b/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.class deleted file mode 100644 index 1bcfbd9..0000000 Binary files a/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.class b/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.class deleted file mode 100644 index 0a6bc1f..0000000 Binary files a/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.class b/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.class deleted file mode 100644 index 2a9bd1f..0000000 Binary files a/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.class b/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.class deleted file mode 100644 index 848bc71..0000000 Binary files a/bin/cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/Listeners/BoosSignChangeListener.class b/bin/cz/boosik/boosCooldown/Listeners/BoosSignChangeListener.class deleted file mode 100644 index bda9d16..0000000 Binary files a/bin/cz/boosik/boosCooldown/Listeners/BoosSignChangeListener.class and /dev/null differ diff --git a/bin/cz/boosik/boosCooldown/Listeners/BoosSignInteractListener.class b/bin/cz/boosik/boosCooldown/Listeners/BoosSignInteractListener.class deleted file mode 100644 index 0481e3c..0000000 Binary files a/bin/cz/boosik/boosCooldown/Listeners/BoosSignInteractListener.class and /dev/null differ diff --git a/bin/org/mcstats/MetricsLite$1.class b/bin/org/mcstats/MetricsLite$1.class deleted file mode 100644 index 9efb79f..0000000 Binary files a/bin/org/mcstats/MetricsLite$1.class and /dev/null differ diff --git a/bin/org/mcstats/MetricsLite.class b/bin/org/mcstats/MetricsLite.class deleted file mode 100644 index 7a75a33..0000000 Binary files a/bin/org/mcstats/MetricsLite.class and /dev/null differ diff --git a/bin/plugin.yml b/bin/plugin.yml deleted file mode 100644 index a48f61f..0000000 --- a/bin/plugin.yml +++ /dev/null @@ -1,96 +0,0 @@ -name: boosCooldowns -main: cz.boosik.boosCooldown.BoosCoolDown -version: 3.7.3 -authors: [LordBoos (ingame name boosik)] -softdepend: [Vault] -description: > - Shortcuts -commands: - booscooldowns: - description: Reload command. - usage: Use /booscooldowns reload, clearcooldowns , clearwarmups or clearuses - aliases: bcd -permissions: - booscooldowns.exception: - description: Player wont be affected by plugin at all (no warmups, no cooldowns, no prices, no limits, no aliases). - default: false - booscooldowns.norestriction: - description: Player wont be affected by restrictions but will be affected by aliases(no warmups, no cooldowns, no prices, no limits). - default: false - children: - booscooldowns.noprice: true - booscooldowns.nocooldown: true - booscooldowns.nowarmup: true - booscooldowns.nolimit: true - booscooldowns.nocancel.move: - description: Players warmups will not be canceled by moving, even if it's turned on. - default: false - booscooldowns.nocancel.damage: - description: Players warmups will not be canceled by damage, even if it's turned on. - default: false - booscooldowns.nocancel.sneak: - description: Players warmups will not be canceled by sneaking, even if it's turned on. - default: false - booscooldowns.nocancel.sprint: - description: Players warmups will not be canceled by sprinting, even if it's turned on. - default: false - booscooldowns.nocancel.gamemodechange: - description: Players warmups will not be canceled by changing gamemode, even if it's turned on. - default: false - booscooldowns.dontblock.interact: - description: Players interaction will not be blocked during warmup, even if it's turned on. - default: false - booscooldowns.noprice: - description: Players commands will always be free of charge. - default: false - booscooldowns.noprice./command: - description: Command "/command" will not be affected by price for users with this permission. - default: false - booscooldowns.nocooldown: - description: Player wont be affected by cooldowns. - default: false - booscooldowns.nocooldown./command: - description: Command "/command" will not be affected by cooldown for users with this permission. - default: false - booscooldowns.nowarmup: - description: Player wont be affected by warmups. - default: false - booscooldowns.nowarmup./command: - description: Command "/command" will not be affected by warmup for users with this permission. - default: false - booscooldowns.nolimit: - description: Player wont be affected by limiting. - default: false - booscooldowns.start.cooldowns.death.exception: - description: Player's cooldowns wont be started on death. - default: false - booscooldowns.nolimit./command: - description: Command "/command" will not be affected by limits for users with this permission. - default: false - booscooldowns.reload: - description: Player can use "/booscooldowns reload" to reload config file. - default: op - booscooldowns.clear.uses.death: - description: Players uses (limit-uses=how many times playr can still use command) are cleared on death (must be enabled in config file too!). - default: false - booscooldowns.clear.cooldowns.death: - description: Players cooldowns are cleared on death (must be enabled in config file too!). - default: false - booscooldowns.list.limits: - description: Player can use "/booscooldowns limits" to see limits and how many times he can still use commands. - default: true - booscooldowns.set: - description: Users with this can use "/booscooldowns set" command. - default: op - booscooldowns.signs.player.use: - description: Player can use boosCooldowns signs (marked as player on second line). - default: false - booscooldowns.signs.server.use: - description: Player can use boosCooldowns signs (marked as server on second line). - default: false - booscooldowns.signs.player.place: - description: Player can place/create boosCooldowns signs (marked as player on second line). - default: false - booscooldowns.signs.server.place: - description: Player can place/create boosCooldowns signs (marked as server on second line). !!WARNING!! With this permission, player can create sign with commands that are run as if used from console! - default: false \ No newline at end of file diff --git a/bin/util/boosChat.class b/bin/util/boosChat.class deleted file mode 100644 index 2acf5c1..0000000 Binary files a/bin/util/boosChat.class and /dev/null differ diff --git a/diagrams/admin.ucd b/diagrams/admin.ucd deleted file mode 100644 index 1c08d92..0000000 --- a/diagrams/admin.ucd +++ /dev/null @@ -1,288 +0,0 @@ - - - - 255 - 255 - 206 - - - 0 - 0 - 0 - - true - - - - - 2 - - - - - - - - - - - true - - - - - - 2 - - - - - - -1 - -1 - 93 - 216 - - - - true - - - - - 2 - - - - - - - - - true - - - - - - 2 - - - - - - 40 - 175 - 239 - 220 - - - - true - - - - - 2 - - - - - - - - - true - - - - - - 2 - - - - - - 40 - 127 - 489 - 262 - - - - - - true - - - - - 2 - - - - - - - - true - - - - - - 2 - - - - - - 40 - 182 - 219 - 315 - - - - - - - true - - - - - 2 - - - - - - - - - - - - Úprava konfigurace příkazem - - - - - - - - Úprava konfigurace - - - - - - - - - - Upráva konfigurace editací - - - - - - true - - - - - 2 - - - - - - - - - true - - - - - - 2 - - - - - - 40 - 100 - 262 - 127 - - - - - - true - - - - - 2 - - - - - - - - true - - - - - - 2 - - - - - - 40 - 144 - 448 - 126 - - - - - - - - Vykonání funkce příkazu - - - - - - - - Použití příkazu - - - - - - - - Administrátor - - - - - - - - - \ No newline at end of file diff --git a/diagrams/hrac.ucd b/diagrams/hrac.ucd deleted file mode 100644 index 2ec40ee..0000000 --- a/diagrams/hrac.ucd +++ /dev/null @@ -1,227 +0,0 @@ - - - - 255 - 255 - 206 - - - 0 - 0 - 0 - - true - - - - - 2 - - - - - - - - - - - true - - - - - - 2 - - - - - - -1 - -1 - 72 - 173 - - - - true - - - - - 2 - - - - - - - - - true - - - - - - 2 - - - - - - 40 - 100 - 126 - 177 - - - - - - true - - - - - 2 - - - - - - - - true - - - - - - 2 - - - - - - 40 - 185 - 282 - 238 - - - - - - - - Čekání stanovené warmup doby - - - - - - true - - - - - 2 - - - - - - - - true - - - - - - 2 - - - - - - 40 - 202 - 271 - 87 - - - - - - - - Zaplacení stanoveného poplatku - - - - - - true - - - - - 2 - - - - - - - - true - - - - - - 2 - - - - - - 40 - 140 - 331 - 171 - - - - - - - - Vykonání funkce příkazu - - - - - - - - Použití příkazu - - - - - - - - Hráč - - - - - - - - \ No newline at end of file diff --git a/diagrams/liseneriStrucny.png b/diagrams/liseneriStrucny.png deleted file mode 100644 index 5c1138f..0000000 Binary files a/diagrams/liseneriStrucny.png and /dev/null differ diff --git a/diagrams/liseneriStrucny.ucls b/diagrams/liseneriStrucny.ucls deleted file mode 100644 index 69c5122..0000000 --- a/diagrams/liseneriStrucny.ucls +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/diagrams/mainStrucny.png b/diagrams/mainStrucny.png deleted file mode 100644 index 9e55765..0000000 Binary files a/diagrams/mainStrucny.png and /dev/null differ diff --git a/diagrams/mainStrucny.ucls b/diagrams/mainStrucny.ucls deleted file mode 100644 index 864a0c3..0000000 --- a/diagrams/mainStrucny.ucls +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/diagrams/manageriStrucny.png b/diagrams/manageriStrucny.png deleted file mode 100644 index c75521d..0000000 Binary files a/diagrams/manageriStrucny.png and /dev/null differ diff --git a/diagrams/manageriStrucny.ucls b/diagrams/manageriStrucny.ucls deleted file mode 100644 index 0a4be94..0000000 --- a/diagrams/manageriStrucny.ucls +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/doc/allclasses-frame.html b/doc/allclasses-frame.html deleted file mode 100644 index ae06a17..0000000 --- a/doc/allclasses-frame.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - -All Classes - - - - -

All Classes

- - - diff --git a/doc/allclasses-noframe.html b/doc/allclasses-noframe.html deleted file mode 100644 index a8ff1c1..0000000 --- a/doc/allclasses-noframe.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - -All Classes - - - - -

All Classes

- - - diff --git a/doc/constant-values.html b/doc/constant-values.html deleted file mode 100644 index a209394..0000000 --- a/doc/constant-values.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - -Constant Field Values - - - - - - - -
- - - - - -
- - -
-

Constant Field Values

-

Contents

- -
-
- - -

org.mcstats.*

-
    -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    org.mcstats.MetricsLite 
    Modifier and TypeConstant FieldValue
    - -private static final java.lang.StringBASE_URL"http://mcstats.org"
    - -private static final intPING_INTERVAL10
    - -private static final java.lang.StringREPORT_URL"/report/%s"
    - -private static final intREVISION6
    -
  • -
-
- -
- - - - - -
- - - - diff --git a/doc/cz/boosik/boosCooldown/BoosConfigManager.html b/doc/cz/boosik/boosCooldown/BoosConfigManager.html deleted file mode 100644 index 563b6c3..0000000 --- a/doc/cz/boosik/boosCooldown/BoosConfigManager.html +++ /dev/null @@ -1,1249 +0,0 @@ - - - - - -BoosConfigManager - - - - - - - - - - - -
-
cz.boosik.boosCooldown
-

Class BoosConfigManager

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • cz.boosik.boosCooldown.BoosConfigManager
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class BoosConfigManager
    -extends java.lang.Object
    -
    Tda zajiujc veker metody, kter se staraj o konfiguraci pluginu a o - databzi.
    -
    Author:
    -
    Jakub Kol
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      private static org.bukkit.configuration.file.YamlConfigurationconf 
      private static java.io.FileconfFile 
      private static org.bukkit.configuration.file.YamlConfigurationconfusers 
      private static java.io.FileconfusersFile 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      BoosConfigManager(BoosCoolDown boosCoolDown) -
      Metoda vytvejci konfiguran a databzov sobour, pokud tyto soubory - ji neexistuj.
      -
      -
    • -
    - - -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        conf

        -
        private static org.bukkit.configuration.file.YamlConfiguration conf
        -
      • -
      - - - -
        -
      • -

        confusers

        -
        private static org.bukkit.configuration.file.YamlConfiguration confusers
        -
      • -
      - - - -
        -
      • -

        confFile

        -
        private static java.io.File confFile
        -
      • -
      - - - -
        -
      • -

        confusersFile

        -
        private static java.io.File confusersFile
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BoosConfigManager

        -
        BoosConfigManager(BoosCoolDown boosCoolDown)
        -
        Metoda vytvejci konfiguran a databzov sobour, pokud tyto soubory - ji neexistuj. Pokud soubory ji existuj, jsou nateny z disku do - pamti.
        -
        Parameters:
        boosCoolDown -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        clear

        -
        static void clear()
        -
        Metoda zajiujc smazn vekerch aktivnch cooldown a warmup asova - vech hr.
        -
      • -
      - - - -
        -
      • -

        clearSomething

        -
        public static void clearSomething(java.lang.String co,
        -                  java.lang.String player)
        -
        Metoda vymae veker hodnoty specifickho hre ve specifick sekci - databze.
        -
        Parameters:
        co - sekce databze (warmup, cooldown, uses)
        player - jmno hre pro kretho se m vymazat st databze
        -
      • -
      - - - -
        -
      • -

        clearSomething

        -
        static void clearSomething(java.lang.String co,
        -                  java.lang.String player,
        -                  java.lang.String command)
        -
        Metoda vymae hodnoty specifickho pkazu, specifickho hre ve - specifick sekci databze.
        -
        Parameters:
        co - sekce databze (warmup, cooldown, uses)
        player - jmno hre pro kretho se m vymazat st databze
        command - pkaz pro kter se maj vymazat hodnoty
        -
      • -
      - - - -
        -
      • -

        getAlias

        -
        static java.lang.String getAlias(java.lang.String message)
        -
        Parameters:
        message -
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getAliases

        -
        static java.util.Set<java.lang.String> getAliases()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getBlockInteractDuringWarmup

        -
        static boolean getBlockInteractDuringWarmup()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCancelWarmupByGameModeChangeMessage

        -
        public static java.lang.String getCancelWarmupByGameModeChangeMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCancelWarmUpOnDamage

        -
        static boolean getCancelWarmUpOnDamage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCancelWarmUpOnGameModeChange

        -
        static boolean getCancelWarmUpOnGameModeChange()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCancelWarmupOnMove

        -
        static boolean getCancelWarmupOnMove()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCancelWarmupOnSneak

        -
        static boolean getCancelWarmupOnSneak()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCancelWarmupOnSneakMessage

        -
        public static java.lang.String getCancelWarmupOnSneakMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCancelWarmupOnSprint

        -
        static boolean getCancelWarmupOnSprint()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCancelWarmupOnSprintMessage

        -
        public static java.lang.String getCancelWarmupOnSprintMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCannotCreateSignMessage

        -
        public static java.lang.String getCannotCreateSignMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCannotUseSignMessage

        -
        public static java.lang.String getCannotUseSignMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCleanCooldownsOnDeath

        -
        public static boolean getCleanCooldownsOnDeath()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCleanUsesOnDeath

        -
        public static boolean getCleanUsesOnDeath()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getClearOnRestart

        -
        static boolean getClearOnRestart()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCommandBlockedMessage

        -
        static java.lang.String getCommandBlockedMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCommandGroup

        -
        static java.lang.String getCommandGroup(org.bukkit.entity.Player player)
        -
        Parameters:
        player -
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCommandGroups

        -
        static java.util.Set<java.lang.String> getCommandGroups()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCommandLogging

        -
        static boolean getCommandLogging()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCommands

        -
        static java.util.Set<java.lang.String> getCommands(org.bukkit.entity.Player player)
        -
        Parameters:
        player -
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCommandValues

        -
        static java.lang.String[] getCommandValues(java.lang.String regexCommand,
        -                                  org.bukkit.entity.Player player)
        -
        Parameters:
        regexCommand -
        player -
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getConfusers

        -
        static org.bukkit.configuration.file.YamlConfiguration getConfusers()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCoolDown

        -
        static int getCoolDown(java.lang.String pre,
        -              org.bukkit.entity.Player player)
        -
        Parameters:
        pre -
        player -
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCooldownEnabled

        -
        static boolean getCooldownEnabled()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCoolDownMessage

        -
        static java.lang.String getCoolDownMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getCooldowns

        -
        static java.util.Set<java.lang.String> getCooldowns(org.bukkit.entity.Player player)
        -
        Parameters:
        player -
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getInsufficientFundsMessage

        -
        static java.lang.String getInsufficientFundsMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getInteractBlockedMessage

        -
        public static java.lang.String getInteractBlockedMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getLimit

        -
        static int getLimit(java.lang.String pre,
        -           org.bukkit.entity.Player player)
        -
        Parameters:
        pre -
        player -
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getLimitEnabled

        -
        static boolean getLimitEnabled()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getLimitListMessage

        -
        static java.lang.String getLimitListMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getLimitsEnabled

        -
        static boolean getLimitsEnabled()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getLink

        -
        static java.lang.String getLink(java.lang.String pre)
        -
        Parameters:
        pre -
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getLinkList

        -
        static java.util.List<java.lang.String> getLinkList(java.lang.String link)
        -
        Parameters:
        link -
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getPaidErrorMessage

        -
        static java.lang.String getPaidErrorMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getPaidForCommandMessage

        -
        static java.lang.String getPaidForCommandMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getPotionEffect

        -
        static java.lang.String getPotionEffect(java.lang.String pre,
        -                               org.bukkit.entity.Player player)
        -
        Parameters:
        pre -
        player -
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getPotionEffectStrength

        -
        static int getPotionEffectStrength(java.lang.String pre,
        -                          org.bukkit.entity.Player player)
        -
        Parameters:
        pre -
        player -
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getPrice

        -
        static double getPrice(java.lang.String pre,
        -              org.bukkit.entity.Player player)
        -
        Parameters:
        pre -
        player -
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getPriceEnabled

        -
        static boolean getPriceEnabled()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getSaveInterval

        -
        static int getSaveInterval()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getSignCommands

        -
        static boolean getSignCommands()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getStartCooldownsOnDeath

        -
        public static boolean getStartCooldownsOnDeath()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getUnitHoursMessage

        -
        static java.lang.String getUnitHoursMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getUnitMinutesMessage

        -
        static java.lang.String getUnitMinutesMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getUnitSecondsMessage

        -
        static java.lang.String getUnitSecondsMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getWarmUp

        -
        static int getWarmUp(java.lang.String pre,
        -            org.bukkit.entity.Player player)
        -
        Parameters:
        pre -
        player -
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getWarmUpAlreadyStartedMessage

        -
        static java.lang.String getWarmUpAlreadyStartedMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getWarmUpCancelledByDamageMessage

        -
        public static java.lang.String getWarmUpCancelledByDamageMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getWarmUpCancelledByMoveMessage

        -
        public static java.lang.String getWarmUpCancelledByMoveMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getWarmupEnabled

        -
        static boolean getWarmupEnabled()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getWarmUpMessage

        -
        static java.lang.String getWarmUpMessage()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        load

        -
        static void load()
        -
        Metoda nate konfiguran soubor z disku do pamti.
        -
      • -
      - - - -
        -
      • -

        loadConfusers

        -
        static void loadConfusers()
        -
        Metoda nate soubor databze z disku do pamti.
        -
      • -
      - - - -
        -
      • -

        reload

        -
        static void reload()
        -
        Metoda znovu nate konfiguran soubor z disku do pamti.
        -
      • -
      - - - -
        -
      • -

        saveConfusers

        -
        static void saveConfusers()
        -
        Metoda ulo soubor databze z pamti na disk.
        -
      • -
      - - - -
        -
      • -

        setAddToConfigFile

        -
        static void setAddToConfigFile(java.lang.String coSetnout,
        -                      java.lang.String co,
        -                      java.lang.String hodnota)
        -
        Metoda pidv zznamy do konfiguranho souboru, kter pot ulo na - disk a znovu jej nate z disku do pamti.
        -
        Parameters:
        coSetnout - nzev skupiny pro kterou se m pidat zznam do konfiguranho - souboru
        co - pkaz, pro kter se m pidat hodnota do konfiguranho - souboru
        hodnota - hodnota kter se m pidat pro specifikovan pkaz
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/cz/boosik/boosCooldown/BoosCoolDown.html b/doc/cz/boosik/boosCooldown/BoosCoolDown.html deleted file mode 100644 index 30b5da8..0000000 --- a/doc/cz/boosik/boosCooldown/BoosCoolDown.html +++ /dev/null @@ -1,592 +0,0 @@ - - - - - -BoosCoolDown - - - - - - - - - - - -
-
cz.boosik.boosCooldown
-

Class BoosCoolDown

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • org.bukkit.plugin.PluginBase
    • -
    • -
        -
      • org.bukkit.plugin.java.JavaPlugin
      • -
      • -
          -
        • cz.boosik.boosCooldown.BoosCoolDown
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Runnable, org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin
    -
    -
    -
    -
    public class BoosCoolDown
    -extends org.bukkit.plugin.java.JavaPlugin
    -implements java.lang.Runnable
    -
    Hlavn tda pluginu. Tda je potomkem JavaPlugin a implementuje Runnable. - Tato tda se star o veker inicializace pi sputn a ukonen pluginu. - Toto zahrnuje zjitn, zda je k dispozici plugin Vault a ekonomick plugin, - registraci poslucha a tak se star o funkce vech kontrolnch a - konfiguranch pkaz. Periodicky tak ukld soubor databze v intervalu - nastavenm v konfiguraci.
    -
    Author:
    -
    Jakub Kol
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      private static net.milkbowl.vault.economy.Economyeconomy 
      private static java.util.logging.Loggerlog 
      private static org.bukkit.plugin.PluginDescriptionFilepdfFile 
      private org.bukkit.plugin.PluginManagerpm 
      private static booleanusingVault 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      BoosCoolDown() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static voidcommandLogger(java.lang.String player, - java.lang.String command) -
      Metoda odesl zprvy o pouit pkaz do konzole serveru.
      -
      static net.milkbowl.vault.economy.EconomygetEconomy() 
      static java.util.logging.LoggergetLog() 
      private voidinitializeVault() -
      Metoda zjiuje jestli je dostupn plugin Vault a na zklad toho vol - metodu pro nastaven ekonomickho pluginu a informuje o tom uivatele - pomoc konzole serveru.
      -
      (package private) static booleanisPluginOnForPlayer(org.bukkit.entity.Player player) -
      Metoda zjiuje na zklad oprvnn jestli je plugin aktivn pro danho - hre nebo ne.
      -
      booleanonCommand(org.bukkit.command.CommandSender sender, - org.bukkit.command.Command c, - java.lang.String commandLabel, - java.lang.String[] args) 
      voidonDisable() 
      voidonEnable() 
      private voidregisterListeners() -
      Metoda registruje posluchae v PluginManageru na zklad konfigurace - pluginu.
      -
      private voidreload() -
      Metoda vol metodu pro znovunaten konfiguranho souboru a metodu pro - registraci poslucha.
      -
      voidrun() 
      private booleansetupEconomy() -
      Metoda vrac hodnotu true, pokud je na serveru dostupn Ekonomick plugin - kompatibiln s pluginem Vault.
      -
      -
        -
      • - - -

        Methods inherited from class org.bukkit.plugin.java.JavaPlugin

        -getClassLoader, getCommand, getConfig, getDatabase, getDatabaseClasses, getDataFolder, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPluginLoader, getResource, getServer, initialize, installDDL, isEnabled, isInitialized, isNaggable, onLoad, onTabComplete, reloadConfig, removeDDL, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString
      • -
      -
        -
      • - - -

        Methods inherited from class org.bukkit.plugin.PluginBase

        -equals, getName, hashCode
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        log

        -
        private static final java.util.logging.Logger log
        -
      • -
      - - - -
        -
      • -

        pdfFile

        -
        private static org.bukkit.plugin.PluginDescriptionFile pdfFile
        -
      • -
      - - - -
        -
      • -

        economy

        -
        private static net.milkbowl.vault.economy.Economy economy
        -
      • -
      - - - -
        -
      • -

        usingVault

        -
        private static boolean usingVault
        -
      • -
      - - - -
        -
      • -

        pm

        -
        private org.bukkit.plugin.PluginManager pm
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BoosCoolDown

        -
        public BoosCoolDown()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        commandLogger

        -
        public static void commandLogger(java.lang.String player,
        -                 java.lang.String command)
        -
        Metoda odesl zprvy o pouit pkaz do konzole serveru.
        -
        Parameters:
        player - jmno hre kter vykonal pkaz
        command - vykonan pkaz
        -
      • -
      - - - -
        -
      • -

        getEconomy

        -
        public static net.milkbowl.vault.economy.Economy getEconomy()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getLog

        -
        public static java.util.logging.Logger getLog()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        isPluginOnForPlayer

        -
        static boolean isPluginOnForPlayer(org.bukkit.entity.Player player)
        -
        Metoda zjiuje na zklad oprvnn jestli je plugin aktivn pro danho - hre nebo ne.
        -
        Parameters:
        player - specifikovan hr
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        initializeVault

        -
        private void initializeVault()
        -
        Metoda zjiuje jestli je dostupn plugin Vault a na zklad toho vol - metodu pro nastaven ekonomickho pluginu a informuje o tom uivatele - pomoc konzole serveru.
        -
      • -
      - - - -
        -
      • -

        onCommand

        -
        public boolean onCommand(org.bukkit.command.CommandSender sender,
        -                org.bukkit.command.Command c,
        -                java.lang.String commandLabel,
        -                java.lang.String[] args)
        -
        -
        Specified by:
        -
        onCommand in interface org.bukkit.command.CommandExecutor
        -
        Overrides:
        -
        onCommand in class org.bukkit.plugin.java.JavaPlugin
        -
        -
      • -
      - - - -
        -
      • -

        onDisable

        -
        public void onDisable()
        -
        -
        Specified by:
        -
        onDisable in interface org.bukkit.plugin.Plugin
        -
        Overrides:
        -
        onDisable in class org.bukkit.plugin.java.JavaPlugin
        -
        -
      • -
      - - - -
        -
      • -

        onEnable

        -
        public void onEnable()
        -
        -
        Specified by:
        -
        onEnable in interface org.bukkit.plugin.Plugin
        -
        Overrides:
        -
        onEnable in class org.bukkit.plugin.java.JavaPlugin
        -
        -
      • -
      - - - -
        -
      • -

        registerListeners

        -
        private void registerListeners()
        -
        Metoda registruje posluchae v PluginManageru na zklad konfigurace - pluginu. Registroj se vdy jen nezbytn posluchai. Posluchai pro - vypnut funkce nejsou registrovni.
        -
      • -
      - - - -
        -
      • -

        reload

        -
        private void reload()
        -
        Metoda vol metodu pro znovunaten konfiguranho souboru a metodu pro - registraci poslucha.
        -
      • -
      - - - -
        -
      • -

        run

        -
        public void run()
        -
        -
        Specified by:
        -
        run in interface java.lang.Runnable
        -
        -
      • -
      - - - -
        -
      • -

        setupEconomy

        -
        private boolean setupEconomy()
        -
        Metoda vrac hodnotu true, pokud je na serveru dostupn Ekonomick plugin - kompatibiln s pluginem Vault.
        -
        Returns:
        true pokud je dostupn ekonomick plugin kompatibiln s pluginem - Vault, jinak vrac hodnotu false
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/cz/boosik/boosCooldown/BoosCoolDownListener.html b/doc/cz/boosik/boosCooldown/BoosCoolDownListener.html deleted file mode 100644 index f494d86..0000000 --- a/doc/cz/boosik/boosCooldown/BoosCoolDownListener.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - -BoosCoolDownListener - - - - - - - - - - - -
-
cz.boosik.boosCooldown
-

Class BoosCoolDownListener

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • cz.boosik.boosCooldown.BoosCoolDownListener
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    org.bukkit.event.Listener
    -
    -
    -
    -
    public class BoosCoolDownListener
    -extends java.lang.Object
    -implements org.bukkit.event.Listener
    -
    Hlavn poslucha, kter naslouch udlosti pouit pkazu hrem. - Kontroluje, jestli jsou pro pkaz nastaveny omezen a na zklad tohoto - spout asovae a vol metody spojen s poplatky a limity.
    -
    Author:
    -
    Jakub Kol
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      private static BoosCoolDownplugin 
      -
    • -
    - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      private voidcheckRestrictions(org.bukkit.event.player.PlayerCommandPreprocessEvent event, - org.bukkit.entity.Player player, - java.lang.String regexCommad, - java.lang.String originalCommand, - int warmupTime, - int cooldownTime, - double price, - int limit) -
      Metoda zkontroluje pomoc voln dalch metod, jestli pikaz kter hr - pouil je njakm zpsobem omezen a na zklad toho je bu udlost - pouit pkazu stornovna, nebo ne.
      -
      private voidonPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent event) -
      Poslucha, kter naslouch udlosti pouit pkazu a spout se jet - ped tm, ne je vykonn efekt tohto pkazu.
      -
      private voidstart(org.bukkit.event.player.PlayerCommandPreprocessEvent event, - org.bukkit.entity.Player player, - java.lang.String regexCommad, - java.lang.String originalCommand, - int warmupTime, - int cooldownTime) -
      Metoda spout warmup a cooldown asovae, ppadn je ukonuje, pokud - ji tyto asovae skonili.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BoosCoolDownListener

        -
        public BoosCoolDownListener(BoosCoolDown instance)
        -
        Parameters:
        instance -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        checkRestrictions

        -
        private void checkRestrictions(org.bukkit.event.player.PlayerCommandPreprocessEvent event,
        -                     org.bukkit.entity.Player player,
        -                     java.lang.String regexCommad,
        -                     java.lang.String originalCommand,
        -                     int warmupTime,
        -                     int cooldownTime,
        -                     double price,
        -                     int limit)
        -
        Metoda zkontroluje pomoc voln dalch metod, jestli pikaz kter hr - pouil je njakm zpsobem omezen a na zklad toho je bu udlost - pouit pkazu stornovna, nebo ne.
        -
        Parameters:
        event - udlost PlayerCommandPreprocessEvent
        player - hr kter spustil tuto udlost
        regexCommad - pkaz z konfiguranho souboru, kter vyhovuje originlnmu - pkazu
        originalCommand - originln pkaz kter hr pouil
        warmupTime - warmup doba nastaven pro regexCommand
        cooldownTime - cooldown doba nastaven pro regexCommand
        price - cena nastaven pro regexCommand
        limit - limit nastaven pro regexCommand
        -
      • -
      - - - -
        -
      • -

        onPlayerCommandPreprocess

        -
        private void onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent event)
        -
        Poslucha, kter naslouch udlosti pouit pkazu a spout se jet - ped tm, ne je vykonn efekt tohto pkazu. Metoda zjiuje, jestli - pkaz nen alias jinho pkazu a tak jestli se pkaz kter hr - pouil shoduje s pkazem nastavenm v konfiguraci. Pokud se shoduje, pak - jsou nateny informace o warmup dob, cooldown dob, poplatku a limitu. - Tyto hodnoty jsou pot pedny metod checkRestrictions();.
        -
        Parameters:
        event - udlost PlayerCommandPreprocessEvent
        -
      • -
      - - - -
        -
      • -

        start

        -
        private void start(org.bukkit.event.player.PlayerCommandPreprocessEvent event,
        -         org.bukkit.entity.Player player,
        -         java.lang.String regexCommad,
        -         java.lang.String originalCommand,
        -         int warmupTime,
        -         int cooldownTime)
        -
        Metoda spout warmup a cooldown asovae, ppadn je ukonuje, pokud - ji tyto asovae skonili.
        -
        Parameters:
        event - udlost PlayerCommandPreprocessEvent
        player - hr kter spustil tuto udlost
        regexCommad - pkaz z konfiguranho souboru, kter vyhovuje originlnmu - pkazu
        originalCommand - originln pkaz kter hr pouil
        warmupTime - warmup doba nastaven pro regexCommand
        cooldownTime - cooldown doba nastaven pro regexCommand
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/cz/boosik/boosCooldown/BoosCoolDownManager.html b/doc/cz/boosik/boosCooldown/BoosCoolDownManager.html deleted file mode 100644 index a9ea8ae..0000000 --- a/doc/cz/boosik/boosCooldown/BoosCoolDownManager.html +++ /dev/null @@ -1,449 +0,0 @@ - - - - - -BoosCoolDownManager - - - - - - - - - - - -
-
cz.boosik.boosCooldown
-

Class BoosCoolDownManager

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • cz.boosik.boosCooldown.BoosCoolDownManager
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class BoosCoolDownManager
    -extends java.lang.Object
    -
    Tda obsahuje veker metody potebn k zen cooldown asova. Spoutn, - ukonovn, zjiovn zda je cooldown asova ji aktivn.
    -
    Author:
    -
    Jakub Kol
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      (package private) static voidcancelCooldown(org.bukkit.entity.Player player, - java.lang.String regexCommand) -
      Metoda ukonuje specifikovan cooldown asova pro specifikovanho hre.
      -
      (package private) static booleancd(org.bukkit.entity.Player player, - java.lang.String regexCommand, - java.lang.String originalCommand, - int coolDownSeconds) -
      Metoda vrac hodnotu boolean na zklad toho, jestli m specifikovan - pkaz aktivn cooldown asova.
      -
      (package private) static booleancoolDown(org.bukkit.entity.Player player, - java.lang.String regexCommand, - java.lang.String originalCommand, - int time) -
      Metoda kontroluje, jestli hr nedisponuje oprvnnmi, kter obchzej - cooldown asovae.
      -
      (package private) static java.util.DategetCurrTime() -
      Metoda vrac souasn pesn datum a as.
      -
      (package private) static java.util.DategetTime(org.bukkit.entity.Player player, - java.lang.String regexCommand) -
      Metoda vrac datum a as, kdy hr naposledy pouil dan pkaz.
      -
      (package private) static booleancheckCoolDownOK(org.bukkit.entity.Player player, - java.lang.String regexCommand, - java.lang.String originalCommand, - int time) -
      Metoda vrac hodnotu boolean na zklad toho, jestli m specifikovan - pkaz aktivn cooldown asova.
      -
      (package private) static longsecondsBetween(java.util.Calendar startDate, - java.util.Calendar endDate) -
      Metoda vrac hodnotu rozdlu v sekundch mezi dvmi hodnotami datumu a - asu.
      -
      (package private) static voidsetTime(org.bukkit.entity.Player player, - java.lang.String regexCommand) -
      Metoda ukld do databze datum a as kdy hr naposledy pouil dan - pkaz.
      -
      static voidstartAllCooldowns(org.bukkit.entity.Player player, - java.lang.String message) -
      Metoda spout veker cooldown asovae pro specifickho hre.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BoosCoolDownManager

        -
        public BoosCoolDownManager()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        cancelCooldown

        -
        static void cancelCooldown(org.bukkit.entity.Player player,
        -                  java.lang.String regexCommand)
        -
        Metoda ukonuje specifikovan cooldown asova pro specifikovanho hre.
        -
        Parameters:
        player - specifick hr
        regexCommand - pkaz z konfigurace vyhovujc originlnmu pkazu
        -
      • -
      - - - -
        -
      • -

        cd

        -
        static boolean cd(org.bukkit.entity.Player player,
        -         java.lang.String regexCommand,
        -         java.lang.String originalCommand,
        -         int coolDownSeconds)
        -
        Metoda vrac hodnotu boolean na zklad toho, jestli m specifikovan - pkaz aktivn cooldown asova.
        -
        Parameters:
        player - specifikovan hr
        regexCommand - pkaz z konfigurace vyhovujc originlnmu pkazu
        originalCommand - originln pkaz pouit hrem
        coolDownSeconds - cooldown doba v sekundch, nastaven pro regexCommand v - konfiguraci
        -
        Returns:
        true pokud je pkaz na cooldown asovai, jinak false
        -
      • -
      - - - -
        -
      • -

        coolDown

        -
        static boolean coolDown(org.bukkit.entity.Player player,
        -               java.lang.String regexCommand,
        -               java.lang.String originalCommand,
        -               int time)
        -
        Metoda kontroluje, jestli hr nedisponuje oprvnnmi, kter obchzej - cooldown asovae. Pokud tmito oprvnnmi hr disponuje, pak metoda - vrac false. Pokud hr nedisponuje tmito oprvnnmi, vrac hodnotu - vrcenou metodou cd();.
        -
        Parameters:
        player - specifikovan hr
        regexCommand - pkaz z konfigurace vyhovujc originlnmu pkazu
        originalCommand - originln pkaz pouit hrem
        time - cooldown doba v sekundch, nastaven pro regexCommand v - konfiguraci
        -
        Returns:
        false pokud hr disponuje oprvnnmi, jinak hodnotu vrcenou - metodou cd();.
        -
      • -
      - - - -
        -
      • -

        getCurrTime

        -
        static java.util.Date getCurrTime()
        -
        Metoda vrac souasn pesn datum a as.
        -
        Returns:
        souasn as a datum
        -
      • -
      - - - -
        -
      • -

        getTime

        -
        static java.util.Date getTime(org.bukkit.entity.Player player,
        -                     java.lang.String regexCommand)
        -
        Metoda vrac datum a as, kdy hr naposledy pouil dan pkaz.
        -
        Parameters:
        player - specifikovan hr
        regexCommand - pkaz z konfigurace vyhovujc originlnmu pkazu
        -
        Returns:
        datum a as kdy hr naposledy pouil dan pkaz
        -
      • -
      - - - -
        -
      • -

        checkCoolDownOK

        -
        static boolean checkCoolDownOK(org.bukkit.entity.Player player,
        -                      java.lang.String regexCommand,
        -                      java.lang.String originalCommand,
        -                      int time)
        -
        Metoda vrac hodnotu boolean na zklad toho, jestli m specifikovan - pkaz aktivn cooldown asova.
        -
        Parameters:
        player - specifikovan hr
        regexCommand - pkaz z konfigurace vyhovujc originlnmu pkazu
        originalCommand - originln pkaz pouit hrem
        time - cooldown doba v sekundch, nastaven pro regexCommand v - konfiguraci
        -
        Returns:
        false pokud m pkaz aktivn cooldown asova, jinak false
        -
      • -
      - - - -
        -
      • -

        secondsBetween

        -
        static long secondsBetween(java.util.Calendar startDate,
        -                  java.util.Calendar endDate)
        -
        Metoda vrac hodnotu rozdlu v sekundch mezi dvmi hodnotami datumu a - asu.
        -
        Parameters:
        startDate -
        endDate -
        -
        Returns:
        rozdl v sekundch mezi startDate a endDate
        -
      • -
      - - - -
        -
      • -

        setTime

        -
        static void setTime(org.bukkit.entity.Player player,
        -           java.lang.String regexCommand)
        -
        Metoda ukld do databze datum a as kdy hr naposledy pouil dan - pkaz.
        -
        Parameters:
        player - specifick hr
        regexCommand - pkaz z konfigurace vyhovujc originlnmu pkazu
        -
      • -
      - - - -
        -
      • -

        startAllCooldowns

        -
        public static void startAllCooldowns(org.bukkit.entity.Player player,
        -                     java.lang.String message)
        -
        Metoda spout veker cooldown asovae pro specifickho hre.
        -
        Parameters:
        player - specifick hr
        message -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/cz/boosik/boosCooldown/BoosLimitManager.html b/doc/cz/boosik/boosCooldown/BoosLimitManager.html deleted file mode 100644 index f563e5b..0000000 --- a/doc/cz/boosik/boosCooldown/BoosLimitManager.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - -BoosLimitManager - - - - - - - - - - - -
-
cz.boosik.boosCooldown
-

Class BoosLimitManager

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • cz.boosik.boosCooldown.BoosLimitManager
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class BoosLimitManager
    -extends java.lang.Object
    -
    Tda obsahuje veker metody potebn k zen limit.
    -
    Author:
    -
    Jakub Kol
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      BoosLimitManager() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      (package private) static booleanblocked(org.bukkit.entity.Player player, - java.lang.String regexCommand, - java.lang.String originalCommand, - int limit) -
      Metoda kontroluje zda je mon pout pkaz, nebo zda je pkaz ji - zablokovan.
      -
      (package private) static voidgetLimitListMessages(org.bukkit.entity.Player send, - java.lang.String comm, - int lim) -
      Metoda odesl hri zprvu o limitovanm pkazu, hodnotu tohoto limitu - a kolikrt je jet mon limitovan pkaz pout.
      -
      (package private) static intgetUses(org.bukkit.entity.Player player, - java.lang.String regexCommand) -
      Metoda vrac hodnotu, kter je urena tm, kolikrt ji hr pouil - specifikovan pkaz.
      -
      (package private) static voidsetUses(org.bukkit.entity.Player player, - java.lang.String regexCommand, - java.lang.String originalCommand) -
      Metoda nastavuje poet pouit pkazu o jedna vt po kadm pouit - pkazu hrem.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BoosLimitManager

        -
        public BoosLimitManager()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        blocked

        -
        static boolean blocked(org.bukkit.entity.Player player,
        -              java.lang.String regexCommand,
        -              java.lang.String originalCommand,
        -              int limit)
        -
        Metoda kontroluje zda je mon pout pkaz, nebo zda je pkaz ji - zablokovan.
        -
        Parameters:
        player - specifick hr
        regexCommand - pkaz z konfiguranho souboru, kter vyhovuje originlnmu - pkazu
        originalCommand - originln pkaz pouit hrem
        limit - limit nastaven pro regexCommand
        -
        Returns:
        false pokud pkaz je mon pout, true pokud pkaz nen mon - pout
        -
      • -
      - - - -
        -
      • -

        getUses

        -
        static int getUses(org.bukkit.entity.Player player,
        -          java.lang.String regexCommand)
        -
        Metoda vrac hodnotu, kter je urena tm, kolikrt ji hr pouil - specifikovan pkaz.
        -
        Parameters:
        player - specifick hr
        regexCommand - pkaz z konfiguranho souboru, kter vyhovuje originlnmu - pkazu
        -
        Returns:
        hodnota pedstavujci poet pouit specifikovanho pkazu
        -
      • -
      - - - -
        -
      • -

        setUses

        -
        static void setUses(org.bukkit.entity.Player player,
        -           java.lang.String regexCommand,
        -           java.lang.String originalCommand)
        -
        Metoda nastavuje poet pouit pkazu o jedna vt po kadm pouit - pkazu hrem. Nasteven hodnoty probh jen pro pkazy, kter jsou - definovny v konfiguraci.
        -
        Parameters:
        player - specifick hr
        regexCommand - pkaz z konfiguranho souboru, kter vyhovuje originlnmu - pkazu
        originalCommand - originln pkaz pouit hrem
        -
      • -
      - - - -
        -
      • -

        getLimitListMessages

        -
        static void getLimitListMessages(org.bukkit.entity.Player send,
        -                        java.lang.String comm,
        -                        int lim)
        -
        Metoda odesl hri zprvu o limitovanm pkazu, hodnotu tohoto limitu - a kolikrt je jet mon limitovan pkaz pout.
        -
        Parameters:
        send - hr ktermu bude odesln seznam
        comm - pkaz o kterm si hr vydal informace
        lim - hodnota limitu na pkazu
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/cz/boosik/boosCooldown/BoosPriceManager.html b/doc/cz/boosik/boosCooldown/BoosPriceManager.html deleted file mode 100644 index 55a6e56..0000000 --- a/doc/cz/boosik/boosCooldown/BoosPriceManager.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -BoosPriceManager - - - - - - - - - - - -
-
cz.boosik.boosCooldown
-

Class BoosPriceManager

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • cz.boosik.boosCooldown.BoosPriceManager
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class BoosPriceManager
    -extends java.lang.Object
    -
    Tda obsahuje veker metody potebn k zen poplatk za pkazy.
    -
    Author:
    -
    Jakub Kol
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      private static net.milkbowl.vault.economy.Economyeconomy 
      private static java.lang.Stringmsg 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      BoosPriceManager() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      (package private) static voidpayForCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent event, - org.bukkit.entity.Player player, - java.lang.String regexCommand, - java.lang.String originalCommand, - double price) -
      Metoda ukonuje/neukonuje udlost pouit pkazu v zvislosti na tom, - jakou hodnotu vrtila metoda payForCommand(Player player, String - regexCommand, String originalCommand, double price, String name);.
      -
      (package private) static booleanpayForCommand(org.bukkit.entity.Player player, - java.lang.String regexCommand, - java.lang.String originalCommand, - double price, - java.lang.String name) -
      Metoda zajiuje funkci platby za pkaz.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        economy

        -
        private static net.milkbowl.vault.economy.Economy economy
        -
      • -
      - - - -
        -
      • -

        msg

        -
        private static java.lang.String msg
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BoosPriceManager

        -
        public BoosPriceManager()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        payForCommand

        -
        static boolean payForCommand(org.bukkit.entity.Player player,
        -                    java.lang.String regexCommand,
        -                    java.lang.String originalCommand,
        -                    double price,
        -                    java.lang.String name)
        -
        Metoda zajiuje funkci platby za pkaz. Vrac hodnotu v zvislosti na - spnosti platby.
        -
        Parameters:
        player - specifikovan hr
        regexCommand - pkaz z konfigurace vyhovujc originlnmu pkazu
        originalCommand - originln pkaz pouit hrem
        price - cena pouit pkazu
        name - jmno specifickho hre
        -
        Returns:
        true pokud byl spn zaplacen poplatek, nebo pokud nebyl - nalezen ekonomick plugin; false pokud dolo k chyb nebo hr - neml dostatek financ
        -
      • -
      - - - -
        -
      • -

        payForCommand

        -
        static void payForCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent event,
        -                 org.bukkit.entity.Player player,
        -                 java.lang.String regexCommand,
        -                 java.lang.String originalCommand,
        -                 double price)
        -
        Metoda ukonuje/neukonuje udlost pouit pkazu v zvislosti na tom, - jakou hodnotu vrtila metoda payForCommand(Player player, String - regexCommand, String originalCommand, double price, String name);.
        -
        Parameters:
        event - udlost PlayerCommandPreprocessEvent
        player - specifick hr
        regexCommand - pkaz z konfigurace vyhovujc originlnmu pkazu
        originalCommand - originln pkaz pouit hrem
        price - cena pouit pkazu
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/cz/boosik/boosCooldown/BoosWarmUpManager.html b/doc/cz/boosik/boosCooldown/BoosWarmUpManager.html deleted file mode 100644 index a045266..0000000 --- a/doc/cz/boosik/boosCooldown/BoosWarmUpManager.html +++ /dev/null @@ -1,601 +0,0 @@ - - - - - -BoosWarmUpManager - - - - - - - - - - - -
-
cz.boosik.boosCooldown
-

Class BoosWarmUpManager

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • cz.boosik.boosCooldown.BoosWarmUpManager
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class BoosWarmUpManager
    -extends java.lang.Object
    -
    Tda obsahuje veker metody potebn k zen warmup asova. Spoutn, - ukonovn a zjiovn zda je warmup asova ji aktivn.
    -
    Author:
    -
    Jakub Kol
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      private static java.util.concurrent.ConcurrentHashMap<java.lang.String,BoosWarmUpTimer>playercommands 
      private static java.util.concurrent.ConcurrentHashMap<org.bukkit.entity.Player,org.bukkit.Location>playerloc 
      private static java.util.concurrent.ConcurrentHashMap<org.bukkit.entity.Player,java.lang.String>playerworld 
      private static java.util.Timerscheduler 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      BoosWarmUpManager() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      (package private) static voidapplyPotionEffect(org.bukkit.entity.Player player, - java.lang.String regexCommand, - int warmUpSeconds) -
      Metoda aplikuje na hre magick efekt na dobu urenou parametrem - warmUpSeconds.
      -
      static voidcancelWarmUps(org.bukkit.entity.Player player) -
      Metoda stornuje veker probhajc warmup asovae specifickho hre.
      -
      static voidclearLocWorld(org.bukkit.entity.Player player) -
      Metoda pro specifickho hre vymae uloenou pozici a svt.
      -
      static java.util.concurrent.ConcurrentHashMap<org.bukkit.entity.Player,org.bukkit.Location>getPlayerloc() 
      static java.util.concurrent.ConcurrentHashMap<org.bukkit.entity.Player,java.lang.String>getPlayerworld() 
      static booleanhasWarmUps(org.bukkit.entity.Player player) -
      Metoda vrac boolean hodnotu v zvislosti na tom jestli specifikovan - hr m aktivn warmup asovae nebo ne.
      -
      (package private) static booleancheckWarmUpOK(org.bukkit.entity.Player player, - java.lang.String regexCommand) -
      Metoda zjiuje, jestli je dan warmup asova oznaen jako ji probhl - nebo ne.
      -
      (package private) static booleanisWarmUpProcess(org.bukkit.entity.Player player, - java.lang.String regexCommand) -
      Metoda vrac boolean hodnotu na zklad toho jestli je pro specifikovan - pkaz specifikovanho hre aktivn warmup asova.
      -
      (package private) static voidkillTimer(org.bukkit.entity.Player player) -
      Metoda odstran vechny asovae specifikovanho hre
      -
      (package private) static voidremoveWarmUp(org.bukkit.entity.Player player, - java.lang.String regexCommand) -
      Metoda odstran asovae na specifikovanm pkazu specifikovanho hre
      -
      (package private) static voidremoveWarmUpOK(org.bukkit.entity.Player player, - java.lang.String regexCommand) -
      Metoda odstran ukonen asovae na specifikovanm pkazu - specifikovanho hre
      -
      (package private) static voidremoveWarmUpProcess(java.lang.String tag) -
      Metoda odstrauje dan etzec z Hashmapy
      -
      (package private) static voidsetWarmUpOK(org.bukkit.entity.Player player, - java.lang.String regexCommand) -
      Metoda oznauje warmup asova specifikovanho pkazu specifikovanho - hre jako ji ukonen.
      -
      (package private) static voidstartWarmUp(BoosCoolDown bCoolDown, - org.bukkit.entity.Player player, - java.lang.String regexCommand, - java.lang.String originalCommand, - int warmUpSeconds) -
      Metoda spout warmup asova na zklad parametr pomoc Timer().
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        playercommands

        -
        private static java.util.concurrent.ConcurrentHashMap<java.lang.String,BoosWarmUpTimer> playercommands
        -
      • -
      - - - -
        -
      • -

        playerloc

        -
        private static java.util.concurrent.ConcurrentHashMap<org.bukkit.entity.Player,org.bukkit.Location> playerloc
        -
      • -
      - - - -
        -
      • -

        playerworld

        -
        private static java.util.concurrent.ConcurrentHashMap<org.bukkit.entity.Player,java.lang.String> playerworld
        -
      • -
      - - - -
        -
      • -

        scheduler

        -
        private static java.util.Timer scheduler
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BoosWarmUpManager

        -
        public BoosWarmUpManager()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        applyPotionEffect

        -
        static void applyPotionEffect(org.bukkit.entity.Player player,
        -                     java.lang.String regexCommand,
        -                     int warmUpSeconds)
        -
        Metoda aplikuje na hre magick efekt na dobu urenou parametrem - warmUpSeconds.
        -
        Parameters:
        player - specifick hr
        regexCommand - pkaz z konfiguranho souboru, kter vyhovuje originlnmu - pkazu
        warmUpSeconds - doba warmup v sekundch, nastaven pro regexCommand v - konfiguraci
        -
      • -
      - - - -
        -
      • -

        cancelWarmUps

        -
        public static void cancelWarmUps(org.bukkit.entity.Player player)
        -
        Metoda stornuje veker probhajc warmup asovae specifickho hre.
        -
        Parameters:
        player - specifick hr
        -
      • -
      - - - -
        -
      • -

        clearLocWorld

        -
        public static void clearLocWorld(org.bukkit.entity.Player player)
        -
        Metoda pro specifickho hre vymae uloenou pozici a svt.
        -
        Parameters:
        player - specifick hr
        -
      • -
      - - - -
        -
      • -

        hasWarmUps

        -
        public static boolean hasWarmUps(org.bukkit.entity.Player player)
        -
        Metoda vrac boolean hodnotu v zvislosti na tom jestli specifikovan - hr m aktivn warmup asovae nebo ne.
        -
        Parameters:
        player - specifick hr
        -
        Returns:
        true pokud hr m aktivn warmup asovae, jinak false
        -
      • -
      - - - -
        -
      • -

        checkWarmUpOK

        -
        static boolean checkWarmUpOK(org.bukkit.entity.Player player,
        -                    java.lang.String regexCommand)
        -
        Metoda zjiuje, jestli je dan warmup asova oznaen jako ji probhl - nebo ne.
        -
        Parameters:
        player - specifick hr
        regexCommand - pkaz z konfiguranho souboru, kter vyhovuje originlnmu - pkazu
        -
        Returns:
        true pokud je warmup asova oznaen jako ji probhl, jinak - false
        -
      • -
      - - - -
        -
      • -

        isWarmUpProcess

        -
        static boolean isWarmUpProcess(org.bukkit.entity.Player player,
        -                      java.lang.String regexCommand)
        -
        Metoda vrac boolean hodnotu na zklad toho jestli je pro specifikovan - pkaz specifikovanho hre aktivn warmup asova.
        -
        Parameters:
        player - specifick hr
        regexCommand - pkaz z konfiguranho souboru, kter vyhovuje originlnmu - pkazu
        -
        Returns:
        true pokud je warmup asova aktivn, jinak false
        -
      • -
      - - - -
        -
      • -

        killTimer

        -
        static void killTimer(org.bukkit.entity.Player player)
        -
        Metoda odstran vechny asovae specifikovanho hre
        -
        Parameters:
        player - specifick hr
        -
      • -
      - - - -
        -
      • -

        removeWarmUp

        -
        static void removeWarmUp(org.bukkit.entity.Player player,
        -                java.lang.String regexCommand)
        -
        Metoda odstran asovae na specifikovanm pkazu specifikovanho hre
        -
        Parameters:
        player - specifick hr
        regexCommand - pkaz z konfiguranho souboru, kter vyhovuje originlnmu - pkazu
        -
      • -
      - - - -
        -
      • -

        removeWarmUpOK

        -
        static void removeWarmUpOK(org.bukkit.entity.Player player,
        -                  java.lang.String regexCommand)
        -
        Metoda odstran ukonen asovae na specifikovanm pkazu - specifikovanho hre
        -
        Parameters:
        player - specifick hr
        regexCommand - pkaz z konfiguranho souboru, kter vyhovuje originlnmu - pkazu
        -
      • -
      - - - -
        -
      • -

        removeWarmUpProcess

        -
        static void removeWarmUpProcess(java.lang.String tag)
        -
        Metoda odstrauje dan etzec z Hashmapy
        -
        Parameters:
        tag - etzec, kter se m odstranit z Hasmapy
        -
      • -
      - - - -
        -
      • -

        setWarmUpOK

        -
        static void setWarmUpOK(org.bukkit.entity.Player player,
        -               java.lang.String regexCommand)
        -
        Metoda oznauje warmup asova specifikovanho pkazu specifikovanho - hre jako ji ukonen.
        -
        Parameters:
        player - specifick hr
        regexCommand - pkaz z konfiguranho souboru, kter vyhovuje originlnmu - pkazu
        -
      • -
      - - - -
        -
      • -

        startWarmUp

        -
        static void startWarmUp(BoosCoolDown bCoolDown,
        -               org.bukkit.entity.Player player,
        -               java.lang.String regexCommand,
        -               java.lang.String originalCommand,
        -               int warmUpSeconds)
        -
        Metoda spout warmup asova na zklad parametr pomoc Timer(). Pokud - je ji warmup aktivn, odele hri zprvu kter ho o tom informuje.
        -
        Parameters:
        bCoolDown - instance tdy BoosCooldown
        player - specifick hr
        regexCommand - pkaz z konfiguranho souboru, kter vyhovuje originlnmu - pkazu
        originalCommand - originln pkaz pouit hrem
        warmUpSeconds - warmup doba nastaven pro pkaz v sekundch
        -
      • -
      - - - -
        -
      • -

        getPlayerworld

        -
        public static java.util.concurrent.ConcurrentHashMap<org.bukkit.entity.Player,java.lang.String> getPlayerworld()
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getPlayerloc

        -
        public static java.util.concurrent.ConcurrentHashMap<org.bukkit.entity.Player,org.bukkit.Location> getPlayerloc()
        -
        Returns:
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html b/doc/cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html deleted file mode 100644 index 0679125..0000000 --- a/doc/cz/boosik/boosCooldown/BoosWarmUpTimer.boosWarmUpRunnable.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - -BoosWarmUpTimer.boosWarmUpRunnable - - - - - - - - - - - -
-
cz.boosik.boosCooldown
-

Class BoosWarmUpTimer.boosWarmUpRunnable

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • cz.boosik.boosCooldown.BoosWarmUpTimer.boosWarmUpRunnable
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Runnable
    -
    -
    -
    Enclosing class:
    -
    BoosWarmUpTimer
    -
    -
    -
    -
    public class BoosWarmUpTimer.boosWarmUpRunnable
    -extends java.lang.Object
    -implements java.lang.Runnable
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidrun() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BoosWarmUpTimer.boosWarmUpRunnable

        -
        public BoosWarmUpTimer.boosWarmUpRunnable()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        run

        -
        public void run()
        -
        -
        Specified by:
        -
        run in interface java.lang.Runnable
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/cz/boosik/boosCooldown/BoosWarmUpTimer.html b/doc/cz/boosik/boosCooldown/BoosWarmUpTimer.html deleted file mode 100644 index 223e00b..0000000 --- a/doc/cz/boosik/boosCooldown/BoosWarmUpTimer.html +++ /dev/null @@ -1,385 +0,0 @@ - - - - - -BoosWarmUpTimer - - - - - - - - - - - -
-
cz.boosik.boosCooldown
-

Class BoosWarmUpTimer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.util.TimerTask
    • -
    • -
        -
      • cz.boosik.boosCooldown.BoosWarmUpTimer
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Runnable
    -
    -
    -
    -
    public class BoosWarmUpTimer
    -extends java.util.TimerTask
    -
    Tda starajc se o samotn asovae warmup pomoc TimerTask
    -
    Author:
    -
    Jakub Kol
    -
  • -
-
-
-
    -
  • - - - - - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      BoosWarmUpTimer(BoosCoolDown bCoolDown, - java.util.Timer timer, - org.bukkit.entity.Player player, - java.lang.String regexCommand, - java.lang.String originalCommand) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidrun() 
      -
        -
      • - - -

        Methods inherited from class java.util.TimerTask

        -cancel, scheduledExecutionTime
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - - - - - -
        -
      • -

        player

        -
        private org.bukkit.entity.Player player
        -
      • -
      - - - -
        -
      • -

        originalCommand

        -
        private java.lang.String originalCommand
        -
      • -
      - - - -
        -
      • -

        regexCommand

        -
        private java.lang.String regexCommand
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BoosWarmUpTimer

        -
        public BoosWarmUpTimer(BoosCoolDown bCoolDown,
        -               java.util.Timer timer,
        -               org.bukkit.entity.Player player,
        -               java.lang.String regexCommand,
        -               java.lang.String originalCommand)
        -
        Parameters:
        bCoolDown - instance tdy BoosCoolDown
        timer -
        player - specifick hr
        regexCommand - pkaz z konfiguranho souboru, kter vyhovuje originlnmu - pkazu
        originalCommand - originln pkaz kter hr pouil
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        run

        -
        public void run()
        -
        -
        Specified by:
        -
        run in interface java.lang.Runnable
        -
        Specified by:
        -
        run in class java.util.TimerTask
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html b/doc/cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html deleted file mode 100644 index 92b1952..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/BoosEntityDamageListener.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - - -BoosEntityDamageListener - - - - - - - - - - - -
-
cz.boosik.boosCooldown.Listeners
-

Class BoosEntityDamageListener

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • cz.boosik.boosCooldown.Listeners.BoosEntityDamageListener
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    org.bukkit.event.Listener
    -
    -
    -
    -
    public class BoosEntityDamageListener
    -extends java.lang.Object
    -implements org.bukkit.event.Listener
    -
    Poslucha naslouchajc udlosti, kter se spout v okamiku kdy dojde ke - zrann jakkoli entity ve svt. Pokud je touto entitou hr a na jeho - pkazech je aktivn asova warmup, ve chvli sputn tto udlosti jsou - vechny jeho warmup asovae stornovny a hri je odeslna zprva, kter ho - o tto skutenosti informuje. Pokud hr disponuje oprvnnm - booscooldowns.nocancel.damage, jeho warmup asovae stornovny nejsou.
    -
    Author:
    -
    Jakub Kol
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      private voidonEntityDamage(org.bukkit.event.entity.EntityDamageEvent event) -
      Metoda zjiuje jestli je entita kter spustila tuto udlost hr.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BoosEntityDamageListener

        -
        public BoosEntityDamageListener()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        onEntityDamage

        -
        private void onEntityDamage(org.bukkit.event.entity.EntityDamageEvent event)
        -
        Metoda zjiuje jestli je entita kter spustila tuto udlost hr. Pokud - je entita hr, hr nen null a nedisponuje oprvnnm - booscooldowns.nocancel.damage a pokud tento hr disponuje aktivnmi - warmup asovai, pak je hri odeslna zprva, kter ho informuje o - ukonen vech warmup asova a nsledn tyto asovae ukonuje pomoc - metody cancelWarmUps();.
        -
        Parameters:
        event - udlost EntityDamageEvent
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html b/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html deleted file mode 100644 index 11f05c8..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerDeathListener.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - -BoosPlayerDeathListener - - - - - - - - - - - -
-
cz.boosik.boosCooldown.Listeners
-

Class BoosPlayerDeathListener

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • cz.boosik.boosCooldown.Listeners.BoosPlayerDeathListener
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    org.bukkit.event.Listener
    -
    -
    -
    -
    public class BoosPlayerDeathListener
    -extends java.lang.Object
    -implements org.bukkit.event.Listener
    -
    Poslucha naslouchajc udlosti, kter se spout v okamiku kdy hr zeme. - V zvislosti na konfiguraci pluginu a oprvnnch hre mohou nastat ti - rzn aktivity. Cooldown asovae mohou bt po smrti vymazny, nebo naopak - mohou bt znovu sputny veker cooldown asovae pro veker nastaven - pkazy. Tak mohou bt vymazny zznamy o pouitch pkazu a hr bude opt - schopen pouvat limitovan pkazy a po hodnotu limitu.
    -
    Author:
    -
    Jakub Kol
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      private voidclearCooldownsOnDeath(org.bukkit.entity.Player player) -
      Na zklad konfigurace a toho jestli hr disponuje oprvnnm - booscooldowns.clear.cooldowns.death metoda vymae vechny cooldown - asovae vech pkaz specifikovanho hre tm e spust metodu - clearSomething();.
      -
      private voidclearUsesOnDeath(org.bukkit.entity.Player player) -
      Na zklad konfigurace a toho jestli hr disponuje oprvnnm - booscooldowns.clear.uses.death metoda vymae vechny zznamy o sputn - vech pkaz specifikovanho hre tm e spust metodu - clearSomething();.
      -
      private voidonPlayerDeath(org.bukkit.event.entity.PlayerDeathEvent event) -
      Metoda zjiuje jestli je entita kter spustila tuto udlost hr a - jestli nen null.
      -
      private voidstartCooldownsOnDeath(org.bukkit.entity.Player player) -
      Na zklad konfigurace metoda spout vechny cooldown asovae - specifikovanho hre tm e spust medotu startAllCooldowns();.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BoosPlayerDeathListener

        -
        public BoosPlayerDeathListener()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        onPlayerDeath

        -
        private void onPlayerDeath(org.bukkit.event.entity.PlayerDeathEvent event)
        -
        Metoda zjiuje jestli je entita kter spustila tuto udlost hr a - jestli nen null. Na zklad toho spout dal metody.
        -
        Parameters:
        event - udlost PlayerDeathEvent
        -
      • -
      - - - -
        -
      • -

        startCooldownsOnDeath

        -
        private void startCooldownsOnDeath(org.bukkit.entity.Player player)
        -
        Na zklad konfigurace metoda spout vechny cooldown asovae - specifikovanho hre tm e spust medotu startAllCooldowns();.
        -
        Parameters:
        player - hr, kter spustil udlost PlayerDeathEvent
        -
      • -
      - - - -
        -
      • -

        clearUsesOnDeath

        -
        private void clearUsesOnDeath(org.bukkit.entity.Player player)
        -
        Na zklad konfigurace a toho jestli hr disponuje oprvnnm - booscooldowns.clear.uses.death metoda vymae vechny zznamy o sputn - vech pkaz specifikovanho hre tm e spust metodu - clearSomething();.
        -
        Parameters:
        player - hr, kter spustil udlost PlayerDeathEvent
        -
      • -
      - - - -
        -
      • -

        clearCooldownsOnDeath

        -
        private void clearCooldownsOnDeath(org.bukkit.entity.Player player)
        -
        Na zklad konfigurace a toho jestli hr disponuje oprvnnm - booscooldowns.clear.cooldowns.death metoda vymae vechny cooldown - asovae vech pkaz specifikovanho hre tm e spust metodu - clearSomething();.
        -
        Parameters:
        player - hr, kter spustil udlost PlayerDeathEvent
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html b/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html deleted file mode 100644 index a41307c..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerGameModeChangeListener.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - - -BoosPlayerGameModeChangeListener - - - - - - - - - - - -
-
cz.boosik.boosCooldown.Listeners
-

Class BoosPlayerGameModeChangeListener

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • cz.boosik.boosCooldown.Listeners.BoosPlayerGameModeChangeListener
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    org.bukkit.event.Listener
    -
    -
    -
    -
    public class BoosPlayerGameModeChangeListener
    -extends java.lang.Object
    -implements org.bukkit.event.Listener
    -
    Poslucha naslouchajc udlosti, kter se spout v okamiku kdy hr zmn - hern md. Pokud na pkazech hre je aktivn asova warmup, ve chvli - sputn tto udlosti jsou vechny jeho warmup asovae stornovny a hri - je odeslna zprva, kter ho o tto skutenosti informuje. Pokud hr - disponuje oprvnnm booscooldowns.nocancel.gamemodechange, jeho warmup - asovae stornovny nejsou.
    -
    Author:
    -
    Jakub Kol
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      private voidonPlayerGameModeChange(org.bukkit.event.player.PlayerGameModeChangeEvent event) -
      Metoda zjiuje jestli je entita kter spustila tuto udlost hr.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BoosPlayerGameModeChangeListener

        -
        public BoosPlayerGameModeChangeListener()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        onPlayerGameModeChange

        -
        private void onPlayerGameModeChange(org.bukkit.event.player.PlayerGameModeChangeEvent event)
        -
        Metoda zjiuje jestli je entita kter spustila tuto udlost hr. Pokud - je entita hr, hr nen null a nedisponuje oprvnnm - booscooldowns.nocancel.gamemodechange a pokud tento hr disponuje aktivnmi - warmup asovai, pak je hri odeslna zprva, kter ho informuje o - ukonen vech warmup asova a nsledn tyto asovae ukonuje pomoc - metody cancelWarmUps();.
        -
        Parameters:
        event - udlost PlayerGameModeChangeEvent
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html b/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html deleted file mode 100644 index 7ac8778..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerInteractListener.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - -BoosPlayerInteractListener - - - - - - - - - - - -
-
cz.boosik.boosCooldown.Listeners
-

Class BoosPlayerInteractListener

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • cz.boosik.boosCooldown.Listeners.BoosPlayerInteractListener
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    org.bukkit.event.Listener
    -
    -
    -
    -
    public class BoosPlayerInteractListener
    -extends java.lang.Object
    -implements org.bukkit.event.Listener
    -
    Poslucha naslouchajc udlosti, kter se spout v okamiku kdy hr - provd interakce s hernmi bloky. Pokud na pkazech hre je aktivn - asova warmup a blok se kterm hr interaguje je kontejner, pak tato tda - pot ukonuje tuto udlost a blokuje hri pstup do kontejner. Pokud hr - disponuje oprvnnm booscooldowns.dontblock.interact, jeho pstup do - kontejner nen blokovn.
    -
    Author:
    -
    Jakub Kol
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      private voidonPlayerInteract(org.bukkit.event.player.PlayerInteractEvent event) -
      Metoda zjiuje jestli je entita kter spustila tuto udlost hr.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BoosPlayerInteractListener

        -
        public BoosPlayerInteractListener()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        onPlayerInteract

        -
        private void onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent event)
        -
        Metoda zjiuje jestli je entita kter spustila tuto udlost hr. Pokud - je entita hr, hr nen null a nedisponuje oprvnnm - booscooldowns.dontblock.interact a pokud tento hr disponuje aktivnmi - warmup asovai a blok se kterm interaguje je kontejner, pak je hri - odeslna zprva, kter ho informuje o tom, e do kontejneru nen mon - pistupovat a tato udlost je nsledn ukonena. To zablokuje hri - pstup do kontejneru.
        -
        Parameters:
        event - udlost PlayerInteractEvent
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html b/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html deleted file mode 100644 index a82be4c..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerMoveListener.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - -BoosPlayerMoveListener - - - - - - - - - - - -
-
cz.boosik.boosCooldown.Listeners
-

Class BoosPlayerMoveListener

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • cz.boosik.boosCooldown.Listeners.BoosPlayerMoveListener
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    org.bukkit.event.Listener
    -
    -
    -
    -
    public class BoosPlayerMoveListener
    -extends java.lang.Object
    -implements org.bukkit.event.Listener
    -
    Poslucha naslouchajc udlosti, kter se spout v okamiku kdy se hr - pohybuje. Pokud na pkazech hre je aktivn asova warmup, ve chvli - sputn tto udlosti jsou vechny jeho warmup asovae stornovny a hri - je odeslna zprva, kter ho o tto skutenosti informuje. Pi pohybech hre - hra tuto udlost spout 20 krt kadou vteinu. To me bt na velkch - serverech velmi neoptimln a proto se funkce spout jen jednou za vteinu, - pomoc jednoduchho cyklu. Pokud hr disponuje oprvnnm - booscooldowns.nocancel.move, jeho warmup asovae stornovny nejsou.
    -
    Author:
    -
    Jakub Kol
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      private inttempTimer 
      -
    • -
    - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      private static booleanhasMoved(org.bukkit.entity.Player player) -
      Metoda zjiujc, jestli hr zmnil pozico ve svt, nebo ppadn svt - od doby kdy pouil pkaz a do doby voln tto metody.
      -
      private voidonPlayerMove(org.bukkit.event.player.PlayerMoveEvent event) -
      Pokud hr nen null a nedisponuje oprvnnm - booscooldowns.nocancel.move a pokud tento hr disponuje aktivnmi - warmup asovai, pak je hri odeslna zprva, kter ho informuje o - ukonen vech warmup asova a nsledn tyto asovae ukonuje pomoc - metody cancelWarmUps();.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        tempTimer

        -
        private int tempTimer
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BoosPlayerMoveListener

        -
        public BoosPlayerMoveListener()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        hasMoved

        -
        private static boolean hasMoved(org.bukkit.entity.Player player)
        -
        Metoda zjiujc, jestli hr zmnil pozico ve svt, nebo ppadn svt - od doby kdy pouil pkaz a do doby voln tto metody.
        -
        Parameters:
        player - hr kter se pohybuje
        -
        Returns:
        true pokud hr zmnil svou pozici, nebo pokud peel do jinho - svta; jinak vrac false
        -
      • -
      - - - -
        -
      • -

        onPlayerMove

        -
        private void onPlayerMove(org.bukkit.event.player.PlayerMoveEvent event)
        -
        Pokud hr nen null a nedisponuje oprvnnm - booscooldowns.nocancel.move a pokud tento hr disponuje aktivnmi - warmup asovai, pak je hri odeslna zprva, kter ho informuje o - ukonen vech warmup asova a nsledn tyto asovae ukonuje pomoc - metody cancelWarmUps();. Metoda obsahuje jednoduch asova, kter - zajiuje, e funkce nebudou provdny pi kadm voln tto metody (20x - za vteinu).
        -
        Parameters:
        event - udlost PlayerMoveEvent
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html b/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html deleted file mode 100644 index 700125d..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSneakListener.html +++ /dev/null @@ -1,281 +0,0 @@ - - - - - -BoosPlayerToggleSneakListener - - - - - - - - - - - -
-
cz.boosik.boosCooldown.Listeners
-

Class BoosPlayerToggleSneakListener

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSneakListener
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    org.bukkit.event.Listener
    -
    -
    -
    -
    public class BoosPlayerToggleSneakListener
    -extends java.lang.Object
    -implements org.bukkit.event.Listener
    -
    Poslucha naslouchajc udlosti, kter se spout v okamiku kdy hr zapne - plen (defaultn pomoc klvesy control). Pokud na pkazech hre je - aktivn asova warmup, ve chvli sputn tto udlosti jsou vechny jeho - warmup asovae stornovny a hri je odeslna zprva, kter ho o tto - skutenosti informuje. Pokud hr disponuje oprvnnm - booscooldowns.nocancel.sneak, jeho warmup asovae stornovny nejsou.
    -
    Author:
    -
    Jakub Kol
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      private voidonPlayerToggleSneak(org.bukkit.event.player.PlayerToggleSneakEvent event) -
      Pokud hr nen null a nedisponuje oprvnnm - booscooldowns.nocancel.sneak a pokud tento hr disponuje aktivnmi - warmup asovai, pak je hri odeslna zprva, kter ho informuje o - ukonen vech warmup asova a nsledn tyto asovae ukonuje pomoc - metody cancelWarmUps();.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BoosPlayerToggleSneakListener

        -
        public BoosPlayerToggleSneakListener()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        onPlayerToggleSneak

        -
        private void onPlayerToggleSneak(org.bukkit.event.player.PlayerToggleSneakEvent event)
        -
        Pokud hr nen null a nedisponuje oprvnnm - booscooldowns.nocancel.sneak a pokud tento hr disponuje aktivnmi - warmup asovai, pak je hri odeslna zprva, kter ho informuje o - ukonen vech warmup asova a nsledn tyto asovae ukonuje pomoc - metody cancelWarmUps();.
        -
        Parameters:
        event - udlost PlayerToggleSneakEvent
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html b/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html deleted file mode 100644 index 5b832bf..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/BoosPlayerToggleSprintListener.html +++ /dev/null @@ -1,281 +0,0 @@ - - - - - -BoosPlayerToggleSprintListener - - - - - - - - - - - -
-
cz.boosik.boosCooldown.Listeners
-

Class BoosPlayerToggleSprintListener

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSprintListener
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    org.bukkit.event.Listener
    -
    -
    -
    -
    public class BoosPlayerToggleSprintListener
    -extends java.lang.Object
    -implements org.bukkit.event.Listener
    -
    Poslucha naslouchajc udlosti, kter se spout v okamiku kdy hr zapne - sprintovn (pomoc dvojitho stisknut klvesy pro pohyb vped). Pokud na - pkazech hre je aktivn asova warmup, ve chvli sputn tto udlosti - jsou vechny jeho warmup asovae stornovny a hri je odeslna zprva, - kter ho o tto skutenosti informuje. Pokud hr disponuje oprvnnm - booscooldowns.nocancel.sprint, jeho warmup asovae stornovny nejsou.
    -
    Author:
    -
    Jakub Kol
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      private voidonPlayerToggleSprint(org.bukkit.event.player.PlayerToggleSprintEvent event) -
      Pokud hr nen null a nedisponuje oprvnnm - booscooldowns.nocancel.sprint a pokud tento hr disponuje aktivnmi - warmup asovai, pak je hri odeslna zprva, kter ho informuje o - ukonen vech warmup asova a nsledn tyto asovae ukonuje pomoc - metody cancelWarmUps();.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BoosPlayerToggleSprintListener

        -
        public BoosPlayerToggleSprintListener()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        onPlayerToggleSprint

        -
        private void onPlayerToggleSprint(org.bukkit.event.player.PlayerToggleSprintEvent event)
        -
        Pokud hr nen null a nedisponuje oprvnnm - booscooldowns.nocancel.sprint a pokud tento hr disponuje aktivnmi - warmup asovai, pak je hri odeslna zprva, kter ho informuje o - ukonen vech warmup asova a nsledn tyto asovae ukonuje pomoc - metody cancelWarmUps();.
        -
        Parameters:
        event - udlost PlayerToggleSprintEvent
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosEntityDamageListener.html b/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosEntityDamageListener.html deleted file mode 100644 index d65f20a..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosEntityDamageListener.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class cz.boosik.boosCooldown.Listeners.BoosEntityDamageListener - - - - - - - - - - -
-

Uses of Class
cz.boosik.boosCooldown.Listeners.BoosEntityDamageListener

-
-
No usage of cz.boosik.boosCooldown.Listeners.BoosEntityDamageListener
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerDeathListener.html b/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerDeathListener.html deleted file mode 100644 index adbc1d3..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerDeathListener.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerDeathListener - - - - - - - - - - -
-

Uses of Class
cz.boosik.boosCooldown.Listeners.BoosPlayerDeathListener

-
-
No usage of cz.boosik.boosCooldown.Listeners.BoosPlayerDeathListener
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerGameModeChangeListener.html b/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerGameModeChangeListener.html deleted file mode 100644 index fe618a9..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerGameModeChangeListener.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerGameModeChangeListener - - - - - - - - - - -
-

Uses of Class
cz.boosik.boosCooldown.Listeners.BoosPlayerGameModeChangeListener

-
-
No usage of cz.boosik.boosCooldown.Listeners.BoosPlayerGameModeChangeListener
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerInteractListener.html b/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerInteractListener.html deleted file mode 100644 index 740b3ea..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerInteractListener.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerInteractListener - - - - - - - - - - -
-

Uses of Class
cz.boosik.boosCooldown.Listeners.BoosPlayerInteractListener

-
-
No usage of cz.boosik.boosCooldown.Listeners.BoosPlayerInteractListener
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerMoveListener.html b/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerMoveListener.html deleted file mode 100644 index cceb722..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerMoveListener.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerMoveListener - - - - - - - - - - -
-

Uses of Class
cz.boosik.boosCooldown.Listeners.BoosPlayerMoveListener

-
-
No usage of cz.boosik.boosCooldown.Listeners.BoosPlayerMoveListener
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerToggleSneakListener.html b/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerToggleSneakListener.html deleted file mode 100644 index 9a9e5ca..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerToggleSneakListener.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSneakListener - - - - - - - - - - -
-

Uses of Class
cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSneakListener

-
-
No usage of cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSneakListener
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerToggleSprintListener.html b/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerToggleSprintListener.html deleted file mode 100644 index 605e9d7..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/class-use/BoosPlayerToggleSprintListener.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSprintListener - - - - - - - - - - -
-

Uses of Class
cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSprintListener

-
-
No usage of cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSprintListener
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/package-frame.html b/doc/cz/boosik/boosCooldown/Listeners/package-frame.html deleted file mode 100644 index 2c6acb1..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/package-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - -cz.boosik.boosCooldown.Listeners - - - - -

cz.boosik.boosCooldown.Listeners

- - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/package-summary.html b/doc/cz/boosik/boosCooldown/Listeners/package-summary.html deleted file mode 100644 index 91d1f74..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/package-summary.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - -cz.boosik.boosCooldown.Listeners - - - - - - - -
- - - - - -
- - -
-

Package cz.boosik.boosCooldown.Listeners

-
-
-
    -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    BoosEntityDamageListener -
    Poslucha naslouchajc udlosti, kter se spout v okamiku kdy dojde ke - zrann jakkoli entity ve svt.
    -
    BoosPlayerDeathListener -
    Poslucha naslouchajc udlosti, kter se spout v okamiku kdy hr zeme.
    -
    BoosPlayerGameModeChangeListener -
    Poslucha naslouchajc udlosti, kter se spout v okamiku kdy hr zmn - hern md.
    -
    BoosPlayerInteractListener -
    Poslucha naslouchajc udlosti, kter se spout v okamiku kdy hr - provd interakce s hernmi bloky.
    -
    BoosPlayerMoveListener -
    Poslucha naslouchajc udlosti, kter se spout v okamiku kdy se hr - pohybuje.
    -
    BoosPlayerToggleSneakListener -
    Poslucha naslouchajc udlosti, kter se spout v okamiku kdy hr zapne - plen (defaultn pomoc klvesy control).
    -
    BoosPlayerToggleSprintListener -
    Poslucha naslouchajc udlosti, kter se spout v okamiku kdy hr zapne - sprintovn (pomoc dvojitho stisknut klvesy pro pohyb vped).
    -
    -
  • -
-
- -
- - - - - -
- - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/package-tree.html b/doc/cz/boosik/boosCooldown/Listeners/package-tree.html deleted file mode 100644 index c0ad4d6..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/package-tree.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - -cz.boosik.boosCooldown.Listeners Class Hierarchy - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package cz.boosik.boosCooldown.Listeners

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - - - - -
- - - - diff --git a/doc/cz/boosik/boosCooldown/Listeners/package-use.html b/doc/cz/boosik/boosCooldown/Listeners/package-use.html deleted file mode 100644 index 6b221b9..0000000 --- a/doc/cz/boosik/boosCooldown/Listeners/package-use.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Package cz.boosik.boosCooldown.Listeners - - - - - - - - - - -
-

Uses of Package
cz.boosik.boosCooldown.Listeners

-
-
No usage of cz.boosik.boosCooldown.Listeners
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/class-use/BoosConfigManager.html b/doc/cz/boosik/boosCooldown/class-use/BoosConfigManager.html deleted file mode 100644 index 7c93eee..0000000 --- a/doc/cz/boosik/boosCooldown/class-use/BoosConfigManager.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class cz.boosik.boosCooldown.BoosConfigManager - - - - - - - - - - -
-

Uses of Class
cz.boosik.boosCooldown.BoosConfigManager

-
-
No usage of cz.boosik.boosCooldown.BoosConfigManager
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/class-use/BoosCoolDown.html b/doc/cz/boosik/boosCooldown/class-use/BoosCoolDown.html deleted file mode 100644 index 7fa2e92..0000000 --- a/doc/cz/boosik/boosCooldown/class-use/BoosCoolDown.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - -Uses of Class cz.boosik.boosCooldown.BoosCoolDown - - - - - - - - - - -
-

Uses of Class
cz.boosik.boosCooldown.BoosCoolDown

-
-
- -
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/class-use/BoosCoolDownListener.html b/doc/cz/boosik/boosCooldown/class-use/BoosCoolDownListener.html deleted file mode 100644 index 9b7baed..0000000 --- a/doc/cz/boosik/boosCooldown/class-use/BoosCoolDownListener.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class cz.boosik.boosCooldown.BoosCoolDownListener - - - - - - - - - - -
-

Uses of Class
cz.boosik.boosCooldown.BoosCoolDownListener

-
-
No usage of cz.boosik.boosCooldown.BoosCoolDownListener
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/class-use/BoosCoolDownManager.html b/doc/cz/boosik/boosCooldown/class-use/BoosCoolDownManager.html deleted file mode 100644 index b3eee15..0000000 --- a/doc/cz/boosik/boosCooldown/class-use/BoosCoolDownManager.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class cz.boosik.boosCooldown.BoosCoolDownManager - - - - - - - - - - -
-

Uses of Class
cz.boosik.boosCooldown.BoosCoolDownManager

-
-
No usage of cz.boosik.boosCooldown.BoosCoolDownManager
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/class-use/BoosLimitManager.html b/doc/cz/boosik/boosCooldown/class-use/BoosLimitManager.html deleted file mode 100644 index d6bb152..0000000 --- a/doc/cz/boosik/boosCooldown/class-use/BoosLimitManager.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class cz.boosik.boosCooldown.BoosLimitManager - - - - - - - - - - -
-

Uses of Class
cz.boosik.boosCooldown.BoosLimitManager

-
-
No usage of cz.boosik.boosCooldown.BoosLimitManager
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/class-use/BoosPriceManager.html b/doc/cz/boosik/boosCooldown/class-use/BoosPriceManager.html deleted file mode 100644 index c2dadd7..0000000 --- a/doc/cz/boosik/boosCooldown/class-use/BoosPriceManager.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class cz.boosik.boosCooldown.BoosPriceManager - - - - - - - - - - -
-

Uses of Class
cz.boosik.boosCooldown.BoosPriceManager

-
-
No usage of cz.boosik.boosCooldown.BoosPriceManager
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/class-use/BoosWarmUpManager.html b/doc/cz/boosik/boosCooldown/class-use/BoosWarmUpManager.html deleted file mode 100644 index 8c55958..0000000 --- a/doc/cz/boosik/boosCooldown/class-use/BoosWarmUpManager.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class cz.boosik.boosCooldown.BoosWarmUpManager - - - - - - - - - - -
-

Uses of Class
cz.boosik.boosCooldown.BoosWarmUpManager

-
-
No usage of cz.boosik.boosCooldown.BoosWarmUpManager
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/class-use/BoosWarmUpTimer.boosWarmUpRunnable.html b/doc/cz/boosik/boosCooldown/class-use/BoosWarmUpTimer.boosWarmUpRunnable.html deleted file mode 100644 index 7a45714..0000000 --- a/doc/cz/boosik/boosCooldown/class-use/BoosWarmUpTimer.boosWarmUpRunnable.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class cz.boosik.boosCooldown.BoosWarmUpTimer.boosWarmUpRunnable - - - - - - - - - - -
-

Uses of Class
cz.boosik.boosCooldown.BoosWarmUpTimer.boosWarmUpRunnable

-
-
No usage of cz.boosik.boosCooldown.BoosWarmUpTimer.boosWarmUpRunnable
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/class-use/BoosWarmUpTimer.html b/doc/cz/boosik/boosCooldown/class-use/BoosWarmUpTimer.html deleted file mode 100644 index 196b262..0000000 --- a/doc/cz/boosik/boosCooldown/class-use/BoosWarmUpTimer.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - -Uses of Class cz.boosik.boosCooldown.BoosWarmUpTimer - - - - - - - - - - -
-

Uses of Class
cz.boosik.boosCooldown.BoosWarmUpTimer

-
-
- -
- - - - - - diff --git a/doc/cz/boosik/boosCooldown/package-frame.html b/doc/cz/boosik/boosCooldown/package-frame.html deleted file mode 100644 index e0768a3..0000000 --- a/doc/cz/boosik/boosCooldown/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - -cz.boosik.boosCooldown - - - - -

cz.boosik.boosCooldown

- - - diff --git a/doc/cz/boosik/boosCooldown/package-summary.html b/doc/cz/boosik/boosCooldown/package-summary.html deleted file mode 100644 index b97ad9e..0000000 --- a/doc/cz/boosik/boosCooldown/package-summary.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - -cz.boosik.boosCooldown - - - - - - - -
- - - - - -
- - -
-

Package cz.boosik.boosCooldown

-
-
-
    -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    BoosConfigManager -
    Tda zajiujc veker metody, kter se staraj o konfiguraci pluginu a o - databzi.
    -
    BoosCoolDown -
    Hlavn tda pluginu.
    -
    BoosCoolDownListener -
    Hlavn poslucha, kter naslouch udlosti pouit pkazu hrem.
    -
    BoosCoolDownManager -
    Tda obsahuje veker metody potebn k zen cooldown asova.
    -
    BoosLimitManager -
    Tda obsahuje veker metody potebn k zen limit.
    -
    BoosPriceManager -
    Tda obsahuje veker metody potebn k zen poplatk za pkazy.
    -
    BoosWarmUpManager -
    Tda obsahuje veker metody potebn k zen warmup asova.
    -
    BoosWarmUpTimer -
    Tda starajc se o samotn asovae warmup pomoc TimerTask
    -
    -
  • -
-
- -
- - - - - -
- - - - diff --git a/doc/cz/boosik/boosCooldown/package-tree.html b/doc/cz/boosik/boosCooldown/package-tree.html deleted file mode 100644 index db339da..0000000 --- a/doc/cz/boosik/boosCooldown/package-tree.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - -cz.boosik.boosCooldown Class Hierarchy - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package cz.boosik.boosCooldown

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - - - - -
- - - - diff --git a/doc/cz/boosik/boosCooldown/package-use.html b/doc/cz/boosik/boosCooldown/package-use.html deleted file mode 100644 index 7f322a5..0000000 --- a/doc/cz/boosik/boosCooldown/package-use.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - -Uses of Package cz.boosik.boosCooldown - - - - - - - - - - -
-

Uses of Package
cz.boosik.boosCooldown

-
-
- -
- - - - - - diff --git a/doc/deprecated-list.html b/doc/deprecated-list.html deleted file mode 100644 index 46c4bf8..0000000 --- a/doc/deprecated-list.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Deprecated List - - - - - - - -
- - - - - -
- - -
-

Deprecated API

-

Contents

-
- -
- - - - - -
- - - - diff --git a/doc/help-doc.html b/doc/help-doc.html deleted file mode 100644 index 19ff5a5..0000000 --- a/doc/help-doc.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - -API Help - - - - - - - -
- - - - - -
- - -
-

How This API Document Is Organized

-
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
-
-
-
    -
  • -

    Overview

    -

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    -
  • -
  • -

    Package

    -

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    -
      -
    • Interfaces (italic)
    • -
    • Classes
    • -
    • Enums
    • -
    • Exceptions
    • -
    • Errors
    • -
    • Annotation Types
    • -
    -
  • -
  • -

    Class/Interface

    -

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    -
      -
    • Class inheritance diagram
    • -
    • Direct Subclasses
    • -
    • All Known Subinterfaces
    • -
    • All Known Implementing Classes
    • -
    • Class/interface declaration
    • -
    • Class/interface description
    • -
    -
      -
    • Nested Class Summary
    • -
    • Field Summary
    • -
    • Constructor Summary
    • -
    • Method Summary
    • -
    -
      -
    • Field Detail
    • -
    • Constructor Detail
    • -
    • Method Detail
    • -
    -

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    -
  • -
  • -

    Annotation Type

    -

    Each annotation type has its own separate page with the following sections:

    -
      -
    • Annotation Type declaration
    • -
    • Annotation Type description
    • -
    • Required Element Summary
    • -
    • Optional Element Summary
    • -
    • Element Detail
    • -
    -
  • -
  • -

    Enum

    -

    Each enum has its own separate page with the following sections:

    -
      -
    • Enum declaration
    • -
    • Enum description
    • -
    • Enum Constant Summary
    • -
    • Enum Constant Detail
    • -
    -
  • -
  • -

    Use

    -

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    -
  • -
  • -

    Tree (Class Hierarchy)

    -

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    -
      -
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • -
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • -
    -
  • -
  • -

    Deprecated API

    -

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    -
  • -
  • -

    Index

    -

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    -
  • -
  • -

    Prev/Next

    -

    These links take you to the next or previous class, interface, package, or related page.

    -
  • -
  • -

    Frames/No Frames

    -

    These links show and hide the HTML frames. All pages are available with or without frames.

    -
  • -
  • -

    All Classes

    -

    The All Classes link shows all classes and interfaces except non-static nested types.

    -
  • -
  • -

    Serialized Form

    -

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    -
  • -
  • -

    Constant Field Values

    -

    The Constant Field Values page lists the static final fields and their values.

    -
  • -
-This help file applies to API documentation generated using the standard doclet.
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html deleted file mode 100644 index 65dc783..0000000 --- a/doc/index-files/index-1.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - -A-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

A

-
-
applyPotionEffect(Player, String, int) - Static method in class cz.boosik.boosCooldown.BoosWarmUpManager
-
-
Metoda aplikuje na hre magick efekt na dobu urenou parametrem - warmUpSeconds.
-
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-10.html b/doc/index-files/index-10.html deleted file mode 100644 index 5ba509c..0000000 --- a/doc/index-files/index-10.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - -L-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

L

-
-
load() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
-
Metoda nate konfiguran soubor z disku do pamti.
-
-
loadConfusers() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
-
Metoda nate soubor databze z disku do pamti.
-
-
log - Static variable in class cz.boosik.boosCooldown.BoosCoolDown
-
 
-
log - Static variable in class util.boosChat
-
 
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-11.html b/doc/index-files/index-11.html deleted file mode 100644 index 2ac6309..0000000 --- a/doc/index-files/index-11.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - -M-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

M

-
-
MetricsLite - Class in org.mcstats
-
 
-
MetricsLite(Plugin) - Constructor for class org.mcstats.MetricsLite
-
 
-
msg - Static variable in class cz.boosik.boosCooldown.BoosPriceManager
-
 
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html deleted file mode 100644 index 5781212..0000000 --- a/doc/index-files/index-12.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - -O-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

O

-
-
onCommand(CommandSender, Command, String, String[]) - Method in class cz.boosik.boosCooldown.BoosCoolDown
-
 
-
onDisable() - Method in class cz.boosik.boosCooldown.BoosCoolDown
-
 
-
onEnable() - Method in class cz.boosik.boosCooldown.BoosCoolDown
-
 
-
onEntityDamage(EntityDamageEvent) - Method in class cz.boosik.boosCooldown.Listeners.BoosEntityDamageListener
-
-
Metoda zjiuje jestli je entita kter spustila tuto udlost hr.
-
-
onPlayerCommandPreprocess(PlayerCommandPreprocessEvent) - Method in class cz.boosik.boosCooldown.BoosCoolDownListener
-
-
Poslucha, kter naslouch udlosti pouit pkazu a spout se jet - ped tm, ne je vykonn efekt tohto pkazu.
-
-
onPlayerDeath(PlayerDeathEvent) - Method in class cz.boosik.boosCooldown.Listeners.BoosPlayerDeathListener
-
-
Metoda zjiuje jestli je entita kter spustila tuto udlost hr a - jestli nen null.
-
-
onPlayerGameModeChange(PlayerGameModeChangeEvent) - Method in class cz.boosik.boosCooldown.Listeners.BoosPlayerGameModeChangeListener
-
-
Metoda zjiuje jestli je entita kter spustila tuto udlost hr.
-
-
onPlayerInteract(PlayerInteractEvent) - Method in class cz.boosik.boosCooldown.Listeners.BoosPlayerInteractListener
-
-
Metoda zjiuje jestli je entita kter spustila tuto udlost hr.
-
-
onPlayerMove(PlayerMoveEvent) - Method in class cz.boosik.boosCooldown.Listeners.BoosPlayerMoveListener
-
-
Pokud hr nen null a nedisponuje oprvnnm - booscooldowns.nocancel.move a pokud tento hr disponuje aktivnmi - warmup asovai, pak je hri odeslna zprva, kter ho informuje o - ukonen vech warmup asova a nsledn tyto asovae ukonuje pomoc - metody cancelWarmUps();.
-
-
onPlayerToggleSneak(PlayerToggleSneakEvent) - Method in class cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSneakListener
-
-
Pokud hr nen null a nedisponuje oprvnnm - booscooldowns.nocancel.sneak a pokud tento hr disponuje aktivnmi - warmup asovai, pak je hri odeslna zprva, kter ho informuje o - ukonen vech warmup asova a nsledn tyto asovae ukonuje pomoc - metody cancelWarmUps();.
-
-
onPlayerToggleSprint(PlayerToggleSprintEvent) - Method in class cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSprintListener
-
-
Pokud hr nen null a nedisponuje oprvnnm - booscooldowns.nocancel.sprint a pokud tento hr disponuje aktivnmi - warmup asovai, pak je hri odeslna zprva, kter ho informuje o - ukonen vech warmup asova a nsledn tyto asovae ukonuje pomoc - metody cancelWarmUps();.
-
-
optOutLock - Variable in class org.mcstats.MetricsLite
-
-
Lock for synchronization
-
-
org.mcstats - package org.mcstats
-
 
-
originalCommand - Variable in class cz.boosik.boosCooldown.BoosWarmUpTimer
-
 
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-13.html b/doc/index-files/index-13.html deleted file mode 100644 index 33480ab..0000000 --- a/doc/index-files/index-13.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - -P-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

P

-
-
payForCommand(Player, String, String, double, String) - Static method in class cz.boosik.boosCooldown.BoosPriceManager
-
-
Metoda zajiuje funkci platby za pkaz.
-
-
payForCommand(PlayerCommandPreprocessEvent, Player, String, String, double) - Static method in class cz.boosik.boosCooldown.BoosPriceManager
-
-
Metoda ukonuje/neukonuje udlost pouit pkazu v zvislosti na tom, - jakou hodnotu vrtila metoda payForCommand(Player player, String - regexCommand, String originalCommand, double price, String name);.
-
-
pdfFile - Static variable in class cz.boosik.boosCooldown.BoosCoolDown
-
 
-
PING_INTERVAL - Static variable in class org.mcstats.MetricsLite
-
-
Interval of time to ping (in minutes)
-
-
player - Variable in class cz.boosik.boosCooldown.BoosWarmUpTimer
-
 
-
playercommands - Static variable in class cz.boosik.boosCooldown.BoosWarmUpManager
-
 
-
playerloc - Static variable in class cz.boosik.boosCooldown.BoosWarmUpManager
-
 
-
playerworld - Static variable in class cz.boosik.boosCooldown.BoosWarmUpManager
-
 
-
plugin - Static variable in class cz.boosik.boosCooldown.BoosCoolDownListener
-
 
-
plugin - Variable in class org.mcstats.MetricsLite
-
-
The plugin this metrics submits for
-
-
pm - Variable in class cz.boosik.boosCooldown.BoosCoolDown
-
 
-
postPlugin(boolean) - Method in class org.mcstats.MetricsLite
-
-
Generic method that posts a plugin to the metrics website
-
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-14.html b/doc/index-files/index-14.html deleted file mode 100644 index 41c2d84..0000000 --- a/doc/index-files/index-14.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - -R-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

R

-
-
regexCommand - Variable in class cz.boosik.boosCooldown.BoosWarmUpTimer
-
 
-
registerListeners() - Method in class cz.boosik.boosCooldown.BoosCoolDown
-
-
Metoda registruje posluchae v PluginManageru na zklad konfigurace - pluginu.
-
-
reload() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
-
Metoda znovu nate konfiguran soubor z disku do pamti.
-
-
reload() - Method in class cz.boosik.boosCooldown.BoosCoolDown
-
-
Metoda vol metodu pro znovunaten konfiguranho souboru a metodu pro - registraci poslucha.
-
-
removeWarmUp(Player, String) - Static method in class cz.boosik.boosCooldown.BoosWarmUpManager
-
-
Metoda odstran asovae na specifikovanm pkazu specifikovanho hre
-
-
removeWarmUpOK(Player, String) - Static method in class cz.boosik.boosCooldown.BoosWarmUpManager
-
-
Metoda odstran ukonen asovae na specifikovanm pkazu - specifikovanho hre
-
-
removeWarmUpProcess(String) - Static method in class cz.boosik.boosCooldown.BoosWarmUpManager
-
-
Metoda odstrauje dan etzec z Hashmapy
-
-
replaceColorCodes(String) - Static method in class util.boosChat
-
 
-
replaceTags(String) - Static method in class util.boosChat
-
 
-
REPORT_URL - Static variable in class org.mcstats.MetricsLite
-
-
The url used to report a server's status
-
-
REVISION - Static variable in class org.mcstats.MetricsLite
-
-
The current revision number
-
-
run() - Method in class cz.boosik.boosCooldown.BoosCoolDown
-
 
-
run() - Method in class cz.boosik.boosCooldown.BoosWarmUpTimer.boosWarmUpRunnable
-
 
-
run() - Method in class cz.boosik.boosCooldown.BoosWarmUpTimer
-
 
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-15.html b/doc/index-files/index-15.html deleted file mode 100644 index 715bf37..0000000 --- a/doc/index-files/index-15.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - -S-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

S

-
-
saveConfusers() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
-
Metoda ulo soubor databze z pamti na disk.
-
-
scheduler - Static variable in class cz.boosik.boosCooldown.BoosWarmUpManager
-
 
-
secondsBetween(Calendar, Calendar) - Static method in class cz.boosik.boosCooldown.BoosCoolDownManager
-
-
Metoda vrac hodnotu rozdlu v sekundch mezi dvmi hodnotami datumu a - asu.
-
-
sendMessageToCommandSender(CommandSender, String) - Static method in class util.boosChat
-
 
-
sendMessageToPlayer(Player, String) - Static method in class util.boosChat
-
 
-
sendMessageToServer(String) - Static method in class util.boosChat
-
 
-
server - Static variable in class util.boosChat
-
 
-
setAddToConfigFile(String, String, String) - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
-
Metoda pidv zznamy do konfiguranho souboru, kter pot ulo na - disk a znovu jej nate z disku do pamti.
-
-
setTime(Player, String) - Static method in class cz.boosik.boosCooldown.BoosCoolDownManager
-
-
Metoda ukld do databze datum a as kdy hr naposledy pouil dan - pkaz.
-
-
setupEconomy() - Method in class cz.boosik.boosCooldown.BoosCoolDown
-
-
Metoda vrac hodnotu true, pokud je na serveru dostupn Ekonomick plugin - kompatibiln s pluginem Vault.
-
-
setUses(Player, String, String) - Static method in class cz.boosik.boosCooldown.BoosLimitManager
-
-
Metoda nastavuje poet pouit pkazu o jedna vt po kadm pouit - pkazu hrem.
-
-
setWarmUpOK(Player, String) - Static method in class cz.boosik.boosCooldown.BoosWarmUpManager
-
-
Metoda oznauje warmup asova specifikovanho pkazu specifikovanho - hre jako ji ukonen.
-
-
start(PlayerCommandPreprocessEvent, Player, String, String, int, int) - Method in class cz.boosik.boosCooldown.BoosCoolDownListener
-
-
Metoda spout warmup a cooldown asovae, ppadn je ukonuje, pokud - ji tyto asovae skonili.
-
-
start() - Method in class org.mcstats.MetricsLite
-
-
Start measuring statistics.
-
-
startAllCooldowns(Player, String) - Static method in class cz.boosik.boosCooldown.BoosCoolDownManager
-
-
Metoda spout veker cooldown asovae pro specifickho hre.
-
-
startCooldownsOnDeath(Player) - Method in class cz.boosik.boosCooldown.Listeners.BoosPlayerDeathListener
-
-
Na zklad konfigurace metoda spout vechny cooldown asovae - specifikovanho hre tm e spust medotu startAllCooldowns();.
-
-
startWarmUp(BoosCoolDown, Player, String, String, int) - Static method in class cz.boosik.boosCooldown.BoosWarmUpManager
-
-
Metoda spout warmup asova na zklad parametr pomoc Timer().
-
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-16.html b/doc/index-files/index-16.html deleted file mode 100644 index 76e1061..0000000 --- a/doc/index-files/index-16.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - -T-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

T

-
-
task - Variable in class org.mcstats.MetricsLite
-
-
Id of the scheduled task
-
-
tempTimer - Variable in class cz.boosik.boosCooldown.Listeners.BoosPlayerMoveListener
-
 
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-17.html b/doc/index-files/index-17.html deleted file mode 100644 index 699d4d4..0000000 --- a/doc/index-files/index-17.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -U-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

U

-
-
usingVault - Static variable in class cz.boosik.boosCooldown.BoosCoolDown
-
 
-
util - package util
-
 
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-2.html b/doc/index-files/index-2.html deleted file mode 100644 index 8cdd6b7..0000000 --- a/doc/index-files/index-2.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - -B-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

B

-
-
BASE_URL - Static variable in class org.mcstats.MetricsLite
-
-
The base url of the metrics domain
-
-
bCoolDown - Variable in class cz.boosik.boosCooldown.BoosWarmUpTimer
-
 
-
blocked(Player, String, String, int) - Static method in class cz.boosik.boosCooldown.BoosLimitManager
-
-
Metoda kontroluje zda je mon pout pkaz, nebo zda je pkaz ji - zablokovan.
-
-
boosChat - Class in util
-
 
-
boosChat(Server) - Constructor for class util.boosChat
-
 
-
BoosConfigManager - Class in cz.boosik.boosCooldown
-
-
Tda zajiujc veker metody, kter se staraj o konfiguraci pluginu a o - databzi.
-
-
BoosConfigManager(BoosCoolDown) - Constructor for class cz.boosik.boosCooldown.BoosConfigManager
-
-
Metoda vytvejci konfiguran a databzov sobour, pokud tyto soubory - ji neexistuj.
-
-
BoosCoolDown - Class in cz.boosik.boosCooldown
-
-
Hlavn tda pluginu.
-
-
BoosCoolDown() - Constructor for class cz.boosik.boosCooldown.BoosCoolDown
-
 
-
BoosCoolDownListener - Class in cz.boosik.boosCooldown
-
-
Hlavn poslucha, kter naslouch udlosti pouit pkazu hrem.
-
-
BoosCoolDownListener(BoosCoolDown) - Constructor for class cz.boosik.boosCooldown.BoosCoolDownListener
-
 
-
BoosCoolDownManager - Class in cz.boosik.boosCooldown
-
-
Tda obsahuje veker metody potebn k zen cooldown asova.
-
-
BoosCoolDownManager() - Constructor for class cz.boosik.boosCooldown.BoosCoolDownManager
-
 
-
BoosEntityDamageListener - Class in cz.boosik.boosCooldown.Listeners
-
-
Poslucha naslouchajc udlosti, kter se spout v okamiku kdy dojde ke - zrann jakkoli entity ve svt.
-
-
BoosEntityDamageListener() - Constructor for class cz.boosik.boosCooldown.Listeners.BoosEntityDamageListener
-
 
-
BoosLimitManager - Class in cz.boosik.boosCooldown
-
-
Tda obsahuje veker metody potebn k zen limit.
-
-
BoosLimitManager() - Constructor for class cz.boosik.boosCooldown.BoosLimitManager
-
 
-
BoosPlayerDeathListener - Class in cz.boosik.boosCooldown.Listeners
-
-
Poslucha naslouchajc udlosti, kter se spout v okamiku kdy hr zeme.
-
-
BoosPlayerDeathListener() - Constructor for class cz.boosik.boosCooldown.Listeners.BoosPlayerDeathListener
-
 
-
BoosPlayerGameModeChangeListener - Class in cz.boosik.boosCooldown.Listeners
-
-
Poslucha naslouchajc udlosti, kter se spout v okamiku kdy hr zmn - hern md.
-
-
BoosPlayerGameModeChangeListener() - Constructor for class cz.boosik.boosCooldown.Listeners.BoosPlayerGameModeChangeListener
-
 
-
BoosPlayerInteractListener - Class in cz.boosik.boosCooldown.Listeners
-
-
Poslucha naslouchajc udlosti, kter se spout v okamiku kdy hr - provd interakce s hernmi bloky.
-
-
BoosPlayerInteractListener() - Constructor for class cz.boosik.boosCooldown.Listeners.BoosPlayerInteractListener
-
 
-
BoosPlayerMoveListener - Class in cz.boosik.boosCooldown.Listeners
-
-
Poslucha naslouchajc udlosti, kter se spout v okamiku kdy se hr - pohybuje.
-
-
BoosPlayerMoveListener() - Constructor for class cz.boosik.boosCooldown.Listeners.BoosPlayerMoveListener
-
 
-
BoosPlayerToggleSneakListener - Class in cz.boosik.boosCooldown.Listeners
-
-
Poslucha naslouchajc udlosti, kter se spout v okamiku kdy hr zapne - plen (defaultn pomoc klvesy control).
-
-
BoosPlayerToggleSneakListener() - Constructor for class cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSneakListener
-
 
-
BoosPlayerToggleSprintListener - Class in cz.boosik.boosCooldown.Listeners
-
-
Poslucha naslouchajc udlosti, kter se spout v okamiku kdy hr zapne - sprintovn (pomoc dvojitho stisknut klvesy pro pohyb vped).
-
-
BoosPlayerToggleSprintListener() - Constructor for class cz.boosik.boosCooldown.Listeners.BoosPlayerToggleSprintListener
-
 
-
BoosPriceManager - Class in cz.boosik.boosCooldown
-
-
Tda obsahuje veker metody potebn k zen poplatk za pkazy.
-
-
BoosPriceManager() - Constructor for class cz.boosik.boosCooldown.BoosPriceManager
-
 
-
BoosWarmUpManager - Class in cz.boosik.boosCooldown
-
-
Tda obsahuje veker metody potebn k zen warmup asova.
-
-
BoosWarmUpManager() - Constructor for class cz.boosik.boosCooldown.BoosWarmUpManager
-
 
-
BoosWarmUpTimer - Class in cz.boosik.boosCooldown
-
-
Tda starajc se o samotn asovae warmup pomoc TimerTask
-
-
BoosWarmUpTimer(BoosCoolDown, Timer, Player, String, String) - Constructor for class cz.boosik.boosCooldown.BoosWarmUpTimer
-
 
-
BoosWarmUpTimer.boosWarmUpRunnable - Class in cz.boosik.boosCooldown
-
 
-
BoosWarmUpTimer.boosWarmUpRunnable() - Constructor for class cz.boosik.boosCooldown.BoosWarmUpTimer.boosWarmUpRunnable
-
 
-
broadcastMessage(String) - Static method in class util.boosChat
-
 
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-3.html b/doc/index-files/index-3.html deleted file mode 100644 index d229756..0000000 --- a/doc/index-files/index-3.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - -C-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

C

-
-
cancelCooldown(Player, String) - Static method in class cz.boosik.boosCooldown.BoosCoolDownManager
-
-
Metoda ukonuje specifikovan cooldown asova pro specifikovanho hre.
-
-
cancelWarmUps(Player) - Static method in class cz.boosik.boosCooldown.BoosWarmUpManager
-
-
Metoda stornuje veker probhajc warmup asovae specifickho hre.
-
-
cd(Player, String, String, int) - Static method in class cz.boosik.boosCooldown.BoosCoolDownManager
-
-
Metoda vrac hodnotu boolean na zklad toho, jestli m specifikovan - pkaz aktivn cooldown asova.
-
-
checkCoolDownOK(Player, String, String, int) - Static method in class cz.boosik.boosCooldown.BoosCoolDownManager
-
-
Metoda vrac hodnotu boolean na zklad toho, jestli m specifikovan - pkaz aktivn cooldown asova.
-
-
checkRestrictions(PlayerCommandPreprocessEvent, Player, String, String, int, int, double, int) - Method in class cz.boosik.boosCooldown.BoosCoolDownListener
-
-
Metoda zkontroluje pomoc voln dalch metod, jestli pikaz kter hr - pouil je njakm zpsobem omezen a na zklad toho je bu udlost - pouit pkazu stornovna, nebo ne.
-
-
checkWarmUpOK(Player, String) - Static method in class cz.boosik.boosCooldown.BoosWarmUpManager
-
-
Metoda zjiuje, jestli je dan warmup asova oznaen jako ji probhl - nebo ne.
-
-
clear() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
-
Metoda zajiujc smazn vekerch aktivnch cooldown a warmup asova - vech hr.
-
-
clearCooldownsOnDeath(Player) - Method in class cz.boosik.boosCooldown.Listeners.BoosPlayerDeathListener
-
-
Na zklad konfigurace a toho jestli hr disponuje oprvnnm - booscooldowns.clear.cooldowns.death metoda vymae vechny cooldown - asovae vech pkaz specifikovanho hre tm e spust metodu - clearSomething();.
-
-
clearLocWorld(Player) - Static method in class cz.boosik.boosCooldown.BoosWarmUpManager
-
-
Metoda pro specifickho hre vymae uloenou pozici a svt.
-
-
clearSomething(String, String) - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
-
Metoda vymae veker hodnoty specifickho hre ve specifick sekci - databze.
-
-
clearSomething(String, String, String) - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
-
Metoda vymae hodnoty specifickho pkazu, specifickho hre ve - specifick sekci databze.
-
-
clearUsesOnDeath(Player) - Method in class cz.boosik.boosCooldown.Listeners.BoosPlayerDeathListener
-
-
Na zklad konfigurace a toho jestli hr disponuje oprvnnm - booscooldowns.clear.uses.death metoda vymae vechny zznamy o sputn - vech pkaz specifikovanho hre tm e spust metodu - clearSomething();.
-
-
Colors - Static variable in class util.boosChat
-
 
-
commandLogger(String, String) - Static method in class cz.boosik.boosCooldown.BoosCoolDown
-
-
Metoda odesl zprvy o pouit pkaz do konzole serveru.
-
-
conf - Static variable in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
confFile - Static variable in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
configuration - Variable in class org.mcstats.MetricsLite
-
-
The plugin configuration file
-
-
configurationFile - Variable in class org.mcstats.MetricsLite
-
-
The plugin configuration file
-
-
confusers - Static variable in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
confusersFile - Static variable in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
coolDown(Player, String, String, int) - Static method in class cz.boosik.boosCooldown.BoosCoolDownManager
-
-
Metoda kontroluje, jestli hr nedisponuje oprvnnmi, kter obchzej - cooldown asovae.
-
-
cz.boosik.boosCooldown - package cz.boosik.boosCooldown
-
 
-
cz.boosik.boosCooldown.Listeners - package cz.boosik.boosCooldown.Listeners
-
 
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html deleted file mode 100644 index 46d8b6b..0000000 --- a/doc/index-files/index-4.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - -D-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

D

-
-
debug - Variable in class org.mcstats.MetricsLite
-
-
Debug mode
-
-
disable() - Method in class org.mcstats.MetricsLite
-
-
Disables metrics for the server by setting "opt-out" to true in the - config file and canceling the metrics task.
-
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-5.html b/doc/index-files/index-5.html deleted file mode 100644 index 0b72e29..0000000 --- a/doc/index-files/index-5.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - -E-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

E

-
-
economy - Static variable in class cz.boosik.boosCooldown.BoosCoolDown
-
 
-
economy - Static variable in class cz.boosik.boosCooldown.BoosPriceManager
-
 
-
enable() - Method in class org.mcstats.MetricsLite
-
-
Enables metrics for the server by setting "opt-out" to false in the - config file and starting the metrics task.
-
-
encode(String) - Static method in class org.mcstats.MetricsLite
-
-
Encode text as UTF-8
-
-
encodeDataPair(StringBuilder, String, String) - Static method in class org.mcstats.MetricsLite
-
-
- Encode a key/value data pair to be used in a HTTP post request.
-
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-6.html b/doc/index-files/index-6.html deleted file mode 100644 index 4fe7c35..0000000 --- a/doc/index-files/index-6.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - -G-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

G

-
-
getAlias(String) - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getAliases() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getBlockInteractDuringWarmup() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCancelWarmupByGameModeChangeMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCancelWarmUpOnDamage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCancelWarmUpOnGameModeChange() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCancelWarmupOnMove() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCancelWarmupOnSneak() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCancelWarmupOnSneakMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCancelWarmupOnSprint() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCancelWarmupOnSprintMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCannotCreateSignMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCannotUseSignMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCleanCooldownsOnDeath() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCleanUsesOnDeath() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getClearOnRestart() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCommandBlockedMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCommandGroup(Player) - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCommandGroups() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCommandLogging() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCommands(Player) - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCommandValues(String, Player) - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getConfigFile() - Method in class org.mcstats.MetricsLite
-
-
Gets the File object of the config file that should be used to store data - such as the GUID and opt-out status
-
-
getConfusers() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCoolDown(String, Player) - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCooldownEnabled() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCoolDownMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCooldowns(Player) - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getCurrTime() - Static method in class cz.boosik.boosCooldown.BoosCoolDownManager
-
-
Metoda vrac souasn pesn datum a as.
-
-
getEconomy() - Static method in class cz.boosik.boosCooldown.BoosCoolDown
-
 
-
getInsufficientFundsMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getInteractBlockedMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getLimit(String, Player) - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getLimitEnabled() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getLimitListMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getLimitListMessages(Player, String, int) - Static method in class cz.boosik.boosCooldown.BoosLimitManager
-
-
Metoda odesl hri zprvu o limitovanm pkazu, hodnotu tohoto limitu - a kolikrt je jet mon limitovan pkaz pout.
-
-
getLimitsEnabled() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getLink(String) - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getLinkList(String) - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getLog() - Static method in class cz.boosik.boosCooldown.BoosCoolDown
-
 
-
getPaidErrorMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getPaidForCommandMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getPlayerloc() - Static method in class cz.boosik.boosCooldown.BoosWarmUpManager
-
 
-
getPlayerworld() - Static method in class cz.boosik.boosCooldown.BoosWarmUpManager
-
 
-
getPotionEffect(String, Player) - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getPotionEffectStrength(String, Player) - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getPrice(String, Player) - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getPriceEnabled() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getSaveInterval() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getSignCommands() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getStartCooldownsOnDeath() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getTime(Player, String) - Static method in class cz.boosik.boosCooldown.BoosCoolDownManager
-
-
Metoda vrac datum a as, kdy hr naposledy pouil dan pkaz.
-
-
getUnitHoursMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getUnitMinutesMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getUnitSecondsMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getUses(Player, String) - Static method in class cz.boosik.boosCooldown.BoosLimitManager
-
-
Metoda vrac hodnotu, kter je urena tm, kolikrt ji hr pouil - specifikovan pkaz.
-
-
getWarmUp(String, Player) - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getWarmUpAlreadyStartedMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getWarmUpCancelledByDamageMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getWarmUpCancelledByMoveMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getWarmupEnabled() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
getWarmUpMessage() - Static method in class cz.boosik.boosCooldown.BoosConfigManager
-
 
-
guid - Variable in class org.mcstats.MetricsLite
-
-
Unique server id
-
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html deleted file mode 100644 index fff8c6e..0000000 --- a/doc/index-files/index-7.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - -H-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

H

-
-
hasMoved(Player) - Static method in class cz.boosik.boosCooldown.Listeners.BoosPlayerMoveListener
-
-
Metoda zjiujc, jestli hr zmnil pozico ve svt, nebo ppadn svt - od doby kdy pouil pkaz a do doby voln tto metody.
-
-
hasWarmUps(Player) - Static method in class cz.boosik.boosCooldown.BoosWarmUpManager
-
-
Metoda vrac boolean hodnotu v zvislosti na tom jestli specifikovan - hr m aktivn warmup asovae nebo ne.
-
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html deleted file mode 100644 index d0b64f5..0000000 --- a/doc/index-files/index-8.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - -I-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

I

-
-
initializeVault() - Method in class cz.boosik.boosCooldown.BoosCoolDown
-
-
Metoda zjiuje jestli je dostupn plugin Vault a na zklad toho vol - metodu pro nastaven ekonomickho pluginu a informuje o tom uivatele - pomoc konzole serveru.
-
-
isMineshafterPresent() - Method in class org.mcstats.MetricsLite
-
-
Check if mineshafter is present.
-
-
isOptOut() - Method in class org.mcstats.MetricsLite
-
-
Has the server owner denied plugin metrics?
-
-
isPluginOnForPlayer(Player) - Static method in class cz.boosik.boosCooldown.BoosCoolDown
-
-
Metoda zjiuje na zklad oprvnn jestli je plugin aktivn pro danho - hre nebo ne.
-
-
isWarmUpProcess(Player, String) - Static method in class cz.boosik.boosCooldown.BoosWarmUpManager
-
-
Metoda vrac boolean hodnotu na zklad toho jestli je pro specifikovan - pkaz specifikovanho hre aktivn warmup asova.
-
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index-files/index-9.html b/doc/index-files/index-9.html deleted file mode 100644 index b598572..0000000 --- a/doc/index-files/index-9.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -K-Index - - - - - - - -
- - - - - -
- - -
A B C D E G H I K L M O P R S T U  - - -

K

-
-
killTimer(Player) - Static method in class cz.boosik.boosCooldown.BoosWarmUpManager
-
-
Metoda odstran vechny asovae specifikovanho hre
-
-
-A B C D E G H I K L M O P R S T U 
- -
- - - - - -
- - - - diff --git a/doc/index.html b/doc/index.html deleted file mode 100644 index abed247..0000000 --- a/doc/index.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - -Generated Documentation (Untitled) - - - - - - - - - -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<h2>Frame Alert</h2> -<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> - - - diff --git a/doc/org/mcstats/MetricsLite.html b/doc/org/mcstats/MetricsLite.html deleted file mode 100644 index 189bfca..0000000 --- a/doc/org/mcstats/MetricsLite.html +++ /dev/null @@ -1,638 +0,0 @@ - - - - - -MetricsLite - - - - - - - - - - - -
-
org.mcstats
-

Class MetricsLite

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • org.mcstats.MetricsLite
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class MetricsLite
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      private static java.lang.StringBASE_URL -
      The base url of the metrics domain
      -
      private org.bukkit.configuration.file.YamlConfigurationconfiguration -
      The plugin configuration file
      -
      private java.io.FileconfigurationFile -
      The plugin configuration file
      -
      private booleandebug -
      Debug mode
      -
      private java.lang.Stringguid -
      Unique server id
      -
      private java.lang.ObjectoptOutLock -
      Lock for synchronization
      -
      private static intPING_INTERVAL -
      Interval of time to ping (in minutes)
      -
      private org.bukkit.plugin.Pluginplugin -
      The plugin this metrics submits for
      -
      private static java.lang.StringREPORT_URL -
      The url used to report a server's status
      -
      private static intREVISION -
      The current revision number
      -
      private org.bukkit.scheduler.BukkitTasktask -
      Id of the scheduled task
      -
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      MetricsLite(org.bukkit.plugin.Plugin plugin) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voiddisable() -
      Disables metrics for the server by setting "opt-out" to true in the - config file and canceling the metrics task.
      -
      voidenable() -
      Enables metrics for the server by setting "opt-out" to false in the - config file and starting the metrics task.
      -
      private static java.lang.Stringencode(java.lang.String text) -
      Encode text as UTF-8
      -
      private static voidencodeDataPair(java.lang.StringBuilder buffer, - java.lang.String key, - java.lang.String value) -
      - Encode a key/value data pair to be used in a HTTP post request.
      -
      java.io.FilegetConfigFile() -
      Gets the File object of the config file that should be used to store data - such as the GUID and opt-out status
      -
      private booleanisMineshafterPresent() -
      Check if mineshafter is present.
      -
      booleanisOptOut() -
      Has the server owner denied plugin metrics?
      -
      private voidpostPlugin(boolean isPing) -
      Generic method that posts a plugin to the metrics website
      -
      booleanstart() -
      Start measuring statistics.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        REVISION

        -
        private static final int REVISION
        -
        The current revision number
        -
        See Also:
        Constant Field Values
        -
      • -
      - - - -
        -
      • -

        BASE_URL

        -
        private static final java.lang.String BASE_URL
        -
        The base url of the metrics domain
        -
        See Also:
        Constant Field Values
        -
      • -
      - - - -
        -
      • -

        REPORT_URL

        -
        private static final java.lang.String REPORT_URL
        -
        The url used to report a server's status
        -
        See Also:
        Constant Field Values
        -
      • -
      - - - -
        -
      • -

        PING_INTERVAL

        -
        private static final int PING_INTERVAL
        -
        Interval of time to ping (in minutes)
        -
        See Also:
        Constant Field Values
        -
      • -
      - - - -
        -
      • -

        plugin

        -
        private final org.bukkit.plugin.Plugin plugin
        -
        The plugin this metrics submits for
        -
      • -
      - - - -
        -
      • -

        configuration

        -
        private final org.bukkit.configuration.file.YamlConfiguration configuration
        -
        The plugin configuration file
        -
      • -
      - - - -
        -
      • -

        configurationFile

        -
        private final java.io.File configurationFile
        -
        The plugin configuration file
        -
      • -
      - - - -
        -
      • -

        guid

        -
        private final java.lang.String guid
        -
        Unique server id
        -
      • -
      - - - -
        -
      • -

        debug

        -
        private final boolean debug
        -
        Debug mode
        -
      • -
      - - - -
        -
      • -

        optOutLock

        -
        private final java.lang.Object optOutLock
        -
        Lock for synchronization
        -
      • -
      - - - -
        -
      • -

        task

        -
        private volatile org.bukkit.scheduler.BukkitTask task
        -
        Id of the scheduled task
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MetricsLite

        -
        public MetricsLite(org.bukkit.plugin.Plugin plugin)
        -            throws java.io.IOException
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        encode

        -
        private static java.lang.String encode(java.lang.String text)
        -                                throws java.io.UnsupportedEncodingException
        -
        Encode text as UTF-8
        -
        Parameters:
        text - the text to encode
        -
        Returns:
        the encoded text, as UTF-8
        -
        Throws:
        -
        java.io.UnsupportedEncodingException
        -
      • -
      - - - -
        -
      • -

        encodeDataPair

        -
        private static void encodeDataPair(java.lang.StringBuilder buffer,
        -                  java.lang.String key,
        -                  java.lang.String value)
        -                            throws java.io.UnsupportedEncodingException
        -

        - Encode a key/value data pair to be used in a HTTP post request. This - INCLUDES a & so the first key/value pair MUST be included manually, e.g: -

        - - StringBuffer data = new StringBuffer(); - data.append(encode("guid")).append('=').append(encode(guid)); - encodeDataPair(data, "version", description.getVersion()); -
        -
        Parameters:
        buffer - the stringbuilder to append the data pair onto
        key - the key value
        value - the value
        -
        Throws:
        -
        java.io.UnsupportedEncodingException
        -
      • -
      - - - -
        -
      • -

        disable

        -
        public void disable()
        -             throws java.io.IOException
        -
        Disables metrics for the server by setting "opt-out" to true in the - config file and canceling the metrics task.
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - -
        -
      • -

        enable

        -
        public void enable()
        -            throws java.io.IOException
        -
        Enables metrics for the server by setting "opt-out" to false in the - config file and starting the metrics task.
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - -
        -
      • -

        getConfigFile

        -
        public java.io.File getConfigFile()
        -
        Gets the File object of the config file that should be used to store data - such as the GUID and opt-out status
        -
        Returns:
        the File object for the config file
        -
      • -
      - - - -
        -
      • -

        isMineshafterPresent

        -
        private boolean isMineshafterPresent()
        -
        Check if mineshafter is present. If it is, we need to bypass it to send - POST requests
        -
        Returns:
        true if mineshafter is installed on the server
        -
      • -
      - - - -
        -
      • -

        isOptOut

        -
        public boolean isOptOut()
        -
        Has the server owner denied plugin metrics?
        -
        Returns:
        true if metrics should be opted out of it
        -
      • -
      - - - -
        -
      • -

        postPlugin

        -
        private void postPlugin(boolean isPing)
        -                 throws java.io.IOException
        -
        Generic method that posts a plugin to the metrics website
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - -
        -
      • -

        start

        -
        public boolean start()
        -
        Start measuring statistics. This will immediately create an async - repeating task as the plugin and send the initial data to the metrics - backend, and then after that it will post in increments of PING_INTERVAL - * 1200 ticks.
        -
        Returns:
        True if statistics measuring is running, otherwise false.
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/org/mcstats/class-use/MetricsLite.html b/doc/org/mcstats/class-use/MetricsLite.html deleted file mode 100644 index 080144b..0000000 --- a/doc/org/mcstats/class-use/MetricsLite.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class org.mcstats.MetricsLite - - - - - - - - - - -
-

Uses of Class
org.mcstats.MetricsLite

-
-
No usage of org.mcstats.MetricsLite
- - - - - - diff --git a/doc/org/mcstats/package-frame.html b/doc/org/mcstats/package-frame.html deleted file mode 100644 index a452f4c..0000000 --- a/doc/org/mcstats/package-frame.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - -org.mcstats - - - - -

org.mcstats

-
-

Classes

- -
- - diff --git a/doc/org/mcstats/package-summary.html b/doc/org/mcstats/package-summary.html deleted file mode 100644 index d54c624..0000000 --- a/doc/org/mcstats/package-summary.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - -org.mcstats - - - - - - - -
- - - - - -
- - -
-

Package org.mcstats

-
-
-
    -
  • - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    MetricsLite 
    -
  • -
-
- -
- - - - - -
- - - - diff --git a/doc/org/mcstats/package-tree.html b/doc/org/mcstats/package-tree.html deleted file mode 100644 index 98d0f61..0000000 --- a/doc/org/mcstats/package-tree.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - -org.mcstats Class Hierarchy - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package org.mcstats

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - - - - -
- - - - diff --git a/doc/org/mcstats/package-use.html b/doc/org/mcstats/package-use.html deleted file mode 100644 index 5c68beb..0000000 --- a/doc/org/mcstats/package-use.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Package org.mcstats - - - - - - - - - - -
-

Uses of Package
org.mcstats

-
-
No usage of org.mcstats
- - - - - - diff --git a/doc/overview-frame.html b/doc/overview-frame.html deleted file mode 100644 index bc2ac12..0000000 --- a/doc/overview-frame.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - -Overview List - - - - - - -

 

- - diff --git a/doc/overview-summary.html b/doc/overview-summary.html deleted file mode 100644 index fc0a5e3..0000000 --- a/doc/overview-summary.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - -Overview - - - - - - - -
- - - - - -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - -
Packages 
PackageDescription
cz.boosik.boosCooldown 
cz.boosik.boosCooldown.Listeners 
org.mcstats 
util 
-
- -
- - - - - -
- - - - diff --git a/doc/overview-tree.html b/doc/overview-tree.html deleted file mode 100644 index aab340f..0000000 --- a/doc/overview-tree.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - -Class Hierarchy - - - - - - - -
- - - - - -
- - -
-

Hierarchy For All Packages

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - - - - -
- - - - diff --git a/doc/package-list b/doc/package-list deleted file mode 100644 index 53a9c42..0000000 --- a/doc/package-list +++ /dev/null @@ -1,4 +0,0 @@ -cz.boosik.boosCooldown -cz.boosik.boosCooldown.Listeners -org.mcstats -util diff --git a/doc/resources/background.gif b/doc/resources/background.gif deleted file mode 100644 index f471940..0000000 Binary files a/doc/resources/background.gif and /dev/null differ diff --git a/doc/resources/tab.gif b/doc/resources/tab.gif deleted file mode 100644 index 1a73a83..0000000 Binary files a/doc/resources/tab.gif and /dev/null differ diff --git a/doc/resources/titlebar.gif b/doc/resources/titlebar.gif deleted file mode 100644 index 17443b3..0000000 Binary files a/doc/resources/titlebar.gif and /dev/null differ diff --git a/doc/resources/titlebar_end.gif b/doc/resources/titlebar_end.gif deleted file mode 100644 index 3ad78d4..0000000 Binary files a/doc/resources/titlebar_end.gif and /dev/null differ diff --git a/doc/stylesheet.css b/doc/stylesheet.css deleted file mode 100644 index 0e0d70c..0000000 --- a/doc/stylesheet.css +++ /dev/null @@ -1,474 +0,0 @@ -/* Javadoc style sheet */ -/* -Overall document style -*/ -body { - background-color:#ffffff; - color:#353833; - font-family:Arial, Helvetica, sans-serif; - font-size:76%; - margin:0; -} -a:link, a:visited { - text-decoration:none; - color:#4c6b87; -} -a:hover, a:focus { - text-decoration:none; - color:#bb7a2a; -} -a:active { - text-decoration:none; - color:#4c6b87; -} -a[name] { - color:#353833; -} -a[name]:hover { - text-decoration:none; - color:#353833; -} -pre { - font-size:1.3em; -} -h1 { - font-size:1.8em; -} -h2 { - font-size:1.5em; -} -h3 { - font-size:1.4em; -} -h4 { - font-size:1.3em; -} -h5 { - font-size:1.2em; -} -h6 { - font-size:1.1em; -} -ul { - list-style-type:disc; -} -code, tt { - font-size:1.2em; -} -dt code { - font-size:1.2em; -} -table tr td dt code { - font-size:1.2em; - vertical-align:top; -} -sup { - font-size:.6em; -} -/* -Document title and Copyright styles -*/ -.clear { - clear:both; - height:0px; - overflow:hidden; -} -.aboutLanguage { - float:right; - padding:0px 21px; - font-size:.8em; - z-index:200; - margin-top:-7px; -} -.legalCopy { - margin-left:.5em; -} -.bar a, .bar a:link, .bar a:visited, .bar a:active { - color:#FFFFFF; - text-decoration:none; -} -.bar a:hover, .bar a:focus { - color:#bb7a2a; -} -.tab { - background-color:#0066FF; - background-image:url(resources/titlebar.gif); - background-position:left top; - background-repeat:no-repeat; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* -Navigation bar styles -*/ -.bar { - background-image:url(resources/background.gif); - background-repeat:repeat-x; - color:#FFFFFF; - padding:.8em .5em .4em .8em; - height:auto;/*height:1.8em;*/ - font-size:1em; - margin:0; -} -.topNav { - background-image:url(resources/background.gif); - background-repeat:repeat-x; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; -} -.bottomNav { - margin-top:10px; - background-image:url(resources/background.gif); - background-repeat:repeat-x; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; -} -.subNav { - background-color:#dee3e9; - border-bottom:1px solid #9eadc0; - float:left; - width:100%; - overflow:hidden; -} -.subNav div { - clear:left; - float:left; - padding:0 0 5px 6px; -} -ul.navList, ul.subNavList { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.navList li{ - list-style:none; - float:left; - padding:3px 6px; -} -ul.subNavList li{ - list-style:none; - float:left; - font-size:90%; -} -.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { - color:#FFFFFF; - text-decoration:none; -} -.topNav a:hover, .bottomNav a:hover { - text-decoration:none; - color:#bb7a2a; -} -.navBarCell1Rev { - background-image:url(resources/tab.gif); - background-color:#a88834; - color:#FFFFFF; - margin: auto 5px; - border:1px solid #c9aa44; -} -/* -Page header and footer styles -*/ -.header, .footer { - clear:both; - margin:0 20px; - padding:5px 0 0 0; -} -.indexHeader { - margin:10px; - position:relative; -} -.indexHeader h1 { - font-size:1.3em; -} -.title { - color:#2c4557; - margin:10px 0; -} -.subTitle { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 25px 0; - padding:0; -} -.footer ul { - margin:20px 0 5px 0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:1.2em; -} -/* -Heading styles -*/ -div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { - background-color:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; - margin:0 0 6px -8px; - padding:2px 5px; -} -ul.blockList ul.blockList ul.blockList li.blockList h3 { - background-color:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; - margin:0 0 6px -8px; - padding:2px 5px; -} -ul.blockList ul.blockList li.blockList h3 { - padding:0; - margin:15px 0; -} -ul.blockList li.blockList h2 { - padding:0px 0 20px 0; -} -/* -Page layout container styles -*/ -.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { - clear:both; - padding:10px 20px; - position:relative; -} -.indexContainer { - margin:10px; - position:relative; - font-size:1.0em; -} -.indexContainer h2 { - font-size:1.1em; - padding:0 0 3px 0; -} -.indexContainer ul { - margin:0; - padding:0; -} -.indexContainer ul li { - list-style:none; -} -.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:1.1em; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:10px 0 10px 20px; -} -.serializedFormContainer dl.nameValue dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -.serializedFormContainer dl.nameValue dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* -List styles -*/ -ul.horizontal li { - display:inline; - font-size:0.9em; -} -ul.inheritance { - margin:0; - padding:0; -} -ul.inheritance li { - display:inline; - list-style:none; -} -ul.inheritance li ul.inheritance { - margin-left:15px; - padding-left:15px; - padding-top:1px; -} -ul.blockList, ul.blockListLast { - margin:10px 0 10px 0; - padding:0; -} -ul.blockList li.blockList, ul.blockListLast li.blockList { - list-style:none; - margin-bottom:25px; -} -ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { - padding:0px 20px 5px 10px; - border:1px solid #9eadc0; - background-color:#f9f9f9; -} -ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { - padding:0 0 5px 8px; - background-color:#ffffff; - border:1px solid #9eadc0; - border-top:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { - margin-left:0; - padding-left:0; - padding-bottom:15px; - border:none; - border-bottom:1px solid #9eadc0; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { - list-style:none; - border-bottom:none; - padding-bottom:0; -} -table tr td dl, table tr td dl dt, table tr td dl dd { - margin-top:0; - margin-bottom:1px; -} -/* -Table styles -*/ -.contentContainer table, .classUseContainer table, .constantValuesContainer table { - border-bottom:1px solid #9eadc0; - width:100%; -} -.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { - width:100%; -} -.contentContainer .description table, .contentContainer .details table { - border-bottom:none; -} -.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ - vertical-align:top; - padding-right:20px; -} -.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, -.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, -.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, -.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { - padding-right:3px; -} -.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#FFFFFF; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0px; - margin:0px; -} -caption a:link, caption a:hover, caption a:active, caption a:visited { - color:#FFFFFF; -} -.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { - white-space:nowrap; - padding-top:8px; - padding-left:8px; - display:block; - float:left; - background-image:url(resources/titlebar.gif); - height:18px; -} -.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { - width:10px; - background-image:url(resources/titlebar_end.gif); - background-repeat:no-repeat; - background-position:top right; - position:relative; - float:left; -} -ul.blockList ul.blockList li.blockList table { - margin:0 0 12px 0px; - width:100%; -} -.tableSubHeadingColor { - background-color: #EEEEFF; -} -.altColor { - background-color:#eeeeef; -} -.rowColor { - background-color:#ffffff; -} -.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { - text-align:left; - padding:3px 3px 3px 7px; -} -th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { - background:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; - text-align:left; - padding:3px 3px 3px 7px; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight:bold; -} -td.colFirst, th.colFirst { - border-left:1px solid #9eadc0; - white-space:nowrap; -} -td.colLast, th.colLast { - border-right:1px solid #9eadc0; -} -td.colOne, th.colOne { - border-right:1px solid #9eadc0; - border-left:1px solid #9eadc0; -} -table.overviewSummary { - padding:0px; - margin-left:0px; -} -table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, -table.overviewSummary td.colOne, table.overviewSummary th.colOne { - width:25%; - vertical-align:middle; -} -table.packageSummary td.colFirst, table.overviewSummary th.colFirst { - width:25%; - vertical-align:middle; -} -/* -Content styles -*/ -.description pre { - margin-top:0; -} -.deprecatedContent { - margin:0; - padding:10px 0; -} -.docSummary { - padding:0; -} -/* -Formatting effect styles -*/ -.sourceLineNo { - color:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:.9em; -} -.block { - display:block; - margin:3px 0 0 0; -} -.strong { - font-weight:bold; -} diff --git a/doc/util/boosChat.html b/doc/util/boosChat.html deleted file mode 100644 index b51234b..0000000 --- a/doc/util/boosChat.html +++ /dev/null @@ -1,387 +0,0 @@ - - - - - -boosChat - - - - - - - - - - - -
-
util
-

Class boosChat

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • util.boosChat
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class boosChat
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      (package private) static java.util.List<java.lang.String>Colors 
      (package private) static java.util.logging.Loggerlog 
      (package private) static org.bukkit.Serverserver 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      boosChat(org.bukkit.Server server) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static voidbroadcastMessage(java.lang.String message) 
      (package private) static java.lang.StringreplaceColorCodes(java.lang.String line) 
      (package private) static java.lang.StringreplaceTags(java.lang.String line) 
      static voidsendMessageToCommandSender(org.bukkit.command.CommandSender sender, - java.lang.String message) 
      static voidsendMessageToPlayer(org.bukkit.entity.Player player, - java.lang.String message) 
      static voidsendMessageToServer(java.lang.String message) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        log

        -
        static java.util.logging.Logger log
        -
      • -
      - - - -
        -
      • -

        Colors

        -
        static java.util.List<java.lang.String> Colors
        -
      • -
      - - - -
        -
      • -

        server

        -
        static org.bukkit.Server server
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        boosChat

        -
        public boosChat(org.bukkit.Server server)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        broadcastMessage

        -
        public static void broadcastMessage(java.lang.String message)
        -
      • -
      - - - -
        -
      • -

        replaceColorCodes

        -
        static java.lang.String replaceColorCodes(java.lang.String line)
        -
      • -
      - - - -
        -
      • -

        replaceTags

        -
        static java.lang.String replaceTags(java.lang.String line)
        -
      • -
      - - - -
        -
      • -

        sendMessageToCommandSender

        -
        public static void sendMessageToCommandSender(org.bukkit.command.CommandSender sender,
        -                              java.lang.String message)
        -
      • -
      - - - -
        -
      • -

        sendMessageToPlayer

        -
        public static void sendMessageToPlayer(org.bukkit.entity.Player player,
        -                       java.lang.String message)
        -
      • -
      - - - -
        -
      • -

        sendMessageToServer

        -
        public static void sendMessageToServer(java.lang.String message)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/doc/util/class-use/boosChat.html b/doc/util/class-use/boosChat.html deleted file mode 100644 index a8adc0f..0000000 --- a/doc/util/class-use/boosChat.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Class util.boosChat - - - - - - - - - - -
-

Uses of Class
util.boosChat

-
-
No usage of util.boosChat
- - - - - - diff --git a/doc/util/package-frame.html b/doc/util/package-frame.html deleted file mode 100644 index 4c3e538..0000000 --- a/doc/util/package-frame.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - -util - - - - -

util

-
-

Classes

- -
- - diff --git a/doc/util/package-summary.html b/doc/util/package-summary.html deleted file mode 100644 index d1b7f34..0000000 --- a/doc/util/package-summary.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - -util - - - - - - - -
- - - - - -
- - -
-

Package util

-
-
-
    -
  • - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    boosChat 
    -
  • -
-
- -
- - - - - -
- - - - diff --git a/doc/util/package-tree.html b/doc/util/package-tree.html deleted file mode 100644 index d554397..0000000 --- a/doc/util/package-tree.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - -util Class Hierarchy - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package util

-Package Hierarchies: - -
-
-

Class Hierarchy

-
    -
  • java.lang.Object - -
  • -
-
- -
- - - - - -
- - - - diff --git a/doc/util/package-use.html b/doc/util/package-use.html deleted file mode 100644 index 4e33638..0000000 --- a/doc/util/package-use.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - -Uses of Package util - - - - - - - - - - -
-

Uses of Package
util

-
-
No usage of util
- - - - - - diff --git a/libs/Vault.jar b/libs/Vault.jar deleted file mode 100644 index 83ec388..0000000 Binary files a/libs/Vault.jar and /dev/null differ diff --git a/libs/bukkit-1.5.1-R0.1-20130328.013018-15.jar b/libs/bukkit-1.5.1-R0.1-20130328.013018-15.jar deleted file mode 100644 index e87181d..0000000 Binary files a/libs/bukkit-1.5.1-R0.1-20130328.013018-15.jar and /dev/null differ diff --git a/manifest.mf b/manifest.mf deleted file mode 100644 index 1574df4..0000000 --- a/manifest.mf +++ /dev/null @@ -1,3 +0,0 @@ -Manifest-Version: 1.0 -X-COMMENT: Main-Class will be added automatically by build - diff --git a/src/plugin.yml b/plugin.yml similarity index 97% rename from src/plugin.yml rename to plugin.yml index a48f61f..5dfd79f 100644 --- a/src/plugin.yml +++ b/plugin.yml @@ -1,6 +1,6 @@ name: boosCooldowns main: cz.boosik.boosCooldown.BoosCoolDown -version: 3.7.3 +version: 3.7.5 authors: [LordBoos (ingame name boosik)] softdepend: [Vault] description: > diff --git a/src/README.txt b/src/README.txt deleted file mode 100644 index 9c8b673..0000000 --- a/src/README.txt +++ /dev/null @@ -1 +0,0 @@ -Bukkit plugin. \ No newline at end of file diff --git a/src/cz/boosik/boosCooldown/BoosCoolDownListener.java b/src/cz/boosik/boosCooldown/BoosCoolDownListener.java index 96cd6f6..e99a872 100644 --- a/src/cz/boosik/boosCooldown/BoosCoolDownListener.java +++ b/src/cz/boosik/boosCooldown/BoosCoolDownListener.java @@ -65,7 +65,7 @@ public class BoosCoolDownListener implements Listener { start(event, player, regexCommad, originalCommand, warmupTime, cooldownTime); } - } else { + } else if (BoosPriceManager.has(player, price) & BoosItemCostManager.has(player, item, count)){ if (BoosCoolDownManager.coolDown(player, regexCommad, originalCommand, cooldownTime)) { event.setCancelled(true); diff --git a/src/cz/boosik/boosCooldown/BoosPriceManager.java b/src/cz/boosik/boosCooldown/BoosPriceManager.java index 98e18ab..142142f 100644 --- a/src/cz/boosik/boosCooldown/BoosPriceManager.java +++ b/src/cz/boosik/boosCooldown/BoosPriceManager.java @@ -9,9 +9,9 @@ import org.bukkit.event.player.PlayerCommandPreprocessEvent; import util.boosChat; /** - * Tda obsahuje veker metody potebn k zen poplatk pomoc vc za pkazy. + * T��da obsahuje ve�ker� metody pot�ebn� k ��zen� poplatk� pomoc� v�c� za p��kazy. * - * @author Jakub Kol + * @author Jakub Kol�� * */ public class BoosPriceManager { @@ -19,22 +19,22 @@ public class BoosPriceManager { private static String msg = ""; /** - * Metoda zajiuje funkci platby za pkaz. Vrac hodnotu v zvislosti na - * spnosti platby. + * Metoda zaji��uje funkci platby za p��kaz. Vrac� hodnotu v z�vislosti na + * �sp�nosti platby. * * @param player - * specifikovan hr + * specifikovan� hr�� * @param regexCommand - * pkaz z konfigurace vyhovujc originlnmu pkazu + * p��kaz z konfigurace vyhovuj�c� origin�ln�mu p��kazu * @param originalCommand - * originln pkaz pouit hrem + * origin�ln� p��kaz pou�it� hr��em * @param price - * cena pouit pkazu + * cena pou�it� p��kazu * @param name - * jmno specifickho hre - * @return true pokud byl spn zaplacen poplatek, nebo pokud nebyl - * nalezen ekonomick plugin; false pokud dolo k chyb nebo hr - * neml dostatek financ + * jm�no specifick�ho hr��e + * @return true pokud byl �sp�n� zaplacen poplatek, nebo pokud nebyl + * nalezen ekonomick� plugin; false pokud do�lo k chyb� nebo hr�� + * nem�l dostatek financ� */ static boolean payForCommand(Player player, String regexCommand, String originalCommand, double price, String name) { @@ -70,20 +70,20 @@ public class BoosPriceManager { } /** - * Metoda ukonuje/neukonuje udlost pouit pkazu v zvislosti na tom, - * jakou hodnotu vrtila metoda payForCommand(Player player, String + * Metoda ukon�uje/neukon�uje ud�lost pou�it� p��kazu v z�vislosti na tom, + * jakou hodnotu vr�tila metoda payForCommand(Player player, String * regexCommand, String originalCommand, double price, String name);. * * @param event - * udlost PlayerCommandPreprocessEvent + * ud�lost PlayerCommandPreprocessEvent * @param player - * specifick hr + * specifick� hr�� * @param regexCommand - * pkaz z konfigurace vyhovujc originlnmu pkazu + * p��kaz z konfigurace vyhovuj�c� origin�ln�mu p��kazu * @param originalCommand - * originln pkaz pouit hrem + * origin�ln� p��kaz pou�it� hr��em * @param price - * cena pouit pkazu + * cena pou�it� p��kazu */ static void payForCommand(PlayerCommandPreprocessEvent event, Player player, String regexCommand, String originalCommand, @@ -106,6 +106,10 @@ public class BoosPriceManager { } public static boolean has(Player player, double price) { - return economy.has(player.getName(), price); + if(economy == null){ + return true; + }else { + return economy.has(player.getName(), price); + } } }