Skip to content

PixelSkills

angelo1235 edited this page Jan 9, 2021 · 1 revision

Intro

PixelSkills is a plugin like any other skills plugin, But PixelSkills, is made for Pixelmon, and Pixelmon only.
The plugin strives in the multiple reward options that players can receive when doing tasks to up their skill.
PixelSkills has 15 skills for Generations, and 15 skills for Reforged!
Each skill has a total of 7 Separate conf files.
We will cover the main files for skills and the plugin on the wiki, for further help or question refer to the Discord!

Main plugin file for skills:

settings.conf

Setting which rewards you want to be given:

Toggle {
    Level-Locked-Rewards-Enabled=false
    Perks-Enabled=false
    Rewards-Enabled=false
    Skill-Enabled=false
}

These settings disabled the skill as a whole, Simply turning it into the text below, would change this.

Toggle {
    Level-Locked-Rewards-Enabled=true
    Perks-Enabled=false
    Rewards-Enabled=false
    Skill-Enabled=true
}

This would only give the player the setup Reward Locked rewards for the skill.

The Reward types

Perks:
Perks are random! So random, in fact. That a player that levels up, will not receive any reward all the times they level up!
Perks would be great for setting super rare loot, Items or others.

Rewards:
Rewards are completely random given as soon as a player levels up.

Level Locked Rewards:
Does as it is called!

fance-features.conf

Edit the skills displaying to the players!

Action bar:
EXP-Bar allows you to disable or enable the module, change the text and allows for color codes.
Level-Up-Bar allows you to disable or enable the module, change the text and allows for color codes.

Boss Bar:
Allows to change the color of the bossbar, the text and allows for turning off the feature completely.

Effects:
Allows for changing the effects played at a player when leveling up. For all default effect ID's check out this page.

Sounds:
Allows for changing the sound played when a player levels up or gains XP.
For an accurate list of sound names go here.

Title Messages:
Allows for enabling and disabling the title message that appears when gaining XP or leveling up.

Clone this wiki locally