Skip to content

Commit a106d99

Browse files
committed
Add placeholder utilities to Messages
- Can now define placeholders and custom regex to find them, and replace them easily when fetching a message - Made formatter no longer run every time a message is fetched
1 parent 712dde8 commit a106d99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515
dependencies {
1616
compileOnly 'org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT'
17-
api 'com.github.Redempt:RedCommands:1.5.6.2'
17+
api 'com.github.Redempt:RedCommands:1.5.7'
1818
}
1919
sourceSets {
2020
main {

res/plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: RedLib
22
main: redempt.redlib.RedLib
3-
version: 2022-02-15 22:13
3+
version: 2022-02-15 23:02
44
author: Redempt
55
api-version: 1.13
66
load: STARTUP

0 commit comments

Comments
 (0)