Yet Another Glint

# Yet Another Glint

The vanilla’s enchanted items glint texture seems too noisy for me, so why not fix that?

## How?

This resource pack changes the glint texture of enchanted items and equipped armor to a minimalistic texture with lines instead of noise. This creates a “striped” glint effect.

## GIF

![gif](https://github.com/diskree/YetAnotherGlint/assets/96978370/24ac5722-b517-4f76-b48d-5e9605c8ac0c)

## Configure

This resource pack has Respackopts mod support! You can separately adjust the glint of both items and equipped armor. There are 7 texture options in choose. It is also possible to turn off the glint.

![img](https://github.com/diskree/YetAnotherGlint/assets/96978370/5ba3622c-b06c-4bc1-9709-314a99cc5be4)

This is similar to Unobtrusive Enchantment Glint from Vanilla Tweaks, but better.

Yet Another TPA

# YATPA

![YATPA](https://i.imgur.com/2vqPt7F.png)

YATPA is a teleport plugin/mod project for modern Minecraft servers:
– `paper/`: Paper plugin (1.21.x API target)
– `fabric/`: Fabric dedicated-server mod (1.21.x Mojmap/Fabric API scaffold)

What makes YATPA stand out is that it combines full teleport-request/home/back/spawn/RTP/death tooling with a clickable in-chat command UX (`/tp` menu, paged pickers, and paged logs), while also exposing granular cost controls per teleport type. Economy mode is configurable as `NONE`, `XP_LEVELS`, `ITEM`, or `CURRENCY`; Paper supports `CURRENCY` through Vault (with EssentialsX or another Vault economy provider). OPs have an optional GUI menu to fine tune settings in-game.

## Screenshots

#### Help (via /TPAHELP)
![Help](https://i.imgur.com/wVZLza6.png)
#### Clickable TP Menu (via /TP)
![TP](https://i.imgur.com/lc8OQUP.png)
#### Clickable TP Logs for OPs (via /TPLOG)
![LOG](https://i.imgur.com/eeRTFcI.png)
#### Clickable Home List (via /TPHOME LIST)
![HOMES](https://i.imgur.com/6sjWV2H.png)
#### Clickable User List (via /TPA with no username specified)
![LISTS](https://i.imgur.com/d2VgVum.png)

## Features

– Clickable teleport menu:
– `/tp`
– Includes shortcuts for homes, RTP, spawn, death-back, TPA/TPHere, toggle, block, and unblock.
– Player pickers are paginated (5 per page) for `/tpa`, `/tphere`, `/tpablock`, and `/tpaunblock`.
– Player teleport requests:
– `/tpa `
– `/tpahere ` or `/tphere `
– `/tpaccept`
– `/tpdeny`
– `/tpatoggle`
– `/tpablock `
– `/tpaunblock `
– Homes:
– `/tphome set [name]`
– `/tphome set default `
– `/tphome delete `
– `/tphome list`
– `/tphome [name]` or `/tpahome [name]`
– Home list is clickable and shows coordinates.
– The default home is marked with `(default)`.
– Utility teleports:
– `/rtp`
– `/spawn`
– `/tpaback` or `/tpdeath` (last death location, one use per death)
– OP commands:
– `/ytp `
– `/ytp `
– `/ytp [realm]`
– `/ytp [realm]`
– `/tpoffline `
– `/tpalog [page]`
– In-game admin config (OP):
– `/yatpa settings`
– `/yatpa gui` (Paper, paginated inventory editor for all settings; click to toggle/edit)
– `/yatpa set `
– `/yatpa reload`
– `/setspawn`
– Player help page:
– `/tpahelp`
– `/tphelp`
– `/yatpa help`
– Public help intentionally excludes admin commands.
– When teleport costs are enabled, a `Costs` section is shown at the bottom listing only teleports with non-zero costs.

## Notable Behavior

– Requests:
– Timeout + cooldown are enforced.
– Accept/deny messages are clickable.
– If an accepted delayed teleport is cancelled (move/damage), the other player is notified.
– Teleports:
– Delayed teleports show a countdown.
– Costs are validated before countdown and charged on execution.
– Players are told exactly what they paid (XP, items, or currency).
– `ytp`/`rtp` use safe landing checks to avoid unsafe blocks and lava.
– `/tpaback` and `/tpdeath` consume the saved death location after successful use, and require a new death to refresh.
– Teleport logging:
– `/tpalog` is paginated and clickable.
– Log lines include context details (for example home name, target player, coords, or offline target) where relevant.
– Costs and settings:
– Cost modes: `NONE`, `XP_LEVELS`, `ITEM`, `CURRENCY`.
– Realm-specific RTP costs and min/max RTP distance overrides are supported.
– Paper `/yatpa gui` and `/yatpa set` expose currency paths directly.
– Restrictions and routing:
– Per-dimension restrictions can disable `/rtp` only or all YATPA teleports.
– `/rtp` supports blacklist + optional overworld routing.
– Spawn destination is configurable via `settings.spawn.*` and `/setspawn`.
– Platform note:
– Vault/EssentialsX currency charging is Paper-only in this release.
– Command/UX behavior in this README applies to both Paper and Fabric unless noted.

## Configuration

Paper config files:
– `paper/src/main/resources/config.yml`
– `paper/src/main/resources/messages.xml`
– `paper/src/main/resources/plugin.yml`

Fabric default config/resource files:
– `fabric/src/main/resources/yatpa-fabric.properties`
– `fabric/src/main/resources/yatpa-fabric.yml`
– `fabric/src/main/resources/messages-fabric.xml`

Runtime data (Paper) is stored under plugin data folder:
– `data/players.yml`
– `data/homes.yml`
– `data/offline.yml`

Runtime data (Fabric) is stored under:
– `config/yatpa/store.json`

### Example Config YAML

“`
settings:
max_homes_default: 3
request_timeout_seconds: 60
request_cooldown_seconds: 30
teleport_delay_seconds: 5
cancel_on_move: true
cancel_on_damage: true
spawn_radius: 50
rtp_cooldown_seconds: 300
rtp:
default_min_distance: 64
default_max_distance: 2500
rtp_to_overworld: false
overworld_name: “world”
blacklisted_worlds: []
# Optional per-realm overrides
realm_min_distance:
overworld: 96
nether: 48
end: 128
realm_max_distance:
overworld: 3000
nether: 1500
end: 4000
dimension_restrictions:
# Use world names, realm aliases (overworld/nether/end), or namespaced ids.
# For namespaced ids in YAML, quote the key, for example “minecraft:the_nether”.
disable_rtp:
nether: true
disable_teleport:
# “minecraft:the_end”: true
landing:
mode: EXACT # EXACT or RANDOM_OFFSET
random_offset_max: 4
features:
enabled: true
tpa: true
tpahere: true
homes: true
rtp: true
costs:
enabled: false
mode: NONE # NONE, XP_LEVELS, ITEM, CURRENCY
xp_levels:
tpa: 4
tpahere: 4
home: 16
back: 0
# Per-realm RTP overrides (optional; overrides global if set)
rtp:
overworld: 30
nether: 0
end: 0
spawn: 8
item:
material: DIAMOND
tpa: 2
tpahere: 2
home: 20
back: 0
# Per-realm RTP overrides (optional; overrides global if set)
rtp:
overworld: 30
nether: 0
end: 0
spawn: 10
currency:
tpa: 0.0
tpahere: 0.0
home: 0.0
back: 0.0
# Per-realm RTP overrides (optional; overrides global if set)
rtp:
overworld: 0.0
nether: 0.0
end: 0.0
spawn: 0.0
spawn:
enabled: true
x: 0
y: 100
z: 0
yaw: 0
pitch: 0
world: world
sounds:
request_sent: ENTITY_EXPERIENCE_ORB_PICKUP
request_received: BLOCK_NOTE_BLOCK_PLING
countdown: BLOCK_BELL_USE
success: ENTITY_ENDERMAN_TELEPORT
cancelled: BLOCK_GLASS_BREAK
effects:
request_sent: PORTAL
request_received: ENCHANT
countdown: WAX_OFF
success: END_ROD
cancelled: SMOKE
“`

Fabric `config.properties` supports the same restrictions with either:
– `settings.dimension_restrictions.disable_rtp=overworld,minecraft:the_nether`
– `settings.dimension_restrictions.disable_teleport=minecraft:the_end,my_custom_dimension`
– Dynamic keys like `settings.dimension_restrictions.disable_teleport.minecraft:the_nether=true`

## Permissions (Paper)

– `yatpa.op.reload` (default: op)
– `yatpa.op.tp` (default: op)
– `yatpa.op.tpoffline` (default: op)
– `yatpa.op.tpalog` (default: op)
– `yatpa.op.setspawn` (default: op)

## License

Licensed under `GNU General Public License v3.0` (GPL-3.0-only). See [LICENSE](LICENSE).

Yet Another Bingo

![Requires Fabric API](https://modrinth.com/mod/fabric-api)
![Available on GitLab](https://gitlab.com/horrificdev/bingo)

#### Looking for a modpack?
Check out Yet Another Bingo: Ultimate!

This is a multiplayer BINGO/Lockout mod + lobby, which works on the client or on a dedicated server.

– When installed on a server, players do not need any mods or resource packs to join.
– When installed on the client, it provides additional functionality for server games, and can run local games in singleplayer or LAN.

A screenshot of Minecraft game with a BINGO card in the corner

Teams can compete to collect items on the BINGO card. Score items in horizontal, vertical, or diagonal
lines to win the game.

⌨ Press “Y” to see the Bingo Card in an inventory view!

🖱️ Vanilla clients can right-click when holding the map to do the same.

*For an introduction to Minecraft BINGO, read “What is Minecraft BINGO?” on the wiki!*

Features

![](https://gitlab.com/horrificdev/bingo/-/raw/main/docs/screenshot_banner.png)

*Make sure to install Mod Menu and YetAnotherConfigLib to use the built-in config screen!*

– #### Unique gamemodes

The gamemode toggles and goal options offer some interesting combinations. Try the “Lockout”, “Hidden Items”, or “Replace Goals” settings for a fun time!

– #### Unnecessary polish

Features an interactive lobby, ready-up timer, and score notifications. Integrates with Simple Voice Chat to manage team groups. Use your choice of JEI/REI/EMI to see crafting recipes by clicking the bingo card!

– #### A ton of settings

Give players infinite elytra, provide a spawn kit, and individually tune the items and difficulty of the bingo card – all without leaving the lobby.

– #### Configure literally anything!

Supports customizing the lobby build, changing textures in resource packs, adding custom objectives, and more!

Commands

This is a brief summary of the most important commands. See the Command Cheatsheet for a complete list of bingo commands and descriptions!

Global commands:
– `/coords` prints the current player coordinates in the team chat
– `/coords list` displays a list of the team’s previous “/coords” messages
– `/all` or `/g` sends a message to the global chat (sending a regular chat message defaults to team chat when in-game)
– `/join ` (when in the lobby) allows a player to join the specified team

BINGO commands (operator-only, unless you use LuckPerms):
– `/bingo reroll` rerolls for a new Bingo Card with different items
– `/bingo seed` shows or sets the random seed used to generate the current Bingo Card
– `/bingo end` immediately ends the current game and displays the winner (or a draw)
– `/join ` assigns a player to a different team – will respawn them if in-game

Credits

The very pretty Bingo Card HUD and “Bingo!” button textures were made by @marceles!

Parts of this mod are inspired from Extremelyd1/minecraft-bingo, the awesome Spigot/Paper version of this gamemode.

The logo design was inspired by Aikoyori/ProgrammingVTuberLogos

### Translations

![Localized on CrowdIn](https://crowdin.com/project/yet-another-bingo)

**Help translate this mod into your language!**
All text in this project is available on CrowdIn for anyone to submit translations.

Chinese Simplified translations were contributed by Fishlanding, tovv3r, Young912, BoredYukolin, yzy_sheep, nageih, teaSummer, Nattiden, ZnianXgang, and SpongeCouna!
Chinese Traditional translations were contributed by Leo_768, BoredYukolin, notlin4, Lavskiy Ilias, and Sear!
Chinese Traditional (Hong Kong) translations were contributed by Furina_de_zh_hant and Sear!
Czech translations were contributed by Džerry!
Danish translations were contributed by Libreh!
Dutch translations were contributed by GrangerTheDog!
Finnish translations were contributed by Diamonddevv!
French translations were contributed by Yosh64, Guillarda, Narkotiqu, and Barbie192!
German translations were contributed by Butterkeks and CryptoGamer1612!
Hungarian translations were contributed by petya0927 and Remarci!
Italian translations were contributed by noah and sculk1!
Japanese translations were contributed by おほしさまちゃんねる!
Korean translations were contributed by LegendLier!
Literary Chinese translations were contributed by Sorajima Asugawa!
Polish translations were contributed by Toniemax!
Portuguese translations were contributed by Lucsdev_!
Russian translations were contributed by Milleol, XakVit, Ofterkino, Mrpavel, Май, Lucky Wayч, yukkovna, lazdni, and Encidi!
Spanish translations were contributed by ANDY, GatoEnCaja, and TheJokerDev!
Swedish translations were contributed by Vica50 Rosvall!
Turkish translations were contributed by Erkin_!
Ukrainian translations were contributed by Dan4ikPlayUA and RealWinord!

Yet Another Calculator

# Yet Another Calculator

A Minecraft mod that adds in-game calculating functions.

## Installation

Put the mod in the mods folder, and make sure you have Fabric API and Fabric Language Kotlin installed.

## Usage

To calculate something, type `/calc `.

Supported operators: `( ) + – * / ^(power)`

Supported constants: `e pi` (case-insensitive)

Supported functions: `sin cos tan deg`

You can use `%n` and `Out[n]` to refer to the n-th calculation result. For example, `%1` and `Out[1]` is the first
result. Specially, `%` alone is the previous result.

Yet Another Bingo: Ultimate

![Yet Another Bingo Ultimate](https://gitlab.com/horrific-tweaks/bingo-modpack/-/raw/main/docs/banner.png)

*For an introduction to Minecraft BINGO, read “What is Minecraft BINGO?” on the wiki!*

This modpack is built around Yet Another BINGO, a multiplayer item hunt mod. It includes everything needed for the bingo mod as well as some quality-of-life additions: Zoomify, Dynamic Lights, Roughly Enough Items, Coords HUD, and more!

A screenshot of Minecraft game with a BINGO card in the corner

Up to 8 teams can compete to collect items on the BINGO card. Score items in horizontal, vertical, or diagonal
lines to win the game.

⌨ Press “Y” to see the Bingo Card in an inventory view!

## ⌨️ Keybinds

Here are a few useful keys that you might want to know:

Y – View the BINGO card
C – Zoom
Tab – Show scoreboard

## Included Mods

This is not a complete list – see the versions tab for all of the mods and libraries used in the pack. I’ve limited this list to things that you’re likely to notice as a player:

– C2ME
– Coords HUD
– More Chat History
– Ok Zoomer
– Roughly Enough Items
– LambDynamicLights
– Scoreboard Overhaul
– Sodium + Sodium Extra + Iris
– Vanilla Tweaks
Visual Waxed Copper, Honey Stages, Unique Dyes, Unobtrusive Rain/Snow, Lower Shield
– Yet Another BINGO

## Credits

The very pretty Bingo Card HUD and “Bingo!” button textures were made by @marceles!

Parts of this mod are inspired from Extremelyd1/minecraft-bingo, the awesome Spigot/Paper version of this gamemode.

The logo design was inspired by Aikoyori/ProgrammingVTuberLogos

Vanilla Tweaks: https://vanillatweaks.net/
(in compliance with the terms and conditions at https://vanillatweaks.net/terms/)

YES CRAFTABLE

YOU CAN CRAFT!!!
In this datapack, you can craft some blocks, items and more!
Beacon, Bell, Chainmail Armors, Nautilus Armors, Crying Obsidian, DRAGON HEAD?!, Echo Shard, ELYTRA?!?!?!, Enchanted Golden Apple, Name Tag, Netherite Items, Netherite Armors, Netherite Upgrade Smithing Template, Phamtom Membrane, Recovery Compass, Reinforced Deepslate, Shulker Shell, Skeleton Skull, String, Totem of Undying, Wither Rose, Wither Skeleton Skull and more!

Yes, delete it

This mod will allow you to delete all servers with the click of a button, this can be useful, for example, if you log into many servers and it takes you a very long time to delete them one at a time!!

Yellow birch

Changes the birch sapling and leaf block to be yellow. This pack will get updated with every new minecraft release!

Join the discord to give suggestions or report bugs!

Yellow Sweep

**Changes sweep to yellow**

Tired of boring brownish-gray sweeps? Then try spicing up your game with something new!

![Changes sweep to yellow](https://cdn.modrinth.com/data/cached_images/b05014149b0dd3512cef631d7412eb8ad07dace7.png)

Yellow PvP Pack

Incomplete for now

Yellow PvP Pack

Current Functionalities:

To be added in future: