Open gaRt3n opened 4 years ago
I'm not able to disable the Messages where you get doubble XP. Even if its disabled its on.
This server is running Paper version git-Paper-89 (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT) XPBoost version 3.4.0
`#Plugin: XPBoost
database:
type: 'mysql'
host: 'localhost' port: 3306 database: 'user' user: 'user' password: 'pw'
settings: config_version: 1
language: 'DE'
debug: 0
metrics: true
xpbottlemode: 1
disablevanillaxp: false globalboost:
multiplier: 2.0 #Enable/disable notification on join when global boost is active notification: true
doublexpmsg: false
actiondelay: 100
motdon: true
boostEndSound: BLOCK_TRIPWIRE_CLICK_OFF
actionbarmsg: true bossbar:
bossbarmsg: true #Color of the boss bar color: BLUE #Style of the boss bar style: NOTCHED_20
itemmaterial: POTION
sign:
line1: '&a[XPBoost]' line2: '&cOpen' #if you dont need other lines, just leave it blank line3: '' line4: ''
day: monday: false teusday: false wednesday: false thursday: false friday: false saturday: false sunday: false
disabledcommands:
enabled: true #List of forbiden commands while XPBoost is active list: - '/give' - '/test'
periodicalDayCheck: false
mcmmo: msg: enabled: false #do you want a message below to appear? msg: '&aGained &c%newexp% &aXP instead of &c%oldexp%&a. Skill: &c%skill%'
rpgme: msg: enabled: false
msg: '&aGained &c%newexp% &aXP instead of &c%oldexp%&a. Skill: &c%skill%'
heroes: msg: enabled: false msg: '&aGained &c%newexp% &aXP instead of &c%oldexp%&a. Source: &c%source%'
jobs: msg: enabled: false msg: '&aGained &c%newexp% &aXP instead of &c%oldexp%&a. Job: &c%job%'`
I'm not able to disable the Messages where you get doubble XP. Even if its disabled its on.
This server is running Paper version git-Paper-89 (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT) XPBoost version 3.4.0
`#Plugin: XPBoost
Author: Qifi (elving21)
The variables which start and end with '%' you can either move them around or comepletely remove from the message
database:
Type can be: mysql | file
type: 'mysql'
For MySQL, dont forget to restart server after changing these values
host: 'localhost' port: 3306 database: 'user' user: 'user' password: 'pw'
settings: config_version: 1
Supported languages: ENG (English) | NL (Dutch) | ZHS (Simplified Chinese)
If you've got a translation to some other language send it to me :)
language: 'DE'
Enable debug 0 = disabled | 1 = Normal | 2 = All information (Mostly useless for you)
debug: 0
If you dont want to send metrics (statistics about the plugin) set this to false
metrics: true
Do you want to disable xp bottles? SELECT MODE 1 or 2 or 3
Mode 1: Normal behaviour
Mode 2: Set dropped XP from xp bottles to 0
Mode 3: Disallow players to drop EXP bottles while their boost is active
Mode 4: (!!THIS MODE WILL ONLY WORK ON PAPER SPIGOT!!) Ignore experience from xp bottles when applying xp boost
xpbottlemode: 1
If you want to use only SkillAPI/McMmmo/Heroes/RpgMe etc. experience, set this to true and vanilla xp will be unaffected
disablevanillaxp: false globalboost:
Global XP boost
Do you want the message about XP gain to appear
doublexpmsg: false
Actionban message time delay in ticks, (20 ticks = 1 sec) default 5 sec
actiondelay: 100
Enable/disable motd when global boost is active
motdon: true
Boost end sound - the sound that is emitted when the boost ends
boostEndSound: BLOCK_TRIPWIRE_CLICK_OFF
Enable/disable actionbar message when boost is active
actionbarmsg: true bossbar:
Enable/disable bossbar when boost is active (will work only if BossBar plugin is present)
Item type material for an xpboost item from /xpb item
itemmaterial: POTION
Sign settings
sign:
line1 is the text that u need to write in order to create sign, other lines will apear automatically
Days on which XP boost should be active for everyone (change to true)
day: monday: false teusday: false wednesday: false thursday: false friday: false saturday: false sunday: false
Disabled commands while XPBoost is active
disabledcommands:
Do you want this feature to be enabled?
Put it to true if you are using daily global xpboost and ur server does not restart every day
periodicalDayCheck: false
McMMO support
mcmmo: msg: enabled: false #do you want a message below to appear? msg: '&aGained &c%newexp% &aXP instead of &c%oldexp%&a. Skill: &c%skill%'
RPGme support
rpgme: msg: enabled: false
I disabled message for a STAMINA skill cuz it just spamms rly a lot
Heroes support
heroes: msg: enabled: false msg: '&aGained &c%newexp% &aXP instead of &c%oldexp%&a. Source: &c%source%'
JobsReborn support
jobs: msg: enabled: false msg: '&aGained &c%newexp% &aXP instead of &c%oldexp%&a. Job: &c%job%'`