Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed GPL-3.0-or-later
Published 3 days ago
Updated yesterday
A "Rogue Sword" is an item where minecraft:item_name
is "Rogue Sword".
An example command to get it:
/give @s golden_sword[item_name="Rogue Sword"]
Get the original design of it:
/give @s golden_sword[item_name="Rogue Sword",rarity=uncommon]
Configuration
Below is a template config file config/roguesword.json
filled with default values. You may only need to write the lines you would like to modify.
{
"manaPointConsumption": 1,
"speedDuration": 600,
"speedAmplifier": 0,
"speedAmbient": false,
"speedShowParticles": true,
"speedShowIcon": true
}
manaPointConsumption
: Amount of mana point will be consumed per use.