Mineuniverse
Log in Register
Plugins

Skillz

Skillz
by Lolmewn
Download Claim this project
232,162 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Fun Informational Role Playing

 


Stats - made by Lolmewn


Description

This plugin adds Skills to your server. With skills, the player has a goal to work towards to, and get rewarded for playing actively. You can also use these skills as requirement for a rank-up, for example. Gaining levels can also make you more powerful, but not overpowered.

Commands and permissions

Command Permission node Description
/skills skillz.skills See your skill levels
/skills page <pagenumber> skillz.skills View other pages of your skills (Not yet implemented)
/skills <Player> skillz.skills.other Shows skills of another player (Not yet implemented)
/skills check <skillname> skillz.check Checks when you level up (Not yet implemented)
/skills top   View the top players for every skill (Not yet implemented)
/skills reset skillz.reset.self Reset your skills (Not yet implemented)
/skills reset <Player1> <Player2> etc skillz.reset.other Reset other player's skills (Not yet implemented)

Default Skills

There are a couple of basic skills. To give an idea of what they do, I'll take the Mining skill as example and walk you through the config.

#name of the skill
name: Mining

#description of the skill, will be used later for more in-depth commands.
description: Level up your mining skill to unlock new features, like breaking new blocks and using new tools.

#default XP-gain multiplier
multiplier: 1

#whether or not this skill is enabled at all
enabled: true

#send a message to everyone that a player has leveled up. You can change the message below
broadcastLevelup: true

#blocks used by this skill, either for gaining XP, blocking until a certain level, or blocking items until a certain level.
blocks:
    #the stone block gets associated with this skill. You can find a list with all possible itemnames here: https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/browse/src/main/java/org/bukkit/Material.java#84
    STONE:
        # get 1 XP for breaking a stone block. You level up when your XP is higher than level^2*10 (so to get level 3, you need 40 xp)
        xp: 1

    COBBLESTONE:
        xp: 0.5
        #you can only start mining cobblestone from Mining level 5. 
        level: 5
    tool_level: 
        #only for breaking blocks
        #you can't use a Diamond pickaxe until you are level 5
        DIAMOND_PICKAXE: 5
    
#Special abilities that randomly happen, usually with a higher chance of happening as the player gets to a higher level. 
special:
    
    #get double drops every now and then
    doubleDrops:
        #whether or not this special is enabled
        enabled: true

        #what the chance is of getting a double drop, in percentages (from 0-100)
        chance: "%level%/3"

        #when a double drop happens, send the player a message
        notifyPlayer: true

    doubleXp:
        enabled: true
        chance: "%level%"
        notifyPlayer: false
    
messages:
    levelup:
    - '&3Congratulations %player%! You leveled up your %name% skill.'
    - '&6Your skill level is now %newlevel%'
    broadcast:
    - '&3%player% leveled up his %name% skill! He is now level %newlevel%'
    needsHigherLevelBlock: "You can't break this block! %name% level required: %level%"
    needsHigherLevelTool: "You can't use this tool yet! %name% level required: %level%"
    itemsDroppedOnGround: "Your inventory was full, causing your item rewards to be dropped on the ground!"
    doubleDrop: "Your block had a double drop! How lucky you are."
    doubleXp: "Your block dropped double XP! How lucky you are."

#rewards for leveling up
rewards:
    #some items you get. Separated by ; for multiple items. 89,4 means 4 glowstone (will use material name in a newer version), 17,2,1 means 2 wood with data-type 1 (so Spruce wood). 
    items: 89,4;17,2,1

    #money you get for leveling up. Nice incentive for working towards a levelup. 
    money: 100

Basic Skills

There are a few basic skills you can train:

Name How to gain XP
Acrobatics Fall and get hurt
Archery Hit players or animals with your arrows
Digging Dig dirt, sand, grass or gravel
Mining Mine blocks, get XP
Swimming Suffocate in water
Swords Combat Hit players or animals with your sword
Woodcutting Chop trees

A Video about it

Source

https://gitlab.com/lolmewn/Skillz

API

Hook into the API to get player levels, XP, add new Skills, and more! Click here to see the API

 

 

 
v6.0-DEV
MC 1.14, 1.13, 1.15
Beta 2019-12-23 Get
v6.0-DEV
MC CB 1.7.9-R0.1
Beta 2014-07-11 Get
v6.0-DEV
MC 1.7.2, 1.5.2, 1.6.4
Alpha 2013-09-28 Get
v5.9
MC 1.7.2, 1.5.2, 1.6.4
Release 2013-06-20 Get
v5.8
MC 1.5.1, 1.4.7, 1.5.2
Release 2013-05-22 Get
v5.7
MC 1.5.1, 1.5.2, 1.4.6
Release 2013-05-01 Get
v5.6
MC 1.5.1, CB 1.4.7-R1.0, 1.5.0
Release 2013-02-22 Get
v5.6 (BETA, STABLE) V2 TEMP FIX
MC CB 1.3.2-R3.0, CB 1.4.2-R0.2
Beta 2012-07-09 Get
v5.6 (BETA, STABLE)
MC CB 1.2.5-R4.0
Beta 2012-05-14 Get
v5.51
MC CB 1.4.7-R1.0, CB 1.2.5-R1.0
Release 2012-02-16 Get
v5.5
MC CB 1.1-R4
Release 2012-02-15 Get
V5.4
MC CB 1.0.1-R1
Release 2012-01-03 Get
V5.3
MC CB 1.0.1-R1
Release 2011-12-25 Get
v5.1
MC CB 1337
Release 2011-10-25 Get
v5.0.1
MC CB 1060
Release 2011-09-14 Get
v5.0
MC CB 1060
Release 2011-09-10 Get
v4.4
MC CB 1060
Release 2011-09-08 Get
v4.5
MC CB 1060
Release 2011-09-08 Get
v4.2.1
MC CB 1060
Release 2011-09-07 Get
v4.3
MC CB 1060
Release 2011-09-07 Get
Skillz
MC
Release 2011-08-25 Get

More from Lolmewn

Sortal
99,196
Highscores
8,663
Stats by Lolmewn
335,486
FastObsidian
1,586
Achievements Reloaded
14,582

You Might Also Like

Island World Challenges
Island World Challenges
91,964
LoreTime
A date plugin for role-playing servers
9,912
ItemLinker
Allows player's to link an item in chat for other's to hover over and view.
9,863
RealJobs
RealJobs
9,790
CityZen
The premier city management plugin. Simple and functional. Start your City today!
9,665
Skywars
A skywars plugin, developed for 1.8, and easy to setup.
9,555