Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved ComponentSerializer #3463

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on May 4, 2023

  1. Improved ComponentSerializer

    - Fixed ComponentSerializer#toString methods
    - Code enhanced
    
    Now the ComponentSerializer#toString follows the default Minecraft's component json format. Multiples BaseComponents will be now serialized as a json array
    ItsLaivy committed May 4, 2023
    Configuration menu
    Copy the full SHA
    b90890a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Fixed tests

    ItsLaivy committed May 5, 2023
    Configuration menu
    Copy the full SHA
    104b253 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Serializer changes

     - Improved component serializer. Thanks to @MrIvanPlays (SpigotMC#3463 (comment)).
    ItsLaivy committed May 11, 2023
    Configuration menu
    Copy the full SHA
    4eed18e View commit details
    Browse the repository at this point in the history