A vanilla Minecraft server built from 1.21.9 - The Copper Age with datapacks, custom systems, and server-wide effects.
CoreBound is the pack that this mod has been designed for. Each mod is a module and works independently
\## Spectator Nightvision
when a player is in spectator mode then night vision is applied
often used by staff of servers.
tag @e[gamemode=spectator] add has_night_vision
effect give @e[tag=has_night_vision] night_vision infinite
effect clear @e[tag=has_night_vision,gamemode=!spectator] night_vision
tag @e[gamemode=!spectator] remove has_night_vision
Some ideas and programming assistance were generated with the help of AI tools (ChatGPT) for brainstorming and function logic. All code was tested, intergraded and reviewed manually.