Added lrcdb
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Options for lrcdb (https://lrcdb.auxilor.io), a website to share configs
|
||||
# with other server owners, so you can get more configs without making them
|
||||
# yourself!
|
||||
|
||||
author: "Unknown Author" # The name attached to configs you export
|
||||
|
||||
# Options about automatically sharing configs you create
|
||||
share-configs:
|
||||
# If you want all your configs to automatically be publicly available,
|
||||
# set this to true. This really helps out other users!
|
||||
publicly: false
|
||||
|
||||
# If you don't want your configs to be usable to gather information about
|
||||
# plugin usage or to improve the plugins in the future, disable this.
|
||||
# Nothing identifying is shared.
|
||||
enabled: true
|
||||
|
||||
# If you disable share-configs, you can still share select configs publicly
|
||||
# with /boosters export <config>.
|
||||
@@ -43,6 +43,8 @@ permissions:
|
||||
boosters.command.boosters: true
|
||||
boosters.command.cancel: true
|
||||
boosters.command.activate: true
|
||||
boosters.command.import: true
|
||||
boosters.command.export: true
|
||||
|
||||
boosters.command.reload:
|
||||
description: Allows reloading the config
|
||||
@@ -58,4 +60,10 @@ permissions:
|
||||
default: op
|
||||
boosters.command.cancel:
|
||||
description: Allows the use of /boosters cancel.
|
||||
default: op
|
||||
boosters.command.import:
|
||||
description: Allows the use of /boosters import
|
||||
default: op
|
||||
boosters.command.export:
|
||||
description: Allows the use of /boosters export
|
||||
default: op
|
||||
Reference in New Issue
Block a user