mirror of
https://github.com/seppukudevelopment/seppuku
synced 2024-12-26 00:22:06 +00:00
StorageAlert: Remove position from notification
This commit is contained in:
parent
1dc343ee01
commit
5cf588cfd8
@ -92,7 +92,7 @@ public final class StorageAlertModule extends Module {
|
||||
if (this.commandsModule == null) {
|
||||
this.commandsModule = (CommandsModule) Seppuku.INSTANCE.getModuleManager().find(CommandsModule.class);
|
||||
} else {
|
||||
final TextComponentString textComponent = new TextComponentString(ChatFormatting.YELLOW + message + "at X: " + position.x + " Z: " + position.y);
|
||||
final TextComponentString textComponent = new TextComponentString(ChatFormatting.YELLOW + message + " at X: " + position.x + " Z: " + position.y);
|
||||
textComponent.appendSibling(new TextComponentString("(*)")
|
||||
.setStyle(new Style()
|
||||
.setHoverEvent(new HoverEvent(HoverEvent.Action.SHOW_TEXT, new TextComponentString("\2476" + "Create a waypoint for this position.")))
|
||||
|
Loading…
Reference in New Issue
Block a user