package com.hypixel.hytale.server.core.asset;
public class AssetNotifications {
public static final String ASSET_ADDED_MESSAGE_KEY = "server.general.assetstore.reloadAssets";
public static final String ASSET_DELETED_MESSAGE_KEY = "server.general.assetstore.removedAssets";
public static final String ASSET_RELOADED_MESSAGE_KEY = "server.general.assetstore.reloadAssets";
public static final String ASSET_SECONDARY_GENERIC_MESSAGE_KEY = "server.general.assetstore.removedAssetsSecondaryGeneric";
public static final String ASSET_ADDED_ICON = "Icons/AssetNotifications/IconCheckmark.png";
public static final String ASSET_DELETED_ICON = "Icons/AssetNotifications/Trash.png";
public static final String ASSET_RELOADED_ICON = "Icons/AssetNotifications/AssetReloaded.png";
public static final String ASSET_ADDED_COLOR = "#06EE92";
public static final String ASSET_DELETED_COLOR = "#FF3874";
public static final String ASSET_RELOADED_COLOR = "#A7AfA7";
public AssetNotifications() {
}
}