Skip to content

Releases: AlexProgrammerDE/PistonChat

PistonChat 2.1.2

25 May 18:25

Choose a tag to compare

modrinth

🐛 Fixes

  • 6459d15 fix: send chat messages async
  • 1f1d742 fix(deps): update dependency net.kyori:adventure-platform-bukkit to v4.4.0 (#176)
  • 53b1d72 fix: remove broken event disable

📝 Documentation

🔨 Build

  • 53a7a51 chore(release): bump version to 2.1.2-SNAPSHOT
  • 064176f chore(deps): update dependency org.mockito:mockito-core to v5.18.0 (#182)
  • 7470413 chore(deps): update dependency org.mockito:mockito-junit-jupiter to v5.18.0 (#183)
  • f0d5017 chore(deps): update dependency gradle to v8.14.1 (#184)
  • 0b2eed0 chore(deps): update dependency net.luckperms:api to v5.5 (#185)
  • 76a322c ci: add download on modrinth banner
  • 4120c23 chore(release): bump version to 2.1.2

💅 Style

  • 0e2a257 style: format and add editorconfig

💬 Other

  • b7f0673 Merge remote-tracking branch 'origin/main'
  • 668aa32 Revert "Remove useless api"
  • de424fa Merge remote-tracking branch 'origin/main'

PistonChat 2.1.1

06 May 18:54

Choose a tag to compare

🐛 Fixes

  • 4ee9548 fix: do not wipe config on error during load
  • 7b483a0 fix: properly copy config header

🔨 Build

  • 727d8ed chore(release): bump version to 2.1.1-SNAPSHOT
  • 0885ac1 chore(release): bump version to 2.1.1

💬 Other

  • 776bdba Merge remote-tracking branch 'origin/main'

PistonChat 2.1.0

05 May 15:43

Choose a tag to compare

🐛 Fixes

  • ab3bb38 fix(deps): update dependency org.apache.commons:commons-collections4 to v4.5.0 (#170)
  • 217e277 fix: do only shadow kyori option class
  • 1fde9e8 fix(deps): update dependency com.google.code.gson:gson to v2.13.1 (#171)
  • fbb50b9 fix(deps): update dependency net.kyori:adventure-text-minimessage to v4.21.0 (#174)
  • 0337a47 fix: resolve buildsrc caching issues
  • 337e6c6 fix: only allow one write at a time

📝 Documentation

  • 98dff68 docs: indicate lack of craftbukkit support, minimum spigot is required

🔨 Build

  • 66c7da5 chore(release): bump version to 2.0.2-SNAPSHOT
  • e8fad3b chore(deps): update dependency gradle to v8.14 (#172)
  • bfce9b4 ci: remove by info
  • 650ee6d chore(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.0.0-beta13 (#173)
  • 37abcaf chore(release): bump version to 2.1.0

💬 Other

  • 9ef2b1c Update release.yml
  • 1b54c8b Update release.yml
  • 63ec84a Merge remote-tracking branch 'origin/main'
  • 36689dd Merge remote-tracking branch 'origin/main'
  • ff4d523 Merge remote-tracking branch 'origin/main'
  • 593c1fa Feat/file storage (#175)

PistonChat 2.0.1

12 Apr 17:55
9446327

Choose a tag to compare

Fix

  • fix(deps): update all non-major dependencies (#163)
  • fix(deps): update all non-major dependencies (#168)
  • fix: relocate folialib

Documentation

  • docs: update download url for updates

Build

  • chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.10.0 (#167)
  • ci: add release pipeline
  • chore(release): bump version to 2.0.1
  • ci: fix broken file glob

Other

  • Add FoliaLib to fix FOlia support
  • Implement proper GItHub update checking
  • Improve style
  • Fix update check
  • Update renovate.json
  • Properly cache gradle
  • Merge remote-tracking branch 'origin/main'
  • Update renovate.json
  • Merge remote-tracking branch 'origin/main'
  • Merge remote-tracking branch 'origin/main'

PistonChat 2.0.0 (Big revamp)

23 Mar 14:17

Choose a tag to compare

All subprojects are now one repository and share the same version.
The plugin now requires MySQL.
Adds Adventure and MiniMessage support.
Too many changes to summarize everything done since 2021.
More info in GitHub commit history.

Release 1.5.2

03 Oct 19:20

Choose a tag to compare

Changes:

  • Fix severe memory leak issue
  • Messages that get sent synchronously (e.g. via a plugin) no longer break the plugin
  • Vanished players can no longer been chatted at unless the player has pistonchat.bypass

Release 1.5.1

05 Jun 11:44

Choose a tag to compare

Changes:

  • Add chat message method (API related)
  • Fix typo in update checker

Release 1.5.0

23 May 15:43

Choose a tag to compare

Changes:

  • Fix memory leaks
  • Allow console to whisper messages to players directly!

Release 1.4.0

26 Mar 19:37

Choose a tag to compare

New update with amazing new features!
In this update I added a language.yml file. It contains many of PistonChats messages.
Those are even being translated by the community!
Crowdin: Click me! (Where you can translate)
Translated files: Click me! (Where the translated files are located)
We got Spanish, German, Czech and many more!

Changes:

  • Added language.yml and create pre translated messages.
  • Add a few more config options to make it more 2b2t like
  • Declared api version to remove legacy support warning.

Release 1.3.0

07 Mar 19:17

Choose a tag to compare

Changes:

  • Added PlaceholderAPI support in chat format!
  • Added /pistonchat version
  • Changes /msg to /w in clicking playernames
  • Move packages