HomeJavaModsSkyeNetwork Velocity
SkyeNetwork Velocity

SkyeNetV - SkyeNet Velocity Plugin

A comprehensive Velocity plugin for the SkyeNet Minecraft server network, providing server management utilities and rules system.

Version 2.1

New Features

Installation

  1. Download the latest SkyeNetV-x.y.z.jar from releases
  2. Place the JAR file in your Velocity plugins/ directory
  3. Restart your Velocity proxy server
  4. The plugin will create necessary configuration files in plugins/skyenetv/

Features

🛡️ Server Rules System

🎨 MiniMessage Formatting

The plugin supports the full MiniMessage specification for rich text formatting:

Commands

/rules - Server Rules Management

Public Commands

Admin Commands (Requires skyenetv.rules.admin permission)

Permissions

Permission Description Default
skyenetv.rules.admin Access to all rule management commands OP only

Configuration

Rules Configuration (plugins/skyenetv/rules.json)

The rules are stored in JSON format with the following structure:

{
  "header": "<gradient:gold:yellow>SkyeNet Server Rules</gradient>",
  "footer": "<gray>Thank you for following our rules!</gray>",
  "rules": [
    {
      "id": 1,
      "title": "<red>No Hacking",
      "description": "Using unauthorized modifications or exploits is strictly prohibited."
    },
    {
      "id": 2,
      "title": "<yellow>Be Respectful",
      "description": "Treat all players with respect. No harassment, bullying, or discrimination."
    }
  ]
}

Default Rules

The plugin comes with example rules that demonstrate MiniMessage formatting:

  1. No Hacking - Prohibition of unauthorized modifications
  2. Be Respectful - Guidelines for player interaction
  3. No Griefing - Protection of player builds
  4. Follow Chat Rules - Communication guidelines
  5. No Advertising - Server promotion restrictions

MiniMessage Examples

Here are some formatting examples you can use in your rules:

Basic Colors

<red>Red text</red>
<blue>Blue text</blue>
<green>Green text</green>
<yellow>Yellow text</yellow>
<gray>Gray text</gray>

Gradients

<gradient:red:blue>Gradient from red to blue</gradient>
<gradient:gold:yellow>Golden gradient</gradient>
<gradient:#ff0000:#00ff00>RGB gradient</gradient>

Text Decorations

<bold>Bold text</bold>
<italic>Italic text</italic>
<underlined>Underlined text</underlined>
<strikethrough>Strikethrough text</strikethrough>

Combined Effects

<red><bold>Important Warning!</bold></red>
<gradient:gold:yellow><italic>Special Announcement</italic></gradient>

Development

Building from Source

  1. Clone the repository
  2. Ensure you have Java 17+ and Maven installed
  3. Run mvn clean package
  4. The compiled JAR will be in the target/ directory

Project Structure

src/main/java/me/pilkeysek/skyenetv/
├── SkyeNetV.java                 # Main plugin class
├── commands/
│   └── RulesCommand.java         # Rules command handler
└── config/
    └── RulesConfig.java          # Rules configuration manager

Support

License

This project is licensed under the MIT License.

Authors


SkyeNetV v2.1 - Enhancing your Velocity server experience

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