mirror of
https://github.com/YouHaveTrouble/PreventStabby.git
synced 2026-05-12 05:16:55 +00:00
50 lines
1.5 KiB
YAML
50 lines
1.5 KiB
YAML
name: PreventStabby
|
|
version: ${project.version}
|
|
main: me.youhavetrouble.preventstabby.PreventStabby
|
|
authors: [YouHaveTrouble]
|
|
api-version: 1.21
|
|
folia-supported: true
|
|
description: Stop people from getting stabbed!
|
|
soft-depend:
|
|
- WorldGuard
|
|
- PlaceholderAPI
|
|
commands:
|
|
preventstabby:
|
|
permission: preventstabby.command
|
|
aliases:
|
|
- pvp
|
|
permissions:
|
|
preventstabby.combatcommandblock.bypass:
|
|
default: op
|
|
description: Allows to bypass combat command blocker
|
|
preventstabby.combatteleportblock.bypass:
|
|
default: op
|
|
description: Allows to bypass combat teleport blocker
|
|
preventstabby.command:
|
|
default: true
|
|
description: Allows usage of /pvp command
|
|
preventstabby.command.help:
|
|
default: true
|
|
description: Allows usage of /pvp help command
|
|
children:
|
|
preventstabby.command: true
|
|
preventstabby.command.toggle:
|
|
default: true
|
|
description: Allows usage of /pvp <toggle/enable/disable> command
|
|
children:
|
|
preventstabby.command: true
|
|
preventstabby.command.toggle.others:
|
|
default: op
|
|
description: Allows usage of /pvp <toggle/enable/disable> <player> command
|
|
children:
|
|
preventstabby.command: true
|
|
preventstabby.command.toggle.global:
|
|
default: op
|
|
description: Allows usage of /pvp override <enabled/disabled/none> command
|
|
children:
|
|
preventstabby.command: true
|
|
preventstabby.command.reload:
|
|
default: op
|
|
description: Allows usage of /pvp reload command
|
|
children:
|
|
preventstabby.command: true |