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