Made WorldEdit optional
This commit is contained in:
parent
ee9aecce8e
commit
b8e068480c
5 changed files with 91 additions and 63 deletions
|
@ -76,6 +76,7 @@ Build:
|
|||
UnsupportedSelection: '&cThe selection must be cuboid or polygonal!'
|
||||
BlocksAdded: '&aBlocks added to the elevator.'
|
||||
BlocksFailed: '&cNot all blocks could be added to the elevator. Failure amount: %Failed%'
|
||||
WorldEditNotEnabled: '&cWorldEdit is not enabled on this server!'
|
||||
|
||||
Rope:
|
||||
StillAdjusting: '&cYou are still adjusting a rope.'
|
||||
|
|
|
@ -3,7 +3,7 @@ main: tech.sbdevelopment.v10lift.V10LiftPlugin
|
|||
version: ${project.version}
|
||||
api-version: "1.13"
|
||||
author: SBDeveloper
|
||||
softdepend: ["Vault"]
|
||||
softdepend: ["Vault", "WorldEdit"]
|
||||
commands:
|
||||
v10lift:
|
||||
description: The V10Lift Command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue