mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Make '/plot download world' clickable (#4239)
This commit is contained in:
parent
dc73116401
commit
be6838f29e
@ -136,7 +136,9 @@ public class Download extends SubCommand {
|
|||||||
}
|
}
|
||||||
player.sendMessage(
|
player.sendMessage(
|
||||||
TranslatableCaption.of("web.generation_link_success_legacy_world"),
|
TranslatableCaption.of("web.generation_link_success_legacy_world"),
|
||||||
TagResolver.resolver("url", Tag.inserting(Component.text(url.toString())))
|
TagResolver.builder()
|
||||||
|
.tag("url", Tag.preProcessParsed(url.toString()))
|
||||||
|
.build()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user