mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +00:00
1.4.0 BETA 9
This commit is contained in:
parent
3010c87b92
commit
d7f2dc7419
4 changed files with 1 additions and 13 deletions
Binary file not shown.
|
@ -3,7 +3,6 @@ package com.projectkorra.ProjectKorra.earthbending;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.HashSet;
|
import java.util.HashSet;
|
||||||
|
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.Location;
|
import org.bukkit.Location;
|
||||||
import org.bukkit.Material;
|
import org.bukkit.Material;
|
||||||
import org.bukkit.block.Block;
|
import org.bukkit.block.Block;
|
||||||
|
@ -77,16 +76,6 @@ public class LavaFlow
|
||||||
private ArrayList<TempBlock> affectedBlocks = new ArrayList<TempBlock>();
|
private ArrayList<TempBlock> affectedBlocks = new ArrayList<TempBlock>();
|
||||||
private ArrayList<BukkitRunnable> tasks = new ArrayList<BukkitRunnable>();
|
private ArrayList<BukkitRunnable> tasks = new ArrayList<BukkitRunnable>();
|
||||||
|
|
||||||
/**
|
|
||||||
* LavaFlow
|
|
||||||
* Update Log:
|
|
||||||
* Version 1.0.1 - 8/26/2014
|
|
||||||
* - Fixed the issue where LavaFlow doesn't work with LavaSurge
|
|
||||||
* Version 1.0.2 - 8/26/2014
|
|
||||||
* - Fixed a problem where /b reload would cause an out of bounds exception in removeAll()
|
|
||||||
* if a click instance was currently active.
|
|
||||||
* - Added AvatarState configuration options.
|
|
||||||
*/
|
|
||||||
public LavaFlow(Player player, AbilityType type)
|
public LavaFlow(Player player, AbilityType type)
|
||||||
{
|
{
|
||||||
time = System.currentTimeMillis();
|
time = System.currentTimeMillis();
|
||||||
|
|
|
@ -278,7 +278,6 @@ Abilities:
|
||||||
LavaFlow:
|
LavaFlow:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
Description: "This ability allows an Earthbender to create lava using the Earth around them. To use, simply hold sneak (Default: Shift) to create a lava moat that surrounds you, press sneak again to remove the moat. Left click an Earthbendable block to create a pool of lava after a small delay. Additionally, you can left click at any time to turn lava back into its original state -- Earth."
|
Description: "This ability allows an Earthbender to create lava using the Earth around them. To use, simply hold sneak (Default: Shift) to create a lava moat that surrounds you, press sneak again to remove the moat. Left click an Earthbendable block to create a pool of lava after a small delay. Additionally, you can left click at any time to turn lava back into its original state -- Earth."
|
||||||
Description: "Create powerful pools of lava that surround you or your target. Hold sneak (Default:Shift) to create a lava moat that surrounds you, press sneak again to remove the moat. Left click an earth bendable block to create a pool of lava after a small delay. At any time you can left click lava to turn it back into earth."
|
|
||||||
ShiftCooldown: 16000
|
ShiftCooldown: 16000
|
||||||
ClickLavaCooldown: 6000
|
ClickLavaCooldown: 6000
|
||||||
ClickLandCooldown: 500
|
ClickLandCooldown: 500
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: ProjectKorra
|
name: ProjectKorra
|
||||||
author: ProjectKorra
|
author: ProjectKorra
|
||||||
version: 1.4.0 BETA 8
|
version: 1.4.0 BETA 9
|
||||||
main: com.projectkorra.ProjectKorra.ProjectKorra
|
main: com.projectkorra.ProjectKorra.ProjectKorra
|
||||||
commands:
|
commands:
|
||||||
projectkorra:
|
projectkorra:
|
||||||
|
|
Loading…
Reference in a new issue