Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EarthPillars, Combo Refactor, Various Fixes #828

Merged
merged 15 commits into from
Aug 8, 2017
Merged

EarthPillars, Combo Refactor, Various Fixes #828

merged 15 commits into from
Aug 8, 2017

Conversation

Simplicitee
Copy link
Member

Additions

  • Added EarthPillars
  • Added permissions to plugin.yml

Fixes

  • Fixed FireWheel going over air
  • Fixed AvatarState sound causing AvatarState not to work
  • Fixed EarthSmash values being incorrect
  • Fixed paraylzing abilities cancelling the sneak event if the player was sneaking

Misc. Changes

  • Changed instructions in /bending help to ChatColor.WHITE
  • Changed /bending help earth message to match others
  • Improved check for exhaustion in move event
  • Changed CoreAbility#getDescription() to pull combos from the lang config as well

ChristopherWMM and others added 15 commits August 4, 2017 14:31
…va 7 Travis check

## Fixes
* Fixes Combos and possibly Passives appearing in `/pk b <Ability>` auto-tabbing.
    > * https://trello.com/c/oUg7QRgl/862-combos-are-still-in-b-b-auto-tabbing
* Fixes Combos not loading properly on certain servers.
    > * https://trello.com/c/IRysuejG/861-combos-are-attempted-to-be-loaded-incorrectly-causing-them-to-not-be-registered
* Updates PreciousStones to the latest version and resolves API change issues.
    > * https://trello.com/c/VWeTHJ9k/860-precious-stones-is-outdated-causes-bending-to-fail-if-it-is-installed

## Removals
* Removes Java 7 Travis jdk check.
## Additions
* Adds "Contributing" section to the `README` to help guide active community members.
* Adds more detail to the `PULL_REQUEST_TEMPLATE` to allow for more uniform pull requests. 
* Adds many new blocks to our ability block interaction.

## Fixes 
* Fixes default `RapidPunch` damage not being high enough to register as actual damage due to rounding.
    > * https://trello.com/c/S0ACcCVE/864-change-rapidpunchs-damage-from-1-to-2-in-default-config

## API Changes
* Updates to `Spigot 1.12.1`.
    * Confirmed to be backward compatible with `Spigot 1.12` and `Spigot 1.11.2`.

    > * https://trello.com/c/iom3vYQe/859-mc-1121-release
* Renames `ElementalAbility#getTransparentMaterial()` to `ElementalAbility#getTransparentMaterials()`.
* Converted most `byte`/`int` dependent `Material` logic to use `Material` instead. 
    * `ElementalAbility#getTransparentMaterialSet()` now returns a `HashSet<Material>` instead of a `HashSet<Byte>`.
    * `ElementalAbility#getTransparentMaterials()` and `GeneralMethods.NON_OPAQUE` now return `Material[]` instead of `Integer[]`.
    * `GeneralMethods#getTargetedLocation()` now takes a `varargs Material[]` instead of a `varargs Integer[]`.
* Removes `ElementalAbility.TRANSPARENT_MATERIAL`. It was outdated and became irrelevent after `GeneralMethods.NON_OPAQUE` was updated.
## Additions
* Adds check to combo collisions to discard dead entities.
* Makes chiblocking abilities work on all entities
* Fixes chiblock chance
* Sets RapidPunch damage back to 1 and fixed the ability
* Fixes possible issue in PKListener#onPlayerInteraction()
## Additions
* Adds exception handling to the configurable `Sound` options to prevent `IllegalArgumentExcpetions`.
    > * https://trello.com/c/ePnrGrCw/867-add-exception-handling-to-sound-configuration

## Fixes
* Fixes `Earth.LavaSound`.
@ChristopherWMM ChristopherWMM merged commit cbd6461 into ProjectKorra:wip Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants