Skip to content

Releases: GeorgH93/MarriageMaster

v2.1.6

19 Apr 15:49
0984d1c
Compare
Choose a tag to compare

Changelog:

  • Bugfix for SkillAPI Premium
  • Bugfixes for private chat #131
    • Private chat toggle is no longer active when the player is not married
    • Private chat target will be removed when a player gets divorced from the current target
    • Private chat no longer sends commands as private chat messages on BungeeCord

v2.1.5

07 Apr 23:10
bd4385b
Compare
Choose a tag to compare

Changelog:

  • Add missing permission to marry.user permission group
  • Fix formatting for none JSON messages
  • Fix error with mcMMO
  • Fix magic heart placeholder
  • Fix bugs with tab complete
    • Priests can now use tab complete for both players with just /marry instead of being forced to use /marry marry in order to use tab complete on the second player
    • Players without the marry.bypass.vanish permission will no longer be able to see vanished players while using autocomplete
  • Improve chat toggle compatibility with some chat plugins

v2.1.4

28 Mar 18:45
fc73e37
Compare
Choose a tag to compare

Changelog:

  • Update Chinese language file
  • Make plugin more resilient to db startup problems
  • Fix player name changes not being updated in the database for married players #118
  • Fix release builds on BungeeCord for MC 1.15

v2.1.3

21 Feb 16:42
3e54889
Compare
Choose a tag to compare

Changelog:

  • Add comment for PartnerNowOnline/Offline messages
  • Add partner name/displayname placeholder to item sent/received messages
  • Add option to share xp with all partners in range
  • Improve item name resolver (use item display name if available)
  • Fix to high default radius for some actions
  • Send reload message only to command sender

v2.1.2

26 Jan 14:04
d30f532
Compare
Choose a tag to compare

Changelog:

  • Fix regression introduced with v2.1 for finding the nearest partner (this should fix null-pointer exceptions for commands like tp or seen when the partner is offline)

v2.1.1

24 Jan 22:51
bb0b79c
Compare
Choose a tag to compare

Changelog:

  • Fix command execution when no priest is used (fixes #107)

v2.1

22 Jan 18:58
db4107d
Compare
Choose a tag to compare

Changelog:

  • Add bonus xp for SkillAP
  • Add bonus xp for mcMMO (closes #67)
  • Add Placeholders: marriagemaster_home, marriagemaster_homecoordinates, marriagemaster_prefix, marriagemaster_suffix
  • Add option to customize the formatting of placeholders (closes #89)
    • Introduce formatting for data placeholders, the formatted version will be used automatically if the "Married" value for the placeholder contains a String.format formatting code
    • Make the config a bit simpler
    • Define the default not married values for all the heart and prefix/suffix placeholders to empty string
    • Allow all boolean placeholders to overwrite the True and False definitions separately
    • Load the values for all static placeholders (these that always show the same value if a player is married) from the language file
    • Add an option to set the separator (PartnerList and PartnerDisplayNameList) for list placeholders
  • Add world blacklist and accept requests to gifts (closes #10)
  • Add command to list all online priests
  • Remove useUUIDs option -> UUIDs are now always in use!
  • Remove space if prefix or suffix is not used
  • Fix nearest partner search
  • Fix surname related bugs
    • Surenames can now be removed with the remove keyword (fixes #81)
    • The Marriage.Surnames.Force option should now work again
  • Update German language file
  • Check PCGF PluginLib version before using it (and use Standalone mode if version is to old) (Release builds only)

v2.0.21

03 Jan 19:32
22ebb58
Compare
Choose a tag to compare

Changelog:

  • Add Spanish translation (thanks AgustinEzequiel2)
  • Fix some issues with the UUID converter

v2.0.20: MC 1.15

11 Dec 02:20
962de2a
Compare
Choose a tag to compare

Changelog:

  • Add support for MC 1.15
  • Add Portuguese translation (Thanks to dotJunyo)
  • Fix teleport issues with grass and flowers (Fixes #100)

v2.0.18

12 Oct 13:36
6105752
Compare
Choose a tag to compare

Changelog:

  • Fix bug where it was not possible to disable range checks
  • Fix error when using a different name for the id in the priests table than the players table