AntiXRay
# 🛡️ zepAntiXRay — Hide Ores from X-Ray Cheaters
**Anti XRay** protects your server from players using X-Ray resource packs or hacked clients to locate ores. Ores are hidden **server-side** and only revealed when a player is close enough or has direct line of sight.
—
## ✨ Features
– **Hides ores server-side** — Diamond, Emerald, Gold, Iron, Redstone, Lapis, Ancient Debris and more
– **No client mod required** — works completely server-side
– **Lightweight** — minimal performance impact on your server
– **Simple & focused** — does exactly one thing, and does it well
—
## ⚙️ How it works
Ore blocks are **replaced with stone** in the chunk data before being sent to the client. They are only revealed when a player is **close enough**, preventing any X-Ray cheater from spotting them at a distance.
—
## 📋 Requirements
| | |
|—|—|
| **Minecraft** | 1.7.x-1.21.x |
| **Server Software** | Paper, Purpur, Folia, Bukkit, Spigot |
| **Java** | 21+ |
| **ProtocolLib** | Please use the Newst Version |
—
## ⚠️ Limitations
> This plugin is focused **solely on hiding ores**. It does not include any additional anti-cheat features beyond X-Ray protection.
ZenXArch’s Zombie Apocalypse
## Data Driven zombies?
This mod adds data driven zombies since version 0.0.15.
What this means is that the variants of a zombie can be added using datapacks.
“Download the mod on modrinth”
Github link
https://github.com/offbeat-stuff/zombies
How the data driven system works
The mod adds a dynamic registry like for enchantments
Currently the mod adds the following configuration to variants
– lootTableInfo contains a field for spawn armor and loot drop
– events -> 7 event handlers (spawn,tick,death,kill etc.)
– Runs like an enchantment effect when event fires
– BiomePredicate -> what biomes the variant spawns in
– Requirements -> a loot condition for mob to spawn
– attribute (base and modifiers) to add on spawn
– weight (contains weight and quality) -> similiar to loot table entries (uses difficulty)
My plans for additional fields
– texture (would require client side changes) which isn’t plan so I will make a seperate to allow for that to be done in more portable way.
– spawn weight (How much the mob counts towards internal zombie cap) (unlikely)
– attachments to mob ai
What event handlers are there?
– apply status effect to target
– swap positions
– single target
– freeze
– ignite
– spawn effect cloud
– spawn particle effect
– apply status effect
Installation
Just install the main jar alongside smartbrainlib 1.16.7+ and fabric api 0.118+
## What about the apocalypse?
This mod continually spawns zombies around the players in overworld.
Also currently gives small leaping ability to zombies.
There is a seperate difficulty system that takes into account player weapons,armor,food.
And time spent in the world. But has a inverse effect based on time spent in a chunk.
Meaning that if you spent too much time in a chunk (8 hours on easy 35 hours on hard)
that place will no longer be apocalyptic. (I will be adding a gamerule to control this.
Certain things I want to implement over long period:
– Give various abilities to zombies: Like [Eldritch Mobs](https://modrinth.com/mod/eldritch-mobs) (not exactly the same but like)
– Give various intelligence to zombies: jump over gaps (Probably not, its hard to implement), and mob behaviour (grouping around the player) (also hard to implement but could be)
Certain things I want to implement right now:
– Different zombies for different places (drowned for water, zombie piglins for lava, husk for the sun)
– Make use of various creative mode tools (like /ride /tp) to give zombies a edge
– Add mechanics for zombies to escape mob farms
– Make zombies not group together in small spaces
## Didn’t you make a similiar mod ?
Yeah I did [Zombie Apocalypse](https://codeberg.org/ZenXArch/zombie-apocalypse), It was a good experience. This mod is still available as source, so you can use it if you compile the code. (Feel free to use the source code in your own mods.)
## So what went wrong with the old mod ?
Well It was a hassle to maintain. My mistake,I know. The worst thing was config. I had to spend way too much time to write the config code. Also the mod kinda felt not like what it name was.
It didn’t feel like the zombies were very good. So this time I wanna make the zombie low in density and high in damage and abilities. And also not limit myself to some config options.
One of the thing that was kinda wrong the last time. Everything was a config and that made it hard for me to try doing funky that were hard to write config for.
## So No config this time?
Yep, At least for a long time.
But I will be making simple stuff controllable via datapacks.
## So this is a all zombies mod.
Maybe, maybe not. I am open to ideas.
## Will you add client side content?
~~No. (Maybe textures using a seperate client side mod… maybe)~~
Zombie variants will use `{namespace}/textures/entity/zombie/{id}.png` as texture.I won’t be adding any other client side features.
ZenGUI
ZenGUI is a custom red-themed GUI texture pack made to give Minecraft a cleaner and more modern feel. Every menu, button, and interface element is designed with a smooth red style that looks great while still feeling simple and comfortable to use.
This pack is perfect for players who like minimal yet stylish visuals for PvP, survival, or everyday gameplay. The dark and red color combination gives Minecraft a fresh look without changing the original vibe too much.
Made with attention to detail by Zensiyoo.
Zelda Door Mechanics
## Features of the door
– No resource pack required
– Has sounds
– Has collision when closed
– Get open when getting close
– Will be placed facing north/south by default, you can rotate to 90°
– Possibility to lock door and to get a key
– Peebles animation on the ground when the door is closing
– Model for locked door
– Once a locked door is unlocked, the key from the player inventory get deleted
– Animation inspired from Zelda: Twilight Princess when a locked door is unlocked
**If you don’t want to read all this, just do /function door:help in-game and read the step-by-step documentation in-game!**
### How to place & remove a door
**To place a door (you need OP), follow those 2 easy steps carefully:**
– Go where you wanna place the door, and check for your position (X,Y,Z). Then, go in spectator mode and do /teleport [your coordinates, but **add** .5 after each number] (example: if your coordinates are x 12, y 64 and z -100, run /teleport 12.5 64.5 -99.5
– Run /function door:_/create
– **It’s done!**
– To remove a door, stand on it and run /function door:remove_current_door
### How to lock & unlock a door
**To lock a door:**
– Go where you wanna place the door, and check for your position (X,Y,Z). Then, go in spectator mode and do /teleport [your coordinates, but **add** .5 after each number] (example: if your coordinates are x 12, y 64 and z -100, run /teleport 12.5 64.5 -99.5 do the teleport
– Run /function door:lock_door whilst standing on the door
– To unlock it, get a key with /function door:give_key
### How to rotate a door
**To rotate a door:**
– Stand at the door position and check for the coordinates, then run /gamemode spectator and /teleport x.5 y.5 z.5 as for the other steps
– If you want to rotate a locked door, lock it before the next step (see above)
– Run /function door:rotate_door_90
**For in-game help and additional commands, run /function door:help**
**This datapack has a known issue:**
– Collisions don’t work for rotated locked door (currently, it’s better to only locks doors facing north/south, but you can create non-locked doors facing east/west if you want)
Zelda BOTW Boomerang Datapack
# All Boomerang of BOTW The Legend of Zelda Game !
**Works alone and with friends Online** !!
## Work with ResourcePack !!
[https://modrinth.com/resourcepack/the-legend-of-zelda-boomerang](https://modrinth.com/resourcepack/the-legend-of-zelda-boomerang)
Boomerang List
Boomerang
Great Boomerang
Sea Boomerang
Lézarfos Arm
Lézal 1,2,3 blade
## add-on (Disable if u want):
__ToTK Expansion is coming soon ! (add fusion Item mechanics ice fire elec stone)__
Break Blocks
Pickup Item
Glowing
ShowName Item
### Command to disable:
_/function boomerang:disable_
Craft Boomerang







Knight/Soldier Link Armor BOTW/TOTK :
[https://modrinth.com/resourcepack/linkknightset](https://modrinth.com/resourcepack/linkknightset)
———————————————————————————————–
**Other projects if you want :**
[https://modrinth.com/user/Totomag0](https://modrinth.com/user/Totomag0)
[https://modrinth.com/organization/to.company](https://modrinth.com/organization/to.company)
Zecoar Modpack

# **Zecoar Modpack**
**Minecraft vanilla Fabric modpack**
| Minecraft Ver.| Latest Ver. | Java Ver.(Recommend) | Update? |
| :-: | :-: | :-: | :-: |
| 1.20.1 | 1.0.0 | Java 17 | No |
| 1.20.6 | 1.0.1 | Java 21 | No |
| 1.21 | 1.1.3 | Java 21 | No |
| 1.21.1 | 1.0.1 | Java 21 | No |
| 1.21.3 | 1.0.3 | Java 21 | No |
| 1.21.4 | 1.0.3 | Java 21 | No |
| 1.21.5 | 1.0.2 | Java 24 | No |
| 1.21.6 | 1.0.3 | Java 24 | No |
| 1.21.7 | 1.0.2 | Java 24 | No |
| 1.21.8 | 1.0.4 | Java 24 | No |
| 1.21.9 | 1.0.0 | Java 24 | No |
| 1.21.10 | 1.0.1 | Java 24 | No |
| 1.21.11 | 1.0.2 | Java 24 | Yes |
| 26.1.2 | 0.1.0 | Java 25 | Yes |

**Dedicated to players who enjoy playing the vanilla Minecraft**
#
**Switch Resourcepacks**
Don’t like Rainbowpixel? Don’t worry. We have in-built another three resoucepacks —— CozyUI+, OreUI Reaction and Unique Dark Refined.
If you want to switch resourcepacks, you need disable current resoucepacks, than you can enable the resourcepack which you want to use.
**Configuration Requirements**
_*Attention: Distant Horizon defaults to off, the enabled shaderpacks is Complementary Reimgained._
Lowest | Disable Shader, Distant Horizons Off
GPU: Intel Iris Xe Graphics
Memory: 16 GB
Storge: 500 MB
Lowest | Enable Shader, Distant Horizons Off
GPU: NVIDIA GeForce GTX 1660 Super
Memory: 16 GB
Storge: 500 MB
Recommend | Disable Shader (Distant Horizons: 32 Chunks, CPU Usage Rate Minimal, Quality: Normal)
GPU: NVIDIA GeForce RTX 2060
Memory: 16 GB
Storge: 1 GB
Recommend | Enable Shader (Distant Horizons: 64 Chunks, CPU Usage Rate Lowest, Quality: Normal)
GPU: NVIDIA GeForce RTX 2070 Super
Memory: 16 GB
Storge: 1 GB
(Configuration may not be accurate, subject to actual situation; I don’t know configuration requirements of AMD, because I don’t use AMD)
**Inside version name explain**

Lastest letter:
R-Release
B-Beta
A-Alpha
Middle letter:
B-Normal
**Notes**
1. If you add a mod yourself, it may cause the game to crash, so before adding it, make sure it does not conflict with the mods in the modpack.
2. The shaderpack “[Complementary Reimgained](https://modrinth.com/shader/complementary-reimagined)” is belong to EminGT.Any problem about this shaderpack is entirely under the responsibility of the author of Zecoar Modpack.
3. The shaderpack “Complementary Reimgained” require high graphics card, low configuration users please use the shaderpacks which import by users.
4. If you are a MC server owner,welcome to use my modpack as a server client, you can also ask me to customize the client(base on Zecoar Modpack).
**More interesting things**
Vanilla modpack too boring? We have another modpack, [Click to know more](https://modrinth.com/modpack/iwlow)
**Feedback**
If you encounter problems when playing this modpack, please feedback the problem to `Issue` on Github.
——————————————————————————————————————————————————

# **Zecoar 整合包**
**《我的世界》原版 Fabric 整合包**
| 我的世界版本 | 最新版本 | Java 版本(推荐) | 还更新吗 |
| :-: | :-: | :-: | :-: |
| 1.20.1 | 1.0.0 | Java 17 | 否 |
| 1.20.6 | 1.0.1 | Java 21 | 否 |
| 1.21 | 1.1.3 | Java 21 | 否 |
| 1.21.1 | 1.0.1 | Java 21 | 否 |
| 1.21.3 | 1.0.3 | Java 21 | 否 |
| 1.21.4 | 1.0.3 | Java 21 | 否 |
| 1.21.5 | 1.0.2 | Java 24 | 否 |
| 1.21.6 | 1.0.3 | Java 24 | 否 |
| 1.21.7 | 1.0.2 | Java 24 | 否 |
| 1.21.8 | 1.0.4 | Java 24 | 否 |
| 1.21.9 | 1.0.0 | Java 24 | 否 |
| 1.21.10 | 1.0.1 | Java 24 | 否 |
| 1.21.11 | 1.0.2 | Java 24 | 是 |
| 26.1.2 | 0.1.0 | Java 25 | 是 |

#
**切换材质包**
我们内置了四款材质包 —— CozyUI+、 OreUI Reaction、Unique Dark Refined和彩虹像素
若你想要切换材质包,先禁用当前材质包,然后再启用你想用的材质包。
**配置要求**
_*注意: 遥远的地平线默认关闭,启用的光影是互补重新构想。_
最低 | 关闭光影、遥远的地平线
GPU: Intel Iris Xe Graphics
内存: 16 GB
存储空间: 500 MB
最低 | 开启光影,关闭遥远的地平线
GPU: NVIDIA GeForce GTX 1660 Super
内存: 16 GB
存储空间: 500 MB
推荐 | 关闭光影 (遥远的地平线: 32 区块, CPU使用率最小化, 质量: 普通)
GPU: NVIDIA GeForce RTX 1660 Super
内存: 16 GB
存储空间: 1 GB
推荐 | 开启光影 (遥远的地平线: 64 区块, 低CPU使用率, 质量: 普通)
GPU: NVIDIA GeForce RTX 2070 Super
内存: 16 GB
存储空间: 1 GB
(配置可能不准,以实际情况为准;我不知道AMD的配置要求,因为我不用AMD)
**内部版本名称解释**

最后一位字母:
R-正式版
B-测试版
A-早期测试版
中间一位字母:
B-普通版
**备注**
1. 如果您自行添加模组,可能会导致游戏崩溃,所以在添加之前,确保它不会与整合包内的模组冲突。
2. 光影“[互补重新构想](https://modrinth.com/shader/complementary-reimagined)”属于EminGT。关于此光影的任何问题都完全由Zecoar Modpack的作者负责。
3. 光影“互补重新构想”要求高配置显卡,低配置用户请自行导入低配光影。
4. 如果你是一个服务器拥有者,欢迎使用我的整合包作为服务器客户端,你也可以找我定制服务器客户端(基于Zecoar Modpack)。
5. 如果你下载了该整合包,可以通过PCL2导入。
**更多有趣的东西**
原版整合包太枯燥?我们有另一个整合包。[点击以了解详情](https://modrinth.com/modpack/iwlow)
**反馈**
如在游玩本整合包时遇到问题 请将问题反馈至Github的`Issue`栏目
Zayko Shaders
⚠️Zayko has been put on pause while we work on different projects.⚠️
━━━━━━━━━━☆━━━━━━━━━━☆━━━━━━━━☆━━━━━━━━━━☆━━━━━━━━━━
### **_7.0 IS OUT! AND ITS OUR BEST YET! ✨🌊_**

[](https://www.curseforge.com/minecraft/shaders/zayko-lite)
### Short About
**Zayko is a shader pack for Minecraft Java Edition, designed with an emphasis on detail, excellent quality and optimization. It offers PBR effects, emissive textures for mobs, blocks and items, as well as a wide range of settings: from Low to Ultra. provides a stable frame rate, while allowing you to adjust the settings to suit any requirements.**

━━━━━━━━━━☆━━━━━━━━━━☆━SPONSORS━☆━━━━━━━━━━☆━━━━━━━━━━
[](https://www.voicemod.net/?refn=skynexushd&tracking_id=999d68a19a244ef5af11d60f1ef6384d&utm_campaign=6023bf347e9fb&utm_source=WHuVawz6)
━━━━━━━━━━☆━━━━━━━━━━☆━SPONSORS━☆━━━━━━━━━━☆━━━━━━━━━━

Zayko Shaders is a shader pack for Minecraft Java Edition with amazing attention to detail, great quality, and the best possible optimisation. Offering a range of amazing quality visuals and ajustable effects, instead of just giving you presets we also give you great ajustability with our shaders, including emmissive textures for mobs and blocks even certain items including PBR thanks to compatablity with [Optifine](https://optifine.net/home) and [Iris](https://www.irisshaders.dev/),and for those who just want a simple click and play without ajusting there are profiles ranging from Very Low to Ultra and it’s build for Keeping a stable framerate with amazing shaders.
### Want to know more?
Keep scrolling or go to Trusted wikis [FiveNova](https://fivenova.net) or [Minecraft France](https://www-minecraft–france-fr.translate.goog/zayko-shaders/?_x_tr_sl=fr&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=sc)
Untrusted wikis (Could be Harmful!)
[Note](https://note.com/quick_squid5246/n/na88bd2b8a706), [Minecraft Mods.Pro](https://minecraft–mods-pro.translate.goog/mods/zayko-shaders?_x_tr_sl=ru&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=sc), [Minecraft Imba](https://minecraft-imba.ru/308-zayko.html) or [MinecraftStorage](https://minecraftstorage.com/shaders/zayko), [9Minecraft.net](https://www.9minecraft.net/zayko-shaders)
Harmful wiki detections!!
Do Not download from [Mineload](https://mineload-ru.translate.goog/shaders/low-pc/low-pc-1-16-5/?_x_tr_sl=ru&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=sc), [mods-minecraft.ru](https://mods-minecraft.ru/shaders/7577-zayko.html), [Xenolith.ru](https://xenolith.ru/shaders/2758-zayko-12110-1206-1194-1182-1171-1165.html)
━━━━━━━━━━☆━━━━━━━━━━☆━━━━━━━━☆━━━━━━━━━━☆━━━━━━━━━━
**Why Do we take wikis so seriously? simple because if you go to the wrong one and get a virus we could be blamed without our shaders having any malware. we also dont want people to get viruses and let the scammers succeed so please never download from Harmful sites. we only include them so you know they are harmful if you ever download a mod or shader from them.** (the way we check is we look through the sites and if it links to modrinth for the download it automaticlly goes to trusted if it downloads from their site thats auto untrusted because we cannot tell if they added something to the file and untrusted is if the file size is smaller then our offical shaders which mejority are or if they get a harmful detection from VirusTotal.)

if your new or don’t know how to download shaders then were here to help!
### Modrith Launcher
Click Install **–>** Pick an Instence or Create one **–>** Wait for it to do its magic **–>** Launch and Enjoy the Shaders!
### Natrual Launcher
Download File **–>** Launch Game with [Optifine](https://optifine.net/home) or [Iris](https://www.irisshaders.dev/) **–>** Options **–>** shaders **–>** Open shaderpack folder **–>** drag and drop the file into the folder **–>** close folder and click on the shaders in game and enjoy!
# Showcase Videos
Even videos where they show off shaders takes time to create which can take away from their personal lives. Originally this only showed our offical showcase but we wanted to support the community. ([email protected] if you want a video added or removed.)
━━━━━━━━━━☆━━━━━━━━━━☆━━━━━━━━☆━━━━━━━━━━☆━━━━━━━━━━
[**Gamomnia**](https://www.youtube.com/@gamomnia) – Shows Zayko at **4:02**
━━━━━━━━━━☆━━━━━━━━━━☆━━━━━━━━☆━━━━━━━━━━☆━━━━━━━━━━
[**FiveNova**](https://www.youtube.com/@FiveNova) – Shows Zayko for **full video**
━━━━━━━━━━☆━━━━━━━━━━☆━━━━━━━━☆━━━━━━━━━━☆━━━━━━━━━━
Armor Hider
# Armor Hider
[](https://github.com/zannagh/armor-hider/releases)
[Release&logo=github)](https://github.com/zannagh/armor-hider/releases)
[](https://modrinth.com/mod/zannaghs-armor-hider)
[](https://www.curseforge.com/minecraft/mc-mods/armor-hider)
[](https://discord.gg/AMwbYqdmQb)
A mod to alter the transparency or fully hide armor and equipment with multiplayer support, without any dependencies – supporting a wide range of game versions and available for Fabric, Quilt and NeoForge.
### Features
– **Per-slot opacity sliders** for helmet, chestplate, leggings, boots and offhand
– **Enchantment glint control** to selectively hide the glint on any slot
– **Combat detection** let you automatically show armor when in combat
– **Full multiplayer sync** so other players see your settings when the server has the mod
– **Works client-side only** too without server mod required
– **Live in-game preview** of your changes
– **Keybindings** to quickly toggle Armor Hider or open the settings screen
– **Admin controls** for server operators (force armor visible, server-wide combat detection)

[](https://github.com/zannagh/armor-hider/issues)
[](https://github.com/zannagh/armor-hider/issues)
[](https://github.com/zannagh/armor-hider/issues)
I track issues (including feature requests) via GitHub and do my best to close out any bugs timely (plus, I get way too excited about new features myself..). If you don’t have an account, feel free to join the Discord server and let me know there.
—
## Customizability
Find Armor Hider’s settings integrated into the game via “Skin Customization” in the game settings (or via ‘Zannagh’s Armor Hider’ on older game versions). When in-game, the mod settings feature a live preview of your changes.
### Armor Opacity
The mod allows you to define an opacity between 0% (hidden, cancelling the rendering) and 100% (the mod doesn’t do anything) for each armor item slot. In addition, it’s possible to specify whether skull items (skeleton/wither/… skull) should be affected by the helmet setting and if Elytras should be affected by the chestslot setting.
Furthermore, you can selectively hide the enchantment glint on any of the slots.
If you’d like to have armors visible in combat, you can choose whether combat will temporarily show your armor or not, see [Combat Detection](#combat-detection) below.
### Offhand Opacity
Armor Hider additionally offers to hide the offhand slot if you don’t want your fancy skin obstructed by a shield or other items.
## Synchronization
If the mod is installed on the server you’re joining, all of your local preferences will get sent to the server on change or join. The server-side mod then takes care of relaying your preferences to all other clients. That way, if the mod is present on the server, everyone will see your avatar exactly as you’ve configured it (including combat detection, glint and other features).
Combat events are synchronized and not only client-side, so when the server runs the mod, you’ll see another player’s armor once they enter combat (granted they have the related setting enabled).
If a host is not yet running the mod, there’s a setting available which lets you define whether the then ‘unknown’ players should have their armor rendering unaffected or carry over your own settings.
## Advanced Settings
* **Apply your settings to unknown players**: Whether to use your own opacity settings or the default settings (armor
shown normally, as without the mod) when a player’s settings cannot be determined — for example when using the mod
only client-side on an unmodded server (see [Server communication matrix](#server-communication-matrix) below)
* **Disable Armor Hider features**: Globally disable Armor Hider on your client. If the server is forcing Armor Hider
off, this setting is overridden
* **Disable Armor Hider for other players**: Disable Armor Hider rendering for other players’ armors only. If the server is forcing Armor Hider off or the global disable is set, this setting is ignored
### Administrative Settings
For hosts, these settings require moderator/operator permissions (for compatibility reasons, the mod only checks for permission level >= 3) and are applied server-wide, overriding individual player preferences.
* **Armor in combat (server)**: Forces combat detection server-wide — when enabled, armor is always shown for any player in combat, overriding each player’s individual combat detection setting – useful for PvP servers
* **Force Armor Hider off for all players**: Forces Armor Hider to be disabled for all players on the server (especially useful when you’re running a PvP server and don’t want people to hide other players’ armors)
### Combat Detection
Combat Detection
With combat detection enabled, your armor automatically becomes visible when you take or deal damage.
**Enabled Combat Detection**

**Disabled Combat Detection**

## Server Communication Matrix
Your locally set preferences get sent to the server on change or join. Players joining a server will retrieve the
preference library from the server in order to apply other players’ preferences on their client.
The following matrix shows how preferences are resolved depending on where the mod is installed:
| Mod on Server | Mod on Client | Behavior |
|:—:|:—:|—|
| Yes | Yes | Full functionality. Your preferences are synced to the server and relayed to other players. You see other players’ actual configured armor opacity. Combat events are relayed by the server for synchronized combat detection. |
| Yes | No | No effect. The server stores preferences but the vanilla client cannot render transparency changes. |
| No | Yes | Client-side only. Other players’ preferences cannot be determined. Depending on the **”Apply your settings to unknown players”** setting: **ON** — your own opacity settings are applied to all players; **OFF** — default settings are used (armor rendered normally, as without the mod). Combat events will not be passed around in the server. |
| No | No | No effect. The mod is not present. |
## Community
Join the [Discord server](https://discord.gg/AMwbYqdmQb) for support, discussion, and feature requests.
## Issues and Feature Requests
As mentioned before, feel free to create an issue on the GitHub repository or reach out on Discord to make me aware of problems or ideas that could make this mod better.
## Supported Game Versions and Loaders









Za-Killer Vosk Fabric
# Za-Killer Vosk Fabric
A voice-reactive Minecraft challenge mod.
Sound expands your vision.
Silence makes the world dark.
Saying “자” can kill you.
This mod was inspired by Hwiyong’s voice challenge video and is designed for singleplayer challenge runs.
## Important: Vosk model required
This Modrinth file only contains the mod jar.
To use voice recognition, you must separately download the Vosk Korean model:
`vosk-model-small-ko-0.22`
Official Vosk model page:
https://alphacephei.com/vosk/models
Direct model download:
https://alphacephei.com/vosk/models/vosk-model-small-ko-0.22.zip
Download the model ZIP, extract it, and make sure the extracted folder name is exactly `vosk-model-small-ko-0.22`.
After downloading, extract the ZIP and place the model folder like this:
“`text
mods/
za-killer-vosk-fabric-26.1-26.1.2-1.0.0.jar
za-killer-vosk/
vosk-model-small-ko-0.22/
“`
If the model folder is missing, the mod may load, but voice recognition will not work.
## Requirements
* Minecraft 26.1 / 26.1.1 / 26.1.2
* Fabric
* Java 25
* Fabric API
* Microphone
Optional:
* Mod Menu
## Gameplay
The mod uses your microphone volume to control vision distance.
* No sound: very limited vision
* Louder sound: wider vision
* Trigger word detected: death
Default trigger text: `자`
Default difficulty: Hard
### Easy difficulty
The player dies only when the configured trigger text is recognized almost by itself.
Example:
If the trigger text is `자`, the player mainly dies when `자` is recognized as a standalone result.
### Hard difficulty
The player dies when the configured trigger text appears anywhere in the recognition result.
Example:
If the trigger text is `자`, results such as these can kill the player:
* `자`
* `자작나무`
* `감자`
* `시작하자`
Hard is the default difficulty.
## Configuration
Press `F8` in-game to open the Za-Killer settings screen.
You can configure:
* Minimum vision distance
* Maximum vision distance
* Silence threshold
* Loud voice threshold
* Vision change speed
* Trigger text
* Difficulty
* HUD mode
## Notice
Korean speech recognition is powered by Vosk and may not be perfect.
Misrecognition can happen.
In this mod, occasional misrecognition is part of the challenge.
This mod was fan-made with the assistance of ChatGPT.
ChatGPT was used for planning, feature design, code generation, debugging, documentation, and release text drafting.
## Source and licenses
Source code and third-party license notices are available on GitHub.
This project uses:
* Vosk API
* Vosk Korean speech recognition model
* Java Native Access, JNA
* Fabric API
Zenith-Mod
# Zenith-Mod – Professional Moderation Plugin
Missing something?
Do you miss something in this Plugin? Open a Ticket in our [Discord](https://discord.gg/2a4a3mWR4r) and we’ll implement it very asap!
A comprehensive moderation plugin built for modern Paper servers. Zenith-Mod gives you everything you need to manage your community effectively, with a focus on performance and reliability.
## Core Features
### Complete Moderation Suite
**Ban System** – Full ban management with IP bans, temporary and permanent bans, automatic escalation, and template support. Ban players whether they’re online or offline.
**Mute System** – Chat muting with command blocking support. Works for offline players too, so you can mute someone before they even join. Includes IP-based muting and automatic escalation.
**Warning System** – Track warnings with escalation levels and customizable thresholds. See a player’s warning history at a glance.
**Freeze System** – Freeze players in place with movement restrictions. Perfect for investigations or preventing griefers from escaping.
**Kick System** – Enhanced kick functionality with custom reasons and staff notifications.
**AutoMod** –
The AutoMod system automatically monitors chat and removes messages that violate your server rules — no manual intervention needed.
Word Filter automatically detects and removes messages containing blacklisted words. Thanks to built-in Leetspeak normalization, bypass attempts like 1d10t, i.d.i.o.t or @ssh0le are caught automatically — you only need to add the base word to the list.
AntiSpam detects two types of spam: players sending the same message repeatedly (duplicate detection) and players flooding the chat with too many messages in a short time (flood detection). Both thresholds are fully configurable.
When a message is blocked, the player receives a notification and staff members with the alert permission are instantly notified in-game. Alerts are also sent to a configurable Discord channel as an embed. Staff can toggle their own alerts on/off with /automod alerts.
**Banlist GUI** –
The Banlist GUI gives your staff a clean overview of all bans on your server — both active and inactive — directly in-game via /banlist.
Active bans are displayed in red, expired or already unbanned players in green, making it easy to see the current status at a glance. Each entry shows the player head, ban reason, type (Ban or IP-Ban), remaining duration, the staff member who issued the ban, and the Case ID.
Staff can filter the list to show all bans, active bans only, or inactive bans only. A built-in Case ID search lets you find a specific case instantly by typing the ID in chat. Clicking on an active ban entry unbans the player directly from the GUI.
### Advanced Management Tools
**Vanish System** – Complete invisibility with tab list hiding, god mode, and permission-based visibility. Staff can stay hidden while monitoring the server.
**Alt Detection & Limiting** – Automatically detect alt accounts and limit how many accounts can connect from the same IP address (configurable up to 5 accounts per IP).
**Client Detection** – Detect what client players are using and take action based on that information.
**Chat Freeze** – Temporarily freeze all chat for announcements or emergencies. Useful for server-wide announcements.
**Notes System** – Staff-only notes for players with full history tracking. Keep internal notes that players can’t see.
**History System** – Complete audit trail with case IDs for all moderation actions. Every action is logged and searchable.
### Template & Escalation System
**Pre-configured Templates** – Ready-to-use punishment templates that automatically escalate based on repeat offenses. Set up once and let the system handle repeat offenders.
**Multi-level Escalation** – Automatic duration increases based on how many times a player has been punished. First offense gets a warning, second gets a short ban, third gets longer, and so on.
**IP/UUID Tracking** – Choose whether to track by IP address or UUID per template. Some offenses might need IP tracking, others don’t.
**Custom Reason Suffixes** – Automatically add offense level information to ban reasons. Makes it clear why someone got a longer ban.
**Template Permissions** – Granular permission system so junior staff can only use certain templates.
### Offline Player Support
One of Zenith-Mod’s key features is that you can moderate players even when they’re not currently online. This means you can ban, mute, warn, freeze, or add notes to players who are offline – the action will take effect as soon as they try to join. This is especially useful for handling reports or taking action on players who logged off before you could deal with them.
Note: This refers to players who are currently offline, not offline-mode (cracked) Minecraft servers. The plugin works with standard online-mode authentication.
### API & Integrations
#### Java API System (Beta)
Zenith-Mod includes a comprehensive Java API for developers who want to integrate moderation features into their own plugins.
**Available APIs:**
– **FreezeAPI** – Programmatically freeze and unfreeze players with history tracking
– **ChatFreezeAPI** – Control server chat programmatically
– **EssentialsAPI** – God mode, fly mode, heal, feed, clear inventory, teleport
– **VanishAPI** – Vanish and unvanish players programmatically
– **Event System** – Listen to moderation actions with custom events (Ban, Mute, Warn, Kick events)
All API methods use `CompletableFuture` for non-blocking operations, so they won’t slow down your server. Staff notifications and history logging happen automatically for all API actions.
**API Documentation**: [http://javadocs.zenith-studios.org/](http://javadocs.zenith-studios.org/)
API Beta Notice
The Java API is currently in **Beta**. While core plugin functionality is stable, API features may undergo changes in future versions. Use at your own risk.
#### Other Integrations
**Web-API** (Premium) – RESTful API for external integrations and web panels. Token-based authentication with real-time server statistics and license validation for premium features.
**Discord Integration** (Beta) – Use slash commands in Discord to perform moderation actions. Great for remote moderation or integrating with Discord bots.
### Performance Optimized
Everything in Zenith-Mod is built with performance in mind. All operations are fully asynchronous, so nothing blocks the main server thread. We use HikariCP for database connection pooling, which means fast and efficient database operations. Configuration changes can be reloaded without restarting the server, and all database queries are non-blocking.
### Modern Architecture
**Multi-Database Support** – Works with H2 (default), SQLite, MySQL, or MariaDB. Use H2 for single servers, MySQL/MariaDB for multi-server setups.
**Proxy Support** – Full support for Velocity and BungeeCord IP forwarding.
**Modular Configuration** – Each module has its own config file, making it easy to customize what you need.
**Permission-Based** – Comprehensive permission system so you can control who can do what.
**Error Handling** – Robust error handling means the plugin won’t crash your server if something goes wrong.
## Modules
| Module | Description |
|——–|————-|
| **Ban** | Complete ban management with IP bans and escalation |
| **Mute** | Chat muting with command blocking and escalation |
| **Warn** | Warning system with customizable thresholds |
| **Freeze** | Player freezing with restrictions |
| **Kick** | Enhanced kick system |
| **Vanish** | Complete invisibility system |
| **Limiter** | Alt detection and IP limiting |
| **History** | Complete moderation history tracking |
| **Notes** | Staff notes system |
| **Check** | Player information and status checks |
| **Client Detector** | Client type detection |
| **Chat Freeze** | Temporary chat freezing |
| **Essentials** | God mode, fly mode, heal, feed, clear, teleport |
| **Web-API** (Premium) | RESTful API integration |
| **Discord** (Beta) | Discord bot integration |
**What we’re planning:**
– Punish Command – Take moderation actions through a GUI
– VoiceChat Muting – Mute people in voice chat using [Simple Voice Chat](https://modrinth.com/plugin/simple-voice-chat)
## Technical Specifications
### Compatibility
– **Paper 1.21.4+** – Fully tested and supported
– **Paper 1.21.x** – Very likely compatible
– **Paper 1.20.x** – Very likely compatible
– **Paper 1.19.4** – Probably compatible
– **Paper 1.19.x** – May work with minor issues
– **Paper 1.18.x and older** – Not supported
– **Spigot** – Partially supported (some features may not work)
### Requirements
– **Java**: 17 or higher
– **Server**: Paper 1.19.4+ recommended
– **Database**: H2 (default), SQLite, MySQL, or MariaDB
– **Permissions**: LuckPerms or similar (recommended)
### Configuration
– **Hot-Reload**: Use `/zenith reload` to reload all configs without restarting
– **Modular Config**: Each module has its own YAML file in the `modules/` directory
– **Color Support**: Full hex color support and Minecraft color codes
– **Placeholders**: Dynamic placeholders in all messages
## Key Commands
– `/ban ` – Ban a player using a template
– `/mute ` – Mute a player using a template
– `/warn ` – Warn a player using a template
– `/freeze ` – Freeze a player in place
– `/vanish` – Toggle vanish mode
– `/history ` – View a player’s moderation history
– `/notes ` – Manage staff notes for a player
– `/check ` – Check a player’s current status
– `/zenith reload` – Reload all configuration files
– `/zenith help` – Show all available commands
## Staff Features
– Real-time notifications for all moderation events
– Auto-escalation based on repeat offenses
– IP-based tracking to prevent alt account abuse
– Complete audit trail with searchable case IDs
– Offline player moderation support
– Template-only mode for junior staff members
## Performance Highlights
– **Async Operations**: Nothing blocks the server thread
– **Connection Pooling**: HikariCP for optimal database performance
– **Smart Caching**: Frequently accessed data is cached
– **File Rotation**: Automatic log file rotation by date
– **Error Recovery**: Automatic retry for database operations
## Statistics & Tracking
– Player join and leave tracking
– Moderation action counts
– Active ban and mute tracking
– Offense count per template
– Alt account detection
– IP address tracking (with proxy support)
## Customization
– **Messages**: Fully customizable in `messages.yml`
– **Colors**: Hex color support throughout
– **Placeholders**: Dynamic content in all messages
– **Prefix**: Configurable prefix for all messages
– **Duration Format**: Customizable duration display
## Getting Started
1. Download the plugin and place it in your `plugins/` folder
2. Restart your server
3. Configure your database settings in `config.yml`
4. Customize messages in `messages.yml` if needed
5. Configure modules in the `modules/` directory
6. Use `/zenith reload` to apply any configuration changes
## For Plugin Developers
Zenith-Mod provides a comprehensive Java API for plugin integration:
“`java
ZenithAPI api = ZenithAPI.getInstance();
if (api != null && api.isAvailable()) {
// Use FreezeAPI, ChatFreezeAPI, EssentialsAPI, VanishAPI
// Subscribe to events with ZenithEventBus
}
“`
**Full API Documentation**: [http://javadocs.zenith-studios.org/](http://javadocs.zenith-studios.org/)
API Usage Example
“`java
// Subscribe to ban events
ZenithEventBus bus = ZenithEventBus.getInstance();
bus.subscribe(PlayerBanEvent.class, event -> {
getLogger().info(event.getPlayerName() + ” was banned: ” + event.getReason());
});
// Freeze a player via API
FreezeAPI freezeAPI = api.getFreezeAPI();
freezeAPI.freeze(playerUuid, staffUuid, “Investigation”).thenAccept(success -> {
if (success) {
getLogger().info(“Player frozen successfully”);
}
});
“`
## Important Notes
– **Java API**: Currently in **BETA** – API structure may change in future versions
– **Discord Integration**: Currently in BETA – use with caution
– **Premium Features**: Some features require a license
– **Database**: H2 is recommended for single-server setups
– **MySQL/MariaDB**: Recommended for multi-server setups
## Support & Resources
– **Discord**: [Join our Discord](https://discord.gg/2qCMn6KHj4)
– **Premium Modules**: Available on Discord
– **Documentation**: [Zenith-Mod Docs](https://docs.zenith-studios.org/zenith-mod/introduction/)
– **API Documentation**: [Javadocs](http://javadocs.zenith-studios.org/)
– **Support**: Available on Discord
## Why Zenith-Mod?
**Performance First** – Zero thread blocking, fully async operations
**Modern Design** – Built for Paper 1.21.4+ with latest APIs
**Complete Solution** – Everything you need in one plugin
**Developer Friendly** – Comprehensive Java API for integrations
**Scalable** – Works great for small and large servers
**Professional** – Enterprise-grade reliability
**Configurable** – Highly customizable to fit your needs
**Well Documented** – Comprehensive documentation and support
—
**Made with ❤️ by Zenith Studios**
