Skip to content

Latest commit

 

History

History
264 lines (117 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

264 lines (117 loc) · 11.4 KB

1.13.0 (2021-02-25)

Features

1.12.9 (2021-02-25)

Bug Fixes

  • bump release version (fcebd1b)
  • keep-inventory: dropped items not cleared (8a280f7)

1.12.9 (2021-02-25)

Bug Fixes

  • keep-inventory: dropped items not cleared (8a280f7)

1.12.8 (2021-02-13)

Bug Fixes

  • applicable check of skills not working (901be44), closes #29
  • remove old @ConfigOption statements (d0d67b5)
  • remove unused configoption shade (7d60e46)

1.12.7 (2021-01-17)

Bug Fixes

  • rebirth: add a list of ignored damage causes (d8aaac6), closes #15

1.12.6 (2021-01-17)

Bug Fixes

  • movement-speed: iterate and remove existing attribute modifiers before applying (61bd0fd), closes #14

1.12.5 (2021-01-15)

Bug Fixes

  • movement-speed: remove modifier before adding it (561cc6f), closes #14

1.12.4 (2021-01-11)

Bug Fixes

  • look-teleport: teleport player to safe locations only (6aed202), closes #10

1.12.3 (2021-01-11)

Bug Fixes

  • mcmmo-exp: bigdecimal cannot be cast to float (2bb7837), closes #11

1.12.2 (2021-01-09)

Bug Fixes

  • aquaman: player receives movement speed buff outside of water (4951e02), closes #9

1.12.1 (2021-01-08)

Bug Fixes

  • movement-speed: in water check working (721eec8)

1.12.0 (2021-01-08)

Features

  • no-pvp: add no-pvp skill (f909b03)

1.11.0 (2021-01-08)

Features

  • keep-inventory: add keep-inventory skill (6161caf)

1.10.0 (2021-01-08)

Bug Fixes

  • defense-bonus: filter out non-players and non skill users (50ab9d5)

Features

  • rebirth: add rebirth skill (f931dd4)

1.9.0 (2021-01-08)

Features

  • implement defense-bonus (95ba748)

1.8.0 (2021-01-07)

Features

  • implement exhaustion skill (e78a6a6)

1.7.0 (2021-01-07)

Features

  • max-health: implement max health skill (92ef653)

1.6.0 (2021-01-07)

Features

  • mc-exp-boost: implement minecraft exp booster (bcb67fa)

1.5.3 (2021-01-07)

Bug Fixes

  • mcmmo-exp: floating point precision is lost for low exp values (dcca819), closes #8

1.5.2 (2021-01-06)

Bug Fixes

  • server-shop-exp: filter out player before checking event (8d17fad)

1.5.1 (2021-01-06)

Bug Fixes

  • mcmmo-exp: store timestamp as epoch in milliseconds (155b607)
  • @ConfigOption for Set does not work (bdb16f9)

1.5.0 (2021-01-04)

Bug Fixes

  • FriendlyMobs: Rename test class (9151a44)

Features

  • FriendlyMobs: Add new skill type 'FriendlyMobs' to support new Skills like 'Piglins-Friend' (a1e9476)
  • piglings-friend: Add base implementation of new skill piglings-friend. (d3d1750)

1.4.2 (2021-01-04)

Bug Fixes

  • check player if player is applicable before using event (10d1d06)

1.4.1 (2021-01-03)

Bug Fixes

  • movement-speed: do not apply attribute modifier when already applied (a62d285)

1.4.0 (2021-01-03)

Features

  • movement-speed: add attribute modifier instead of modifying base value (017df3f)

1.3.0 (2021-01-02)

Bug Fixes

  • look-teleport: play sound and effect by default (30627e3)

Features

  • add look-teleport skill (b455cec)
  • add server-shop-exp skill (73f683d)

1.2.1 (2021-01-01)

Bug Fixes

  • store online and afk time seperately (5c989f5), closes #48

1.2.0 (2020-12-25)

Bug Fixes

  • make mcmmo-exp depend on mcMMO plugin (d593b46)

Features

  • online-time: add essentials afk tracker to online time skill (e87e680)
  • add new mcmmo exp gain skill (8d0676a)

1.1.3 (2020-12-24)

Bug Fixes

  • online-time: do not drop extra payout time (737d9df)

1.1.2 (2020-12-23)

Bug Fixes

  • build: publish all skills as one jar (7b53afb)

1.1.1 (2020-12-23)

Bug Fixes

  • deps: update rcskills to 1.7.2 (292f9a3)

1.1.0 (2020-12-20)

Features

  • add new movement-speed skill (6a8e363)

1.0.1 (2020-12-20)

Bug Fixes

  • use relocated config mapper package (9c743b9)

1.0.0 (2020-12-20)

Features

  • move skills and effects from main project into separate project (ff0c4f7)