ServerPresets

Quick rating

ServerPresets

No reviews yet

Pin preset servers to the top of your multiplayer list. Locked from editing, deletion, and reordering.

QoL & Tweaks
Mod Loaders
Fabric
Minecraft
26.2

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

About

Project Details

Type
Mod
Latest Version
ServerPresets-1.1.0-26.2.jar
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

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

ServerPresets

A Minecraft Fabric mod that pins preset servers to the top of your multiplayer server list. These servers are locked and cannot be edited, deleted, or moved by players.

Features

  • Load preset servers from a configuration file
  • Preset servers are always pinned to the top of the server list
  • Preset servers cannot be edited, deleted, or moved
  • Automatic deduplication: duplicate servers with the same IP are removed
  • Players can freely manage their own servers (but cannot move them above preset servers)
  • Configure server resource pack policy (Prompt/Enabled/Disabled)
  • Load preset servers from a remote URL (HTTP/HTTPS), with automatic merging of local and remote lists

Usage

  1. Launch the game with the mod installed
  2. The mod will automatically create config/serverpresets.json
  3. Edit the configuration file to add your preset servers
  4. Restart the game to see the preset servers at the top of your multiplayer list

Configuration

Configuration file location: config/serverpresets.json

Example Configuration

{
  "presetServers": [
    {
      "name": "Example Server 1",
      "ip": "mc.example.com",
      "resourcePackPolicy": "PROMPT"
    },
    {
      "name": "Example Server 2",
      "ip": "play.example.net:25565",
      "resourcePackPolicy": "ENABLED"
    }
  ]
}

Configuration Fields

  • name: Server display name
  • ip: Server address (can include port)
  • resourcePackPolicy: Server resource pack behavior
    • PROMPT: Ask the player (default)
    • ENABLED: Always accept resource packs
    • DISABLED: Always decline resource packs

Remote Server List

Preset servers can also be loaded from a remote URL, which is useful for managing the server list across multiple clients from a single source.

Enabling Remote Loading

Add the remoteUrl and enableRemote fields to config/serverpresets.json:

{
  "presetServers": [
    {
      "name": "Local Server",
      "ip": "localhost",
      "resourcePackPolicy": "PROMPT"
    }
  ],
  "remoteUrl": "https://example.com/servers.json",
  "enableRemote": true
}
  • remoteUrl: The URL of the remote server list (HTTP or HTTPS). Leave empty to disable.
  • enableRemote: Set to true to enable remote loading, false to disable (default).

Remote JSON Format

The remote URL must return JSON in the following format:

{
  "servers": [
    {
      "name": "Remote Server 1",
      "ip": "play.example.net",
      "resourcePackPolicy": "ENABLED"
    },
    {
      "name": "Remote Server 2",
      "ip": "mc.example.com",
      "resourcePackPolicy": "PROMPT"
    }
  ]
}

Screenshots

Gallery

  • Servers at the top are defined in the config.
    Servers at the top are defined in the config. Cannot be deleted, edited, or reordered.

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
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