Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last week
Updated 56 minutes ago
Vanilla Essentials
A mod that adds useful tools for technical players, command block users, and mapmakers — designed to blend naturally with vanilla Minecraft.
Features
Entities
- Hitbox entity
Commands
/raycast
/compare
/text
/advancedsummon
/count
Keybinds
- Copy block position (
F6
) - Change fly speed (
backtick
)
Scoreboard Criteria
- Right-click
- OP permission
Other
- Antikill
- Antitp
Usage
Hitbox Entity
- An invisible entity with a visible hitbox.
- Has NBT data
scale
to adjust its size andIsEnabled
to toggle collision. - This is a server-side feature.
Commands
/raycast
- Performs a raycast from the player’s perspective.
- Usage:
/raycast <player> <axis> [<distance>]
- Returns the axis position of the block the player is looking at.
- Default distance is 5.
- Example:
/execute store result score x raycast run raycast @p x
- Runs on the server side.
/compare
- Targets entities that have the same NBT value as another entity or storage.
- Usage:
/compare <target> <target-path> entity <compare-entity> <compare-path> <tag>
- Tags targets that match the NBT value.
- Example:
/compare @a UUID entity @n[type=minecraft:snowball] Owner hasUsedSnowball
- Runs on the server side.
/text
- Renames the item you are holding.
- Usage:
/text <text>
/advancedsummon
- Spawns multiple entities.
- Usage:
/advancedsummon area <from> <to> <entity> [<nbt>]
/advancedsummon multiple <amount> <entity> [<nbt>]
- Runs on the server side.
/count
- Counts entities.
- Usage:
/count <target>
- Runs on the server side.
Keybinds
Copy Block Position (F6
)
- Press
F6
while looking at a block to copy its coordinates to your clipboard. - Coordinates format:
x y z
.
Change Fly Speed (backtick
)
- Scroll while holding
backtick
to change fly speed.
Scoreboard Criteria
Right-click
- Tracks when the player right-clicks with any item.
OP Permission
- Custom scoreboard criteria that detects if a player has operator permissions.
Other
Antikill
- Entities tagged
antikill
cannot be killed by/kill
.
Antitp
- Entities tagged
antitp
cannot be teleported by/tp
.