Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Slashbridge

Slashbridge

serverside utility mod aiming to add in minecraft commands that I think the base game lacks, bridging datapack and mod function.

229
5
Game Mechanics
Library
Utility
AboutChangelogVersions

Slashbridge

What does it do?

Slashbridge was started because there are functions that I was like "Really? You can't do that with commands?" In its current state it adds commands, but the plan is to expand it to other serverside features that will be used my own datapacks and data-driven mods, and hopefully yours too!

Commands

/motion Entitymotion allows you to smoothly move an entity and edit its current velocity in different ways.

Movement subcommands:

set (vector) - Changes the entity's velocity to a new vector.

add (vector) - Adds a new vector to the entity's current velocity.

seek (number) - Moves targets towards an entity (or away from with a negative number).

mult (number) - Multiplies a target's current velocity by a number.

Vector movement formats:

world - Movement corresponds to in-game coordinates. <x> <y> <z>

local - Movement relative to where the target entity is facing. <forward/back> <up/down> <right/left>

zx - Movement rotates only horizontally but not vertically. Y is always up in the game world and not up relative to where an entity is facing. <forward/back> <y> <right/left>

/status Entitystatus lets you modify the health, hunger, and absorption values of an entity.

Subcommands:

seek lets you transfer any of these stats from one entity to another, such as giving an entity hunger by removing another's health.

The rest of the subcommands +|-|*|/|= are just math operators.

/despawn

Despawn lets you despawn entities without technically killing them. They won't drop items or xp or anything. Currently made to ignore players.

Subcommands:

recursive - Despawns the entity targeted alongside all of its passengers.

single - Despawns only the entity targeted.

/after

After lets you run a command after a number of ticks. Can be stacked with other commands. For example `/execute at @p run after 100 kill' could be a command.

/during

During lets you run a command during day, night, or a specific moon phase.

/Ignite & /Extinguish

Set entities on fire or put it out. The ignite command lets you set the number of ticks entities are on fire for.

Tags

These will have some degree of command functionality, but they partially use minecraft's command system and can be added & manipulated with the /tag command.

Damage Resitance and Vulnerability sb.dx.<damageType>+<multiplier>

This adds in damage multipliers for a specific damage type. These are done in camelcase, as that's what's displayed in minecraft. So instead of writing indirect_magic you'd write indirectMagic.

sb.dx.mob+0.5 would mean you take half melee damage from mobs

these tags are not intended to stack, and the math will work out weirdly if you try and stack them.

you can put negative multipliers to heal on damage.

sb.damageheal

This tag is added when an entity heals instead of taking damage. It does not get removed at the moment, with the assumption that whoever's using the tag for tracking purposes can remove it on their end.

Plans for the future

Player Animation Command(s)

Idk how plausable this is, but I want to be able to queue up player animations available in vanilla game such as swinging a hand or sitting. Whether or not this would be possible, especially at my current skill level, only time will tell.

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Compatibility

Minecraft: Java Edition

Platforms

Fabric

Supported environments

Server-side

Links

Join Discord server

Creators

Rox1000000
Rox1000000 Member

Details

Licensed CC0-1.0
Published 6 months ago
Updated 5 months ago

Modrinth is open source.

main@58dac27

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.