Initial commit

This commit is contained in:
Auxilor
2021-09-14 10:17:33 +01:00
commit 11fbb298ca
31 changed files with 1886 additions and 0 deletions
@@ -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