Added some missing soft dependencies

This commit is contained in:
Rsl1122 2019-04-19 17:27:27 +03:00
parent b4356f2a9e
commit eea8294bca
2 changed files with 28 additions and 23 deletions

View File

@ -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

View File

@ -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 {