Skip to content

Releases: Garsooon/Arena-Fighter

1.1.1

11 Oct 11:54
71de1d9

Choose a tag to compare

Fixes

  • Bow toggle being global, wrong commit was pushed

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.

1.1.0

29 Sep 13:13
58dca4f

Choose a tag to compare

Adds

  • Enable/Disable command for /fight challenge
  • Decimal limit to bets/wagers
  • Public getter & flag support for other plugins to hook into
  • Minor rework to betting to get what you put in at least
  • Better defensive coding for inventory restoration
  • Catches to most problematic code for better debugging

Removes

  • Remove original spectator location. Now just a teleport.

1.0.9

13 Jul 16:05
724681c

Choose a tag to compare

Merge pull request #14 from Garsooon/Leaderboards

**Adds**
-Leaderboard command
-Stats command
-Decimal limit for bet and wager down to the 2nd place

1.0.8

09 Jul 21:24
b2b5d16

Choose a tag to compare

Merge pull request #13 from Garsooon/Hot-fix

_Fixes_ 
- a dupe bug when a user is returned their inventory after losing a fight

1.0.7

08 Jul 16:01
9f9eb73

Choose a tag to compare

Merge pull request #12 from Garsooon/QOL-Patch

_Adds_

- Spawn setting in game
- Online player check before fights

1.0.6

03 Jul 09:59
56f917c

Choose a tag to compare

Merge pull request #11 from Garsooon/CMD-Blocking

-Adds configurable command blocking while fighting

1.0.5

03 Jul 09:38
c5cf534

Choose a tag to compare

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

1.0.4

19 Jun 13:03
ad6e471

Choose a tag to compare

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>

1.0.3

16 Jun 11:12
8726d5f

Choose a tag to compare

Merge pull request #4 from Garsooon/Combat-log-win-handling

Combat log Punishments

1.0.2

10 Jun 06:20
1c65771

Choose a tag to compare

Merge pull request #2 from Garsooon/Spectate-update

[Spectate Rework](https://github.com/Garsooon/Arena-Fighter/pull/2)