Posted December 20, 20186 yr Hello everyone, currently I am trying to send a chat message to chat when the stage of my mod changes so far i am using. if(!sentUpdateMessage) { switch(Stages.getStage()) { case 1: statusMessage = "Stage One Beginning"; } event.player.sendMessage(new TextComponentString(statusMessage)); sentUpdateMessage = true; } to make it display only once in a PlayerTickEvent and was wondering if there was a way to only run this when the stage changes
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.