TF-Marriage/src/main/resources/plugin.yml

48 lines
1.5 KiB
YAML
Raw Normal View History

2014-11-14 19:37:31 +00:00
name: ${project.name}
version: ${project.version}
main: com.lenis0012.bukkit.marriage2.internal.MarriagePlugin
author: lenis0012
description: A plugin wich provides the function to start a relationship in minecraft.
dev-url: http://dev.bukkit.org/bukkit-mods/marriage-reloaded/
softdepend: [Vault]
commands:
marry:
description: Marriage main command.
usage: /marry <args>
permissions:
marry.*:
description: Allows all Marriage Commands
default: false
children:
marry.admin:
description: Allows all admin commands
default: false
children:
2016-02-23 16:22:31 +00:00
marry.update:
description: Allows user to update plugin if updater is enabled.
2014-11-14 19:37:31 +00:00
default: op
marry.default:
description: Allows default player commands
default: true
children:
marry.marry:
description: Allows to marry with players
default: true
marry.tp:
description: Allows to tp to your partner
default: true
marry.home:
description: Allows to tp to your home if set
default: true
marry.sethome:
2016-02-23 16:22:31 +00:00
description: Allows to set your Marriage home
2014-11-14 19:37:31 +00:00
default: true
marry.gift:
2016-02-23 16:22:31 +00:00
description: Allows to gift items to your partner
2014-11-14 19:37:31 +00:00
default: true
marry.chat:
description: Allows to chat with your partner
default: true
marry.seen:
description: Allows to see your last login from your partner
default: true