Advertisement
Guest User

Untitled

a guest
Jan 14th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.94 KB | None | 0 0
  1. boosts:
  2.    # The names aren't case sensitive
  3.     # Use , to be replaced with . as YAML does mess with dots.
  4.     '1,5x':
  5.         multiplier: 1.5
  6.     '2x':
  7.         multiplier: 2
  8.     '2,5x':
  9.         multiplier: 2.5
  10.     '3x':
  11.         multiplier: 3
  12.     '3,5x':
  13.         multiplier: 3.5
  14.     '4x':
  15.         multiplier: 4
  16.     '4,5x':
  17.         multiplier: 4.5
  18.     '5x':
  19.         multiplier: 5
  20. enabled:
  21.     vanilla:
  22.         mob_kills: true
  23.         breeding_animals: true
  24.         mining: true
  25.         xp_bottles: true
  26.         furnace: true
  27.         fishing: true
  28.     mcmmo:
  29.         parent:
  30.            # Gathering
  31.             mining: true
  32.             woodcutting: true
  33.             herbalism: true
  34.             fishing: true
  35.             excavation: true
  36.             # Combat
  37.             unarmed: true
  38.             archery: true
  39.             swords: true
  40.             axes: true
  41.             taming: true
  42.             # Miscellaneous
  43.             repair: true
  44.             acrobatics: true
  45.             alchemy: true
  46.         child:
  47.            # Salvage = Fishing + Repair (NEW)
  48.             salvage: true
  49.             # Smelting = Repair + Mining
  50.             smelting: true
  51. language:
  52.    # TIP: You can use \n to create new lines on messages.
  53.     commands:
  54.        # %1 -> permission node
  55.         no_permission: "&cYou need the permission node &4%1&c to run that command!"
  56.         # %1 -> the multiplier type provided
  57.         incorrect_type: "&4%1&c is not a valid multiplier type. Available types: &4mcmmo&c and &4vanilla&c!"
  58.         # %1 -> the target type provided
  59.         incorrect_target_type: "&4%1&c is not a valid target type. Available types: &4player&c and &4kingdom&c!"
  60.         # %1 -> the player name provided
  61.         player_not_found: "&cPlayer &4%1&c not found!"
  62.         # %1 -> the kingdom name provided
  63.         kingdom_not_found: "&cKingdom &4%1&c not found!"
  64.         vanilla: "Vanilla"
  65.         mcmmo: "McMMO"
  66.         disable:
  67.            # %1 -> command (or alias) used while executing the command.
  68.             missing_args: "&cCorrect usage: /%1 disable <mcmmo/vanilla> <duration> [<player/kingdom> <value (player name or kingdom name)>]"
  69.             # %1 -> mcmmo or vanilla
  70.             # %2 -> all / player <player name> / kingdom <kingdom name> (can be configured below)
  71.             success: "&bXpBoost for &6%1&b has been disabled for %2&b!"
  72.             # %1 -> mcmmo or vanilla
  73.             # %2 -> time (x days x hours x minutes x seconds)
  74.             # %3 -> all / player <player name> / kingdom <kingdom name> (can be configured below)
  75.             set: "&bXpBoost for &6%1&b has been reduced to &6%2&b for %3&b!"
  76.             all: "&6all"
  77.             # %1 -> player name
  78.             player: "player &6%1"
  79.             # %1 -> kingdom name
  80.             kingdom: "kingdom &6%1"
  81.         enable:
  82.            # %1 -> command (or alias) used while executing the command.
  83.             missing_args: "&cCorrect usage: /%1 enable <mcmmo/vanilla> <multiplier> <duration> [<player/kingdom> <value (player name or kingdom name)>]"
  84.             # %1 -> the multiplier name provided
  85.             multiplier_not_found: "&cMultiplier &4%1&c not found!"
  86.             # %1 -> mcmmo or vanilla
  87.             # %2 -> all / player <player name> / kingdom <kingdom name> (can be configured below)
  88.             # %3 -> time (x days x hours x minutes x seconds)
  89.             success: "&bXpBoost for &6%1&b is now enabled for %2&b with a total of &6%3&b!"
  90.             all: "&6all"
  91.             # %1 -> player name
  92.             player: "player &6%1"
  93.             # %1 -> kingdom name
  94.             kingdom: "kingdom &6%1"
  95.         # %1 -> command (or alias) used while executing the command.
  96.         help: >
  97.            &6/%1 reload &bAllows permitted users to reload the plugin.
  98.             &6/%1 help &bYou are here.
  99.             &6/%1 list &bAllows permitted users to see which boosts are currently active.
  100.             &6/%1 nodes &bShows a list of permission nodes for the plugin.
  101.             &6/%1 enable <mcmmo/vanilla> <boost> <time> [<player/kingdom> <value (player name or kingdom name)>] &bEnable a specific boost. Duration example: d# or h#m# or d#h#m# or any combo of the 3.
  102.             &6/%1 disable <mcmmo/vanilla> <time> [<player/kingdom> <value (player name or kingdom name)>] &bDisable a specific boost. Duration example: d# or h#m# or d#h#m# or any combo of the 3.
  103.         reload: "&aPlugin reloaded"
  104.         list:
  105.             all: "&2Active boosts for everyone:"
  106.             players: "&2Active boosts for players:"
  107.             kingdoms: "&2Active boosts for kingdoms:"
  108.             # %1 -> mcmmo or vanilla
  109.             # %2 -> multiplier
  110.             # %3 -> time left
  111.             all_format: "&6%1&b experience has an active &6%2x&b multiplier for the next &6%3&b!"
  112.             # %1 -> mcmmo or vanilla
  113.             # %2 -> multiplier
  114.             # %3 -> player name or uuid
  115.             # %4 -> time left
  116.             player_format: "&6%1&b experience has an active &6%2x&b multiplier for player &6%3&b for the next &6%4&b!"
  117.             # %1 -> mcmmo or vanilla
  118.             # %2 -> multiplier
  119.             # %3 -> kingdom name
  120.             # %4 -> time left
  121.             kingdom_format: "&6%1&b experience has an active &6%2x&b multiplier for kingdom &6%3&b for the next &6%4&b!"
  122.         nodes: >
  123.            &6xpboost.* &bAbility to use all commands from the plugin.
  124.             &6xpboost.reload &bAbility to reload the plugin.
  125.             &6xpboost.help &bAbility to list all commands for the plugin.
  126.             &6xpboost.nodes &bAbility to list all nodes for the plugin.
  127.             &6xpboost.list &bAbility to list all active xp boosts.
  128.             &6xpboost.enable &bAbility to enable xp boosts.
  129.             &6xpboost.disable &bAbility to disable xp boosts.
  130.     time:
  131.         day: "1 day"
  132.         days: "%1 days"
  133.         hour: "1 hour"
  134.         hours: "%1 hours"
  135.         minute: "1 minute"
  136.         minutes: "%1 minutes"
  137.         second: "1 second"
  138.         seconds: "%1 seconds"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement