File Details
GotToGo_V1.3.2_1.7.2
- R
- Jul 29, 2014
- 13.27 KB
- 341
- CB 1.7.2-R0.3
File Name
GotToGo_V1.3.2_1.7.2.jar
Supported Versions
- CB 1.7.2-R0.3
V1.3.2
- You can now change the got to go message to whatever you want using the config! Supports color codes, and uses the following variables to define where the information goes:
%player - Defines where the player's name goes in the message
%time - Defines where the amount of time goes in the message. Note: There is a different option for each time format in the config.This is the amount of time, not the time format, before a player returns.
%displayname - Defines where the player's display name goes. This works for nicknames, or will display the player's original name if they don't have a nickname. Currently tested and working with Essentials /nick
Example config:
1 2 3 4 | minutesmessage: '&a&lAttention! &b%displayname &6has to go! He will be back in &b%time &6minutes!' hoursmessage: '&a&lAttention! &b%player &6has to go! He will be back in &b%time &6hours!' daysmessage: '&a&lAttention! &b%player &6has to go! He will be back in &b%time &6days!' asapmessage: '&a&lAttention! &b%player &6has to go! He will be back &bA.S.A.P!' |

