# Amount of Adena (%) a player must pay to the other to get divorced. WeddingDivorceCosts = 20 + +#------------------------------------------------------------------------ +# Show Welcome PM on start +ShowWelcomePM = True +PMFrom = L2J-Freya +PMText = Remember Vote For L2J-Freya +
Config.java
public static int L2JMOD_WEDDING_DIVORCE_COSTS; + public static boolean SHOW_WELCOME_PM; + public static String PM_FROM; + public static String PM_TEXT;