-
Notifications
You must be signed in to change notification settings - Fork 15
Frequently asked questions
Please read this if you have a question, it might have been answered before.
•Index
- Where can I translate mcMMO?
- How can I disable x?
- How can I disable mcMMO in world x?
- How do I enable timings?
- How to convert flatfile to MySQL? (or the other way round)
- When will you update?
- How do the new Mob healthbars work?
- Why doesn't SuperBreaker insta-break Obsidian anymore!?
- How do I use the mod import command
/mcimport
?
•Where can I translate mcMMO?
We use GetLocalization.com for the translation of mcMMO. Create an account on GetLocalization.com and start translating mcMMO! We will put your changes in one of the next mcMMO updates for everyone to enjoy!
•How can I disable feature X?
There are two ways of disabling certain features of mcMMO. The first and most used way is by giving users certain permissions, or by giving them certain negative permissions. You can find a list of all the permission nodes here.
The second way, is to disable a feature in a config file.
In most occasions, you will need to handle it with permission nodes. Check the permission list first to see if you can disable the feature with permissions, if it's not there - check the config files.
•How can I disable mcMMO in world x?
To disable mcMMO (or certain parts of mcMMO) in a specific world, you need to negate permission nodes. To disable all features you can negate the permission node mcmmo.defaults
for that world.
You can find a list of all the permission nodes here.
•How do I enable timings?
With Craftbukkit you can now log how long it takes for each plugin to do it’s thing.
- In the
bukkit.yml
file change this setting to true:plugin-profiling: true
. - Restart the server and let it run for a few minutes with players playing normally.
- Do the command /timings merged and then go to the
~/your_server_folder/timings
folder and find the latest file. This contains all the times for each plugin on the server. - Copy the contents of this file and paste it on http://www.aikar.co/timings.php and copy the shareable link
•How to convert flatfile to MySQL? (or the other way round)
First, it is recommended that you stop the server and encourage people not to join during the conversion process.
If you want to convert your users from Flatfile storage to MySQL storage, the first thing you need to do is set up the MySQL database connection in config.yml - i.e. mcMMO should print out "The connection to mySQL was a success!" in the server console when it starts up. Once the server starts up, type mcconvert database flatfile
in the server console. It will give status reports and tell you when it is done.
If you want to convert your users from MySQL storage to Flatfile, change MySql: Enabled: true
in config.yml to false - but do not erase the other MySQL configuration data. The MySQL server must still be running when you do the conversion. Once you start up the server, and mcMMO does not connect to MySQL immediately, type mcconvert database sql
in the server console. It will give status reports and tell you when it is done.
•When will you update mcMMO for CB x.x.x?
We will have a release build out when we feel it's finished. In the meantime you can use a dev build.
•How do the new Mob healthbars work?
"During combat, players will now see a healthbar appear over the head of hostile mobs when they are damaged.
This healthbar will have two display options - HEARTS and BAR - which can be changed via the /mobhealth
command.
New Permissions:
mcmmo.mobhealthdisplay
- Allows viewing of mob health display, negate this permission node to disable health bars.
mcmmo.commands.mobhealth
- Allows access to the /mobhealth command
New Config Options (config.yml):
Mob_Healthbar.Display_Type
- the default health display type
Mob_Healthbar.Display_Time
- the amount of time to show health display
"
•Why doesn't SuperBreaker insta-break Obsidian anymore!?
This is intended behavior, we have changed how SuperBreaker works. This ability used to instantly break blocks (including Obsidian). SuperBreaker is now adds an Enchantment- or Potion-based speed boost when Mining. This works a lot better in combination with already enchanted tools opposed to the old system.
•How do I use the mod import command /mcimport
?
You can find information on how to use this command here.