Advertisement
Guest User

Untitled

a guest
Mar 13th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.44 KB | None | 0 0
  1. # -------------------------------------------------------------------------------------------
  2. #
  3. #  Your file has been automatically updated at 13.03.2018 23:32:43
  4. #  to ChatControl 7.8.0
  5. #
  6. #  Unfortunatelly, due to how Bukkit saves all .yml files, it was not possible
  7. #  preserve the documentation comments in your file. We apologies.
  8. #
  9. #  If you'd like to view the default file, you can either:
  10. #  a) Open the ChatControl-7.8.0.jar with a WinRar or similar
  11. #  b) or, visit: https://github.com/kangarko/ChatControl/wiki
  12. #
  13. # -------------------------------------------------------------------------------------------
  14.  
  15. Enabled: true
  16. Formatting:
  17.   Default: Chat
  18.   Global: Global_Chat
  19.   Spy: Spy_Chat
  20.   Admin: Admin_Chat
  21.   Bungee: Bungee_Chat
  22.   Me: Me
  23.   Party_Chat: Spy_Chat
  24.   Party_Spy: Spy_Party_Chat
  25. Range:
  26.   Enabled: false
  27.   Distance: 100.0
  28.   Linked_Worlds:
  29.     normal:
  30.    - world
  31.     - world_nether
  32.     skyland:
  33.    - skyland
  34.     - skyland_nether
  35. Formats:
  36.   Chat:
  37.     Pancel:
  38.       Message: '&7✎ '
  39.       Hover_Event:
  40.         Action: SHOW_TEXT
  41.         Values:
  42.        - 一枝筆
  43.     Staff:
  44.       Message: '&4OP '
  45.       Sender_Permission: chatcontrol.groups.op
  46.       Hover_Event:
  47.         Action: SHOW_TEXT
  48.         Values:
  49.        - '&6這位玩家具有OP權限'
  50.     Marry:
  51.       Message: '{javascript_marriagemaster_icon}'
  52.       Hover_Event:
  53.         Action: SHOW_TEXT
  54.         Values:
  55.        - '&c他與&6{marriagemaster_partner}&c具有婚姻關係'
  56.     Prefix:
  57.       Message: '&f{pl_prefix}'
  58.       Hover_Event:
  59.         Action: SHOW_TEXT
  60.         Values:
  61.        - '&8*-----* &f{player} &8*-----*'
  62.         - '&7權限組&8: &b{pl_group}'
  63.         - '&7延遲&8: &b{ping}'
  64.     Player:
  65.       Message: '{player} >'
  66.       Hover_Event:
  67.         Action: SHOW_TEXT
  68.         Values:
  69.         - '&7發送時間: &b{timestamp}'
  70.         - '&7點擊來私密此玩家'
  71.       Click_Event:
  72.         Action: SUGGEST_COMMAND
  73.         Value: '/tell {player} '
  74.     The_Rest:
  75.       Message: ' {message}'
  76.   Private_Message_Sender:
  77.     Everything:
  78.       Message: '&7✉ &2已經傳送!'
  79.       Hover_Event:
  80.         Action: SHOW_TEXT
  81.         Values:
  82.        - '     &8~ &3私人訊息 &8~     '
  83.         - '&8&o發送時間 {timestamp}'
  84.         - '&3接收者: &f{receiver}'
  85.         - '&3內容: &f{message}'
  86.       Click_Event:
  87.         Action: SUGGEST_COMMAND
  88.         Value: '/tell {player} '
  89.   Private_Message_Receiver:
  90.     Everything:
  91.       Message: '&7✉ &6訊息來自 {sender}: &f{message}'
  92.       Hover_Event:
  93.         Action: SHOW_TEXT
  94.         Values:
  95.        - '     &8~ &3私人訊息 &8~     '
  96.         - '&8&o收信時間 {timestamp}'
  97.         - '&3發送者: &f{sender}'
  98.         - ''
  99.         - '&7點擊來回覆'
  100.       Click_Event:
  101.         Action: SUGGEST_COMMAND
  102.         Value: '/r '
  103.   Admin_Chat:
  104.     Bracket_Start:
  105.       Message: '&8[&2管理聊天 '
  106.     Player:
  107.       Message: '{player}'
  108.     Bracket_End:
  109.       Message: '&8] &2'
  110.     Message:
  111.       Message: '{message}'
  112.   Bungee_Chat:
  113.     Everything:
  114.       Message: '&8[&fG&8] {player} &7>&f {message}'
  115.   Global_Chat:
  116.     Everything:
  117.       Message: '&7[GLOBAL] {pl_prefix}{player}:{pl_suffix} {message}'
  118.   Spy_Chat:
  119.     Everything:
  120.       Message: '&8SPY: [{world}&8]&f {pl_prefix}{player}:{pl_suffix} {message}'
  121.   Ad_Info:
  122.     Info:
  123.       Message: |-
  124.         &6&m----------------------------------------------
  125.         &r              &7&o(( Advertisement! ))
  126.  
  127.           &6x &ePlayer: &f{player}
  128.           &6x &eMessage: &f{message}
  129.     More_Info:
  130.       Message: |-
  131.         &r
  132.           &8[&9x&8] Hover for more information."
  133.        &6&m----------------------------------------------
  134.      Hover_Event:
  135.        Action: SHOW_TEXT
  136.        Values:
  137.        - '     &8~ &3Information &8~     '
  138.        - '&3Time: &f{timestamp}'
  139.      Click_Event:
  140.        Action: SUGGEST_COMMAND
  141.        Value: /tempban {player} 10m Advertising is not allowed!
  142.  Me:
  143.    Vip:
  144.      Message: '&6* '
  145.      Condition: player.hasPermission("chatcontrol.groups.vip")
  146.      Hover_Event:
  147.        Action: SHOW_TEXT
  148.        Values:
  149.        - '&6This player is VIP'
  150.        - '&6Check out &e/web &6to obtain VIP'
  151.    Normal:
  152.      Message: '&f* '
  153.      Condition: '!player.hasPermission("chatcontrol.groups.vip")'
  154.    Player:
  155.      Message: '{player} '
  156.      Click_Event:
  157.        Action: SUGGEST_COMMAND
  158.        Value: '/tell {player} '
  159.    The_Rest:
  160.      Message: '{message}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement