Download Rogue Sword — Minecraft Mods — ModStock

Rogue Sword

Active

Downloads

0

Last update

2 days ago

Versions

1.21.5
Server
Fabric
Weapons and armor
Magic

RogueSword

Rogue Sword is an item that gives a 30 second speed effect for 1 mana when right-clicked.

The Item

An item where minecraft:custom_data.id is "rogue_sword:rogue_sword" is considered as a rogue sword.

An example command that gives a rogue sword to yourslef:

/give @s golden_sword[custom_data={id:"rogue_sword:rogue_sword"}]

Another example command for the original design:

/give @s golden_sword[custom_data={id:"rogue_sword:rogue_sword"},item_name={"text":"Rogue Sword"},rarity=uncommon]

Configuration

Below is a template config file config/rogue-sword.json filled with default values. You may only need to write the lines you would like to modify.

{
  "manaConsumption": 1,
  "speedDuration": 600,
  "speedAmplifier": 0,
  "speedAmbient": false,
  "speedShowParticles": true,
  "speedShowIcon": true
}

manaConsumption

Mana consumption per use.