Initial commit
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
#
|
||||
# Boosters
|
||||
# by Auxilor
|
||||
#
|
||||
|
||||
log-autosaves: true # If auto-save messages should be sent to console
|
||||
|
||||
messages:
|
||||
1.5sell_multiplier:
|
||||
activation:
|
||||
- ""
|
||||
- "%player%&f has activated a &a1.5x Sell Multiplier Booster&f!"
|
||||
- "&fThis booster will last an hour, be sure to thank them!"
|
||||
- ""
|
||||
expiry:
|
||||
- ""
|
||||
- "&fThe &a1.5x Sell Multiplier Booster&f has ended"
|
||||
- "&fGet another one here: "
|
||||
- ""
|
||||
2sell_multiplier:
|
||||
activation:
|
||||
- ""
|
||||
- "%player%&f has activated a &a2x Sell Multiplier Booster&f!"
|
||||
- "&fThis booster will last an hour, be sure to thank them!"
|
||||
- ""
|
||||
expiry:
|
||||
- ""
|
||||
- "&fThe &a2x Sell Multiplier Booster&f has ended"
|
||||
- "&fGet another one here: "
|
||||
- ""
|
||||
skill_xp:
|
||||
activation:
|
||||
- ""
|
||||
- "%player%&f has activated a &a2x Skill XP Booster&f!"
|
||||
- "&fThis booster will last an hour, be sure to thank them!"
|
||||
- ""
|
||||
expiry:
|
||||
- ""
|
||||
- "&fThe &a2x Skill XP Booster&f has ended"
|
||||
- "&fGet another one here: "
|
||||
- ""
|
||||
@@ -0,0 +1 @@
|
||||
# Don't edit this file - it's for internal storage only
|
||||
@@ -0,0 +1,11 @@
|
||||
messages:
|
||||
prefix: "&a&lBoosters&r &8» &r"
|
||||
no-permission: "&cYou don't have permission to do this!"
|
||||
not-player: "&cThis command must be run by a player"
|
||||
invalid-command: "&cUnknown subcommand!"
|
||||
reloaded: "Reloaded!"
|
||||
requires-player: "&cYou must specify a player!"
|
||||
invalid-player: "&cInvalid player!"
|
||||
requires-booster: "&cYou must specify a booster!"
|
||||
invalid-booster: "&cInvalid booster!"
|
||||
gave-booster: "Gave %player% %booster%!"
|
||||
@@ -0,0 +1,45 @@
|
||||
name: Boosters
|
||||
version: ${projectVersion}
|
||||
main: com.willfp.boosters.BoostersPlugin
|
||||
api-version: 1.17
|
||||
authors: [ Auxilor ]
|
||||
website: willfp.com
|
||||
load: POSTWORLD
|
||||
depend:
|
||||
- eco
|
||||
- PlaceholderAPI
|
||||
- EcoSkills
|
||||
- ShopGUIPlus
|
||||
libraries:
|
||||
- org.jetbrains.kotlin:kotlin-stdlib:1.5.21
|
||||
|
||||
commands:
|
||||
boosters:
|
||||
description: Base Command
|
||||
permission: boosters.command.boosters
|
||||
aliases:
|
||||
- boost
|
||||
|
||||
permissions:
|
||||
boosters.*:
|
||||
description: All boosters permissions
|
||||
default: op
|
||||
children:
|
||||
boosters.command.*: true
|
||||
boosters.command.*:
|
||||
description: All commands
|
||||
default: op
|
||||
children:
|
||||
boosters.command.reload: true
|
||||
boosters.command.give: true
|
||||
boosters.command.boosters: true
|
||||
|
||||
boosters.command.reload:
|
||||
description: Allows reloading the config
|
||||
default: op
|
||||
boosters.command.boosters:
|
||||
description: Allows the use of /boosters.
|
||||
default: true
|
||||
boosters.command.give:
|
||||
description: Allows the use of /boosters give.
|
||||
default: op
|
||||
Reference in New Issue
Block a user