08-24-2013, 09:57 PM (This post was last modified: 08-27-2013, 04:45 AM by tonibm19.)
This plugin adds vanilla-like difficulties to MCServer. Features
-4 different difficulties: peaceful, easy, normal and hard.
-Multiworld support
-Vanilla-like command (difficulty can be specified in numbers, complete words, or letters) Commands:
/difficulty difficulties.difficulty --Changes server difficulty Config (in world.ini)
WorldDifficulty = 2 (change to difficulty you want, peaceful = 0, easy = 1, normal = 2, hard = 3)
Perhaps some more information,
Like does this apply to mobs as difficulty normally does make stuff harder..
But mcserver isn't finished so i was wondering what does this actually affect.
Difficulty is only applied to mobs damage and spawning (in peaceful mode). Mobs damage depending on difficulty is set according to minecraft wiki. Also, special zombie damage is implemented in the plugin (How much your attack them, more damage they do.
Could this be made into a per-world difficulty? So we can have an easy world and a hard world, in addition to the creative worlds
Does the command accept words or only numbers?
in the command you can only use words, no numbers. I'll try to make it perworld configurable. Maybe difficulty can be stored in world.ini. I will have a look at cIniFile (I never used it) and see what I can do.
Put it into the Core in the meantime, until we can get it into the server.
Fixing tools (by combining two half-damaged ones) is done in the Core as well, so I guess it's okay.
(08-26-2013, 11:38 PM)xoft Wrote: Put it into the Core in the meantime, until we can get it into the server.
Fixing tools (by combining two half-damaged ones) is done in the Core as well, so I guess it's okay.