Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed Apache-2.0
Published last year
Updated 3 weeks ago
sNightvision Plugin

A simple night vision plugin for Paper servers.
Last Version: 26.2-3.9
Author: sinnaz3153
API Version: 1.21.11
Supported Servers: Paper; Purpur (or any paper fork)
Java: 21+
What is sNightVision
This plugin allows players to toggle night vision effect for themselves or others.
Mainly developed for servers that support bedrock players or players without fullbright modifications.
Features hex color support and configurable messages.
Features
- Toggle night vision effect
- Configurable duration (infinite or timed)
- Hex color support in messages
- Permission-based command execution
- Automatic config backup (if outdated)
@Selector support
Commands
/nv- Toggle night vision for yourself/nv [player]- Toggle night vision for another player/nv [@a/r/p/s]- Toggle night vision for any player selector/nv help- Show help menu/nvadmin reload- Reload plugin configuration/nvadmin help- Show admin help menu
Permissions
snightvision.use- Use night vision command (default: true)snightvision.use.other- Toggle night vision for others (default: op)snightvision.admin- Access admin commands (default: op)
Configuration
config-version: "2" # DO NOT CHANGE THIS VALUE. UNLESS YOU KNOW WHAT YOU ARE DOING. It is used to check if the config needs to be updated.
# General Config Section
prefix: ">b5easNightVision&7 >>&f "
effect:
duration: -1 # -1 for infinite, or time in seconds
amplifier: 0
ambient: false
particles: false
# Message Section
messages:
plugin-enabled: "&aplugin has been enabled!"
plugin-disabled: "&cplugin has been disabled!"
nightvision-enabled: "&bNightvision has been enabled!"
nightvision-disabled: "&cNightvision has been disabled!"
no-permission: "&cYou don't have permission to use this command!"
plugin-reloaded: "&bPlugin configuration reloaded!"
player-not-found: "&cPlayer not found!"
nightvision-enabled-other: "&bNightvision has been enabled for &f%player%&a!"
nightvision-disabled-other: "&cNightvision has been disabled for &f%player%&c!"
# Help Section
help:
header: "&8====== >b5eaNightVision Help &8======"
nightvision: "&b/nightvision &8- &7Toggle nightvision for yourself." # (nightvision.use)
nightvision-player: "&b/nightvision <player> &8- &7Toggle nightvision for other players." # (nightvision.use.other)
admin-reload: "&b/nightvisionadmin reload &8- &7Reload the plugin configuration." # (nightvision.admin)
footer: "&8=========================="


