mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-30 19:15:27 +02:00
Compare commits
1 Commits
fix/4669
...
renovate/w
Author | SHA1 | Date | |
---|---|---|---|
![]() |
091ef20e82 |
@@ -57,7 +57,7 @@ public class Music extends SubCommand {
|
|||||||
"music_disc_far", "music_disc_mall", "music_disc_mellohi", "music_disc_stal",
|
"music_disc_far", "music_disc_mall", "music_disc_mellohi", "music_disc_stal",
|
||||||
"music_disc_strad", "music_disc_ward", "music_disc_11", "music_disc_wait", "music_disc_otherside",
|
"music_disc_strad", "music_disc_ward", "music_disc_11", "music_disc_wait", "music_disc_otherside",
|
||||||
"music_disc_pigstep", "music_disc_5", "music_disc_relic", "music_disc_creator",
|
"music_disc_pigstep", "music_disc_5", "music_disc_relic", "music_disc_creator",
|
||||||
"music_disc_creator_music_box", "music_disc_precipice", "music_disc_tears", "music_disc_lava_chicken"
|
"music_disc_creator_music_box", "music_disc_precipice"
|
||||||
);
|
);
|
||||||
|
|
||||||
// make sure all discs and the bedrock ("cancel") fit into the inventory
|
// make sure all discs and the bedrock ("cancel") fit into the inventory
|
||||||
|
@@ -63,18 +63,4 @@ public class PlotTitle {
|
|||||||
return subtitle;
|
return subtitle;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Provides a string representation of this plot title value (used in placeholders).
|
|
||||||
*
|
|
||||||
* @return the plot title representation in the format {@code "<title>" "<subtitle>"}
|
|
||||||
* @since TODO
|
|
||||||
*/
|
|
||||||
@Override
|
|
||||||
public String toString() {
|
|
||||||
return "\"%s\" \"%s\"".formatted(
|
|
||||||
this.title != null ? this.title : "",
|
|
||||||
this.subtitle != null ? this.subtitle : ""
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -12,7 +12,7 @@ adventure-bukkit = "4.4.0"
|
|||||||
log4j = "2.19.0"
|
log4j = "2.19.0"
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
worldedit = "7.2.20"
|
worldedit = "7.3.15"
|
||||||
fawe = "2.13.0"
|
fawe = "2.13.0"
|
||||||
placeholderapi = "2.11.6"
|
placeholderapi = "2.11.6"
|
||||||
luckperms = "5.5"
|
luckperms = "5.5"
|
||||||
|
Reference in New Issue
Block a user