Advertisement
Guest User

Messages.yml

a guest
Aug 6th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. # OnTime Messages Configuration File
  2. # Last Default YML Update: Sept 17, 2012
  3. # Author: Edge209
  4.  
  5. ##################################################
  6. # Version of this config file DO NOT CHANGE THIS #
  7. messagesVersion: 3
  8. ##################################################
  9.  
  10. # Output Configuration Syntax Rules
  11. # *** BE CAREFUL *** since this is a yml file the format is very important. NEVER use TABs to create space, always use 'spaces'
  12. #
  13. # Every output string must be contained within single quote marks (')
  14. # Color codes can be used, but codes must begin with "&" and must followed by a space (' ') e.g. '&a ' for green text
  15. # The number of lines output must be specified (lines: #), or set to zero if no output should be generated.
  16. # Each line must be labeled with 'line-#:' where # is the line order, and # should begin with 1
  17. # "Variables" must be enclosed in "[ ]" and must be proceeded and followed by a space (' ').
  18. #
  19. # The following 'variable' codes are supported for messages:
  20. #
  21. # [afk] - Player's Away from Keyboard (AFK) status. ("(AFK)" shown when AFK, otherwise nothing is displayed.)
  22. # [afktime] - How long a player has been AFK for the current login session
  23. # [current] - Player's OnTime for current session (login)
  24. # [daily] - Player's daily OnTime
  25. # [daysAgo] - Number of calendar days since player's first login to the server
  26. # [daysOn] - The number of different days the player has been on the server
  27. # [lastLogin] - Day/Time stamp of the player's last login
  28. # [monthly] - Player's Monthly OnTime
  29. # [otherPlayer] - Another player's name (only valid for "loginAnnoucement")
  30. # [otherTotal] - Another player's total OnTime (only valid for "loginAnnoucement")
  31. # [player] - Player's in-game name
  32. # [serverName] - Name of your server
  33. # [total] - Player's total OnTime
  34. # [weekly] - Player's weekly OnTime
  35. #
  36. # Color Codes
  37. # &0 Black
  38. # &1 DarkBlue
  39. # &2 DarkGreen
  40. # &3 DarkAqua
  41. # &4 DarkRed
  42. # &5 DarkPurple
  43. # &6 Gold
  44. # &7 Gray
  45. # &8 DarkGray
  46. # &9 Blue
  47. # &a Green
  48. # &b Aqua
  49. # &c Red
  50. # &d LightPurple
  51. # &e Yellow
  52. # &f White
  53.  
  54. ################################################
  55. # DO NOT CHANGE THE FOLLOWING adhocCount VALUE #
  56. adhocCount: 0
  57. ################################################
  58.  
  59. # To disable this message set "lines:" to 0
  60. playerLogin:
  61. lines: 1
  62. line-1: '&d&lYou have a total Playtime of [total].'
  63.  
  64. # To disable this message set "lines:" to 0
  65. loginAnnouncement:
  66. lines: 0
  67. line-1: 'Please welcome [otherPlayer] to [serverName] '
  68. line-2: '[otherPlayer] has a total OnTime of [otherTotal]'
  69.  
  70. message:
  71. testmessage:
  72. lines: 0
  73. line-1: '[player] This is a test message'
  74.  
  75.  
  76. # endFile
  77. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement