1.1.3 & 1.1.4
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
- Added
messages.yml
:- Added
PLACEHOLDER PARAMETERS
wiki section
- Added
AnnoyingCooldown
:- Put
AnnoyingCooldownType
intoAnnoyingCooldown
and renamed it toCooldownType
(so it's nowAnnoyingCooldown.CooldownType
)
- Put
AnnoyingPlugin
:- Replaced
String#join(ChatSequence, CharSequence...)
usage withStringUtils#repeat(String, int)
- Replaced
AnnoyingUtility
:- Replaced
#formatMillis(Date, String)
with#formatMillis(long, String)
, which usesDurationFormatUtils#formatDuration(long, String)
- Added
#formatDouble(double, String)
- Added
#jsonToTextComponent(JSONComponent)
- Replaced
AnnoyingDownload
:- Put
AnnoyingPlatform
intoAnnoyingDownload
and renamed it toPlatform
(so it's nowAnnoyingDownload.Platform
)
- Put
AnnoyingMessage
:- Put
AnnoyingBroadcast
intoAnnoyingMessage
and renamed it toBroadcastType
(so it's nowAnnoyingMessage.BroadcastType
) - Put
AnnoyingReplaceType
intoAnnoyingMessage
and renamed it toReplaceType
(so it's nowAnnoyingMessage.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)
- Put
Full Changelog: 1.1.2...1.1.4