Advertisement
norskaaa

MultiplierBombs / Default Messages

Jan 11th, 2022 (edited)
1,040
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 9.45 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # MultiplierBombs, a premium resource by Norska @ https://norska.dev                    #
  4. #                                                                                       #
  5. # Wiki: https://norska.dev/docs/welcome                                                 #
  6. # Support: https://norska.dev/discord/                                                  #
  7. #                                                                                       #
  8. # You are editing the messages.yml file of MultiplierBombs.                             #
  9. #                                                                                       #
  10. #########################################################################################
  11.  
  12. #########################################################################################
  13. #                                                                                       #
  14. # NOTE: PLEASE READ BEFORE CONFIGURING!                                                 #
  15. #                                                                                       #
  16. # If PlaceholderAPI is installed you can use any placeholder in messages.               #
  17. # Make sure to properly install any extension using /papi ecloud.                       #
  18. #                                                                                       #
  19. # Placeholders that are inside {} (e.g {0}, {1}) are MultiplierBombs' placeholders.     #
  20. # To use PAPI's placeholders, use them normally, like %player_gamemode%, etc.           #
  21. #                                                                                       #
  22. # Scopes:                                                                               #
  23. # 1) Global -> All online players will get the message.                                 #
  24. # 2) User -> User that executed commands/triggered event will get the message.          #
  25. # 3) Limited -> Only users/systems with specific perms will get the message.            #
  26. #                                                                                       #
  27. # Note: Scopes are per message and cannot be manually altered.                          #
  28. #                                                                                       #
  29. #########################################################################################  
  30.  
  31. messages:
  32.    # Note: Use {PREFIX} in any message to add the below prefix!
  33.    prefix: "<GRADIENT:FFE601>&lMultiplierBombs</GRADIENT:FF6A6A>&r"
  34.    
  35.    EVENT_GAME_QUIT:
  36.   # Placeholders: {0} = money returned, {1} = money bet
  37.    # Scope: User
  38.       chatMessage:
  39.          enabled: true
  40.          centered: false
  41.          content:
  42.          - ''
  43.          - '{PREFIX} &f» &fFinished a game of Multiplier Bombs!'
  44.          - ' &a• &fMoney Returned: &a${0}'
  45.          - ' &e• &fMoney Bet: &a${1}'
  46.          - ''
  47.       actionbar:
  48.          enabled: false
  49.          content: '{PREFIX} &f» &fFinished game! &fMoney Returned: &a${0} &7- &fMoney Bet: &a${1}'
  50.       titles:
  51.          enabled: false
  52.          titleContent: '{PREFIX}'
  53.          subtitleContent: '&a${0} &fFinished game!'  
  54.  
  55.    EVENT_GAME_BETS_CANNOT_AFFORD:
  56.   # Placeholders: {0} = cost, {1} = available balance
  57.    # Scope: User
  58.       chatMessage:
  59.          enabled: true
  60.          centered: false
  61.          content:
  62.          - ''
  63.          - '{PREFIX} &f» &fYou cannot afford this bet!'
  64.          - '&fIt costs &a${0} &fbut you only have &a${1}&f!'
  65.          - ''
  66.       actionbar:
  67.          enabled: false
  68.          content: '{PREFIX} &f» &fCannot afford this bet!'
  69.       titles:
  70.          enabled: false
  71.          titleContent: '{PREFIX}'
  72.          subtitleContent: '&fCannot afford this bet!'
  73.  
  74.    EVENT_GAME_QUIT_WITHOUT_PLAYING:
  75.   # Placeholders: {0} = money returned
  76.    # Scope: User
  77.       chatMessage:
  78.          enabled: true
  79.          centered: false
  80.          content:
  81.          - ''
  82.          - '{PREFIX} &f» &fQuit without playing! :('
  83.          - '&fThe amount you bet &7(&a${0}&7)&f has been returned to you!'
  84.          - ''
  85.       actionbar:
  86.          enabled: false
  87.          content: '{PREFIX} &f» &fQuit without playing! The amount you bet &7(&a${0}&7)&f has been returned to you!'
  88.       titles:
  89.          enabled: false
  90.          titleContent: '{PREFIX}'
  91.          subtitleContent: '&a${0} &fhas been returned to you!'
  92.  
  93.    EVENT_USE_NOPERMISSION:
  94.   # Placeholders: None
  95.    # Scope: User
  96.       chatMessage:
  97.          enabled: false
  98.          centered: false
  99.          content:
  100.          - ''
  101.          - '{PREFIX} &f» &fYou do not have permission to use bombs.'
  102.          - ''
  103.       actionbar:
  104.          enabled: true
  105.          content: "{PREFIX} &f» &fYou do not have permission to use bamble bombs."
  106.       titles:
  107.          enabled: false
  108.          titleContent: '{PREFIX}'
  109.          subtitleContent: '&fYou do not have permission!'  
  110.          
  111.    ###############################  
  112.    
  113.    COMMAND_GIVE_SENDER_SUCCESS:
  114.   # Placeholders: {0} = player, {1} = amount, {2} = type
  115.    # Scope: User
  116.       chatMessage:
  117.          enabled: true
  118.          centered: false
  119.          content:
  120.          - ''
  121.          - '{PREFIX} &f» &fGave &e{1} bomb(s) &fto &e{0}&f!'
  122.          - ''
  123.          - ' &7• &7Details:'
  124.          - '  &6→ &eType: &f{2}'
  125.          - ''
  126.       actionbar:
  127.          enabled: false
  128.          content: ""
  129.       titles:
  130.          enabled: false
  131.          titleContent: ''
  132.          subtitleContent: ''
  133.          
  134.    COMMAND_GIVE_SENDER_SUCCESS_SILENT:
  135.   # Placeholders: {0} = player, {1} = amount, {2} = type
  136.    # Scope: User
  137.       chatMessage:
  138.          enabled: true
  139.          centered: false
  140.          content:
  141.          - ''
  142.          - '{PREFIX} &f» &7[Silent] &fGave &e{1} bomb(s) &fto &e{0}&f!'
  143.          - ''
  144.          - ' &7• &7Details:'
  145.          - '  &6→ &eType: &f{2}'
  146.          - ''
  147.       actionbar:
  148.          enabled: false
  149.          content: ""
  150.       titles:
  151.          enabled: false
  152.          titleContent: ''
  153.          subtitleContent: ''
  154.          
  155.    COMMAND_GIVE_RECEIVER_SUCCESS:
  156.   # Placeholders: {0} = from, {1} = amount, {2} = type
  157.    # Scope: User
  158.       chatMessage:
  159.          enabled: true
  160.          centered: false
  161.          content:
  162.          - ''
  163.          - '{PREFIX} &f» &fReceived &e{1} bomb(s)&f from &e{0}&f!'
  164.          - ''
  165.          - ' &7• &7Details:'
  166.          - '  &6→ &eType: &f{2}'
  167.          - ''
  168.       actionbar:
  169.          enabled: false
  170.          content: ''
  171.       titles:
  172.          enabled: false
  173.          titleContent: ''
  174.          subtitleContent: ''
  175.          
  176.    COMMAND_GIVE_WRONGAMOUNT:
  177.   # Placeholders: {0} = input
  178.    # Scope: User
  179.       chatMessage:
  180.          enabled: true
  181.          centered: false
  182.          content:
  183.          - ''
  184.          - '{PREFIX} &f» &fCould not give item because your amount argument is faulty!'
  185.          - ''
  186.          - ' &7• &7Details:'
  187.          - '  &6→ &eYour argument: &f{0}'
  188.          - '  &6→ &eExpected argument: &fPositive Integer (e.g 1)'
  189.          - ''
  190.       actionbar:
  191.          enabled: false
  192.          content: ''
  193.       titles:
  194.          enabled: false
  195.          titleContent: ''
  196.          subtitleContent: ''
  197.          
  198.    COMMAND_GIVE_WRONGTYPE:
  199.   # Placeholders: {0} = input
  200.    # Scope: User
  201.       chatMessage:
  202.          enabled: true
  203.          centered: false
  204.          content:
  205.          - ''
  206.          - '{PREFIX} &f» &fCould not give item because your type argument is faulty!'
  207.          - ''
  208.          - ' &7• &7Details:'
  209.          - '  &6→ &eYour argument: &f{0}'
  210.          - '  &6→ &eExpected argument: &fA type that exists.'
  211.          - ''
  212.       actionbar:
  213.          enabled: false
  214.          content: ''
  215.       titles:
  216.          enabled: false
  217.          titleContent: ''
  218.          subtitleContent: ''
  219.          
  220.    COMMAND_GIVE_NOTONLINE:
  221.   # Placeholders: {0} = player
  222.    # Scope: User
  223.       chatMessage:
  224.          enabled: true
  225.          centered: false
  226.          content:
  227.          - ''
  228.          - '{PREFIX} &f» &fCould not give item because &e{0} &fis offline!'
  229.          - ''
  230.       actionbar:
  231.          enabled: false
  232.          content: ''
  233.       titles:
  234.          enabled: false
  235.          titleContent: ''
  236.          subtitleContent: ''  
  237.          
  238.    ###############################
  239.            
  240.    COMMAND_RELOAD:
  241.   # Placeholders: {0} = ms
  242.    # Scope: User
  243.       chatMessage:
  244.          enabled: true
  245.          centered: false
  246.          content:
  247.          - ""
  248.          - "{PREFIX} &f» &fReloaded configuration files. &7(&f{0}ms&7)"
  249.          - ""
  250.       actionbar:
  251.          enabled: false
  252.          content: "{PREFIX} &f» &fReloaded configuration files. &7(&f{0}ms&7)"
  253.       titles:
  254.          enabled: false
  255.          titleContent: '{PREFIX}'
  256.          subtitleContent: '&fReloaded configuration!'
  257.          
  258.    COMMAND_NOPERMISSION:
  259.   # Placeholders: None
  260.    # Scope: User
  261.       chatMessage:
  262.          enabled: true
  263.          centered: false
  264.          content:
  265.          - ''
  266.          - '{PREFIX} &f» &fYou do not have permission to run this command!'
  267.          - ''
  268.       actionbar:
  269.          enabled: false
  270.          content: "{PREFIX} &f» &fYou do not have permission to run this command!"      
  271.       titles:
  272.          enabled: false
  273.          titleContent: '{PREFIX}'
  274.          subtitleContent: '&fYou do not have permission!'  
  275.          
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement