- Please use IFH 2-7-3
- Spigot 1.21.8 Support
- Boosted Yaml 1.3.7 Support
- Last remnants (database, etc.) of mail have now been removed.
- All channels now have new settings in the channels.yml:
- UsePlayerChoosenMentionSound => Allows players to use the selected sound, not the previously set channel sound.
- MentionSoundCategory => Allows you to select the sound category for the channel mention sound.
- UseLanguageSeparationPerChannel => Allows channels to be separated by language, so players only see the language they have selected.
The player's default language is set based on the Minecraft client language. Can be changed via command.
Private, permanent, and temporary channels are excluded.
- All channels should now use the new sound notation for "MentionSound." E.g. “entity.wandering_trader.reappeared”
- MySQL Table changes:
- ALTER TABLE `sccplayerdata` ADD `mention_sound` TEXT NOT NULL DEFAULT 'entity.wandering_trader.reappeared' AFTER `serverlocation`, ADD `mention_sound_category` TEXT NOT NULL DEFAULT 'NEUTRAL' AFTER `mention_sound`, ADD `user_writing_language` TEXT NOT NULL DEFAULT 'ENG' AFTER `mention_sound_category`, ADD `user_reading_languages` TEXT NOT NULL DEFAULT 'ENG' AFTER `mention_sound_category`;
- /scc sound <sound> <soundcategory>, added.
Avan
Deutsche Beschreibung: Ahoi!
- Bitte nutze IFH 2-7-3
- Spigot 1.21.8 Support
- Boosted Yaml 1.3.7 Support
- Letzte Reste (Datenbank etc) von Mail nun entfernt.
- Alle Channels haben nun neu Einstellungsmöglichkeiten in der channels.yml:
- UsePlayerChoosenMentionSound => Lässt die Spieler gewählten Sounds nutzten, und nicht der vorher eingestellete ChannelSound.
- MentionSoundCategory => Lässt nun für den Channel MentionSound auch die SoundCategory wählen.
- UseLanguageSeparationPerChannel => Lässt nun Channels per Sprache teilen, sodas Spieler nur das Sehen, was sie als Sprache ausgewählt haben.
Die StandartSprache des Spielers wird anhand des MineCraft Client Sprache gesetzt. Per Befehl änderbar.
Privat, Permanent und Temporäre Channels sind davon exkludiert.
- Alle Channels sollten bei "MentionSound" nun die neuen Soundschreibweise nutzten. Bspw. "entity.wandering_trader.reappeared"
- MySQL Table Änderungen:
- ALTER TABLE `sccplayerdata` ADD `mention_sound` TEXT NOT NULL DEFAULT 'entity.wandering_trader.reappeared' AFTER `serverlocation`, ADD `mention_sound_category` TEXT NOT NULL DEFAULT 'NEUTRAL' AFTER `mention_sound`, ADD `user_writing_language` TEXT NOT NULL DEFAULT 'ENG' AFTER `mention_sound_category`, ADD `user_reading_languages` TEXT NOT NULL DEFAULT 'ENG' AFTER `mention_sound_category`;
- /scc sound <sound> <soundcategory>, hinzugefügt.