Skip to content

1.1.3 & 1.1.4

Compare
Choose a tag to compare
@srnyx srnyx released this 06 Dec 03:48
· 388 commits to main since this release
6b26d9e

1.1.4

Had to make a new release because I messed up 1.1.3, which messed up Jitpack. Sorry :(

1.1.3

  • build.gradle.kts:
    • Added net.md-5.bungeecord-api dependency
  • messages.yml:
    • Added PLACEHOLDER PARAMETERS wiki section
  • AnnoyingCooldown:
    • Put AnnoyingCooldownType into AnnoyingCooldown and renamed it to CooldownType (so it's now AnnoyingCooldown.CooldownType)
  • AnnoyingPlugin:
    • Replaced String#join(ChatSequence, CharSequence...) usage with StringUtils#repeat(String, int)
  • AnnoyingUtility:
    • Replaced #formatMillis(Date, String) with #formatMillis(long, String), which uses DurationFormatUtils#formatDuration(long, String)
    • Added #formatDouble(double, String)
    • Added #jsonToTextComponent(JSONComponent)
  • AnnoyingDownload:
    • Put AnnoyingPlatform into AnnoyingDownload and renamed it to Platform (so it's now AnnoyingDownload.Platform)
  • AnnoyingMessage:
    • Put AnnoyingBroadcast into AnnoyingMessage and renamed it to BroadcastType (so it's now AnnoyingMessage.BroadcastType)
    • Put AnnoyingReplaceType into AnnoyingMessage and renamed it to ReplaceType (so it's now AnnoyingMessage.ReplaceType)
    • Replaced #broacast(AnnoyingBroadcast, AnnoyingTitle) with #broadcast(BroadcastType, int, int, int)
    • Renamed #getMessage(String) to #getString(String)
    • Fixed #replace(String, Object, ReplaceType)
    • Removed AnnoyingTitle
    • Added #replaceParameter(Object, String, Replacetype) (private)
    • Added #getComponents()
    • Added #getComponents(AnnoyingSender)
    • Added #getBaseComponents()
    • Added #getBaseComponents(AnnoyingSender)
    • Added #getMessage()
    • Added #getMessage(AnnoyingSender)

Full Changelog: 1.1.2...1.1.4