Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #########################################################################################
- # #
- # MultiplierBombs, a premium resource by Norska @ https://norska.dev #
- # #
- # Wiki: https://norska.dev/docs/welcome #
- # Support: https://norska.dev/discord/ #
- # #
- # You are editing the messages.yml file of MultiplierBombs. #
- # #
- #########################################################################################
- #########################################################################################
- # #
- # NOTE: PLEASE READ BEFORE CONFIGURING! #
- # #
- # If PlaceholderAPI is installed you can use any placeholder in messages. #
- # Make sure to properly install any extension using /papi ecloud. #
- # #
- # Placeholders that are inside {} (e.g {0}, {1}) are MultiplierBombs' placeholders. #
- # To use PAPI's placeholders, use them normally, like %player_gamemode%, etc. #
- # #
- # Scopes: #
- # 1) Global -> All online players will get the message. #
- # 2) User -> User that executed commands/triggered event will get the message. #
- # 3) Limited -> Only users/systems with specific perms will get the message. #
- # #
- # Note: Scopes are per message and cannot be manually altered. #
- # #
- #########################################################################################
- messages:
- # Note: Use {PREFIX} in any message to add the below prefix!
- prefix: "<GRADIENT:FFE601>&lMultiplierBombs</GRADIENT:FF6A6A>&r"
- EVENT_GAME_QUIT:
- # Placeholders: {0} = money returned, {1} = money bet
- # Scope: User
- chatMessage:
- enabled: true
- centered: false
- content:
- - ''
- - '{PREFIX} &f» &fFinished a game of Multiplier Bombs!'
- - ' &a• &fMoney Returned: &a${0}'
- - ' &e• &fMoney Bet: &a${1}'
- - ''
- actionbar:
- enabled: false
- content: '{PREFIX} &f» &fFinished game! &fMoney Returned: &a${0} &7- &fMoney Bet: &a${1}'
- titles:
- enabled: false
- titleContent: '{PREFIX}'
- subtitleContent: '&a${0} &fFinished game!'
- EVENT_GAME_BETS_CANNOT_AFFORD:
- # Placeholders: {0} = cost, {1} = available balance
- # Scope: User
- chatMessage:
- enabled: true
- centered: false
- content:
- - ''
- - '{PREFIX} &f» &fYou cannot afford this bet!'
- - '&fIt costs &a${0} &fbut you only have &a${1}&f!'
- - ''
- actionbar:
- enabled: false
- content: '{PREFIX} &f» &fCannot afford this bet!'
- titles:
- enabled: false
- titleContent: '{PREFIX}'
- subtitleContent: '&fCannot afford this bet!'
- EVENT_GAME_QUIT_WITHOUT_PLAYING:
- # Placeholders: {0} = money returned
- # Scope: User
- chatMessage:
- enabled: true
- centered: false
- content:
- - ''
- - '{PREFIX} &f» &fQuit without playing! :('
- - '&fThe amount you bet &7(&a${0}&7)&f has been returned to you!'
- - ''
- actionbar:
- enabled: false
- content: '{PREFIX} &f» &fQuit without playing! The amount you bet &7(&a${0}&7)&f has been returned to you!'
- titles:
- enabled: false
- titleContent: '{PREFIX}'
- subtitleContent: '&a${0} &fhas been returned to you!'
- EVENT_USE_NOPERMISSION:
- # Placeholders: None
- # Scope: User
- chatMessage:
- enabled: false
- centered: false
- content:
- - ''
- - '{PREFIX} &f» &fYou do not have permission to use bombs.'
- - ''
- actionbar:
- enabled: true
- content: "{PREFIX} &f» &fYou do not have permission to use bamble bombs."
- titles:
- enabled: false
- titleContent: '{PREFIX}'
- subtitleContent: '&fYou do not have permission!'
- ###############################
- COMMAND_GIVE_SENDER_SUCCESS:
- # Placeholders: {0} = player, {1} = amount, {2} = type
- # Scope: User
- chatMessage:
- enabled: true
- centered: false
- content:
- - ''
- - '{PREFIX} &f» &fGave &e{1} bomb(s) &fto &e{0}&f!'
- - ''
- - ' &7• &7Details:'
- - ' &6→ &eType: &f{2}'
- - ''
- actionbar:
- enabled: false
- content: ""
- titles:
- enabled: false
- titleContent: ''
- subtitleContent: ''
- COMMAND_GIVE_SENDER_SUCCESS_SILENT:
- # Placeholders: {0} = player, {1} = amount, {2} = type
- # Scope: User
- chatMessage:
- enabled: true
- centered: false
- content:
- - ''
- - '{PREFIX} &f» &7[Silent] &fGave &e{1} bomb(s) &fto &e{0}&f!'
- - ''
- - ' &7• &7Details:'
- - ' &6→ &eType: &f{2}'
- - ''
- actionbar:
- enabled: false
- content: ""
- titles:
- enabled: false
- titleContent: ''
- subtitleContent: ''
- COMMAND_GIVE_RECEIVER_SUCCESS:
- # Placeholders: {0} = from, {1} = amount, {2} = type
- # Scope: User
- chatMessage:
- enabled: true
- centered: false
- content:
- - ''
- - '{PREFIX} &f» &fReceived &e{1} bomb(s)&f from &e{0}&f!'
- - ''
- - ' &7• &7Details:'
- - ' &6→ &eType: &f{2}'
- - ''
- actionbar:
- enabled: false
- content: ''
- titles:
- enabled: false
- titleContent: ''
- subtitleContent: ''
- COMMAND_GIVE_WRONGAMOUNT:
- # Placeholders: {0} = input
- # Scope: User
- chatMessage:
- enabled: true
- centered: false
- content:
- - ''
- - '{PREFIX} &f» &fCould not give item because your amount argument is faulty!'
- - ''
- - ' &7• &7Details:'
- - ' &6→ &eYour argument: &f{0}'
- - ' &6→ &eExpected argument: &fPositive Integer (e.g 1)'
- - ''
- actionbar:
- enabled: false
- content: ''
- titles:
- enabled: false
- titleContent: ''
- subtitleContent: ''
- COMMAND_GIVE_WRONGTYPE:
- # Placeholders: {0} = input
- # Scope: User
- chatMessage:
- enabled: true
- centered: false
- content:
- - ''
- - '{PREFIX} &f» &fCould not give item because your type argument is faulty!'
- - ''
- - ' &7• &7Details:'
- - ' &6→ &eYour argument: &f{0}'
- - ' &6→ &eExpected argument: &fA type that exists.'
- - ''
- actionbar:
- enabled: false
- content: ''
- titles:
- enabled: false
- titleContent: ''
- subtitleContent: ''
- COMMAND_GIVE_NOTONLINE:
- # Placeholders: {0} = player
- # Scope: User
- chatMessage:
- enabled: true
- centered: false
- content:
- - ''
- - '{PREFIX} &f» &fCould not give item because &e{0} &fis offline!'
- - ''
- actionbar:
- enabled: false
- content: ''
- titles:
- enabled: false
- titleContent: ''
- subtitleContent: ''
- ###############################
- COMMAND_RELOAD:
- # Placeholders: {0} = ms
- # Scope: User
- chatMessage:
- enabled: true
- centered: false
- content:
- - ""
- - "{PREFIX} &f» &fReloaded configuration files. &7(&f{0}ms&7)"
- - ""
- actionbar:
- enabled: false
- content: "{PREFIX} &f» &fReloaded configuration files. &7(&f{0}ms&7)"
- titles:
- enabled: false
- titleContent: '{PREFIX}'
- subtitleContent: '&fReloaded configuration!'
- COMMAND_NOPERMISSION:
- # Placeholders: None
- # Scope: User
- chatMessage:
- enabled: true
- centered: false
- content:
- - ''
- - '{PREFIX} &f» &fYou do not have permission to run this command!'
- - ''
- actionbar:
- enabled: false
- content: "{PREFIX} &f» &fYou do not have permission to run this command!"
- titles:
- enabled: false
- titleContent: '{PREFIX}'
- subtitleContent: '&fYou do not have permission!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement