We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb96b5 commit 9991788Copy full SHA for 9991788
api/src/main/java/net/thenextlvl/perworlds/WorldGroup.java
@@ -371,7 +371,7 @@ public interface WorldGroup {
371
* @param player the offline player whose data is to be persisted and modified
372
* @param data a {@link Consumer} that manipulates the {@link PlayerData} object
373
* @see #persistPlayerData(Player, Consumer)
374
- * @since 1.0.3
+ * @since 1.1.0
375
*/
376
@Contract(mutates = "io")
377
void persistPlayerData(OfflinePlayer player, Consumer<PlayerData> data);
build.gradle.kts
@@ -21,7 +21,7 @@ tasks.compileJava {
21
}
22
23
group = "net.thenextlvl.perworlds"
24
-version = "1.0.3"
+version = "1.1.0"
25
26
repositories {
27
mavenCentral()
0 commit comments