Advertisement
riking

after

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