BasicSkill

Use experience to improve various passive skills; It can increase the damage you deal to monsters and reduce the damage that monsters do to you; It can increase your life limit and your movement speed, allowing you to recover a certain amount of life when you deal damage to monsters.

 

The attributes that can be promoted are: ATK, ATK SPD, CRIT Rate, CRIT DMG, SPD, Blood Thirsty, HP, DEF

 

Command:

# Open BasicSkill with GUI
usage: /basicskill open
aliases:
- bssk
- bs

Permission: No

Configure:

(1)config.yml
Settings:
# GUI name
title: BasicSkill
# Death clearing skill attribute
deathClear: 'false'
# Record the skill attributes of each player through the world name
worldIndependence: 'true'
# Close GUI after upgrade
keepMenu: 'false'
# money(Based on Vault Plugin) , player`s exp
costType: exp
# Only English and Chinese are supported
language: zh_cn

(2)settings.yml

# ATK
attackIntensity:
# Whether the skill attribute is enabled
Enable: 'true'
# Displayed icon name
Item: IRON_SWORD
# Displayed name
Name: ATK
# 0 ~ 8 positions from left to right
Row: '1'
# 0 ~ 8 positions from top to bottom
Column: '1'
# Displayed properties
Lore: ''
# How much skill will be added each time you upgrade
UpSum: '1'
# Calculation method of the cost for each skill upgrade: %v indicates the level
CostSum: '%v*(%v+1)/2'

(3)data/<user>.yml

#In a world called world
world:
# The skill level of ATK is 2
attackIntensity: '2'


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    662813
  • Created
    Aug 20, 2022
  • Last Released File
    Sep 17, 2022
  • Total Downloads
    157
  • License

Categories

Members

Recent Files