← Zurück zu Mosaik Vanilla Enhancements
Release-Verlauf

Mosaik Vanilla Enhancements Versionshistorie

Alle dokumentierten Releases kompakt an einem Ort: Versionen, Status, Minecraft-Basis und die wichtigsten Änderungen.

Version 1.4.0.0b Beta

QoL for player experience

Added

  • BootstrapManager
  • Shutdown Timer over the Experience Bar when the server shuts down
  • GameRule patcher
  • Paper-globals patcher
  • Global Server Manager class

Updated

  • Stop Command for Player Information via TITLE BROADCAST

Removed

  • own discord pipeline back from 1.20.5
  • BootstrapManager (yep it didnt even last a full version)

Fixed

  • Reworked a lot of Player Events
  • Reworked all Schedulers

Version 1.2.0.0 and 1.3.0.0 had some serious issues. SERIOUS

I Reworked alot of code for 26.2 after alot of stupid things.

Added some nice quality of life features and so on and on bla

Hacky1432
Version 1.0.0.0b Beta

Folia and tessera support - Update to 26.2

Added

  • Folia and Tessera Support.

Updated

  • Paper API to Paper 26.2

Removed

  • own discord pipeline back from 1.20.5

Fixed

  • Reworked a lot of Player Events
  • Reworked all Schedulers

Update to Beta Channel! Minecraft 26.2 Sulfur Cubes !!

Folia Support, all schedulers have been reworked for globalized threading. It still supports Paper.

Hacky1432
Version 0.4.0.0a Alpha

Code Clean up -> Factory classes

Added

  • DiscordEmbedFactory class
  • ChatMessageFactory class

Fixed

  • Clean up code. Added EmbedFactory for Discord Messages and ChatFactory for Chat Messages.

Code Clean Up

Factory classes have only one function, provide a fully setup object for usage at runtime

Hacky1432
Version 0.3.0.0a Alpha

Manager classes

Added

  • Chat Manager
  • Effect Manager
  • Config Manager and Config Provider

Chat Manager is making the chat compacter. It also adds the feature for Moderators to remove specific messages from the chat.

The Effect Manager is a Player data holder for Particles and Sounds. This will be used for PlaySound and PlayEffect. This effects are not potion effects.

Config Manager and Provider are here for holding different configs from different files and mods. They are ncessary to read players name color and suffix.

Hacky1432
Version 0.2.0.0a Alpha

Player Management provider added

Added

  • BlockManager for handling Light blocks (additional feature to pick up light blocks, since the datapack is not providing this)
  • Subcommand uuid to read player uuids
  • Player Manager (holding player data)
  • Player Afk Manager

The Block Manager is only for the light block, there are no other additional changes.

Subcommand uuid is obtaining the unique identifier of a player (This information is necessary to read player datas on the server side when there are problems with save files)

The Player Afk Manager is checking for players to be inactive for a set amount of time from the configuration. Inactive players get the tab suffix [AFK]

Hacky1432
Version 0.1.2.0a Alpha

JDA added

Added

  • Java for Discor API
  • BackupManager class
  • Command Manager class
  • Mosaik command
  • Subcommand Interface and abstract class

The Backup Manager class stores the current Backup state, will be called by subcommand backup

JDA is an open source library

Hacky1432
Version 0.1.0.0a Alpha

Development start

Added

  • Minecraft Paper API 26.1.2
  • Dependency LuckPerms
  • Dependency TAB

Dependencies LuckPerms and tab have been added.

First plugin test compile and run successful

Hacky1432