/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package uk.codingbadgers.brewarded; /** * * @author Sam */ public class OutputMessages { /** * The message to show to all online players when a player votes */ public String messageAnnounceOther = null; /** * The message to show to the player who voted if they are online */ public String messageAnnounce = null; /** * */ public String messageAnnounceOtherRewardAmount = null; /** * */ public String messageAnnounceRewardAmount = null; /** * */ public String messageAnnounceOtherRewardBonus = null; /** * */ public String messageAnnounceRewardBonus = null; /** * */ public String messageAnnounceRandomReward = null; }