CrazyAuctions/.classpath
BadBones69 ee53672de1 v1.2.4 Update
Bugs:
  - Comment in the config.yml said Budding instead of Bidding.
  - Small typos were found in the Messages.yml. Thanks to Fozzie for the pull request.
  - Some permission plugins such as BungeePerms did not work with /ah sell <Price>.

Added:
  - AuctionWinBidEvent: called when someone wins a bidding item. Only called if the winner is online.
  - AuctionNewBidEvent: called when a player places a bid onto an item.
  - AuctionListEvent: called when a player lists a new item to the auction house.
  - AuctionBuyEvent: called when a player buys an item on the buying auction house.

Changes:
  - Cleaned up some code so it is more organized.
2017-08-13 22:43:47 -04:00

25 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="/Users/Joe/Plugins/Spigot/Spigot 1.12.1.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/Joe/Plugins/Spigot/Spigot%201.12%20JavaDoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/Joe/Plugins/Spigot/Spigot 1.11.2.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/Joe/Plugins/Spigot/Spigot%201.11.2%20JavaDoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/Joe/Plugins/Spigot/Spigot 1.10.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/Joe/Desktop/Stuff/Spigot/Spigot%201.10%20JavaDoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/Joe/Plugins/Spigot/Spigot 1.9.4.jar"/>
<classpathentry kind="lib" path="/Users/Joe/Plugins/Spigot/Spigot 1.8.8.jar"/>
<classpathentry kind="lib" path="/Users/Joe/Plugins/Vault.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>