1.4.0 BETA 9

This commit is contained in:
MistPhizzle 2014-09-05 18:09:21 -04:00
parent 743bc720b1
commit 1e2eee1035
4 changed files with 1 additions and 13 deletions

Binary file not shown.

View file

@ -3,7 +3,6 @@ package com.projectkorra.ProjectKorra.earthbending;
import java.util.ArrayList;
import java.util.HashSet;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.block.Block;
@ -77,16 +76,6 @@ public class LavaFlow
private ArrayList<TempBlock> affectedBlocks = new ArrayList<TempBlock>();
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)
{
time = System.currentTimeMillis();

View file

@ -278,7 +278,6 @@ Abilities:
LavaFlow:
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: "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
ClickLavaCooldown: 6000
ClickLandCooldown: 500

View file

@ -1,6 +1,6 @@
name: ProjectKorra
author: ProjectKorra
version: 1.4.0 BETA 8
version: 1.4.0 BETA 9
main: com.projectkorra.ProjectKorra.ProjectKorra
commands:
projectkorra: