Skip to content

Version 3.2.0 - Stable release for production

Latest
Compare
Choose a tag to compare
@rbluer rbluer released this 28 Nov 05:31
· 1 commit to master since this release

Production Release!

  • Now works in 1.14.4!!
    Added in the missing library to get it to work with 1.14.4.

  • Removed color codes from commands
    Color codes do not work well with 1.14.4. Removed them.

  • Fixed issue with pull request 132
    Fixes the PrisonTeam#132 pull request.
    It causes prison to fail on a clean server and throws a class not found exception.
    The new library needs compile instead of compileOnly and it must also be shadowed.

  • Fixed some issues with deleting a mine
    Changed the way the delete mine command works with the user messages.
    Its clear as to what's going on and what the user has to do with the confirmations.
    The time to confirm is limited, and reissues the start of the command if the user
    misses the window to confirm.