RealDualWield - Voluntary Donation icon

RealDualWield - Voluntary Donation -----

Allows you to attack with both swords for real! With animation! NO MODS and NO Resourcepack!





Added 1.20.1 support
----------, Jun 26, 2023

Update LoneLibs!

- added 1.19 support
----------, Jun 13, 2022

- updated to Spigot 1.17
- cleaned up code
----------, Jul 1, 2021

Updated to 1.16.4
----------, Nov 3, 2020

Fixed shovels compatibility with recent Minecraft versions.
Please don't forget to add them in your config.yml
Code (Text):
show-cooldown-bar: true
can-attack-mob-in-air: false
deny-longpress-rightclick: true
break-plants: true
break_plants_bare_hand: true
dual_wield_enabled:
  materials:
    - BONE
    - STICK
    - BRICK
    - WOODEN_SWORD
    - WOODEN_SPADE
    - WOODEN_SHOVEL
    - WOODEN_AXE
    - WOODEN_PICKAXE
    - WOODEN_HOE
    - WOOD_SWORD
    - WOOD_SPADE
    - WOOD_SHOVEL
    - WOOD_AXE
    - WOOD_PICKAXE
    - WOOD_HOE
    - STONE_SWORD
    - STONE_SPADE
    - STONE_SHOVEL
    - STONE_AXE
    - STONE_PICKAXE
    - STONE_HOE
    - GOLDEN_SWORD
    - GOLDEN_SPADE
    - GOLDEN_SHOVEL
    - GOLDEN_AXE
    - GOLDEN_PICKAXE
    - GOLDEN_HOE
    - GOLD_SWORD
    - GOLD_SPADE
    - GOLD_SHOVEL
    - GOLD_AXE
    - GOLD_PICKAXE
    - GOLD_HOE
    - IRON_SWORD
    - IRON_SPADE
    - IRON_SHOVEL
    - IRON_AXE
    - IRON_PICKAXE
    - IRON_HOE
    - DIAMOND_SWORD
    - DIAMOND_SPADE
    - DIAMOND_SHOVEL
    - DIAMOND_AXE
    - DIAMOND_PICKAXE
    - DIAMOND_HOE
    - NETHERITE_SWORD
    - NETHERITE_SPADE
    - NETHERITE_SHOVEL
    - NETHERITE_AXE
    - NETHERITE_PICKAXE
    - NETHERITE_HOE
 
----------, Oct 26, 2020

- fixed "NoSuchMethodError: org.bukkit.Material.createBlockData"
- better cooldown animation
----------, Oct 22, 2020

1.16.3 fixes
----------, Sep 25, 2020

1.16.2 compatibility
----------, Aug 12, 2020

fixed commands registration
----------, Jul 21, 2020

Moved all libs to LoneLibs, please install it
----------, Jul 18, 2020

Moved all libs to LoneLibs, please install it
- removed not used libs
- renamed some settings in config.yml
- moved all libs to LoneLibs
- optimizations
- removed experimental settings, now they're not experimental anymore
----------, Jul 17, 2020

PLEASE OPEN config.yml AND ADD THESE LINES:
Code (Text):
    - NETHERITE_SWORD
    - NETHERITE_SPADE
    - NETHERITE_AXE
    - NETHERITE_PICKAXE
    - NETHERITE_HOE
 
----------, Jul 15, 2020

1.16.1 compatibility
----------, Jul 1, 2020

hotfix 1.14
----------, Dec 13, 2019

Spigot 1.15 support
----------, Dec 12, 2019

no need to update if you're not using Spigot 1.11

- fixed attack sounds not playing in 1.11
----------, Dec 4, 2019

- fix animation issue with some materials
----------, Oct 21, 2019

Updating prevents the resource from being marked as inactive from the system.
----------, Aug 19, 2019

- added fireaspect logic
- fixed knockback logic
----------, Jul 12, 2019

Small fix, no need to update
----------, Jun 26, 2019

Removed debug messages
----------, Jun 13, 2019

added new option:
Code (YAML):
break_plants_bare_hand : true
----------, May 17, 2019

1.14 small fix
----------, May 1, 2019

ADDED MINECRAFT 1.14 COMPATIBILITY
- Fixed break plants in adventure mode
- fixed 1.14 materials
- added new particle (hearts) when attacking mob (like real right hand attack)
----------, Apr 28, 2019

ADDED MINECRAFT 1.14 COMPATIBILITY
----------, Apr 27, 2019

- more realistic interact particles
- added plants break event with left hand (flowers, grass...), configurable in config.yml
----------, Apr 18, 2019

Backend update
----------, Apr 10, 2019

- Added experimental settings in config
- more realistic behaviour (EXPERIMENTAL-can-attack-mob-in-air: false)
----------, Mar 20, 2019

Fixed wrong folder creation
----------, Mar 20, 2019

Updated NBT wrapper
----------, Mar 18, 2019

Update API
----------, Mar 15, 2019

Small fixes
----------, Feb 26, 2019

Fix for some china users who coudn't load the plugin
----------, Feb 21, 2019

Fix durability left hand
----------, Feb 17, 2019

Fixed reload command
----------, Feb 17, 2019

Small fixes
----------, Feb 17, 2019

Small fixes
----------, Feb 17, 2019

bugfix
----------, Feb 16, 2019

- More realistic left hand attack (more similar to right hand original attack)
- improved damage value calculations
- optimizations
- added some materials to the config (bones, sticks, bricks)
----------, Feb 16, 2019

More precise damage calculations for offhand
----------, Feb 16, 2019

Fixed command in console
----------, Feb 16, 2019

events:
PlayerDamageEntityWithOffhandEvent (you can cancel it or overwrite the damage with your custom one using setDamage(double) )
PlayerOffhandAnimationEvent
PlayerOffhandDelayEvent
PlayerOffhandReduceDurabilityEvent
----------, Feb 16, 2019

- fixed compatibility with Holographic Displays
- now you can attack with air in main hand and item in left hand
- fixed exploit to push defenseless players out of area (GriefPrevention)
----------, Feb 15, 2019

Added getEntity method to API
----------, Feb 13, 2019

Added API, just listen for event:
com.evill4mer.RealDualWield.Api.PlayerDamageEntityWithOffhandEvent
If you cancel it no damage will be dealt to entity
----------, Feb 13, 2019

Added HolographicDisplays compatibility, now no errors will be thrown in console. Thanks to madtomic
----------, Feb 13, 2019

- removed permission system, it was too messy and difficult to configure, now the only permission needed is rdw.use
- added new section in config.yml to add every material you want to be enabled for dual wielding (list of materials can be found there, search for "sword" for example )
- made the off-hand "sweep animation" appear only for swords (not tools) (thanks Shano_dekono)
- added support for knockback enchantment (thanks Shano_dekono)
- removed and optimized ugly spaghetty code from 2016
----------, Feb 10, 2019

Improved performance on 1.13.2 servers
----------, Feb 9, 2019

Minor changes and code optimization
----------, Jan 31, 2019

Small fixes
----------, Jan 31, 2019

Added sweep animation and particles!
[​IMG]


Also added a fix for creative players beying pushed by left sword
----------, Jan 23, 2019

Added 1.13-1.13.2 support
----------, Jan 18, 2019

Added Minecraft 1.12 support
----------, Jun 13, 2017

Now the nbt tag unbreakable is not removed when using the left weapon
----------, Feb 12, 2017

Added support for Axes, pickaxes, spades

Also changed permission structure a bit. (Read the plugin page for more info)
----------, Feb 5, 2017

FIXED:
  • NPCs from the plugin citizens are not immune to the knockback in an antiPVP zone
  • knockback effect on players in the same region
  • holding just only 1 sword in my right hand, it acts as if I have another and allows me to right click, do damage and hear the sound
----------, Jan 21, 2017

Updated to Minecraft 1.11
----------, Jan 20, 2017

Resource Information
Author:
----------
Total Downloads: 595
First Release: Oct 30, 2016
Last Update: Dec 27, 2023
Category: ---------------
All-Time Rating:
32 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings