mirror of
https://github.com/Zrips/Jobs.git
synced 2025-03-02 11:21:14 +01:00
Prevent stacktrace on collumn check
This commit is contained in:
parent
4844547d19
commit
634e0d7ac8
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>Jobs</groupId>
|
||||
<artifactId>jobs</artifactId>
|
||||
<version>4.2.0</version>
|
||||
<version>4.2.1</version>
|
||||
<name>Jobs</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<properties>
|
||||
|
@ -38,7 +38,7 @@ Jobs:
|
||||
# [OPTIONAL] - the maximum number of users on the server that can have this job at
|
||||
# any one time (includes offline players).
|
||||
slots: 1
|
||||
# Soft limits will allow to stop income/exp/point payment increase at some particular level but allow further general leveling.
|
||||
# [OPTIONAL] Soft limits will allow to stop income/exp/point payment increase at some particular level but allow further general leveling.
|
||||
# In example if player is level 70, he will get paid as he would be at level 50, exp gain will be as he would be at lvl 40 and point gain will be as at level 60
|
||||
# This only aplies after players level is higher than provided particular limit.
|
||||
softIncomeLimit: 50
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: Jobs
|
||||
description: Jobs Plugin for the BukkitAPI
|
||||
main: com.gamingmesh.jobs.Jobs
|
||||
version: 4.2.0
|
||||
version: 4.2.1
|
||||
website: https://www.spigotmc.org/resources/jobs-reborn.4216/
|
||||
author: phrstbrn
|
||||
softdepend: [Vault, iConomy, MythicMobs, McMMO, WorldGuard, MyPet]
|
||||
|
Loading…
Reference in New Issue
Block a user