Join my Discord Channel for more support!
If you enjoy my plugins, please leave a rating!
NoExplorerNoteXP
Players can still collect notes, but they will not receive XP/buffs from them.
- Optional in config: Players can receive the Double XP buff
Configuration:
Reload command NoExplorerNoteXP.reload
Join my Discord Channel for more support!
If you enjoy my plugins, please leave a rating!
If you enjoy my plugins, please leave a rating!
NoExplorerNoteXP
Players can still collect notes, but they will not receive XP/buffs from them.
- Optional in config: Players can receive the Double XP buff
Configuration:
JSON:
{
"NoExplorerNotesXP": {
"Enabled": true, // enables the plugin, will not turn it off completely without a restart
"GroupPermission": {
"Default":{
"Priority": 99,
"DoubleXPBuffEnabled": false // does the Default permission get the double XP buff?
}
},
"DoubleXPBuff": { // enables the double XP option for the plugin
"Enabled": true
},
"Messages":{
"GroupPermission":{
"Default": {
"Priority": 99,
"SenderNameInChat": "SERVER"
}
}
}
}
}
Reload command NoExplorerNoteXP.reload
Join my Discord Channel for more support!
If you enjoy my plugins, please leave a rating!