2012-01-09 20:00:13 +01:00
name : mcMMO
2012-02-04 05:28:13 +01:00
main : com.gmail.nossr50.mcMMO
2012-02-05 07:38:18 +01:00
version : ${project.version}-b${BUILD_NUMBER}
2012-01-09 20:00:13 +01:00
softdepend : [ Spout]
2012-02-04 05:28:13 +01:00
authors :
- TheYeti
2012-02-14 03:45:34 +01:00
- nossr50
2012-02-04 05:28:13 +01:00
- NuclearW
- gmcferrin
2012-01-09 20:00:13 +01:00
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.
commands :
mchud :
description : Change your HUD
xplock :
description : Lock your xp bar
xprate :
description : Modify the xp rate or start an event
mcc :
description : Lists mcMMO commands
mcmmo :
description : Shows a brief mod description
mctop :
description : Shows leader boards for mcMMO
addxp :
description : Add XP to a user
permission : mcmmo.tools.mmoedit
2012-02-25 03:05:01 +01:00
addlevels :
description : Add levels to a user
permission : mcmmo.tools.mmoedit
2012-01-09 20:00:13 +01:00
mcability :
description : Toggle whether or not abilities get readied on right click
permission : mcmmo.commands.ability
mcrefresh :
description : Refresh all cooldowns for mcMMO
permission : mcmmo.tools.mcrefresh
mcgod :
description : Make yourself invulnerable
permission : mcmmo.tools.mcgod
2012-02-22 16:00:59 +01:00
mcstats :
2012-01-09 20:00:13 +01:00
description : Shows your mcMMO stats and xp
2012-02-28 20:05:48 +01:00
mcremove :
description : Remove a user from the database
2012-01-09 20:00:13 +01:00
mmoedit :
description : Edit the skill values for a user
permission : mcmmo.tools.mmoedit
ptp :
description : Teleport to a party member
permission : mcmmo.commands.ptp
party :
description : Create/join a party
permission : mcmmo.commands.party
2012-02-29 18:20:58 +01:00
inspect :
2012-01-09 20:00:13 +01:00
description : View mcMMO stats of another player
invite :
description : Invite a player into your party
permission : mcmmo.chat.partychat
accept :
description : Accept a party invite
permission : mcmmo.chat.partychat
mmoupdate :
description : Convert from Flat File to MySQL
permission : mcmmo.admin
p :
description : Toggle Party chat or send party chat messages
permission : mcmmo.chat.partychat
excavation :
description : Detailed skill info
herbalism :
description : Detailed skill info
mining :
description : Detailed skill info
woodcutting :
description : Detailed skill info
axes :
description : Detailed skill info
archery :
description : Detailed skill info
swords :
description : Detailed skill info
taming :
description : Detailed skill info
unarmed :
description : Detailed skill info
acrobatics :
description : Detailed skill info
repair :
description : Detailed skill info
fishing :
description : Detailed skill info
a :
description : Toggle Admin chat or send admin chat messages
permission : mcmmo.chat.adminchat
permissions :
mcmmo.* :
description : Implies all mcmmo permissions.
children :
mcmmo.defaults : true
#Instead of containing mcmmo.defaultsop on its own, it should specify each of mcmmo.defaultsop
mcmmo.admin : true
mcmmo.tools.* : true
mcmmo.chat.adminchat : true
mcmmo.defaults :
default : true
description : mcmmo permisions that default to true
children :
mcmmo.ability.* : true
2012-02-14 03:45:34 +01:00
mcmmo.item.* : true
2012-01-09 20:00:13 +01:00
mcmmo.motd : true
mcmmo.commands.* : true
mcmmo.chat.partychat : true
mcmmo.skills.* : true
mcmmo.defaultsop :
default : op
description : mcmmo permissions that default to op
children :
2012-02-13 03:15:04 +01:00
mcmmo.chat.adminchat : true
mcmmo.admin : true
mcmmo.tools.* : true
2012-01-09 20:00:13 +01:00
mcmmo.admin :
2012-03-01 16:32:13 +01:00
description : Allows access to mmoupdate and other sensitive commands
2012-01-09 20:00:13 +01:00
mcmmo.tools.* :
description : Implies all mcmmo.tools permissions.
children :
mcmmo.tools.mcrefresh : true
mcmmo.tools.mmoedit : true
mcmmo.tools.mcgod : true
mcmmo.tools.mcrefresh :
2012-03-01 16:32:13 +01:00
description : Allows access to mcrefresh command
2012-01-09 20:00:13 +01:00
mcmmo.tools.mmoedit :
2012-03-01 16:32:13 +01:00
description : Allows access to mmoedit command
2012-01-09 20:00:13 +01:00
mcmmo.tools.mcgod :
2012-03-01 16:32:13 +01:00
description : Allows access to mcgod command
2012-01-09 20:00:13 +01:00
mcmmo.ability.* :
description : Implies all mcmmo.ability permissions.
children :
mcmmo.ability.herbalism : true
mcmmo.ability.excavation : true
mcmmo.ability.unarmed : true
mcmmo.ability.mining : true
mcmmo.ability.axes : true
mcmmo.ability.swords : true
mcmmo.ability.woodcutting : true
mcmmo.ability.herbalism :
2012-03-01 16:32:13 +01:00
description : Allows access to Green Terra ability
2012-01-09 20:00:13 +01:00
mcmmo.ability.excavation :
2012-03-01 16:32:13 +01:00
description : Allows access to Giga Drill Breaker ability
2012-01-09 20:00:13 +01:00
mcmmo.ability.unarmed :
2012-03-01 16:32:13 +01:00
description : Allows access to Berserker ability
2012-01-09 20:00:13 +01:00
mcmmo.ability.mining :
2012-03-01 16:32:13 +01:00
description : Allows access to Super Breaker ability
2012-01-09 20:00:13 +01:00
mcmmo.ability.axes :
2012-03-01 16:32:13 +01:00
description : Allows access to Skull Splitter ability
2012-01-09 20:00:13 +01:00
mcmmo.ability.swords :
2012-03-01 16:32:13 +01:00
description : Allows access to Serrated Strikes ability
2012-01-09 20:00:13 +01:00
mcmmo.ability.woodcutting :
2012-03-01 16:32:13 +01:00
description : Allows access to Tree Feller ability
2012-01-09 20:00:13 +01:00
mcmmo.item.* :
description : Implies all mcmmo.item permissions.
children :
mcmmo.item.chimaerawing : true
mcmmo.item.chimaerawing :
2012-03-01 16:32:13 +01:00
description : Allows use of Chimaera Wing item
2012-01-09 20:00:13 +01:00
mcmmo.motd :
2012-03-01 16:32:13 +01:00
description : Allows access to the motd
2012-01-09 20:00:13 +01:00
mcmmo.commands.* :
description : Implies all mcmmo.commands permissions.
children :
2012-02-29 00:01:35 +01:00
mcmmo.commands.ability : true
2012-01-09 20:00:13 +01:00
mcmmo.commands.ptp : true
2012-02-29 18:20:58 +01:00
mcmmo.commands.inspect : true
2012-01-09 20:00:13 +01:00
mcmmo.commands.party : true
mcmmo.commands.ability :
2012-03-01 16:32:13 +01:00
description : Allows access to the mcability command
2012-01-09 20:00:13 +01:00
mcmmo.commands.ptp :
2012-03-01 16:32:13 +01:00
description : Allows access to the ptp command
2012-02-29 18:20:58 +01:00
mcmmo.commands.inspect :
2012-03-01 16:32:13 +01:00
description : Allows access to the inspect command
2012-01-09 20:00:13 +01:00
mcmmo.commands.party :
2012-03-01 16:32:13 +01:00
description : Allows acces to the party command
2012-01-09 20:00:13 +01:00
mcmmo.chat.* :
description : Implies all mcmmo.chat permissions. (Warning, contains adminchat)
children :
mcmmo.chat.adminchat : true
mcmmo.chat.partychat : true
mcmmo.chat.adminchat :
description : Allows participation in admin chat
mcmmo.chat.partychat :
description : Allows participation in party chat
mcmmo.skills.* :
description : Implies all mcmmo.skills permissions.
children :
mcmmo.skills.fishing : true
mcmmo.skills.taming : true
mcmmo.skills.mining : true
mcmmo.skills.woodcutting : true
mcmmo.skills.repair : true
mcmmo.skills.unarmed : true
mcmmo.skills.archery : true
mcmmo.skills.herbalism : true
mcmmo.skills.excavation : true
mcmmo.skills.swords : true
mcmmo.skills.axes : true
mcmmo.skills.acrobatics : true
2012-02-22 15:52:58 +01:00
mcmmo.skills.blastmining : true
2012-01-09 20:00:13 +01:00
mcmmo.skills.taming :
2012-03-01 16:32:13 +01:00
description : Allows access to the Taming skill
2012-01-09 20:00:13 +01:00
mcmmo.skills.mining :
2012-03-01 16:32:13 +01:00
description : Allows access to the Mining skill
2012-01-09 20:00:13 +01:00
mcmmo.skills.woodcutting :
2012-03-01 16:32:13 +01:00
description : Allows access to the Woodcutting skill
2012-01-09 20:00:13 +01:00
mcmmo.skills.repair :
2012-03-01 16:32:13 +01:00
description : Allows access to the Repair skill
2012-03-09 03:58:50 +01:00
mcmmo.skills.repair.arcanebypass :
description : Allows user to bypass Arcane Repair so he will never lose enchantments
2012-01-09 20:00:13 +01:00
mcmmo.skills.unarmed :
2012-03-01 16:32:13 +01:00
description : Allows access to the Unarmed skill
2012-01-09 20:00:13 +01:00
mcmmo.skills.archery :
2012-03-01 16:32:13 +01:00
description : Allows access to the Archery skill
2012-01-09 20:00:13 +01:00
mcmmo.skills.herbalism :
2012-03-01 16:32:13 +01:00
description : Allows access to the Herbalism skill
2012-01-09 20:00:13 +01:00
mcmmo.skills.excavation :
2012-03-01 16:32:13 +01:00
description : Allows access to the Excavation skill
2012-01-09 20:00:13 +01:00
mcmmo.skills.swords :
2012-03-01 16:32:13 +01:00
description : Allows access to the Swords skill
2012-01-09 20:00:13 +01:00
mcmmo.skills.axes :
2012-03-01 16:32:13 +01:00
description : Allows access to the Axes skill
2012-01-09 20:00:13 +01:00
mcmmo.skills.acrobatics :
2012-03-01 16:32:13 +01:00
description : Allows access to the Acrobatics skill
2012-02-22 15:52:58 +01:00
mcmmo.skills.blastmining :
2012-03-01 16:32:13 +01:00
description : Allows access to the Blast Mining subskill for Mining