Advertisement
riking

Before update attempt

Sep 29th, 2013
2,420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Vala 9.89 KB | None | 0 0
  1. #
  2. #  mcMMO configuration
  3. #  Last updated on ${project.version}-b${BUILD_NUMBER}
  4. #
  5. #####
  6.  
  7. #
  8. #  Settings for mcMMO in general
  9. ###
  10. General:
  11.     Locale: en_US
  12.     MOTD_Enabled: true
  13.     # Amount of time (in minutes) to wait between saves of player information
  14.     Save_Interval: 10
  15.     # Allow mcMMO to report on basic anonymous usage
  16.     Stats_Tracking: true
  17.     # Allow mcMMO to check if a new version is available
  18.     Update_Check: true
  19.     Prefer_Beta: false
  20.     # Allow mcMMO to inform other plugins of damage being dealt
  21.     Event_Callback: true
  22.     # Allow mcMMO to create zip backups for flatfile data on shutdown.
  23.     Generate_Backups: true
  24.     Power_Level_Cap: 0
  25.     # Should mcMMO print out debug messages?
  26.     Verbose_Logging: false
  27.     # Should mcMMO over-write configs to update, or make new ones ending in .new?
  28.     Config_Update_Overwrite: true
  29.  
  30. Scoreboards:
  31.     # Should mcMMO use scoreboards for /inspect?
  32.     # Amount of time (in seconds) to display. To display permanently, set to -1
  33.     Inspect:
  34.         Use: true
  35.         Display_Time: 10
  36.     # Should mcMMO use scoreboards for /mcrank?
  37.     # Amount of time (in seconds) to display. To display permanently, set to -1
  38.     Mcrank:
  39.         Use: true
  40.         Display_Time: 10
  41.     # Should mcMMO use scoreboards for /mcstats?
  42.     # Amount of time (in seconds) to display. To display permanently, set to -1
  43.     Mcstats:
  44.         Use: true
  45.         Display_Time: 10
  46.     # Should mcMMO use scoreboards for /mctop?
  47.     # Amount of time (in seconds) to display. To display permanently, set to -1
  48.     Mctop:
  49.         Use: true
  50.         Display_Time: 10
  51.     # Should mcMMO use scoreboards for /skillname (/mining, /fishing, etc.)?
  52.     # Amount of time (in seconds) to display. To display permanently, set to -1
  53.     Skillname:
  54.         Use: true
  55.         Display_Time: 10
  56.     # Should mcMMO display power levels on scoreboards? (below player name-tags)
  57.     Power_Level:
  58.         Use: false
  59.  
  60. Mob_Healthbar:
  61.     # Default display for mob health bars - HEARTS, BAR, or DISABLED
  62.     Display_Type: HEARTS
  63.     # Amount of time (in seconds) to display. To display permanently, set to -1
  64.     Display_Time: 3
  65.  
  66. Database_Purging:
  67.     # Amount of time (in hours) to wait between database purging
  68.     # To only run at server start, set to 0
  69.     # To never run, set to -1
  70.     Purge_Interval: -1
  71.     # Any user who hasn't connected in this many months will be purged from the database
  72.    # To never purge old users, set to -1
  73.    Old_User_Cutoff: 6
  74.  
  75. #
  76. #  Settings for using a mySQL database
  77. ###
  78. MySQL:
  79.    Enabled: false
  80.    Database:
  81.        User_Name: UserName
  82.        User_Password: UserPassword
  83.        Name: DataBaseName
  84.        TablePrefix: mcmmo_
  85.    Server:
  86.        Port: 3306
  87.        Address: localhost
  88.  
  89. #
  90. #  Settings for Hardcore mode
  91. ###
  92. Hardcore:
  93.    Death_Stat_Loss:
  94.        Penalty_Percentage: 75.0
  95.        Enabled:
  96.            Acrobatics: false
  97.            Archery: false
  98.            Axes: false
  99.            Fishing: false
  100.            Herbalism: false
  101.            Mining: false
  102.            Repair: false
  103.            Swords: false
  104.            Taming: false
  105.            Unarmed: false
  106.            Woodcutting: false
  107.    Vampirism:
  108.        Leech_Percentage: 5.0
  109.        Enabled:
  110.            Acrobatics: false
  111.            Archery: false
  112.            Axes: false
  113.            Fishing: false
  114.            Herbalism: false
  115.            Mining: false
  116.            Repair: false
  117.            Swords: false
  118.            Taming: false
  119.            Unarmed: false
  120.            Woodcutting: false
  121.  
  122. #
  123. #  Settings for SMP Mods
  124. ###
  125. Mods:
  126.    Tool_Mods_Enabled: false
  127.    Armor_Mods_Enabled: false
  128.    Block_Mods_Enabled: false
  129.    Entity_Mods_Enabled: false
  130.  
  131. #
  132. #  Settings for mcMMO items
  133. ###
  134. Items:
  135.    Chimaera_Wing:
  136.        Enabled: true
  137.        Cooldown: 240
  138.        Warmup: 5
  139.        RecentlyHurt_Cooldown: 60
  140.        Prevent_Use_Underground: true
  141.        Use_Cost: 1
  142.        Recipe_Cost: 5
  143.        Item_Name: FEATHER
  144.  
  145. #
  146. #  Settings for Parties
  147. ###
  148. Party:
  149.    # Amount of time (in hours) to wait between automatically kicking old party members
  150.    # To only run at server start, set to 0
  151.    # To never kick old users, set to -1
  152.    AutoKick_Interval: 12
  153.    # Any user who hasn't connected in this many days will get kicked from their party
  154.     Old_Party_Member_Cutoff: 7
  155.     # Settings for party share modes
  156.     Sharing:
  157.         ExpShare_enabled: true
  158.         ExpShare_bonus_base: 1.1
  159.         ExpShare_bonus_increase: 1.05
  160.         ExpShare_bonus_cap: 1.5
  161.         ItemShare_enabled: true
  162.         Range: 75.0
  163.  
  164. #
  165. #  Settings for Abilities
  166. ###
  167. Abilities:
  168.     Enabled: true
  169.     Messages: true
  170.     Activation:
  171.         Only_Activate_When_Sneaking: false
  172.     Cooldowns:
  173.         Berserk: 240
  174.         Blast_Mining: 60
  175.         Giga_Drill_Breaker: 240
  176.         Green_Terra: 240
  177.         Serrated_Strikes: 240
  178.         Skull_Splitter: 240
  179.         Super_Breaker: 240
  180.         Tree_Feller: 240
  181.     Max_Seconds:
  182.         Berserk: 0
  183.         Blast_Mining: 0
  184.         Giga_Drill_Breaker: 0
  185.         Green_Terra: 0
  186.         Serrated_Strikes: 0
  187.         Skull_Splitter: 0
  188.         Super_Breaker: 0
  189.         Tree_Feller: 0
  190.     Limits:
  191.        Tree_Feller_Threshold: 500
  192.     Tools:
  193.         # Use more tool durability while using abilities. Set Durability_Loss to 0 to disable the extra durability damage.
  194.         Durability_Loss: 2
  195.  
  196. #
  197. #  Settings for Skills
  198. #  Level cap of 0 for no limit
  199. ###
  200. Skills:
  201.     Acrobatics:
  202.         Enabled_For_PVP: true
  203.         Enabled_For_PVE: true
  204.         Prevent_AFK_Leveling: true
  205.         Prevent_Dodge_Lightning: false
  206.         Prevent_XP_After_Teleport: true
  207.         Level_Cap: 0
  208.     Archery:
  209.         Enabled_For_PVP: true
  210.         Enabled_For_PVE: true
  211.         Level_Cap: 0
  212.     Axes:
  213.         Enabled_For_PVP: true
  214.         Enabled_For_PVE: true
  215.         Level_Cap: 0
  216.     Excavation:
  217.         Level_Cap: 0
  218.     Fishing:
  219.         Drops_Enabled: true
  220.         Level_Cap: 0
  221.     Herbalism:
  222.         Level_Cap: 0
  223.         Prevent_AFK_Leveling: true
  224.     Mining:
  225.         Level_Cap: 0
  226.         Detonator_Name: FLINT_AND_STEEL
  227.     Repair:
  228.         Level_Cap: 0
  229.         Anvil_Messages: true
  230.         Anvil_Material: IRON_BLOCK
  231.         Salvage_Anvil_Material: GOLD_BLOCK
  232.         Salvage_tools: true
  233.         Salvage_armor: true
  234.         # Ask for a confirmation when a player tries to repair an enchanted item
  235.         Confirm_Required: true
  236.     Smelting:
  237.         Level_Cap: 0
  238.     Swords:
  239.         Enabled_For_PVP: true
  240.         Enabled_For_PVE: true
  241.         Level_Cap: 0
  242.     Taming:
  243.         Enabled_For_PVP: true
  244.         Enabled_For_PVE: true
  245.         Level_Cap: 0
  246.         Call_Of_The_Wild:
  247.             Bones_Required: 10
  248.             Fish_Required: 10
  249.             Apples_Required: 10
  250.  
  251.             # Range to check for nearby pets when using Call Of The Wild, 0 will disable the check
  252.             Range: 40.0
  253.             # Amount of pets to summon when using Call Of The Wild
  254.             Wolf_Amount: 1
  255.             Ocelot_Amount: 1
  256.             Horse_Amount: 1
  257.     Unarmed:
  258.         Enabled_For_PVP: true
  259.         Enabled_For_PVE: true
  260.         Level_Cap: 0
  261.         Block_Cracker:
  262.             SmoothBrick_To_CrackedBrick: true
  263.     Woodcutting:
  264.         Level_Cap: 0
  265.  
  266. #
  267. #  Settings for Double Drops
  268. ###
  269. Double_Drops:
  270.     Herbalism:
  271.         Brown_Mushroom: true
  272.         Cactus: true
  273.         Carrot: true
  274.         Cocoa: true
  275.         Crops: true
  276.         Melon_Block: true
  277.         Nether_Warts: true
  278.         Potato: true
  279.         Pumpkin: true
  280.         Red_Mushroom: true
  281.         Red_Rose: true
  282.         Sugar_Cane_Block: true
  283.         Vine: true
  284.         Water_Lily: true
  285.         Yellow_Flower: true
  286.     Mining:
  287.         Coal_Ore: true
  288.         Diamond_Ore: true
  289.         Emerald_Ore: true
  290.         Ender_Stone: true
  291.         Glowstone: true
  292.         Gold_Ore: true
  293.         Iron_Ore: true
  294.         Lapis_Ore: true
  295.         Mossy_Cobblestone: true
  296.         Netherrack: true
  297.         Obsidian: true
  298.         Quartz_Ore: true
  299.         Redstone_Ore: true
  300.         Sandstone: true
  301.         Stone: true
  302.     Woodcutting:
  303.         Oak: true
  304.         Birch: true
  305.         Spruce: true
  306.         Jungle: true
  307.  
  308. #
  309. #  Settings for commands
  310. ###
  311. Commands:
  312.     General:
  313.         # If true, when using partial names in commands mcMMO will try to look for a match from
  314.         # the offline players. Enabling this might slow the server down if there are a lot of offline players.
  315.         Match_OfflinePlayers: false
  316.     mcmmo:
  317.         Donate_Message: true
  318.     inspect:
  319.         Max_Distance: 30.0
  320.     ptp:
  321.         Cooldown: 120
  322.         Warmup: 5
  323.         RecentlyHurt_Cooldown: 60
  324.         Confirm_Required: true
  325.         Request_Timeout: 300
  326.         # If true, require players to have a mcmmo.commands.ptp.world.[WorldName] permission
  327.         # to teleport to, from, or within any given world.
  328.         World_Based_Permissions: false
  329.     p:
  330.         Chat_Prefix_Format: '[[GREEN]]([[WHITE]]{0}[[GREEN]])'
  331.  
  332.         # Allow mcMMO to use player display names in chat instead of their usernames
  333.         Use_Display_Names: true
  334.     a:
  335.         Chat_Prefix_Format: '[[AQUA]][[[WHITE]]{0}[[AQUA]]]'
  336.  
  337.         # Allow mcMMO to use player display names in chat instead of their usernames
  338.         Use_Display_Names: true
  339.  
  340. #
  341. #  Settings for particles
  342. ###
  343. Particles:
  344.     # These settings determine if fireworks should get launched when a player activates/deactivates an ability
  345.     Ability_Activation: true
  346.     Ability_Deactivation: true
  347.  
  348.     # Determines if the fireworks should be a large ball or a small one
  349.     LargeFireworks: true
  350.  
  351.     # Use particle effect when these abilities trigger
  352.     Dodge: true
  353.     Bleed: true
  354.     Greater_Impact: true
  355.  
  356.     # These settings determine if fireworks should get launched when a player levels-up,
  357.     # this will happen by default for every 100 levels.
  358.     LevelUp_Enabled: true
  359.     LevelUp_Tier: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement