Advertisement
Guest User

McMMO

a guest
Jul 15th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 19.63 KB | None | 0 0
  1. name: mcMMO
  2. version: 1.3.08-b857
  3. description: mcMMO takes core Minecraft game mechanics and expands them to add an extensive RPG experience, the goal of the project has always been a quality RPG experience. Everything in mcMMO is carefully thought out and is constantly improving. mcMMO adds eleven skills to train in and level in, while also offering a high level of customization for server admins. There are countless features, including custom sounds, graphical elements, and more added when running mcMMO in conjunction with Spout. I carefully read feedback and evaluate the mechanics of mcMMO in every update to provide an ever-evolving experience.
  4.  
  5. author: nossr50
  6. authors: [NuclearW, gmcferrin, bm01]
  7. website: http://forums.bukkit.org/threads/rpg-mech-mcmmo-v1-3-05-rpg-addiction-redefined-multi-lingual-1-2-5-r1-0.68601/
  8.  
  9. main: com.gmail.nossr50.mcMMO
  10. softdepend: [Spout]
  11. load: STARTUP
  12.  
  13. commands:
  14.     mchud:
  15.         aliases: []
  16.         description: Change your HUD
  17.     xplock:
  18.         aliases: [mcxplock]
  19.         description: Lock your xp bar
  20.     xprate:
  21.         aliases: [mcxprate]
  22.         description: Modify the xp rate or start an event
  23.     mcc:
  24.         aliases: []
  25.         description: Lists mcMMO commands
  26.     mcmmo:
  27.         aliases: []
  28.         description: Shows a brief mod description
  29.     mctop:
  30.         aliases: []
  31.         description: Shows leader boards for mcMMO
  32.     addxp:
  33.         aliases: []
  34.         description: Add XP to a user
  35.     addlevels:
  36.         aliases: []
  37.         description: Add levels to a user
  38.     mcability:
  39.         aliases: []
  40.         description: Toggle whether or not abilities get readied on right click
  41.     mcrefresh:
  42.         aliases: []
  43.         description: Refresh all cooldowns for mcMMO
  44.     mcgod:
  45.         aliases: []
  46.         description: Make yourself invulnerable
  47.     mcstats:
  48.         aliases: [/stats]
  49.         description: Shows your mcMMO stats and xp
  50.     mcremove:
  51.         aliases: []
  52.         description: Remove a user from the database
  53.     mmoedit:
  54.         aliases: []
  55.         description: Edit the skill values for a user
  56.     ptp:
  57.         aliases: []
  58.         description: Teleport to a party member
  59.     party:
  60.         aliases: []
  61.         description: Create/join a party
  62.     inspect:
  63.         aliases: []
  64.     invite:
  65.         aliases: []
  66.         description: Invite a player into your party
  67.     accept:
  68.         aliases: []
  69.         description: Accept a party invite
  70.     mmoupdate:
  71.         aliases: []
  72.         description: Convert from Flat File to MySQL
  73.     p:
  74.         aliases: [pc]
  75.         description: Toggle Party chat or send party chat messages
  76.     excavation:
  77.         aliases: []
  78.         description: Detailed skill info
  79.     herbalism:
  80.         aliases: []
  81.         description: Detailed skill info
  82.     mining:
  83.         aliases: []
  84.         description: Detailed skill info
  85.     woodcutting:
  86.         aliases: []
  87.         description: Detailed skill info
  88.     axes:
  89.         aliases: []
  90.         description: Detailed skill info
  91.     archery:
  92.         aliases: []
  93.         description: Detailed skill info
  94.     swords:
  95.         aliases: []
  96.         description: Detailed skill info
  97.     taming:
  98.         aliases: []
  99.         description: Detailed skill info
  100.     unarmed:
  101.         aliases: []
  102.         description: Detailed skill info
  103.     acrobatics:
  104.         aliases: []
  105.         description: Detailed skill info
  106.     repair:
  107.         aliases: [mcrepair]
  108.         description: Detailed skill info
  109.     fishing:
  110.         aliases: []
  111.         description: Detailed skill info
  112.     a:
  113.         aliases: [ac]
  114.         description: Toggle Admin chat or send admin chat messages
  115. permissions:
  116.     mcmmo.*:
  117.         description: Implies all mcmmo permissions.
  118.         children:
  119.             mcmmo.defaults: true
  120.             mcmmo.tools.*: true
  121.             mcmmo.chat.adminchat: true
  122.     mcmmo.defaults:
  123.         default: true
  124.         description: mcmmo permisions that default to true
  125.         children:
  126.             mcmmo.ability.*: true
  127.             mcmmo.item.*: true  
  128.             mcmmo.motd: true
  129.             mcmmo.commands.*: true
  130.             mcmmo.chat.partychat: true
  131.             mcmmo.skills.*: true
  132.     mcmmo.defaultsop:
  133.         default: op
  134.         description: mcmmo permissions that default to op
  135.         children:
  136.             mcmmo.chat.adminchat: true
  137.             mcmmo.admin: true
  138.             mcmmo.tools.*: true
  139.     mcmmo.admin:
  140.         description: Allows access to mmoupdate and other sensitive commands        
  141.     mcmmo.bypass.*:
  142.         default: false
  143.         description: Implies all bypass permissions.
  144.         children:
  145.             mcmmo.bypass.arcanebypass: true
  146.             mcmmo.bypass.inspect.distance: true
  147.             mcmmo.bypass.inspect.offline: true
  148.             mcmmo.bypass.hardcoremode: true
  149.     mcmmo.bypass.hardcoremode:
  150.         default: false
  151.         description: Allows user to bypass negative penalties of Hardcore mode
  152.     mcmmo.bypass.arcanebypass:
  153.         default: false
  154.         description: Allows user to bypass Arcane Repair so he will never lose enchantments
  155.     mcmmo.bypass.inspect.distance:
  156.         default: op
  157.         description: Allows user to bypass Inspect's distance requirements
  158.     mcmmo.bypass.inspect.offline:
  159.         default: op
  160.         description: Allows user to bypass Inspect's offline player requirements
  161.     mcmmo.tools.*:
  162.         description: Implies all mcmmo.tools permissions.
  163.         children:
  164.             mcmmo.tools.mcrefresh: true
  165.             mcmmo.tools.mmoedit: true
  166.             mcmmo.tools.mcgod: true
  167.             mcmmo.tools.mcremove: true
  168.     mcmmo.tools.mcrefresh:
  169.         description: Allows access to mcrefresh command
  170.     mcmmo.tools.mmoedit:
  171.         description: Allows access to mmoedit command
  172.     mcmmo.tools.mcgod:
  173.         description: Allows access to mcgod command
  174.     mcmmo.tools.mcremove:
  175.         decription: Allows access to mcremove command
  176.     mcmmo.ability.*:
  177.         description: Implies all mcmmo.ability permissions.
  178.         children:
  179.             mcmmo.ability.taming.*: true
  180.             mcmmo.ability.fishing.*: true
  181.             mcmmo.ability.mining.*: true
  182.             mcmmo.ability.woodcutting.*: true
  183.             mcmmo.ability.repair.*: true
  184.             mcmmo.ability.unarmed.*: true
  185.             mcmmo.ability.archery.*: true
  186.             mcmmo.ability.herbalism.*: true
  187.             mcmmo.ability.excavation.*: true
  188.             mcmmo.ability.swords.*: true
  189.             mcmmo.ability.axes.*: true
  190.             mcmmo.ability.acrobatics.*: true
  191.             mcmmo.ability.blastmining.*: true
  192.     mcmmo.ability.taming.*:
  193.         description: Allows access to all Taming abilities
  194.         children:
  195.             mcmmo.ability.taming.fastfoodservice: true
  196.             mcmmo.ability.taming.sharpenedclaws: true
  197.             mcmmo.ability.taming.gore: true
  198.             mcmmo.ability.taming.callofthewild: true
  199.             mcmmo.ability.taming.environmentallyaware: true
  200.             mcmmo.ability.taming.thickfur: true
  201.             mcmmo.ability.taming.shockproof: true
  202.             mcmmo.ability.taming.beastlore: true
  203.     mcmmo.ability.taming.fastfoodservice:
  204.         description: Allows access to the Fast Food Service ability
  205.     mcmmo.ability.taming.sharpenedclaws:
  206.         description: Allows access to the Sharpened Claws ability
  207.     mcmmo.ability.taming.gore:
  208.         description: Allows access to the Gore ability
  209.     mcmmo.ability.taming.callofthewild:
  210.         description: Allows access to the Call of the Wild ability
  211.     mcmmo.ability.taming.environmentallyaware:
  212.         description: Allows access to the Environmentally Aware ability
  213.     mcmmo.ability.taming.thickfur:
  214.         description: Allows access to the Thick Fur ability
  215.     mcmmo.ability.taming.shockproof:
  216.         description: Allows access to the Shock Proof ability
  217.     mcmmo.ability.taming.beastlore:
  218.         description: Allows access to the Beast Lore ability
  219.     mcmmo.ability.fishing.*:
  220.         description: Allows access to all Fishing abilities
  221.         children:
  222.             mcmmo.ability.fishing.shakemob: true
  223.             mcmmo.ability.fishing.treasures: true
  224.             mcmmo.ability.fishing.magic: true
  225.     mcmmo.ability.fishing.shakemob:
  226.         description: Allows access to the Shake Mob ability
  227.     mcmmo.ability.fishing.treasures:
  228.         description: Allows treasure drops from Fishing
  229.     mcmmo.ability.fishing.magic:
  230.         description: Allows enchanted drops from Fishing
  231.     mcmmo.ability.mining.*:
  232.         description: Allows access to all Mining abilities
  233.         children:
  234.             mcmmo.ability.mining.superbreaker: true
  235.             mcmmo.ability.mining.doubledrops: true
  236.     mcmmo.ability.mining.superbreaker:
  237.         description: Allows access to the Super Breaker ability
  238.     mcmmo.ability.mining.doubledrops:
  239.         description: Allows double drop chance when mining
  240.     mcmmo.ability.woodcutting.*:
  241.         description: Allows access to all Woodcutting abilities
  242.         children:
  243.             mcmmo.ability.woodcutting.treefeller: true
  244.             mcmmo.ability.woodcutting.leafblower: true
  245.             mcmmo.ability.woodcutting.doubledrops: true
  246.     mcmmo.ability.woodcutting.treefeller:
  247.         description: Allows access to Tree Feller ability
  248.     mcmmo.ability.woodcutting.leafblower:
  249.         description: Allows access to Leaf Blower ability
  250.     mcmmo.ability.woodcutting.doubledrops:
  251.         description: Allows double drop chance when woodcutting
  252.     mcmmo.ability.repair.*:
  253.         description: Allows access to all Repair abilities
  254.         children:
  255.             mcmmo.ability.repair.repairbonus: true
  256.             mcmmo.ability.repair.repairmastery: true
  257.             mcmmo.ability.repair.arcaneforging: true
  258.             mcmmo.ability.repair.woodrepair: true
  259.             mcmmo.ability.repair.stonerepair: true
  260.             mcmmo.ability.repair.leatherrepair: true
  261.             mcmmo.ability.repair.ironrepair: true
  262.             mcmmo.ability.repair.goldrepair: true
  263.             mcmmo.ability.repair.diamondrepair: true
  264.             mcmmo.ability.repair.armorrepair: true
  265.             mcmmo.ability.repair.toolrepair: true
  266.             mcmmo.ability.repair.stringrepair: true
  267.             mcmmo.ability.repair.othermaterialrepair: true
  268.             mcmmo.ability.repair.otherrepair: true
  269.     mcmmo.ability.repair.repairbonus:
  270.         description: Allows access to Super Repair bonus
  271.     mcmmo.ability.repair.repairmastry:
  272.         description: Allows access to Repair Mastery
  273.     mcmmo.ability.repair.arcaneforging:
  274.         description: Allows access to the Arcane Forging ability
  275.     mcmmo.ability.repair.woodrepair:
  276.         description: Allows ability to repair Wood tools
  277.     mcmmo.ability.repair.stonerepair:
  278.         description: Allows ability to repair Stone tools
  279.     mcmmo.ability.repair.leatherrepair:
  280.         description: Allows ability to repair Leather armor
  281.     mcmmo.ability.repair.ironrepair:
  282.         description: Allows ability to repair Iron tools & armor
  283.     mcmmo.ability.repair.goldrepair:
  284.         description: Allows ability to repair Gold tools & armor
  285.     mcmmo.ability.repair.diamondrepair:
  286.         description: Allows ability to repair Diamond tools & armor
  287.     mcmmo.ability.repair.armorrepair:
  288.         description: Allows ability to repair armor
  289.     mcmmo.ability.repair.toolrepair:
  290.         description: Allows ability to repair tools
  291.     mcmmo.ability.repair.stringrepair:
  292.         description: Allows ability to repair Bow and Fishing rod
  293.     mcmmo.ability.repair.othermaterialrepair:
  294.         description: Allows ability to repair items of material type OTHER
  295.     mcmmo.ability.repair.otherrepair:
  296.         description: Allows ability to repair items of type OTHER
  297.     mcmmo.ability.unarmed.*:
  298.         description: Allows access to all Unarmed abilities
  299.         children:
  300.             mcmmo.ability.unarmed.bonusdamage: true
  301.             mcmmo.ability.unarmed.disarm: true
  302.             mcmmo.ability.unarmed.berserk: true
  303.             mcmmo.ability.unarmed.deflect: true
  304.     mcmmo.ability.unarmed.bonusdamage:
  305.         description: Allows bonus damage from Unarmed
  306.     mcmmo.ability.unarmed.disarm:
  307.         description: Allows access to the Disarm ability
  308.     mcmmo.ability.unarmed.berserk:
  309.         description: Allows access to the Berserker ability
  310.     mcmmo.ability.unarmed.deflect:
  311.         description: Allows access to the Deflect ability
  312.     mcmmo.ability.archery.*:
  313.         description: Allows access to all Archery abilities
  314.         children:
  315.             mcmmo.ability.archery.trackarrows: true
  316.             mcmmo.ability.archery.daze: true
  317.             mcmmo.ability.archery.bonusdamage : true
  318.     mcmmo.ability.archery.trackarrows:
  319.         description: Allows tracking & retrieval of arrows
  320.     mcmmo.ability.archery.daze:
  321.         description: Allows access to the Daze ability
  322.     mcmmo.ability.archery.bonusdamage:
  323.         description: Allows bonus damage from Archery
  324.     mcmmo.ability.herbalism.*:
  325.         description: Allows access to all Herbalism abilities
  326.         children:
  327.             mcmmo.ability.herbalism.doubledrops: true
  328.             mcmmo.ability.herbalism.greenterra: true
  329.             mcmmo.ability.herbalism.greenthumbblocks: true
  330.             mcmmo.ability.herbalism.greenthumbwheat: true
  331.             mcmmo.ability.herbalism.farmersdiet: true
  332.     mcmmo.ability.herbalism.doubledrops:
  333.         description: Allows double drop chance from Herbalism
  334.     mcmmo.ability.herbalism.greenterra:
  335.         description: Allows access to the Green Terra ability
  336.     mcmmo.ability.herbalism.greenthumbblocks:
  337.         description: Allows access to the Green Thumb ability for blocks
  338.     mcmmo.ability.herbalism.greenthumbwheat:
  339.         description: Allows access to the Green Thumb ability for wheat
  340.     mcmmo.ability.herbalism.farmersdiet:
  341.         description: Allows access to the Farmer's Diet ability
  342.     mcmmo.ability.excavation.*:
  343.         description: Allows access to all Excavation abilities
  344.         children:
  345.             mcmmo.ability.excavation.gigadrillbreaker: true
  346.             mcmmo.ability.excavation.treasures: true
  347.     mcmmo.ability.excavation.gigadrillbreaker:
  348.         description: Allows access to the Giga Drill Breaker ability
  349.     mcmmo.ability.excavation.treasures:
  350.         description: Allows treasure drops from Excavation
  351.     mcmmo.ability.swords.*:
  352.         description: Allows access to all Swords abilities
  353.         children:
  354.             mcmmo.ability.swords.bleed: true
  355.             mcmmo.ability.swords.serratedstrikes: true
  356.             mcmmo.ability.swords.counterattack: true
  357.     mcmmo.ability.swords.bleed:
  358.         description: Allows access to the Bleed ability
  359.     mcmmo.ability.swords.serratedstrikes:
  360.         description: Allows access to the Serrated Strikes ability
  361.     mcmmo.ability.swords.counterattack:
  362.         description: Allows access to the Counter Attack ability
  363.     mcmmo.ability.axes.*:
  364.         description: Allows access to all Axes abilities
  365.         children:
  366.             mcmmo.ability.axes.skullsplitter: true
  367.             mcmmo.ability.axes.bonusdamage: true
  368.             mcmmo.ability.axes.criticalhit: true
  369.             mcmmo.ability.axes.impact: true
  370.             mcmmo.ability.axes.greaterimpact: true
  371.     mcmmo.ability.axes.skullsplitter:
  372.         description: Allows access to the Skull Splitter ability
  373.     mcmmo.ability.axes.bonusdamage:
  374.         description: Allows bonus damage from Axes
  375.     mcmmo.ability.axes.criticalhit:
  376.         description: Allows access to the Critical Hit ability
  377.     mcmmo.ability.axes.impact:
  378.         description: Allows access to the Impact ability
  379.     mcmmo.ability.axes.greaterimpact:
  380.         description: Allows access to the Greater Impact ability
  381.     mcmmo.ability.acrobatics.*:
  382.         description: Allows access to all Acrobatics abilities
  383.         children:
  384.             mcmmo.ability.acrobatics.roll: true
  385.             mcmmo.ability.acrobatics.gracefulroll: true
  386.             mcmmo.ability.acrobatics.dodge: true
  387.     mcmmo.ability.acrobatics.roll:
  388.         description: Allows access to the Roll ability
  389.     mcmmo.ability.acrobatics.gracefulroll:
  390.         description: Allows access to the Graceful Roll ability
  391.     mcmmo.ability.acrobatics.dodge:
  392.         description: Allows access to the Dodge ability
  393.     mcmmo.ability.blastmining.*:
  394.         description: Allows access to all Blast Mining abilities
  395.         children:
  396.             mcmmo.ability.blastmining.biggerbombs: true
  397.             mcmmo.ability.blastmining.demolitionsexpertise: true
  398.             mcmmo.ability.blastmining.detonate: true
  399.     mcmmo.ability.blastmining.biggerbombs:
  400.         description: Allows access to the Bigger Bombs ability
  401.     mcmmo.ability.blastmining.demolitionsexpertise:
  402.         description: Allows access to the Demolitions Expertise ability
  403.     mcmmo.ability.blastmining.detonate:
  404.         description: Allows for remote TNT detonation
  405.     mcmmo.item.*:
  406.         description: Implies all mcmmo.item permissions
  407.         children:
  408.             mcmmo.item.chimaerawing: true
  409.     mcmmo.item.chimaerawing:
  410.         description: Allows use of Chimaera Wing item
  411.     mcmmo.motd:
  412.         description: Allows access to the motd        
  413.     mcmmo.commands.*:
  414.         description: Implies all mcmmo.commands permissions.
  415.         children:
  416.             mcmmo.commands.ability: true  
  417.             mcmmo.commands.ptp: true
  418.             mcmmo.commands.inspect: true
  419.             mcmmo.commands.party: true
  420.     mcmmo.commands.ability:
  421.         description: Allows access to the mcability command
  422.     mcmmo.commands.ptp:
  423.         description: Allows access to the ptp command
  424.     mcmmo.commands.inspect:
  425.         description: Allows access to the inspect command
  426.     mcmmo.commands.party:
  427.         description: Allows acces to the party command        
  428.     mcmmo.chat.*:
  429.         description: Implies all mcmmo.chat permissions. (Warning, contains adminchat)
  430.         children:
  431.             mcmmo.chat.adminchat: true
  432.             mcmmo.chat.partychat: true
  433.     mcmmo.chat.adminchat:
  434.         description: Allows participation in admin chat
  435.     mcmmo.chat.partychat:
  436.         description: Allows participation in party chat
  437.     mcmmo.skills.*:
  438.         description: Implies all mcmmo.skills permissions.
  439.         children:
  440.             mcmmo.skills.fishing: true
  441.             mcmmo.skills.taming: true
  442.             mcmmo.skills.mining: true
  443.             mcmmo.skills.woodcutting: true
  444.             mcmmo.skills.repair: true
  445.             mcmmo.skills.unarmed: true
  446.             mcmmo.skills.archery: true
  447.             mcmmo.skills.herbalism: true
  448.             mcmmo.skills.excavation: true
  449.             mcmmo.skills.swords: true
  450.             mcmmo.skills.axes: true
  451.             mcmmo.skills.acrobatics: true
  452.             mcmmo.skills.blastmining: true
  453.     mcmmo.skills.fishing:
  454.         description: Allows access to the Fishing skill
  455.     mcmmo.skills.taming:
  456.         description: Allows access to the Taming skill
  457.     mcmmo.skills.mining:
  458.         description: Allows access to the Mining skill
  459.     mcmmo.skills.woodcutting:
  460.         description: Allows access to the Woodcutting skill
  461.     mcmmo.skills.repair:
  462.         description: Allows access to the Repair skill
  463.     mcmmo.skills.unarmed:
  464.         description: Allows access to the Unarmed skill
  465.     mcmmo.skills.archery:
  466.         description: Allows access to the Archery skill
  467.     mcmmo.skills.herbalism:
  468.         description: Allows access to the Herbalism skill
  469.     mcmmo.skills.excavation:
  470.         description: Allows access to the Excavation skill
  471.     mcmmo.skills.swords:
  472.         description: Allows access to the Swords skill
  473.     mcmmo.skills.axes:
  474.         description: Allows access to the Axes skill
  475.     mcmmo.skills.acrobatics:
  476.         description: Allows access to the Acrobatics skill
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement