Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Better Server Packs (Fabric)
ModMIT

Better Server Packs (Fabric)

Easily manage server-side resourcepacks without having to restart the server!

5.0K
Downloads
21
Followers
5 months ago
Updated
📦
8
Versions
managementutilityfabric
Download Latestv1.2.0View on Modrinth

📖About Better Server Packs (Fabric)

Better Server Packs (Fabric)

Better Server Packs is a server-side mod that replaces the old server-resourcepack
logic to allow changing and updating the server resourcepack while the server is running.

What is wrong with Server Resourcepacks?

The issue Server Resourcepacks face currently is that all config about them
(including the hash) is stored in the server.properties file. Although hashes
are technically optional for servers, not using one will cause all sorts of
weirdness when updating the resourcepack resulting in packs not updating on the client.

Using a hash on the other hand, requires a server restart for every update of the
resourcepack and hashes are also a pain to compute.
(Often tools will generate incorrect hashes for a file.)

How does BSP solve this?

BSP adds the new /pack command to your server that allows operators
to update the server resourcepack or push an update out to every user.

Commands

  • /pack set [<url>] [push]
    • This command updates the server resourcepack's URL
      and hash.
      The URL will need to be in a quoted-string.
      If you add the optional push argument, all online
      players will receive a resourcepack update.
  • /pack reload [push]
    • This command forcibly reloads the resourcepack hash
      such as when you have updated the resourcepack on your
      server.
  • /pack push [<players>]
    • Forcibly pushes a resourcepack update to the selected
      players, or all if the player argument is unspecified.
  • /pack required [true|false]
    • Sets if the resourcepack is required* to join the server
      (simply calling /pack required will show the current
      value of the option.
  • /pack prompt [<prompt>|clear]
    • Set the prompt shown to the player when joining the server
      or remove it. Calling this with no parameters will show the
      current prompt.
  • /pack info
    • Shows the current server resourcepack settings (managed by BSP).

* Setting required to true cannot guarantee that players actually use the resourcepack. Modified clients can circumvent this option

This project is a rewrite of BetterServerPacks for 1.21 Fabric servers.

I would also like to thank Max Henkel for developing the awesome config-builder
library and allowing me to use it. There really aren't enough libraries for server-side configuration for Minecraft mods.

👥 Team & Contributors

Fisch37
Fisch37Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
fabric
Minecraft Versions
1.21.11

🔗 Links

Modrinth Page