Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obscure021/naked-and-afraid
A minecraft mod made for competitive minecraft players
https://github.com/obscure021/naked-and-afraid
fabricmc fabricmc-mod fabricmc-serverside-mod minecraft minecraft-mod
Last synced: about 1 month ago
JSON representation
A minecraft mod made for competitive minecraft players
- Host: GitHub
- URL: https://github.com/obscure021/naked-and-afraid
- Owner: obscure021
- License: cc0-1.0
- Created: 2024-07-23T18:31:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T13:45:28.000Z (4 months ago)
- Last Synced: 2024-09-26T20:03:12.688Z (about 2 months ago)
- Topics: fabricmc, fabricmc-mod, fabricmc-serverside-mod, minecraft, minecraft-mod
- Language: Java
- Homepage:
- Size: 399 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inspiration
This is a Minecraft Fabric mod for 1.21 inspired by the Minecraft SMP "Naked and Afraid". This mod introduces several new mechanics designed to test your skillset in minecraft.# Setup:
To have compatibility with existing Minecraft worlds, This mod add a new gamerule "nakedAndAfraid". It takes in a boolean value (fancy word for true or false).Run the following command to enable the mod in existing worlds.
```
gamerule nakedAndAfraid true
```**For new worlds:**
Go into More Section -> Game Rules -> Scroll down to Miscellaneous -> Enable Naked And Afraid
# Features:
- **Server Side**: You do not need to install this mod on the client. However, some features are dependent on the client as well.
- **No Armor**: You will take damage while wearing any armor.
- **No F5 or peeking**: You can no longer peek around corners using F5 (change perspective button)*
- **No F3 and coordinates**: Enables gamerule `reducedDebugInfo` (yes that is a vanilla gamerule).
- **Disable Totem of Undying**: Totem of Undying is overpowered so I removed it.
- **Disable all chat messages**: Prevents all in-game chat messages.
- **Disable PvP**: You cannot kill other players like in the original
SMP.
- **Survival Compatibility**: Works well not just for hardcore mode, but normal survival as well.# Work In Progress:
- Add config for every settings
- Disable change perspective from server-side only (don't know if it's possible)
- Disable coordinates even for client-side mods like minimap etc. (don't know if it's possible)