Minecraft Level System + mod 2026 download
logo
minecraft mod Level System +

Level System +

Game Version: 1.16
Total Downloads: 148
Updated: May 18, 2021
Created: May 16, 2021
Download Level System +Download Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Plugin Version 3.0 release 22.67 KB May 18, 2021 1.16 131 download Level System + Plugin Version 3.0 releaseDownload
Plugin Version 2.1 release 21.82 KB May 16, 2021 1.16 14 download Level System + Plugin Version 2.1 releaseDownload
Plugin Version 4.0 alpha 28.52 KB Dec 26, 2021 1.16 3 download Level System + Plugin Version 4.0 alphaDownload

Description

Share this:

This plugin adds a rank system to Minecraft which adjusts damage given / damage taken per rank.

The damage adjustments as well as all levels can be configured in the config.yml.

A recommended version of this file will be generated on the first plugin load.

 

## Commands:

– /rank: Show your own rank
  – Permission: levelsystem.rank.display
– /rank list: List all players with a rank
  – Permission: levelsystem.rank.list
– /rank set: Set rank for a player
  – Permission: levelsystem.rank.set
– /rank up: Rank up
  – Permission: levelsystem.level.up
– /effects: Lists all effects you can currently use
  – Permission: levelsystem.effects.list
– /effects [effect] [on|off]: Turns an effect on or off
  – Permission: levelsystem.effects.toggle

 

– Permission for all plugin comands: levelsystem.*

– Permission for all /rank * commands: levelsystem.rank.*

– Permission for all /effects * commands: levelsystem.effects.*

 

## What is the purpose of this plugin?

This plugin adds a system where you can trade the levels you earn through xp to plugin levels.
If your level is high enough to elevate your plugin level, you can do so by executing the `/rank up` command.
Each level has some modifiers.

 

These are:

– Damage given
– Damage taken
– Max health
– Potion effects

 

There are 10 levels per default. These are defined in the config.yml file inside the plugin folder.
This file will be created on the first plugin load and can be modified after.

 

## Config example

In this example we see the definition of rank 5.
To reache this level, you have to be rank 4 and you need 30 levels.
Whith this rank you will deal 8 more damage (damage-given: 8) and receive 8 less damage (damage-taken: 8).
You will also have 30 max health (max-health: 30) which is 10 more than default, giving you 15 hearts.

The effects can be adjusted per rank.
A player will see a list of all effects of their rank which are greater than 0, by typing the /effects command.
Effects can be toggled on/off by clicking on the chat message or by accessing the respective command as listed in the /help command.

 

config.yml

levels:
  5:
    level: 30
    modifiers:
      damage-given: 8
      damage-taken: 8
      max-health: 30
    effects:
      night-vision: 1
    speed: 0
    haste: 0
    jump-boost: 0
    fire-resistance: 0
    water-breathing: 2
    luck: 0
    slow-falling: 1
    conduit-power: 2
    dolphins-grace: 2

Comments

Add a comment