File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/org/allaymc/papi Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ plugins {
99}
1010
1111group = " org.allaymc"
12- version = " 0.1.2-SNAPSHOT "
12+ version = " 0.1.2"
1313description = " The official placeholder api for Allay"
1414
1515allay {
16- api = " 0.17 .0"
16+ api = " 0.18 .0"
1717
1818 plugin {
1919 entrance = " org.allaymc.papi.PlaceholderAPI"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public interface PlaceholderProcessor {
1111 * Process the placeholder.
1212 *
1313 * @param player the player used to process the placeholder, can be {@code null}
14- * @param params the params used to process the placeholder, can be {@code null}
14+ * @param params the params used to process the placeholder or an empty string if no params were used
1515 *
1616 * @return the processed placeholder
1717 */
You can’t perform that action at this time.
0 commit comments