Advertisement
norskaaa

GappleOptions / Default Messages

Jun 30th, 2021 (edited)
1,731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 14.63 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # GappleOptions, a free resource by Norska#1933 [ID: 253886847690866688]                #
  4. #                                                                                       #
  5. # Wiki: https://norska.dev/docs/welcome                                                 #
  6. # Support: https://norska.dev/discord                                                   #
  7. #                                                                                       #
  8. # You are editing the messages.yml file of GappleOptions.                               #
  9. #                                                                                       #
  10. #########################################################################################
  11.  
  12. #########################################################################################
  13. #                                                                                       #
  14. # NOTE: PLEASE READ BEFORE CONFIGURING!                                                 #
  15. #                                                                                       #
  16. # If PlaceholderAPI is installed you can use any placeholder inside GO's messages,      #
  17. # make sure to properly install any extension using /papi ecloud                        #
  18. #                                                                                       #
  19. # Placeholders that are inside {} (e.g {0}, {1}) are inner placeholders from GO.        #
  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. # Note: To avoid any confusion:
  32. # GAPPLES -> Enchanted Golden Apples
  33. # CRAPPLES -> Golden Apples
  34.  
  35. messages:
  36.    # Note: Use {PREFIX} in any message to add the below prefix!
  37.    prefix: "<GRADIENT:FFE609>&lGappleOptions</GRADIENT:FF3CBD>§r"
  38.  
  39.    EVENT_GAPPLES_DISABLED:
  40.   # Placeholders: None
  41.    # Scope: User
  42.       chatMessage:
  43.          enabled: false
  44.          centered: false
  45.          content:
  46.          - ''
  47.          - '{PREFIX} &f» &fGapples are disabled!'
  48.          - ''
  49.       actionbar:
  50.          enabled: true
  51.          content: '{PREFIX} &f» &fGapples are disabled!'
  52.       titles:
  53.          enabled: false
  54.          titleContent: '{PREFIX}'
  55.          subtitleContent: '&fGapples are disabled.'
  56.          
  57.    EVENT_GAPPLES_CRAFTING_DISABLED:
  58.   # Placeholders: None
  59.    # Scope: User
  60.       chatMessage:
  61.          enabled: false
  62.          centered: false
  63.          content:
  64.          - ''
  65.          - '{PREFIX} &f» &fYou cannot craft gapples!'
  66.          - ''
  67.       actionbar:
  68.          enabled: true
  69.          content: '{PREFIX} &f»  &fYou cannot craft gapples!'
  70.       titles:
  71.          enabled: false
  72.          titleContent: '{PREFIX}'
  73.          subtitleContent: '&fYou cannot craft gapples!'
  74.          
  75.    EVENT_GAPPLES_CONSUME:
  76.   # Placeholders: {0} = cooldown
  77.    # Scope: User
  78.       chatMessage:
  79.          enabled: false
  80.          centered: false
  81.          content:
  82.          - ''
  83.          - '{PREFIX} &f» &fConsumed &e&lGAPPLE&f! &7(Cooldown: &e{0}&7)'
  84.          - ''
  85.       actionbar:
  86.          enabled: true
  87.          content: '{PREFIX} &f» &fConsumed &e&lGAPPLE&f! &7(Cooldown: &e{0}&7)'
  88.       titles:
  89.          enabled: false
  90.          titleContent: '&e&lGAPPLED!'
  91.          subtitleContent: '&7(Cooldown: &e{0}&7)'
  92.          
  93.    EVENT_GAPPLES_COOLDOWN:
  94.   # Placeholders: {0} = cooldown
  95.    # Scope: User
  96.       chatMessage:
  97.          enabled: false
  98.          centered: false
  99.          content:
  100.          - ''
  101.          - '{PREFIX} &f» &e&lGAPPLES &fare still on cooldown &7(Cooldown: &e{0}&7)'
  102.          - ''
  103.       actionbar:
  104.          enabled: true
  105.          content: '{PREFIX} &f» &e&lGAPPLES &fare still on cooldown! &7(Cooldown: &e{0}&7)'
  106.       titles:
  107.          enabled: true
  108.          titleContent: '{PREFIX}'
  109.          subtitleContent: '&e&lGAPPLES &7(Cooldown: &e{0}&7)'
  110.          
  111.    EVENT_GAPPLES_COOLDOWN_OVER:
  112.   # Placeholders: None
  113.    # Scope: User
  114.       chatMessage:
  115.          enabled: false
  116.          centered: false
  117.          content:
  118.          - ''
  119.          - '{PREFIX} &f» &fCooldowns for &e&lGAPPLES &fare over!'
  120.          - ''
  121.       actionbar:
  122.          enabled: true
  123.          content: '{PREFIX} &f» &fCooldowns for &e&lGAPPLES &fare over!'
  124.       titles:
  125.          enabled: true
  126.          titleContent: '{PREFIX}'
  127.          subtitleContent: '&fYou can now use a &e&lGAPPLE &fagain!'
  128.          
  129.    EVENT_CRAPPLES_DISABLED:
  130.   # Placeholders: None
  131.    # Scope: User
  132.       chatMessage:
  133.          enabled: false
  134.          centered: false
  135.          content:
  136.          - ''
  137.          - '{PREFIX} &f» &fCrapples are disabled!'
  138.          - ''
  139.       actionbar:
  140.          enabled: true
  141.          content: '{PREFIX} &f» &fCrapples are disabled!'
  142.       titles:
  143.          enabled: false
  144.          titleContent: '{PREFIX}'
  145.          subtitleContent: '&fCrapples are disabled.'
  146.          
  147.    EVENT_GAPPLES_CRAFTING_DISABLED:
  148.   # Placeholders: None
  149.    # Scope: User
  150.       chatMessage:
  151.          enabled: false
  152.          centered: false
  153.          content:
  154.          - ''
  155.          - '{PREFIX} &f» &fYou cannot craft crapples!'
  156.          - ''
  157.       actionbar:
  158.          enabled: true
  159.          content: '{PREFIX} &f» &fYou cannot craft crapples!'
  160.       titles:
  161.          enabled: false
  162.          titleContent: '{PREFIX}'
  163.          subtitleContent: '&fYou cannot craft crapples!'
  164.          
  165.    EVENT_CRAPPLES_CONSUME:
  166.   # Placeholders: {0} = cooldown
  167.    # Scope: User
  168.       chatMessage:
  169.          enabled: false
  170.          centered: false
  171.          content:
  172.          - ''
  173.          - '{PREFIX} &f» &fConsumed &e&lCRAPPLE&f! &7(Cooldown: &e{0}&7)'
  174.          - ''
  175.       actionbar:
  176.          enabled: true
  177.          content: '{PREFIX} &f» &fConsumed &e&lCRAPPLE&f! &7(Cooldown: &e{0}&7)'
  178.       titles:
  179.          enabled: false
  180.          titleContent: '&e&lCRAPPLE!'
  181.          subtitleContent: '&7(Cooldown: &e{0}&7)'
  182.          
  183.    EVENT_CRAPPLES_COOLDOWN:
  184.   # Placeholders: {0} = cooldown
  185.    # Scope: User
  186.       chatMessage:
  187.          enabled: false
  188.          centered: false
  189.          content:
  190.          - ''
  191.          - '{PREFIX} &f» &e&lCRAPPLES &fare still on cooldown &7(Cooldown: &e{0}&7)'
  192.          - ''
  193.       actionbar:
  194.          enabled: true
  195.          content: '{PREFIX} &f» &e&lCRAPPLES &fare still on cooldown! &7(Cooldown: &e{0}&7)'
  196.       titles:
  197.          enabled: true
  198.          titleContent: '{PREFIX}'
  199.          subtitleContent: '&e&lCRAPPLES &7(Cooldown: &e{0}&7)'
  200.          
  201.    EVENT_CRAPPLES_COOLDOWN_OVER:
  202.   # Placeholders: None
  203.    # Scope: User
  204.       chatMessage:
  205.          enabled: false
  206.          centered: false
  207.          content:
  208.          - ''
  209.          - '{PREFIX} &f» &fCooldowns for &e&lCRAPPLES &fare over!'
  210.          - ''
  211.       actionbar:
  212.          enabled: true
  213.          content: '&7[&a&l✓&7] &fCooldowns for &e&lCRAPPLES &fare over!'
  214.       titles:
  215.          enabled: true
  216.          titleContent: '{PREFIX}'
  217.          subtitleContent: '&fYou can now use a &e&lCRAPPLE &fagain!'      
  218.          
  219.    EVENT_ENDERPEARLS_DISABLED:
  220.   # Placeholders: None
  221.    # Scope: User
  222.       chatMessage:
  223.          enabled: false
  224.          centered: false
  225.          content:
  226.          - ''
  227.          - '{PREFIX} &f» &fEnderpearls are disabled!'
  228.          - ''
  229.       actionbar:
  230.          enabled: true
  231.          content: '{PREFIX} &f» &fEnderpearls are disabled!'
  232.       titles:
  233.          enabled: false
  234.          titleContent: '{PREFIX}'
  235.          subtitleContent: '&fEnderpearls are disabled.'
  236.          
  237.    EVENT_ENDERPEARLS_CONSUME:
  238.   # Placeholders: {0} = cooldown
  239.    # Scope: User
  240.       chatMessage:
  241.          enabled: false
  242.          centered: false
  243.          content:
  244.          - ''
  245.          - '{PREFIX} &f» &fUsed &d&lENDERPEARL&f! &7(Cooldown: &e{0}&7)'
  246.          - ''
  247.       actionbar:
  248.          enabled: true
  249.          content: '{PREFIX} &f» &fUsed &d&lENDERPEARL&f! &7(Cooldown: &e{0}&7)'
  250.       titles:
  251.          enabled: false
  252.          titleContent: '&d&lENDERPEARLED!'
  253.          subtitleContent: '&7(Cooldown: &e{0}&7)'
  254.          
  255.    EVENT_ENDERPEARLS_COOLDOWN:
  256.   # Placeholders: {0} = cooldown
  257.    # Scope: User
  258.       chatMessage:
  259.          enabled: false
  260.          centered: false
  261.          content:
  262.          - ''
  263.          - '{PREFIX} &f» &d&lENDERPEARLS &fare still on cooldown &7(Cooldown: &e{0}&7)'
  264.          - ''
  265.       actionbar:
  266.          enabled: true
  267.          content: '{PREFIX} &f» &d&lENDERPEARLS &fare still on cooldown! &7(Cooldown: &e{0}&7)'
  268.       titles:
  269.          enabled: true
  270.          titleContent: '{PREFIX}'
  271.          subtitleContent: '&d&lENDERPEARLS &7(Cooldown: &e{0}&7)'
  272.          
  273.    EVENT_ENDERPEARLS_COOLDOWN_OVER:
  274.   # Placeholders: None
  275.    # Scope: User
  276.       chatMessage:
  277.          enabled: false
  278.          centered: false
  279.          content:
  280.          - ''
  281.          - '{PREFIX} &f» &fCooldowns for &d&lENDERPEARLS &fare over!'
  282.          - ''
  283.       actionbar:
  284.          enabled: true
  285.          content: '&7[&a&l✓&7] &fCooldowns for &d&lENDERPEARLS &fare over!'
  286.       titles:
  287.          enabled: true
  288.          titleContent: '{PREFIX}'
  289.          subtitleContent: '&fYou can now use an &d&lENDERPEARL &fagain!'  
  290.          
  291.    EVENT_DUALCOOLDOWN:
  292.   # Placeholders: {0} = cooldown
  293.    # Scope: User
  294.       chatMessage:
  295.          enabled: false
  296.          centered: false
  297.          content:
  298.          - ''
  299.          - '{PREFIX} &f» &fYou can only use one golden apple type at a time!'
  300.          - ''
  301.       actionbar:
  302.          enabled: true
  303.          content: '{PREFIX} &f» &fDual cooldown is enabled! &7(&e{0} left&7)'
  304.       titles:
  305.          enabled: false
  306.          titleContent: '{PREFIX}'
  307.          subtitleContent: '&fDual cooldown is enabled! &7(&e{0} left&7)'  
  308.  
  309.    ###############################
  310.  
  311.    COMMAND_RESET_SUCCESS:
  312.   # Placeholders: {0} = player, {1} = item (gapples, crapples, enderpearls)
  313.    # Scope: Limited (Command Sender)
  314.       chatMessage:
  315.          enabled: true
  316.          centered: false
  317.          content:
  318.          - ""
  319.          - "{PREFIX} &f» &fReset &e{1} &fcooldown for &e{0}&f!"
  320.          - ""
  321.       actionbar:
  322.          enabled: false
  323.          content: "{PREFIX} &f» &fReset &e{1} &fcooldown for &e{0}&f!"
  324.       titles:
  325.          enabled: false
  326.          titleContent: '{PREFIX}'
  327.          subtitleContent: '&fReset &e{1} &fcooldown for &e{0}&f!'
  328.          
  329.    COMMAND_RESET_SUCCESS_PLAYER:
  330.   # Placeholders: {0} = Command Sender, {1} = item (gapples, crapples, enderpearls)
  331.    # Scope: User
  332.       chatMessage:
  333.          enabled: true
  334.          centered: false
  335.          content:
  336.          - ""
  337.          - "{PREFIX} &f» &e{0} &freset your &e{1} &fcooldown!"
  338.          - ""
  339.       actionbar:
  340.          enabled: false
  341.          content: "{PREFIX} &f» &e{0} &freset your &e{1} &fcooldown!"
  342.       titles:
  343.          enabled: false
  344.          titleContent: '{PREFIX}'
  345.          subtitleContent: '&e{0} &freset your &e{1} &fcooldown!'
  346.          
  347.    COMMAND_RESET_ERROR_NOT_ONLINE:
  348.   # Placeholders: {0} = player
  349.    # Scope: User
  350.       chatMessage:
  351.          enabled: true
  352.          centered: false
  353.          content:
  354.          - ""
  355.          - "{PREFIX} &f» &e{0} &fis not online!"
  356.          - ""
  357.       actionbar:
  358.          enabled: false
  359.          content: "{PREFIX} &f» &e{0} &fis not online!"
  360.       titles:
  361.          enabled: false
  362.          titleContent: '{PREFIX}'
  363.          subtitleContent: '&e{0} &fis not online!'
  364.          
  365.    COMMAND_RESET_ERROR_NOT_VALID:
  366.   # Placeholders: {0} = input
  367.    # Scope: User
  368.       chatMessage:
  369.          enabled: true
  370.          centered: false
  371.          content:
  372.          - ''
  373.          - ' {PREFIX} &f» &fCould not reset cooldown because item argument is faulty!'
  374.          - ''
  375.          - '  &eDetails:'
  376.          - '  &6• &eYour argument: &f{0}'
  377.          - '  &6• &eExpected argument: &fCrapple, Gapple, Enderpearl'
  378.          - ''
  379.       actionbar:
  380.          enabled: false
  381.          content: "{PREFIX} &f» &fItem argument is faulty!"
  382.       titles:
  383.          enabled: false
  384.          titleContent: '{PREFIX}'
  385.          subtitleContent: '&fItem Argument is faulty!'
  386.          
  387.    COMMAND_RESET_ERROR_NO_COOLDOWN:
  388.   # Placeholders: {0} = player, {1} = item (gapples, crapples, enderpearls)
  389.    # Scope: User
  390.       chatMessage:
  391.          enabled: true
  392.          centered: false
  393.          content:
  394.          - ""
  395.          - "{PREFIX} &f» &e{0} &fdoes not have an active cooldown for &e{1}&f!"
  396.          - ""
  397.       actionbar:
  398.          enabled: false
  399.          content: "{PREFIX} &f» &e{0} &fhas no cooldown for &e{1}&f!"
  400.       titles:
  401.          enabled: false
  402.          titleContent: '{PREFIX}'
  403.          subtitleContent: '&e{0} &fhas no cooldown for &e{1}&f!'
  404.      
  405.    COMMAND_RELOAD:
  406.   # Placeholders: {0} = ms
  407.    # Scope: User
  408.       chatMessage:
  409.          enabled: true
  410.          centered: false
  411.          content:
  412.          - ""
  413.          - "{PREFIX} &f» &fReloaded configuration files. &7(&f{0}ms&7)"
  414.          - ""
  415.       actionbar:
  416.          enabled: false
  417.          content: "{PREFIX} &f» &fReloaded configuration files. &7(&f{0}ms&7)"
  418.       titles:
  419.          enabled: false
  420.          titleContent: '{PREFIX}'
  421.          subtitleContent: '&fReloaded configuration!'
  422.          
  423.    COMMAND_NOPERMISSION:
  424.   # Placeholders: None
  425.    # Scope: User
  426.       chatMessage:
  427.          enabled: true
  428.          centered: false
  429.          content:
  430.          - ''
  431.          - '{PREFIX} &f» &fYou do not have permission to run this command!'
  432.          - ''
  433.       actionbar:
  434.          enabled: false
  435.          content: "{PREFIX} &f» &fYou do not have permission to run this command!"      
  436.       titles:
  437.          enabled: false
  438.          titleContent: '{PREFIX}'
  439.          subtitleContent: '&fYou do not have permission!'  
  440.          
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement