Advertisement
Wahrheit

Example mcMMO Configuration

Sep 10th, 2011
988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.36 KB | None | 0 0
  1. Items:
  2.     Chimaera_Wing:
  3.         Enabled: true
  4.         Feather_Cost: 10
  5.         Item_ID: 288
  6. Spout:
  7.     Menu:
  8.         Key: KEY_M
  9.     XP:
  10.         Bar:
  11.             Enabled: true
  12.             X_POS: 95
  13.             Y_POS: 6
  14.         Icon:
  15.             Enabled: true
  16.             X_POS: 78
  17.             Y_POS: 2
  18.     Party:
  19.         HP:
  20.             Enabled: true
  21.             X_POS: -11
  22.             Y_POS: 0
  23.             SPACING: 16
  24.     Images:
  25.         URL_DIR: http://mcmmo.rycochet.net/mcmmo/
  26.     HUD:
  27.         Default: STANDARD
  28.         Retro:
  29.             Colors:
  30.                 Swords:
  31.                     BLUE: 0.75
  32.                     GREEN: 0.3
  33.                     RED: 0.3
  34.                 Taming:
  35.                     BLUE: 0.75
  36.                     GREEN: 0.3
  37.                     RED: 0.3
  38.                 Acrobatics:
  39.                     BLUE: 0.75
  40.                     GREEN: 0.3
  41.                     RED: 0.3
  42.                 Border:
  43.                     BLUE: 0.0
  44.                     GREEN: 0.0
  45.                     RED: 0.0
  46.                 Background:
  47.                     BLUE: 0.75
  48.                     GREEN: 0.75
  49.                     RED: 0.75
  50.                 Woodcutting:
  51.                     BLUE: 0.75
  52.                     GREEN: 0.3
  53.                     RED: 0.3
  54.                 Archery:
  55.                     BLUE: 0.75
  56.                     GREEN: 0.3
  57.                     RED: 0.3
  58.                 Axes:
  59.                     BLUE: 0.75
  60.                     GREEN: 0.3
  61.                     RED: 0.3
  62.                 Repair:
  63.                     BLUE: 0.75
  64.                     GREEN: 0.3
  65.                     RED: 0.3
  66.                 Excavation:
  67.                     BLUE: 0.75
  68.                     GREEN: 0.3
  69.                     RED: 0.3
  70.                 Herbalism:
  71.                     BLUE: 0.75
  72.                     GREEN: 0.3
  73.                     RED: 0.3
  74.                 Unarmed:
  75.                     BLUE: 0.75
  76.                     GREEN: 0.3
  77.                     RED: 0.3
  78.                 Mining:
  79.                     BLUE: 0.75
  80.                     GREEN: 0.3
  81.                     RED: 0.3
  82. Skills:
  83.     Woodcutting:
  84.         Requires_Axe: true
  85.     Herbalism:
  86.         Green_Thumb:
  87.             Cobble_To_Mossy: true
  88.     Mining:
  89.         Requires_Pickaxe: true
  90.     Archery:
  91.         Fire_Rate_Limiter:
  92.             Enabled: true
  93.             Interval: 1000
  94.     Repair:
  95.         Stone:
  96.             Name: Cobblestone
  97.             ID: 4
  98.         Wood:
  99.             Name: Wood Planks
  100.             ID: 5
  101.         Gold:
  102.             Name: Gold Bars
  103.             ID: 266
  104.         Anvil_Messages: true
  105.         Diamond:
  106.             Name: Diamond
  107.             Level_Required: 50
  108.             ID: 264
  109.         Iron:
  110.             Name: Iron Bars
  111.             ID: 265
  112. Experience:
  113.     Formula:
  114.         Multiplier:
  115.             Swords: 1.0
  116.             Taming: 1.0
  117.             Acrobatics: 1.0
  118.             Sorcery: 1.0
  119.             Excavation: 1.0
  120.             Herbalism: 1.0
  121.             Unarmed: 1.0
  122.             Woodcutting: 1.0
  123.             Mining: 1.0
  124.             Archery: 1.0
  125.             Axes: 1.0
  126.             Repair: 1.0
  127.     Gains:
  128.         Mobspawners:
  129.             Enabled: false
  130.         Multiplier:
  131.             PVP: 1
  132.             Global: 1.0
  133.     PVP:
  134.         Rewards: true
  135.     Excavation:
  136.         Base: 40
  137.         Cake: 3000
  138.         Sulphur: 30
  139.         Bones: 30
  140.         Map: 200
  141.         Slimeballs: 100
  142.         Bucket: 100
  143.         Apple: 100
  144.         Mushroom: 80
  145.         Eggs: 100
  146.         Slowsand: 80
  147.         Watch: 200
  148.         Web: 150
  149.         String: 200
  150.         Glowstone: 80
  151.         Music: 3000
  152.         Diamond: 1000
  153.         Cocoa_Beans: 100
  154.     Woodcutting:
  155.         Birch: 70
  156.         Spruce: 80
  157.         Pine: 90
  158.     Herbalism:
  159.         Sugar_Cane: 30
  160.         Cactus: 30
  161.         Flowers: 100
  162.         Pumpkin: 550
  163.         Mushrooms: 150
  164.         Wheat: 50
  165.     Mining:
  166.         Sandstone: 30
  167.         Glowstone: 30
  168.         Obsidian: 150
  169.         Stone: 30
  170.         Netherrack: 30
  171.         Gold: 350
  172.         Redstone: 150
  173.         Coal: 100
  174.         Diamond: 750
  175.         lapis: 400
  176.         Iron: 250
  177. MySQL:
  178.     Enabled: false
  179.     Database:
  180.         User:
  181.             Name: UserName
  182.             Password: UserPassword
  183.         Name: DataBaseName
  184.         TablePrefix: mcmmo_
  185.     Server:
  186.         Port: 3306
  187.         Address: localhost
  188. XP:
  189.     Gains:
  190.         Mobspawners:
  191.             Enabled: false
  192.     PVP:
  193.         Rewards: true
  194. General:
  195.     HP_Regeneration:
  196.         Enabled: true
  197.     Locale: en_us
  198.     MySpawn:
  199.         Enabled: true
  200.     MOTD:
  201.         Enabled: true
  202. Excavation:
  203.     Drops:
  204.         Cake: true
  205.         Sulphur: true
  206.         Bones: true
  207.         Apples: true
  208.         Map: true
  209.         Slimeballs: true
  210.         Bucket: true
  211.         Netherrack: true
  212.         Mushrooms: true
  213.         Eggs: true
  214.         Slowsand: true
  215.         Watch: true
  216.         Web: true
  217.         String: true
  218.         Glowstone: true
  219.         Music: true
  220.         Diamond: true
  221.         Cocoa_Beans: true
  222. Abilities:
  223.     Cooldowns:
  224.         Giga_Drill_Breaker: 240
  225.         Berserk: 240
  226.         Green_Terra: 240
  227.         Skull_Splitter: 240
  228.         Serrated_Strikes: 240
  229.         Tree_Feller: 240
  230.         Super_Breaker: 240
  231.     Tools:
  232.         Durability_Loss: 2
  233.         Durability_Loss_Enabled: true
  234. Commands:
  235.     invite:
  236.         Name: invite
  237.         Enabled: true
  238.     mctop:
  239.         Name: mctop
  240.         Enabled: true
  241.     xplock:
  242.         Name: xplock
  243.         Enabled: true
  244.     whois:
  245.         Name: whois
  246.         Enabled: true
  247.     mcc:
  248.         Name: mcc
  249.         Enabled: true
  250.     mmoedit:
  251.         Name: mmoedit
  252.         Enabled: true
  253.     accept:
  254.         Name: accept
  255.         Enabled: true
  256.     stats:
  257.         Name: stats
  258.         Enabled: true
  259.     mcability:
  260.         Name: mcability
  261.         Enabled: true
  262.     party:
  263.         Name: party
  264.         Enabled: true
  265.     xprate:
  266.         Name: xprate
  267.         Enabled: true
  268.     mcgod:
  269.         Name: mcgod
  270.         Enabled: true
  271.     mcmmo:
  272.         Name: mcmmo
  273.         Enabled: true
  274.         Donate_Message: true
  275.     mcrefresh:
  276.         Name: mcrefresh
  277.         Enabled: true
  278.     myspawn:
  279.         Name: myspawn
  280.         Enabled: true
  281.     addxp:
  282.         Name: addxp
  283.         Enabled: true
  284.     clearmyspawn:
  285.         Name: clearmyspawn
  286.         Enabled: true
  287.     ptp:
  288.         Name: ptp
  289.         Enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement