Zap
⚪ Last updated 2023🖼️ Gallery (1 images)
🔍 Analysis
- 👍 0.4% endorsement rate
- 🏆 #475 of 604 lightweight mods in this game by downloads
📋 About This Mod
# Zap <a href="https://fabricmc.net"><img alt="fabric" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/fabric_vector.svg"></a> <a href="https://codeberg.org/RaptaG/Zap"><img alt="Available on Codeberg" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/codeberg_vector.svg"></a> A small collection of Fabric mods designed to optimize the server side of Minecraft.<br /> Inspired by Fabulously Optimized! ## 🌃 Featuring - (https://modrinth.com/mod/debugify), by (https://modrinth.com/user/isxander) - (https://modrinth.com/mod/ferrite-core), by (https://modrinth.com/user/malte0811) - (https://modrinth.com/mod/krypton), by (https://modrinth.com/user/astei) - (https://modrinth.com/mod/lithium), by (https://modrinth.com/user/2No2Name) - (https://modrinth.com/mod/memoryleakfix), by (https://modrinth.com/user/fxmorin) - (https://modrinth.com/mod/no-chat-reports), by (https://modrinth.com/user/Aizistral) - (https://modrinth.com/mod/servercore), by (https://modrinth.com/user/Wesley1808) - (https://modrinth.com/mod/yosbr), by (https://modrinth.com/user/shedaniel) ## Install instructions There are various ways you can install Zap in your server: <details> <summary>1. Using mrpack-install</summary> (https://github.com/nothub/mrpack-install) is a new tool which allows for easy server modpack installations. **To install Zap:** 1. (https://github.com/nothub/mrpack-install/releases/latest). 2. Run this command on your server's command line: `mrpack-install yT9inLnJ` 3. Zap should now be installed in your server! **To update Zap:** 1. Run this command on your server's command line: `mrpack-install update` 2. Zap should now be updated! </details> <details> <summary>2. Install through launcher, and move to server folder</summary> Install Zap using any launcher of your choice. After that, simply move the `mods` folder from the downloaded modpack to your server folder. </details> <details> <summary>3. Use packwiz-installer to install and auto-update on launch</summary> **It is _essential_ to have server backups if you use this method!!** (https://github.com/packwiz/packwiz-installer) is a useful tool that lets you automatically install and update a modpack through the `pack.toml` file of that pack. Some server hosts may let you set a command that runs before the server actually starts. It's called a _pre-launch command_. I can't exactly help if you are using an external server provider as I do not know where they let you do that stuff, you will have to figure that out on your own. First, you need to (https://github.com/packwiz/packwiz-installer-bootstrap/releases). After that, move it to the same folder as your server's Fabric loader jar. This will usually be the root of the server. ``` java -jar packwiz-installer-bootstrap.jar -g -s server https://codeberg.org/RaptaG/Zap/raw/branch/main/modpack/pack.toml ``` If you are running this server through a batch file or something like that, you can add this command before your server's launch command and it should work just fine. You can also refer to (https://packwiz.infra.link/tutorials/installing/packwiz-installer/#using-a-modpack-with-a-server) </details> <details> <summary>4. With Superpack</summary> You can use a useful tool by Gaming32 called Superpack to download this modpack's content and extract it to a folder. Here are the (https://github.com/Gaming32/Superpack/releases). </details> ###### Thanks to Devin for allowing me to use some of his instructions from (https://modrinth.com/modpack/adrenaserver)! ## ❓ FAQ - **Q:** Backports? Support for non-latest versions?<br /> > **A:** Zap aims for the latest Minecraft stable release. Therefore there'll be no backports nor support for non-latest versions of the game. - **Q:** How does version numbering work?<br /> > **A:** The format is **x**.**y**.**z**. **x** changes with every new major Minecraft release, **y** with every new minor Minecraft release and **z** with every modpack update within the minor MC release. - **Q:** Why is chat reporting disabled on my server?<br /> > **A:** To protect the players' privacy and accounts from inaccurate bans, chat reporting is disabled by Zap as a whole. For more information refer to the (https://fabulously-optimized.gitbook.io/modpack/readme/chat-reporting-faq). ## 👥 Credits Thanks to: - (https://modrinth.com/user/robotkoer), for making the amazing Fabulously Optimized modpack - **Every single developer** of all the mods and included in Zap - (https://modrin
A small collection of Fabric mods designed to optimize the server side of Minecraft.
Inspired by Fabulously Optimized!
## 🌃 Featuring
- (https://modrinth.com/mod/debugify), by (https://modrinth.com/user/isxander)
- (https://modrinth.com/mod/ferrite-core), by (https://modrinth.com/user/malte0811)
- (https://modrinth.com/mod/krypton), by (https://modrinth.com/user/astei)
- (https://modrinth.com/mod/lithium), by (https://modrinth.com/user/2No2Name)
- (https://modrinth.com/mod/memoryleakfix), by (https://modrinth.com/user/fxmorin)
- (https://modrinth.com/mod/no-chat-reports), by (https://modrinth.com/user/Aizistral)
- (https://modrinth.com/mod/servercore), by (https://modrinth.com/user/Wesley1808)
- (https://modrinth.com/mod/yosbr), by (https://modrinth.com/user/shedaniel)
## Install instructions
There are various ways you can install Zap in your server:
(https://github.com/nothub/mrpack-install) is a new tool which allows for easy server modpack installations.
To install Zap:
1. (https://github.com/nothub/mrpack-install/releases/latest). 2. Run this command on your server's command line: `mrpack-install yT9inLnJ` 3. Zap should now be installed in your server!
To update Zap:
1. Run this command on your server's command line: `mrpack-install update` 2. Zap should now be updated!
Install Zap using any launcher of your choice.
After that, simply move the `mods` folder from the downloaded modpack to your server folder.
It is _essential_ to have server backups if you use this method!!
(https://github.com/packwiz/packwiz-installer) is a useful tool that lets you automatically install and update a modpack through the `pack.toml` file of that pack.
Some server hosts may let you set a command that runs before the server actually starts. It's called a _pre-launch command_. I can't exactly help if you are using an external server provider as I do not know where they let you do that stuff, you will have to figure that out on your own.
First, you need to (https://github.com/packwiz/packwiz-installer-bootstrap/releases). After that, move it to the same folder as your server's Fabric loader jar. This will usually be the root of the server.
``` java -jar packwiz-installer-bootstrap.jar -g -s server https://codeberg.org/RaptaG/Zap/raw/branch/main/modpack/pack.toml ```
If you are running this server through a batch file or something like that, you can add this command before your server's launch command and it should work just fine. You can also refer to (https://packwiz.infra.link/tutorials/installing/packwiz-installer/#using-a-modpack-with-a-server)
You can use a useful tool by Gaming32 called Superpack to download this modpack's content and extract it to a folder. Here are the (https://github.com/Gaming32/Superpack/releases).
###### Thanks to Devin for allowing me to use some of his instructions from (https://modrinth.com/modpack/adrenaserver)!
- Q: Backports? Support for non-latest versions?
> A: Zap aims for the latest Minecraft stable release. Therefore there'll be no backports nor support for non-latest versions of the game.
- Q: How does version numbering work?
> A: The format is x.y.z. x changes with every new major Minecraft release, y with every new minor Minecraft release and z with every modpack update within the minor MC release.
- Q: Why is chat reporting disabled on my server?
> A: To protect the players' privacy and accounts from inaccurate bans, chat reporting is disabled by Zap as a whole. For more information refer to the (https://fabulously-optimized.gitbook.io/modpack/readme/chat-reporting-faq).
## 👥 Credits
- (https://modrinth.com/user/robotkoer), for making the amazing Fabulously Optimized modpack
- Every single developer of all the mods and included in Zap
- (https://modrin
📊 Mod Details
- Game
- Minecraft Modpacks
- Author
- RaptaG
- Version
- 2.1.0
- Downloads
- 1,065
- Endorsements
- 4
- Category
- lightweight
- Created
- 5/10/2023
- Updated
- 8/6/2023
- Game Versions
- 1.20.1
- Tags
- lightweight, multiplayer, optimization
🔧 How to Install Minecraft Modpacks Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Modpacks →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Modpacks commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Modpacks versions does Zap support?
The author lists 1.20.1. Other versions may work but are untested by the author.
What is the latest version of Zap?
Version 2.1.0, published 2023-08-06 with 1,065 downloads recorded at the source.
Keep browsing — more Minecraft Modpacks mods await
