InfraredVision
Useful for animal protection officers!
Plugin description
An extremely lightweight plugin that allows players see entities behind walls at the cost of their normal vision. Can be used to enhance the survival experience, implemented in minigames or even simply as a unique feature to make your server stand out. Works with Bukkit and Paper Minecraft servers.
Features
- Customizable messages
- Optional blacklist, hide certain mobs from infrared vision!
- Optional permissions system
Commands
/ivision - Toggles infrared vision
Aliases: /ifr, /infrared
/ifrreload - Reloads the plugin
Permissions
infrared.use - Allows players to use /ivision. This permission does nothing unless "usepermission" is set to true in settings.yml
infrared.admin - Allows player to use all /ifrreload
Configuration
The config is split into settings.yml and messages.yml
settings.yml
Code (YAML):
# What a line in messages.yml will start with if you don't want to use messageformat
# For example "Plugin > some message" is the default message
# You can change it to "some message" if you replace the default with the following in messages.yml
# example: "--some message"
negateformat
:
"--"
# Sets if players require permission "infrared.use" to use /ivision
usepermission
: false
# -----------------------------------------------------------------
# For all settings below this line, it is recommended that you adjust them when the plugin isn't running!
# Sets if only living entities will show in infrared vision
livingentity
: true
# Sets the blacklist of entities you don't want to show in infrared vision
# Possible values can be seen here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
# If you don't want to blacklist anything, just put - "none" as the only value
blacklist
:
-
"enderman"
messages.yml
Code (YAML):
# The format that all messages will follow unless negated with prefix stated in settings.yml
messageformat
:
"&eIFRVision &8> &f{message}"
nopermissions
:
"You can't use that command!"
usage
:
"Usage: {usage}"
visionon
:
"You are now seeing in infrared!"
visionoff
:
"You are now seeing visible light!"
Support
If you found a bug or have a suggestion,
add a comment
Note: this plugin requires ProtocolLib to work
Satisfied? Leave a review!