forked from LogBlock/LogBlock
Fix plugin.yml
This commit is contained in:
@@ -1,15 +1,17 @@
|
|||||||
name: ${project.name}
|
name: ${project.name}
|
||||||
version: '1.60'
|
version: '1.60'
|
||||||
author: DiddiZ
|
author: DiddiZ
|
||||||
website: http://www.diddiz.de/minecraft/
|
authors: [md_5, ammar2]
|
||||||
|
website: http://dev.bukkit.org/server-mods/logblock/
|
||||||
main: de.diddiz.LogBlock.LogBlock
|
main: de.diddiz.LogBlock.LogBlock
|
||||||
description: ${project.description}
|
description: ${project.description}
|
||||||
softdepend: [LogBlockQuestioner, WorldEdit]
|
softdepend: [LogBlockQuestioner]
|
||||||
|
depend: [WorldEdit]
|
||||||
commands:
|
commands:
|
||||||
lb:
|
lb:
|
||||||
description: 'LogBlock commands.'
|
description: 'LogBlock plugin commands'
|
||||||
usage: 'Usage: /<command> help'
|
usage: 'Usage: /<command> help'
|
||||||
aliases: []
|
aliases: [logblock]
|
||||||
permissions:
|
permissions:
|
||||||
logblock.*:
|
logblock.*:
|
||||||
description: Gives access to all LogBlock commands
|
description: Gives access to all LogBlock commands
|
||||||
@@ -28,23 +30,23 @@ permissions:
|
|||||||
description: 'Grants access to /lb lookup commands and allows defining custom tool queries'
|
description: 'Grants access to /lb lookup commands and allows defining custom tool queries'
|
||||||
default: op
|
default: op
|
||||||
logblock.rollback:
|
logblock.rollback:
|
||||||
description: 'Allows rollback, redo and write logfiles'
|
description: 'Allows rollback, redo and writing of logfiles'
|
||||||
default: op
|
default: op
|
||||||
logblock.clearlog:
|
logblock.clearlog:
|
||||||
description: 'Allows to use /lb clearlog'
|
description: 'Allows clearing of the logs via /lb clearlog'
|
||||||
default: op
|
default: op
|
||||||
logblock.hide:
|
logblock.hide:
|
||||||
description: 'Allows to hide from logging'
|
description: 'Allows hiding players from logging'
|
||||||
default: op
|
default: op
|
||||||
logblock.tp:
|
logblock.tp:
|
||||||
description: 'Allows to use /lb tp'
|
description: 'Allows the use of /lb tp'
|
||||||
default: op
|
default: op
|
||||||
logblock.me:
|
logblock.me:
|
||||||
description: 'Allows to see oneselfs stats with /lb me'
|
description: 'Allows seeing of your own stats with /lb me'
|
||||||
default: true
|
default: true
|
||||||
logblock.ignoreRestrictions:
|
logblock.ignoreRestrictions:
|
||||||
description: 'Allows to ignore the rollback restrictions rollback.maxTime and rollback.maxArea'
|
description: 'Allows to ignore the rollback restrictions rollback.maxTime and rollback.maxArea'
|
||||||
default: op
|
default: op
|
||||||
logblock.spawnTools:
|
logblock.spawnTools:
|
||||||
description: 'Allows to spawn tools'
|
description: 'Allows lookup tools to be spawned'
|
||||||
default: true
|
default: true
|
||||||
|
Reference in New Issue
Block a user