Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. ##############################################################################################
  2. # #
  3. # a #
  4. # aaaaaaaaa aaa #
  5. # aa a aa #
  6. # aa aa #
  7. # aa aa #
  8. # aa aa aa aaaa a aa aa aaa aaaa aaaa aaa aaaa aa aa aa aaaa #
  9. # aa a aaaaaa aa aa aaaaaaaaaaa aa aa aa aa a a aa aaaaaa aa a #
  10. # aaaaaaa aa a aa aa aa aa aa aa aa aa aa a aa aa aa a aa a #
  11. # aa a aa aaaa aa aa aa aaaaaaa aa aaaa aa aa aa aa aaa #
  12. # aa aa aa aa aa aa aa aa aa a aa a aa aa aa aaaa #
  13. # aa aa aa aa aa aa aa aa aaa aaa aa aa aa aa aa #
  14. # aa aa aa aa aa aa aa aa a aaa aaa aa aa aa aa aa #
  15. # aa aa aa aaaa aa aa aa aa aa a a aa a aa aa aa #
  16. # aaaa aaaa aaa aaa aaaa aaa aaa aaaa a a aaaa aaaa aaaa aaa #
  17. # #
  18. # #
  19. ##############################################################################################
  20.  
  21.  
  22. #PERMISSIONS:
  23. # - framework.chat.color (Color chat codes)
  24. # - framework.owner (/fw reload, /clearinventory, /skull, /tppos, /tpall)
  25. # - framework.feed (/feed)
  26. # - framework.staff (/fly, /invsee, /lagg, /more, /gma, /gmc, /gms, /gm, /tp, /tphere, /top)
  27. # - framework.heal (/heal)
  28. # - framework.speed (/speed)
  29. # - framework.bm.toggle (/buildmode)
  30. # - framework.bm.toggle.others (/buildmode <player>)
  31.  
  32. PREFIX: '&7[&6Framework&7]'
  33. BROADCAST_PREFIX: '&7[&4Announce&7]'
  34.  
  35. BUILDS: #Permission: "framework.build" for both
  36. ENABLED: true #Treba biti true jer /buildmode nece raditi.
  37. BLOCKBREAK_MESSAGE: '&eYou can''t break blocks in you''re current state.'
  38. BLOCKPLACE_MESSAGE: '&eYou can''t place blocks in you''re current state.'
  39.  
  40. CHAT_FORMATTING: true
  41. CHAT_FORMAT: '{PREFIX} &r{PLAYER_NAME} &8ยป &7{MESSAGE}'
  42.  
  43. MESSAGES:
  44. DAY_MESSAGE: '&eYou have changed your time to &aDay &7&o(Only visible by you)'
  45. NIGHT_MESSAGE: '&eYou have changed your time to &9Night &7&o(Only visible by you)'
  46. SUNSET_MESSAGE: '&eYou have changed your time to &6Sunset &7&o(Only visible by you)'
  47. NO_PERMISSION: '&cNo Permission.'
  48. MESSAGE_YOURSELF: '&cYou can''t message yourself.'
  49. PLAYER_OFFLINE: '&cThis player is currently offline!'
  50. NO_CONVERSATION: '&eYou are not in any conversation.'
  51. ADVENTURE_MESSAGE: '&eYou have set your gamemode to &dAdventure&e.'
  52. ADVENTURE_MESSAGE_BYADMIN: '&eYour gamemode has been set to &dAdventure &eby &6%player%&e.'
  53. ADVENTURE_MESSAGE_BYADMIN_TARGET: '&eYou have set &6%target-player%&e''s gamemode to &dAdventure'
  54. SURVIVAL_MESSAGE: '&eYou have set your gamemode to &dSurvival&f.'
  55. SURVIVAL_MESSAGE_BYADMIN: '&eYour gamemode has been set to &dSurvival &eby &6%player%&e.'
  56. SURVIVAL_MESSAGE_BYADMIN_TARGET: '&eYou have set &6%target-player%&e''s gamemode to &dSurvival'
  57. CREATIVE_MESSAGE: '&eYou have set your gamemode to &dCreative&f.'
  58. CREATIVE_MESSAGE_BYADMIN: '&eYour gamemode has been set to &dCreative &eby &6%player%&e.'
  59. CREATIVE_MESSAGE_BYADMIN_TARGET: '&eYou have set &6%target-player%&e''s gamemode to &dCreative'
  60.  
  61. JOINMESSAGE_ENABLED: true
  62. JOINMESSAGE_MESSAGE: '&7[&2*&7] &a&l{nickname}&a has join to the server.'
  63.  
  64. LEAVEMESSAGE_ENABLED: true
  65. LEAVEMESSAGE_MESSAGE: '&7[&4*&7] &c&l{nickname}&c has left a server.'
  66.  
  67. EVENTS:
  68. TNT-EXPLODE: true
  69. CRAMPLING-CROPS: true
  70. SIGN-COLOR: true
  71. BLOCK-BURN: true
  72.  
  73. COLORS:
  74. MAIN: '&6'
  75. SECOND: '&e'
  76.  
  77. GENERAL:
  78. PLAYER_OFFLINE_MESSAGE: '&cPlayer is not online.'
  79.  
  80. SOUNDS:
  81. SOUNDS_ENABLE: '&aYou will now hear a sound when someone messages you.'
  82. SOUNDS_DISABLE: '&cYou will no longer hear a sound when someone messages you.'
  83. JOIN-SOUNDS_ENABLED: true
  84. #https://www.spigotmc.org/wiki/cc-sounds-list/
  85. JOIN-SOUNDS: 'NOTE_PLING'
  86.  
  87. CLEARCHAT_MESSAGE:
  88. - '&7&m-------------------------------'
  89. - ''
  90. - ' &6&lCHAT CLEAR '
  91. - '&eChat was cleared by &6&l%player%'
  92. - ''
  93. - '&7&m-------------------------------'
  94.  
  95. MUTECHAT_ENABLE_MESSAGE:
  96. - '&7&m-------------------------------'
  97. - ''
  98. - ' &2&lCHAT UNMUTED '
  99. - '&aChat was unmuted by &6&l%player%'
  100. - ''
  101. - '&7&m-------------------------------'
  102.  
  103. MUTECHAT_DISABLE_MESSAGE:
  104. - '&7&m-------------------------------'
  105. - ''
  106. - ' &4&lCHAT MUTED '
  107. - '&cChat was muted by &6&l%player%'
  108. - ''
  109. - '&7&m-------------------------------'
  110.  
  111. MUTECHAT_MESSAGE:
  112. - '&cChat is currently muted.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement