Skip to content

Commit

Permalink
Add soft depend on Multiverse and Vault
Browse files Browse the repository at this point in the history
This is to fix an issue where the plugin would load before other worlds were loaded.
  • Loading branch information
ShroomAgent27 authored Jan 7, 2020
1 parent aa804ce commit 32e79f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: BlockRegen
main: town.championsofequestria.blockregen.BlockRegenPlugin
version: $version
authors: [SweetieBelle]
softdepend: [Multiverse-Core, Vault]
description: >
Blocks that are specificed in the configuration file will regenerate themselves after the set time.
commands:
Expand All @@ -14,4 +15,4 @@ permissions:
coe.blockregen.bypass.remove:
description: Allows a player to remove a regeneration block without causing it to regen.
coe.blockregen.bypass.place:
description: Allows a player to place blocks that regenerate without setting the player placed flag. Useful for manually creating ore deposits for example.
description: Allows a player to place blocks that regenerate without setting the player placed flag. Useful for manually creating ore deposits for example.

0 comments on commit 32e79f3

Please sign in to comment.