mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-22 11:55:12 +01:00
ee53672de1
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.
12 lines
356 B
YAML
12 lines
356 B
YAML
name: CrazyAuctions
|
|
author: BadBones69
|
|
main: me.badbones69.crazyauctions.Main
|
|
website: https://www.spigotmc.org/resources/authors/kicjow.9719/
|
|
version: 1.2.4
|
|
depend: [Vault]
|
|
description: >
|
|
A plugin to auction off items globally.
|
|
commands:
|
|
ca:
|
|
description: Opens the Crazy Auctions GUI.
|
|
aliases: [crazyauction, crazyauctions, ah, hdv] |