You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: new ZCore method had some issues if you didn't use ZCore, it has been commented out in _init in the Methods.java class.
ZCore users will have to uncomment the method and rebuild the jar in an IDE for the time being.
Merge pull request #10 from Garsooon/BugFixPatch1
**Fixes the following bugs**
- [wager] showing up incorrectly when getting a command usage prompt
- Stop fighters betting on themselves
- Prevent players from stopping the arena teleport by sitting or sleeping
- Stop fighters from dropping items during fights to dupe items
- /bet not checking for economy methods loaded and returning an internal error when ran
- Essentials method calling its self even when not loaded causing plugin loading errors
**Adds**
- Keep inventory for fighters
- Support for old ZCore economy officially
- Automatic version pulling for /fightabout command
Merge pull request #7 from Garsooon/Economy-Support
-Adds basic economy support API from ChestShop Repo
-Modifies and integrates the economy API into arena fighter.
-Adds Fighter wager match support and changes broadcast to announce wager accordingly, usage
-/fight challenge <player> <wager>
-Adds Spectator betting, usage /bet <Player> <Amount>