After you enable Craft Multiplier,you just need the normal craft.If the Multiplier is 10, when you craft 10 items, it will automatically add 100 items to the craft list.
Chat Commands
/cm #
-- # is multiplier, type/cm
disable multiplier
Permissions
craftmultiplier.use
-- Required to use
Configuration
{
"Chat Command": "cm",
"Chat Prefix": "[CraftMultiplier]:",
"Chat SteamID Icon": 0,
"Maximum Multiplier": 10,// 0 = disable
"Time Before The Multiplier Is Disabled": 120.0,// 0 = disable
"Use Blacklist (If false, a whitelist will be used)": true,
"Item List (Item short name)": [
"rock"
]
}
Localization
{
"NotAllowed": "You don't have permission to use this command.",
"NotIntValue": "Please use an integer number greater than zero.",
"EnabledCraftMultiplier": "You have <color=#7FFF00>Enabled</color> craft multiplier, multiplier is <color=#1E90FF>{0}</color>. ",
"ChangedCraftMultiplier": "Craft multiplier has been changed to <color=#1E90FF>{0}</color>. ",
"DisabledCraftMultiplier": "You have <color=#FF8C00>Disabled</color> craft multiplier.",
"MultiplierNotEnable": "You have not enabled the craft multiplier, usage: '<color=#1E90FF>/{0} #</color>' -- # is the multiplier.",
"CantAfford": "You don't have enough resources to use craft multiplier.",
"IsBlocked": "This item is blocked by craft multiplier and cannot be multiplied.",
"CantUse": "Unable to use, please wait for server initialization.",
"MultiplierLimit": "The craft multiplier cannot be greater than {0}",
"AutoDisable": "The craft multiplier will disabled after {0} seconds"
}
Thank for
glasiore: designed the icon for the plugin. Great man!!!**Arainrr **: Previous maintainer
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.