Slashbridge
No reviews yet
serverside utility mod aiming to add in minecraft commands that I think the base game lacks, bridging datapack and mod function.
Provides a framework or library for other mods to use.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
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.
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> <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.+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.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources