This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What? While testing other plugins alongside CracksShot I tried adding attributes to weapons to see if they worked well together. They did.
So? Introducing an optional node in weapon configuration files so weapons can be created with built-in attributes such as knock-back resistance, max health and speed ( http://minecraft.gamepedia.com/Attribute ) would serve useful in the creation of weapons (and items such as medicine, drugs, armor), further increasing the customization this plugin is known for.
Ok? If considered, the node could look something like the following:
Attributes: Enable: <true/false> Attributes: TYPE-NAME-STRENGTH, <...>
In which:
Health is +/- and measure in half hearts, speed is +/- and measured in decimals/percentages, and knockback resistance is measured from 0-1.
Examples!
-+- A pistol which increases the holder's movement speed by 10%.
-+- A Fatman, it's heaviness causes the user to move at half his or her normal speed.
You cannot currently achieve this using the Bukkit API, only through NMS classes, the use of which would render the plugin version-specific.
Features including attributes, instantaneous firework explosions, particle-effects, modified entities and so forth will likely not be included in CrackShot for as long as NMS classes are required to realize them.
Of course, you are free to implement such additions via an external plugin.
@Shampaggon: Go
Well that's a darn shame, but understandable.
Thanks for the quick reply!
To post a comment, please login or register a new account.