Skip to content

Releases: MC-Machinations/PaperTweaks

Vanilla Tweaks v0.2.0-beta.23

01 Aug 20:33
9404495
Compare
Choose a tag to compare
Pre-release

🚀 Features

  • CoordinatesHUD: add config option to enable by default - bb37ad3
  • initial 1.19.1 support - 9404495

🔧 Bug Fixes

  • CoordinatesHUD: enabling while players are online - e4f449a
  • leftover legacy strings for head persistence (#69) - 9c717d0, closes #68
  • another legacy head parsing issue - 475ee84

Vanilla Tweaks v0.2.0-beta.22

29 Jun 21:45
b187f68
Compare
Choose a tag to compare
Pre-release

🔧 Bug Fixes

  • fatal error if invalid modules.yml keys - 4410e09
  • possible CME for player HUDs - 245e803
  • ArmoredElytra: fixes global sounds for creating/breaking the item - b187f68

Vanilla Tweaks v0.2.0-beta.21

14 Jun 21:18
8fb9a7f
Compare
Choose a tag to compare
Pre-release

🚀 Features

  • 1.19 support - 91e0d68
  • update MoreMobHeads for 1.19 - 61c80f5
  • update GemVillagers for 1.19 - a605416
  • update WanderingTrades for 1.19 - b76d2c7
  • update TreasureGems for 1.19 - 9f6d65d

🔧 Bug Fixes

  • plugin loading before world plugins - bdb551a
  • Spawn: fix spawn world argument permissions - 7397726
  • missed 1.19 things - b157317

🧹 Chores

Commits

  • b77c81e: Fix missed log prefix rename (Jake Potrebic)

Vanilla Tweaks v0.2.0-beta.20

20 Mar 04:27
cfcad71
Compare
Choose a tag to compare
Pre-release

🔧 Bug Fixes

  • db: potentially fix h2 db issue (#37) - 043396d
  • command conflict between ThunderShrine and TrackStats (#37) - cfcad71

Vanilla Tweaks v0.2.0-beta.19

08 Mar 23:58
45c42af
Compare
Choose a tag to compare
Pre-release

READ THIS

  • The jar file names have changed, so make sure to actually delete the old one, instead of a drop in replacement.
  • The folder inside plugins/ has also been renamed to PaperTweaks. This conversion should be automatic, but just so no one is confused I mention it here.

🔧 Bug Fixes

  • Back: teleport to middle of block (#37) - 1e5abaf
  • i18n: don't create default bundle before file has beein created (#37) - 45c42af

🧹 Chores

MAKE SURE TO READ THE NOTE AT THE TOP

Vanilla Tweaks v0.2.0-beta.18

07 Mar 20:46
29871fe
Compare
Choose a tag to compare
Pre-release

🚀 Features

  • Spawn: config option to restore datapack behavior (#37) - 883decd

🔧 Bug Fixes

  • PlayerHeadDrops: fix missed 1.18.2 mappings change (#37) - 745f200
  • PlayerHeadDrops: heads should stack more often (#37) - 5d38be2
  • utils: fail on startup if reflection can't find a method (#37) - 29871fe

Vanilla Tweaks v0.2.0-beta.17

07 Mar 19:37
2092d38
Compare
Choose a tag to compare
Pre-release

🔧 Bug Fixes

  • i18n: fallback to english if no others exist (#37) - 2092d38

Vanilla Tweaks v0.2.0-beta.16

04 Mar 16:49
7a6973b
Compare
Choose a tag to compare
Pre-release

🚀 Features

🔧 Bug Fixes

  • Back: fix several issues with Back (#37) - 41d7029

🧹 Chores

Vanilla Tweaks v0.2.0-beta.15

22 Jan 22:41
f22777a
Compare
Choose a tag to compare
Pre-release

🚀 Features

  • TrackStats: added combined ore stats (#37) - 4ae90f1
  • Added modules.yml migrations from 0.1.x to newer versions (#37) - a62be7f

🔧 Bug Fixes

  • TrackStats: fix clear command not clearing the current objective (#37) - b4dd9ff
  • main: fix /vtweaks list command output overflowing (#37) - b5e2b81
  • MultiplayerSleep: potentially fix a NSE exception (#37) - 162ce34
  • PortalCoords: fix y coord scaling when it shouldn't (#37) - 42e33ec
  • FastLeafDecay: account for datapacks changing the leaves block tag (#37) - f22777a

Vanilla Tweaks v0.2.0-beta.14

07 Jan 01:17
cc29d23
Compare
Choose a tag to compare
Pre-release

🔧 Bug Fixes

  • change default back to what it was originally for migrations (#37) - cbda0b4
  • log warning msg when using mob griefing with none enabled (#37) - be8f5f9
  • TrackRawStats: missing handling of 'mined' stats (#37) - cc29d23

🧹 Chores

Commits