mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-15 20:02:13 +01:00
Added some missing soft dependencies
This commit is contained in:
parent
b4356f2a9e
commit
eea8294bca
@ -3,25 +3,28 @@ author: Rsl1122
|
||||
main: com.djrapitops.plan.Plan
|
||||
version: 4.8.1
|
||||
softdepend:
|
||||
- EssentialsX
|
||||
- Towny
|
||||
- Vault
|
||||
- Factions
|
||||
- AdvancedAchievements
|
||||
- McMMO
|
||||
- Jobs
|
||||
- ASkyBlock
|
||||
- GriefPrevention
|
||||
- LiteBans
|
||||
- SuperbVote
|
||||
- ViaVersion
|
||||
- BanManager
|
||||
- ProtocolSupport
|
||||
- Kingdoms
|
||||
- RedProtect
|
||||
- AdvancedBan
|
||||
- LuckPerms
|
||||
- DiscordSRV
|
||||
- ASkyBlock
|
||||
- AdvancedAchievements
|
||||
- AdvancedBan
|
||||
- BanManager
|
||||
- CoreProtect
|
||||
- DiscordSRV
|
||||
- EssentialsX
|
||||
- Factions
|
||||
- GriefPrevention
|
||||
- GriefPreventionPlus
|
||||
- Jobs
|
||||
- Kingdoms
|
||||
- LiteBans
|
||||
- LuckPerms
|
||||
- mcMMO
|
||||
- MinigamesLib
|
||||
- ProtocolSupport
|
||||
- RedProtect
|
||||
- SuperbVote
|
||||
- Towny
|
||||
- Vault
|
||||
- ViaVersion
|
||||
|
||||
commands:
|
||||
plan:
|
||||
@ -48,13 +51,13 @@ commands:
|
||||
manage:
|
||||
usage: /plan manage <manage subcommand>
|
||||
description: manage the database
|
||||
|
||||
|
||||
permissions:
|
||||
plan.?:
|
||||
description: Help command
|
||||
default: true
|
||||
plan.inspect.base:
|
||||
description: Allows you to check your player data.
|
||||
description: Allows you to check your player data.
|
||||
default: true
|
||||
plan.inspect.other:
|
||||
description: Allows you to check other players' player data.
|
||||
@ -91,7 +94,7 @@ permissions:
|
||||
plan.webmanage:
|
||||
description: Manage the webusers, delete, list, check
|
||||
default: op
|
||||
|
||||
|
||||
plan.basic:
|
||||
children:
|
||||
plan.?: true
|
||||
|
@ -46,8 +46,10 @@ import java.io.InputStream;
|
||||
description = "Player Analytics Plugin by Rsl1122",
|
||||
authors = {"Rsl1122"},
|
||||
dependencies = {
|
||||
@Dependency(id = "griefprevention", optional = true),
|
||||
@Dependency(id = "luckperms", optional = true),
|
||||
@Dependency(id = "nucleus", optional = true),
|
||||
@Dependency(id = "luckperms", optional = true)
|
||||
@Dependency(id = "redprotect", optional = true)
|
||||
}
|
||||
)
|
||||
public class PlanSponge extends SpongePlugin implements PlanPlugin {
|
||||
|
Loading…
Reference in New Issue
Block a user