Advertisement
riking

After First Update (Messed up!)

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