first
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
name: DirtBounties
|
||||
version: 1.0.0
|
||||
main: com.dirtbagmc.dirtbounties.DirtBountiesPlugin
|
||||
api-version: '1.21'
|
||||
author: DirtbagMC
|
||||
website: https://dirtbagmc.com
|
||||
description: Premium bounty system for Paper SMP and anarchy servers.
|
||||
softdepend:
|
||||
- Vault
|
||||
- CMI
|
||||
- PlaceholderAPI
|
||||
|
||||
commands:
|
||||
bounty:
|
||||
description: Open and manage player bounties.
|
||||
usage: /bounty help
|
||||
aliases:
|
||||
- bounties
|
||||
- dbounty
|
||||
bountyadmin:
|
||||
description: Admin controls for DirtBounties.
|
||||
usage: /bountyadmin help
|
||||
aliases:
|
||||
- dbountyadmin
|
||||
- ba
|
||||
|
||||
permissions:
|
||||
dirtbounties.use:
|
||||
description: Allows opening the bounty GUI and using basic commands.
|
||||
default: true
|
||||
dirtbounties.place:
|
||||
description: Allows placing new bounties.
|
||||
default: true
|
||||
dirtbounties.add:
|
||||
description: Allows increasing existing bounties.
|
||||
default: true
|
||||
dirtbounties.view:
|
||||
description: Allows viewing bounty details.
|
||||
default: true
|
||||
dirtbounties.top:
|
||||
description: Allows viewing top bounties.
|
||||
default: true
|
||||
dirtbounties.claim:
|
||||
description: Allows claiming bounties by killing targets.
|
||||
default: true
|
||||
dirtbounties.anonymous:
|
||||
description: Allows placing anonymous bounties when enabled.
|
||||
default: op
|
||||
dirtbounties.bypass.cooldowns:
|
||||
description: Bypasses placement and claim cooldown checks.
|
||||
default: op
|
||||
dirtbounties.bypass.claimrules:
|
||||
description: Bypasses configured claim restrictions.
|
||||
default: op
|
||||
dirtbounties.admin:
|
||||
description: Full DirtBounties administration access.
|
||||
default: op
|
||||
children:
|
||||
dirtbounties.use: true
|
||||
dirtbounties.place: true
|
||||
dirtbounties.add: true
|
||||
dirtbounties.view: true
|
||||
dirtbounties.top: true
|
||||
dirtbounties.claim: true
|
||||
dirtbounties.anonymous: true
|
||||
dirtbounties.bypass.cooldowns: true
|
||||
dirtbounties.bypass.claimrules: true
|
||||
Reference in New Issue
Block a user