HomeJavaModsBetterNEAR
BetterNEAR
Overview
The BetterNEAR Plugin is a powerful and configurable tool for tracking nearby players in Minecraft, designed with flexibility and performance in mind. It offers extensive filtering options, customizable messages, and cooldown management to ensure a seamless and fair experience for all players.

Features
Permissions
The plugin uses permissions to manage access to specific features:

Commands
Configuration
The plugin is fully configurable, allowing you to fine-tune every aspect of its behavior. Here's a preview of the configuration file:
Code (Text):
settings:
  filter:
    # Hides players from /near if they are dead.
    hide-dead: true
    # Hides players from /near if they have the invisibility effect applied.
    hide-invisible: true
    # Hides players from /near if they are in spectator mode.
    hide-spectators: true
    # Requires the Essentials plugin! Hides players who are vanished using Essentials.
    hide-essentials-vanished: true
    # Requires the CMI plugin! Hides players who are vanished using CMI.
    hide-cmi-vanished: true
    # Requires the SuperVanish or PremiumVanish plugin! Hides players who are vanished using these plugins.
    hide-supervanish-vanished: true

  direction-formats:
    straight: '&a↑ Straight'
    left: '&a← Left'
    right: '&a→ Right'
    back: '&a↓ Back'
    straightLeft: '&a↖ Straight-Left'
    straightRight: '&a↗ Straight-Right'
    backLeft: '&a↙ Back-Left'
    backRight: '&a↘ Back-Right'
    unknown: '&cUnknown'

  # A predefined list of radii (in blocks) that can be used for the command. These values determine how far the player search will extend.
  radius-list:
    - 100
    - 200
    - 300
    - 400
    - 500
    - 600

  # Vault required!
  cooldown:
    # Enables or disables the cooldown system, which sets a waiting time before the command can be reused.
    enabled: true
    groups:
      admin: 0
      # Sets the cooldown for the "admin" group to 0 seconds (no waiting).
      mvp: 30
      vip: 45
      default: 60

messages:
  no-permission: "&cYou don't have permission to perform this command!"
  cooldown: '&cYou cannot use this command for another %time% seconds!'
  message: '&7Players within a radius of &a%radius%&7 blocks: '
  no-players: '&fNo players found nearby.'
  format: '&7| &a%player% &7(&a%distance% bs.&7) %direction% '
  hide-on: '&7You have enabled your visibility for &a/near&7.'
  hide-off: '&7You have disabled your visibility for &a/near&7.'
  incorrect-radius: '&cYou have specified an incorrect radius!'
  max-radius: '&cYou do not have permission to view such a far distance! Maximum radius: &a%maxRadius%&c.'
Requirements

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

BetterNEAR is a free Minecraft Java mod. Compatible with Minecraft 1.12, 1.13, 1.14, 1.15 and newer. Downloaded 148 times (via Spigot). Download it and open it directly in the game.

Explore more