Skip to content

Releases: anvilpowered/catalyst

Release v0.3.2

Choose a tag to compare

@jacoballen1 jacoballen1 released this 02 Apr 16:21
308d0a5

Changes:

  • Fix errors when sending staffchat messages from console
  • Add ability to disable join/leave messages

Release v0.3.1

Choose a tag to compare

@jacoballen1 jacoballen1 released this 10 Dec 19:41

Changes:

  • Removed Custom Command argument that caused login issues on >1.12.2
  • Implemented BungeeCord command suggestions

Release v0.3.0

Choose a tag to compare

@jacoballen1 jacoballen1 released this 28 Nov 00:05

Changes

  • Added BungeeCord support
  • Updated license to LGPL-3.0 (was GPL-3.0)
  • Converted commands to Brigadier
  • Added MiniMessage support to MOTD
  • Added customizable tab ordering (use with caution)
  • Nickname prefix may now be changed in the config
  • Added toggling for MOTD handling
  • Fixed a bug where staff members would show up in the stafflist multiple times
  • Fixed message command throwing an error when used in console
  • Added customizable private message formatting
  • Fixed some typos in the config
  • Added customizable tab formatting (see tab.format.player)

Release v0.2.1

Choose a tag to compare

@jacoballen1 jacoballen1 released this 11 Aug 16:09
eba0118

Fixes in this version:

  • Join/Leave spam when the backend server is offline
  • A typo that restricted users from disabling /server
  • StaffChat being broadcasted to the main discord channel
  • StaffChat not working when proxy-wide chat was disabled.

Note: You will need to use Anvil v0.2.1 found here

Release v0.2.0

Choose a tag to compare

@jacoballen1 jacoballen1 released this 19 Jul 20:23
3ecd310

New in this version:

  • Command logging
  • More config options
  • New SocialSpy and StaffChat format
  • Safer Luckperms interactions
  • Fixed an error that occurred when a player pinged the proxy and the backend server is offline
  • Added %players% placeholder to the discord Now Playing field
  • Added more discord commands ex. !online, !players, !list

Migrating from 0.1.3 to 0.2.0:

  • Note: You MUST copy your config changes into the new config for Catalyst to function properly.
  1. Copy the existing Catalyst config to another directory
  2. Remove the existing config from the velocity directory
  3. Remove Anvil 0.1.0 and Catalyst 0.1.3 from the plugins folder
  4. Download Anvil 0.2.0 and Catalyst 0.2.0
  5. Update Velocity 1.1.0 to the latest snapshot here
  6. Place all jars in their respective directories, and boot the proxy.
  7. Open both new and old versions of the Catalyst config and copy the fields over.

Catalyst 0.1.3

Choose a tag to compare

@jacoballen1 jacoballen1 released this 06 May 19:38
b35da70

Changes:

  • Fixed leave messages so they can accept color codes
  • Cleaned up the /server command so that the dividers don't wrap to the next line

Catalyst 0.1.2

Choose a tag to compare

@jacoballen1 jacoballen1 released this 01 May 03:48
393e973

Changes:

  • Added ViaVersion support
  • Added Emojis (texture pack provided below)
  • Fixed chat color being reset when saying another player name in chat
  • Fixed duration message not displaying properly when banning/muting a player
  • Added a better description of AdvancedServerInfo
  • Removed the long list of swears from the config by default, they can be found below
  • Fixed a bug where the MOTD defined in the Velocity config would be shown instead of the one defined in the Catalyst config
  • Fixed an issue where disabling proxy-chat in the config wouldn't actually disable it