HomeJavaDatapacksWASD Detection
WASD Detection
DatapacksJava

WASD Detection

by JDawgtor · on Modrinth

Which Minecraft do you have?

Every version of the game needs its own build. Pick yours, then download — the wrong build installs fine and then does nothing in the game. This mod is built for Data pack only.

⬇ Download for 1.20.2–1.21.1⬇ Download for 1.20–1.20.1⬇ Download for 1.19.2
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

WASD Detection

Accurate WASD detection for Minecraft datapacks.

Latest Data Pack version

1.4

Compatible Minecraft Versions

Java Edition 1.20.2 - 1.21 (Versions of the pack for 1.20.1 and 1.19.2 also available in versions)

How to Use the Data pack

(Full video explaination https://www.youtube.com/watch?v=DsjAlwNN2AQ)

The WASD detection works as an in-game predicate that can be accessed through /execute commands, and or player selectors.

/execute as @a if predicate wasd:w run say pressed w
/execute as @a[predicate=wasd:w] run say pressed w

Either of these will result in a message in chat saying "pressed w" when the player walks forward.

List of preciates

(All of these will have a prefix of wasd:)

wasd:w = if the player walks forward

wasd:a = if the player walks left

wasd:s = if the player walks right

wasd:d = if the player walks backward

wasd:moving = if the player pressed any of the four directions

wasd:space = if the player moves upward

wasd:falling = if the player moves downward

wasd:shift = if the player presses SHIFT

Lock the player's movement

If you want to lock the player from moving you will need to run this command:

/execute as @a run function wasd:lock

This will lock all players at their current positions.

If you want to lock the player at a specific location, then run this command:

/execute as @a postitioned <XYZ> rotated <Y ROTATION> <X ROTATION> run function wasd:lock

*Replacing <XYZ> with your desired coordinates, and <Y ROTATION> and <X ROTATION> with your desired rotations.

To unlock the players, run:

/execute as @a run function wasd:unlock

Installation

Method 1 (Pre-made world)

  1. Locate to your .minecraft/saves/<worldname>/datapacks folder.
  2. Paste the .zip file you installed into this folder.
  3. Enter your Minecraft world and type /reload.
  4. A message should pop up that says "Datapack Installed".

Method 2 (Create new world)

  1. In the Create new world screen, click the "Datapacks" button
  2. Drag and drop the .zip file you downloaded into the game window.
  3. Apply the datapack.~~~~
  4. Create new world.
Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more