Become a premium member to remove ads
Notice
The Chaotic United Wiki is currently in beta. As such, some pages may display incorrectly, and some content may be inaccurate. If you find any issues, be sure to let us know on the bug tracker!
A Durite Hammer is a tool that can be constructed using Durite. When used, it emits a large blast which deals damage to nearby animals, mobs, and players, as well as causing a moderate amount of knockback from the blast.
Obtaining
A Durite Hammer can be only be obtained via crafting. It can be created using 5 Durite and 2 Sticks.
Usage
The Durite Hammer is a unique weapon and does not have any direct counterpart with other vanilla Minecraft tools. Instead, it acts a new type of weapon, dealing not just damage to surrounding entities, but also causing a fair bit of knockback to nearby entities. The amount of knockback depends on the distance from the player. The player wielding the hammer is also affected by a separate knockback slightly, being moved 0.5
blocks backwards upon use.
Additionally, the hammer has integration with CUPvPToggle. Any players with PvP disabled will be completely unaffected by the hammer, with both damage and knockback effects being disabled.
Formulas & Technical Details
Name/Description | Formula/Value |
---|---|
Hammer Scanning Range |
8
|
Hammer Location |
player.getLocation().clone().add(player.getLocation().getDirection().multiply(2));
Variables:
|
Distance from Hammer |
nearby_entity.getLocation().add(0, 1.5, 0).distance(hammerLocation);
Variables:
|
Damage from Hammer |
8 / distFromHammer
Variables:
|
Knockback Affected Range |
2.85
|
History
Main MC Server | |
---|---|
MC 1.15.2 |
|
MC 1.16 |
|
MC 1.18.1 |
|
MC 1.18.2 |
|
Trivia
- The Durite Hammer's functionality is virtually identical to the Gravity Hammer seen in the Grifblock gamemode.
Minecraft Server
Blocks | |
---|---|
Resources | |
Building | |
Functional | |
Unused | |
Unimplemented | |
Removed |
Mobs | |
---|---|
Bosses | |
Unimplemented |
Locations | |
---|---|
Dungeons | |
Other |
|
Technical Resources | |
---|---|
Plugins | |
Other |
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now