HomeJavaModsSomeNotify
SomeNotify

SomeNotify

SomeNotify is a Velocity plugin for sending one message to all players connected through the proxy.

Features

Installation

  1. Download the jar.
  2. Put SomeNotify-1.0.0.jar into your Velocity plugins folder.
  3. Start Velocity once to generate config.
  4. Edit plugins/SomeNotify/config.yml.
  5. Restart Velocity.

Permission

Config (config.yml)

language: "ru"
permission: "somenotify.notify"
reload-permission: "somenotify.reload"

message-format: |
  <gray>[<gold>Notify</gold>]</gray>
  <yellow>{sender}</yellow><gray>:</gray>
  <white>{message}</white>

sender-mode: "player"
custom-sender-name: "Administration"
console-name: "Console"

messages:
  ru:
    usage: "<red>Use /notify <message> or /notify reload</red>"
    no-permission: "<red>No permission.</red>"
    empty-message: "<red>Message cannot be empty.</red>"
    sent: "<green>Message sent ({online} players).</green>"
    reload-success: "<green>Config reloaded successfully.</green>"
    reload-failed: "<red>Config reload failed. Check console.</red>"

  en:
    usage: "<red>Usage: /notify <message> or /notify reload</red>"
    no-permission: "<red>You do not have permission to use this command.</red>"
    empty-message: "<red>Message cannot be empty.</red>"
    sent: "<green>Message sent ({online} players).</green>"
    reload-success: "<green>Config reloaded successfully.</green>"
    reload-failed: "<red>Config reload failed. Check console.</red>"

You can replace texts in messages.ru with any Russian strings you want.

Placeholders

Notes

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.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more