Slashbridge

Quick rating

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.

API/Library
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
Creative Commons Zero v1.0 Universal
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

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

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works