Sobky

AutoMessages - Config.yml

Sep 24th, 2016
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.67 KB | None | 0 0
  1. #Available languages: en If you want other, you can create it and insert file to lang folder. And here write name of file (Without .yml)
  2. language: en
  3.  
  4. #Interval (In Seconds) between sending messages
  5. time_to_send_next_msg: 60
  6.  
  7. #Interval (In Seconds) when plugin starts send messages from first joined player the game
  8. time_to_send_first_msg: 30
  9.  
  10. #If you want send messages about player's account balance. You will need Vault!
  11. enableVault: false
  12. #Symbol of currency. E.g. $/€
  13. currencyChar: $
  14.  
  15. #In invalid Worlds plugin does not send messages when is there a player
  16. #If you want visibled messages in all worlds, set up: disabledWorlds: []
  17. invalidWorlds:
  18. - world_nether
Add Comment
Please, Sign In to add comment