mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2024-11-14 23:15:10 +01:00
Remove soft-depend section in plugin.yml, they will be fully rewritten
This commit is contained in:
parent
4a92637b49
commit
c0b9a48be0
@ -1,14 +1,13 @@
|
||||
# Do not change anything in here unless you know what you're doing!
|
||||
|
||||
name: ${project.name}
|
||||
name: "${project.parent.name}"
|
||||
main: de.epiceric.shopchest.ShopChest
|
||||
version: ${project.version}
|
||||
version: "${project.version}"
|
||||
author: EpicEric
|
||||
website: ${project.url}
|
||||
website: "${project.url}"
|
||||
description: Create your own nice-looking chest shops and sell your stuff to other players!
|
||||
softdepend: [WorldGuard, Towny, AuthMe, PlotSquared, uSkyBlock, ASkyBlock, IslandWorld, GriefPrevention, AreaShop, Multiverse-Core, MultiWorld, BentoBox]
|
||||
depend: [Vault]
|
||||
api-version: 1.13
|
||||
api-version: "1.13"
|
||||
|
||||
permissions:
|
||||
shopchest.*:
|
||||
|
Loading…
Reference in New Issue
Block a user