norskaaa

GappleOptions / Default Config

Jun 30th, 2021 (edited)
1,991
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 7.10 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 config.yml file of GappleOptions.                                 #
  9. #                                                                                       #
  10. #########################################################################################
  11.  
  12. #########################################################################################
  13. #                                                                                       #
  14. # NOTE: PLEASE READ BEFORE CONFIGURING!                                                 #
  15. #                                                                                       #
  16. # Please consult the wiki for any questions regarding the setup of this plugin, if you  #
  17. # still require help, open a ticket on my discord server!                               #
  18. #                                                                                       #
  19. #########################################################################################
  20.  
  21. # Note: To avoid any confusion:
  22. # GAPPLES -> Enchanted Golden Apples
  23. # CRAPPLES -> Golden Apples
  24.  
  25. # Note: Configure how PlaceholderAPI placeholders appear when the player does not have an active cooldown.
  26. placeholderapi:
  27.    usableCrapple: '&aReady'
  28.    usableGapple: '&aReady'
  29.    usableEnderpearl: '&aReady'    
  30.    
  31. hooks:
  32.    worldGuard: true    
  33.    
  34. settings:
  35.    # Note: Whether or not to have have dual cooldowns for golden apples.
  36.    # Which pretty much means that if you gapple, you cannot crapple
  37.    # until the gapple's cooldown is over and vice versa.
  38.    cooldowns:
  39.       goldenApples:
  40.          dualCooldowns: true
  41.  
  42.    gapples:
  43.      # Note: Whether or not gapples are usable at all.
  44.       enabled: true
  45.       # Note: Whether or not to remove any cooldown for gapples when the player dies.
  46.       removeCooldownOnDeath: true
  47.       # Note: Whether or not to allow crafting for gapples.
  48.       crafting: true
  49.       # Note: Wheter or not to show a message when players cannot craft gapples.
  50.       ignoreNoCraftMessage: false
  51.       # Note: Worlds where gapples cannot be consumed.
  52.       disabledWorlds:
  53.      - 'customWorld'
  54.       # Note: Regions where gapples cannot be consumed (this requires WorldGuard & the hook enabled).
  55.       disabledRegions:
  56.      - 'customRegion1'
  57.       # Note: Commands that run when a gapple is consumed.
  58.       # Placeholders: {0} = player
  59.       commands:
  60.      - 'broadcast {0} gappled!'
  61.       # Note: Commands to run after the cooldown for a gapple is over (per player).
  62.       # Placeholders: {0} = player
  63.       commandsAfterCooldownIsOver:
  64.      - 'broadcast {0} has no longer a gapple cooldown!'
  65.       # Note: Fully override the effects that gapples give upon consumption.
  66.       customEffects:
  67.          enabled: true
  68.          settings:
  69.            # Note: The amount of hearts gapples replenish (1 Heart = 2.0).
  70.             giveHealth: 2.0
  71.             # Note: The amount of saturation gapples replenish.
  72.             giveSaturation: 2
  73.             # Note: The potion effects that are given upon consumption.
  74.             # Format: <POTION EFFECT NAME>,<LEVEL>,<DURATION>, for example REGENERATION,1,30.
  75.             potions:
  76.            - 'REGENERATION,1,30'
  77.             - 'SPEED,1,30'
  78.             # Note: Whether or not to set a specific potion time or add it on top of an existing effect (ONLY if the level of the effect is the same).
  79.             stackPotionDuration: true
  80.            
  81.    crapples:
  82.      # Note: Whether or not crapples are usable at all.
  83.       enabled: true
  84.       # Note: Whether or not to remove any cooldown for crapples when the player dies.
  85.       removeCooldownOnDeath: true
  86.       # Note: Whether or not to allow crafting for crapples.
  87.       crafting: true
  88.       # Note: Worlds where crapples cannot be consumed.
  89.       disabledWorlds:
  90.      - 'customWorld'
  91.       # Note: Regions where crapples cannot be consumed (this requires WorldGuard & the hook enabled).
  92.       disabledRegions:
  93.      - 'customRegion1'
  94.       # Note: Commands that run when a crapple is consumed.
  95.       # Placeholders: {0} = player
  96.       commands:
  97.      - 'broadcast {0} crappled!'
  98.       # Note: Commands to run after the cooldown for a crapple is over (per player).
  99.       # Placeholders: {0} = player
  100.       commandsAfterCooldownIsOver:
  101.      - 'broadcast {0} has no longer a crapple cooldown!'
  102.       # Note: Fully override the effects that crapples give upon consumption.
  103.       customEffects:
  104.          enabled: false
  105.          settings:
  106.            # Note: The amount of hearts gapples replenish (1 Heart = 2.0).
  107.             giveHealth: 2.0
  108.             # Note: The amount of saturation gapples replenish.
  109.             giveSaturation: 2
  110.             # Note: The potion effects that are given upon consumption.
  111.             # Format: <POTION EFFECT NAME>,<LEVEL>,<DURATION>, for example REGENERATION,1,30.
  112.             potions:
  113.            - 'REGENERATION,1,30'
  114.             - 'SPEED,1,30'
  115.             # Note: Whether or not to set a specific potion time or add it on top of an existing effect (ONLY if the level of the effect is the same).
  116.             stackPotionDuration: false
  117.            
  118.    enderpearls:
  119.      # Note: Whether or not enderpearls are usable at all.
  120.       enabled: true
  121.       # Note: Whether or not to receive fall damage from enderpearls.
  122.       disableFallDamage: true
  123.       # Note: Whether or not to remove any cooldown for enderpearls when the player dies.
  124.       removeCooldownOnDeath: true
  125.       # Note: Worlds where enderpearls cannot be used.
  126.       disabledWorlds:
  127.      - 'customWorld'
  128.       # Note: Regions where enderpearls cannot be used (this requires WorldGuard & the hook enabled).
  129.       disabledRegions:
  130.      - 'customRegion1'
  131.       # Note: Commands that run when a crapple is consumed.
  132.       # Placeholders: {0} = player
  133.       commands:
  134.      - 'broadcast {0} used an enderpeal!'
  135.       # Note: Commands to run after the cooldown for an enderpearl is over (per player).
  136.       # Placeholders: {0} = player
  137.       commandsAfterCooldownIsOver:
  138.      - 'broadcast {0} has no longer an enderpearl cooldown!'
  139.  
  140. # Note: Configure how the cooldowns are formatted.
  141. format:
  142.    seconds: 's'
  143.    second: 's'
  144.    minutes: 'm '
  145.    minute: 'm '
  146.    hours: 'h '
  147.    hour: 'h '
  148.    splitter: 'and '
  149.  
  150. # Note: Whether or not to drop crapples or gapples when killing a player.  
  151. extra:
  152.    deathDrops:
  153.       crapples:
  154.          enabled: false
  155.          amount: 3
  156.       gapples:
  157.          enabled: false
  158.          amount: 1
  159.          
  160. updates:
  161.    notifications: true    
Add Comment
Please, Sign In to add comment