Releases: GeorgH93/MarriageMaster
Releases · GeorgH93/MarriageMaster
v2.0.5
v2.0.4
v2.0.3
v2.0.2
Changelog:
- Fix missing space after priest name in Marry.Confirm message
- Fix missing formatting in Divorce.Confirm message
- Fix command executor only using OnMarry and OnDivorce instead of OnMarryWithPriest and OnMarryWithDivorce
- Fix wrong name being used in Marry.Confirm message
v2.0.1
Changelog:
- Fix error if the world of a home no longer exists on a server
- Fix error with the data migration from files to SQLite
- Fix error in config files converted from Marriage Master v1.x
- Fix bug where settings were not loaded correctly directly after the migration requiring a server reload/restart
v2.0
Changelog:
- Completely rewritten
- Performance improvements
- Bugfixes (and maybe add some new bugs to fix later)
- A more flexible code design that should allow this plugin to grow even further
- More customizations
- Every message can be changed or disabled
- Every message sent to the client can be a json (this means you now can define texts for hovering and click actions)
- Messages work with name or display name, you are no longer forced to display names
- Messages now have more placeholders and they are proper named to make it easier to adjust stuff
- Every message can be sent to the client as chat message, action bar message, title, subtitle message, the send method can be configured for every single message
- There are lots of new messages and config options
- Every command, sub-command and flag can be translated
- Every range check can now be: disabled, same-world or a range
- Optional colored heart showing the marriage status (gray = unmarried, red = married)
- Allows multiple partners (players now can marry more than one player, needs to be enabled in the config)
- New commands
- Hug
- Seen
- Version
- API that allows other plugins to interact. (the API is so powerful that 90% of the plugins features are implemented only using functions from the API)
- New database type: SQLite (replaces Files, your old data will be converted automatically)
- Console log now comes with colors
- More robust and faster database back-end
- New config file with comments!!!
- You no longer need to open a extra documentation page in your browser to know what a value is doing and what is allowed
- Comments stay when the plugin changes something in the config file
- Your old config will be automatically converted into the new format
- Support for Placeholder-APIs, provides placeholders to MVdWPlaceholderAPI and Clip's PlaceholderAPI