⚔️ Commands

The nwMVP plugin provides a powerful and comprehensive command system designed to manage every core feature of the plugin, including:

  • Boss Damage & Score Tracking

  • Daily Boss System

  • Season Rankings & Rewards

  • Territory Control System

  • Regen Zone Management

  • Administrative & Debug Tools

All commands are permission-based, highly structured, and deeply integrated with GUI, database storage, and scheduling systems.


📌 Command Overview

Base Command

/nwmvp

Permission System

Permission
Description
Default

nwmvp.player

Player-level commands

true

nwmvp.admin

Administrative commands

op

nwmvp.reload

Reload configurations

op

Command Structure


🎮 Player Commands

Player commands are available to all players with nwmvp.player permission.


🧮 /nwmvp score <boss>

Description

Opens a GUI displaying damage statistics and rankings for a specific boss.

Permission

Usage

Arguments

Argument
Description

<boss>

Boss ID (must match a file inside /bosses/)

How It Works

  • Opens an interactive Score GUI

  • Displays:

    • 🏆 Top damage dealers

    • 📊 Damage percentages

    • ⚡ First Strike player

    • ☠ Final Blow player

    • 👤 Personal damage dealt

  • Boss ID must exist in /plugins/nwMVP/bosses/

  • GUI layout is fully configurable

  • Works with MythicMobs and EliteMobs bosses

Example


📆 /nwmvp daily stats [player]

Description

Displays Daily Boss statistics for yourself or another player.

Permission

  • Self view: nwmvp.player

  • Other players: nwmvp.admin

Usage

Information Displayed

  • Daily attempts used / max attempts

  • Total damage dealt

  • Total damage taken

  • Total healing

  • First Strike count

  • Final Blow count

  • Top rank appearances

  • Death count

Reset Behavior

  • Resets automatically based on daily-boss.reset-time

  • Admins can manually reset via admin commands


🏅 /nwmvp season stats [player]

Description

Displays Season ranking statistics for a player.

Permission

  • Self view: nwmvp.player

  • Other players: nwmvp.admin

Usage

Information Displayed

  • Season points

  • Tier & rank

  • Boss kill count

  • Participation count

  • First Strike / Final Blow

  • Best & worst rank

  • Active days

⚠ Requires Season System to be enabled.


🎁 /nwmvp season reward

Description

Claims Season rewards after the season has ended.

Permission

Usage

Conditions

  • Season status must be ENDED

  • Player must have season data

  • Rewards must not be already claimed

Rewards are defined in:


🏰 Territory Commands


🛠 /nwmvp territory maintenance

Description

Pays the maintenance cost for a captured territory.

Permission

  • nwmvp.player

  • Must be Guild Leader

Usage

Requirements

  • Player is inside the territory region

  • Player is guild leader

  • Guild owns the territory

  • Maintenance is enabled

  • Maintenance has not been paid yet

Supported Economies

  • Vault

  • PlayerPoints

  • CoinsEngine

  • BeastTokens


⚙️ /nwmvp territory gui

Description

Opens the Territory Owner Settings GUI.

Permission

  • nwmvp.player

  • Guild leader only

Usage

GUI Features

  • Territory buffs & effects

  • Cost settings

  • Utilities & restrictions

  • Owner-specific settings


📊 /nwmvp territory stats

Description

Displays territory statistics for your guild.

Permission

Information Displayed

  • Territory capture history

  • Performance data

  • Ownership statistics


🔧 Admin Commands

All admin commands require nwmvp.admin


🔄 /nwmvp admin reload

Reloads all nwMVP configuration files.

Reloads

  • config.yml

  • messages.yml

  • Boss configs

  • Territory configs

  • GUI files

  • Drop tables

  • regenzone.yml


/nwmvp admin schedules <daily|season|territory|all> reload

Reloads schedule systems without restarting the server.


🔁 Daily Boss Admin Commands

Reset a Specific Player

Reset All Players


🏁 Season Admin Commands

Start a Season

End a Season

Check Season Status

Reset Player Season Data


🌱 Regen Zone Commands

Requires:


🪄 /nwmvp admin territory regenzone wand

Gives a wand for selecting regen zone boundaries.


➕ Create Regen Zone


❌ Delete Regen Zone


📃 List Regen Zones


🔁 Enable / Disable Regen Zone


📚 Permission Summary

Command Group
Permission

Player Commands

nwmvp.player

Admin Commands

nwmvp.admin

Reload

nwmvp.reload

Last updated