->Add getArtifactAbilityValue() to the API. Returns the raw value of an ability on an artifact item. (Ex. If Strike 5 gives the player 4.2 Damage, then this method returns 4.2.) ->Fixed a bug where Preservation on Artifacts would actually increase the decay rate of Potential loss. ->Fixed a bug where the death messages from players dying would display twice. ->Eruption now releases blocks broken up into the air, making the effect more interesting.
8 lines
437 B
XML
8 lines
437 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE xml>
|
|
<project name="TwosideKeeper.makejar" default="makejar" basedir=".">
|
|
<target name ="makejar" description="Create a jar for the TwosideKeeper project">
|
|
<jar jarfile="TwosideKeeper.jar" includes="**/*.class,**/*.yml" basedir="bin"/>
|
|
<jar jarfile="D:\Documents\Test Server\plugins\TwosideKeeper.jar" includes="**/*.class,**/*.yml" basedir="bin"/>
|
|
</target>
|
|
</project> |