-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.yml
More file actions
30 lines (30 loc) · 1.17 KB
/
plugin.yml
File metadata and controls
30 lines (30 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: ClaimslistClassifier
main: com.robomwm.claimslistclassifier.ClaimslistClassifier
depend: [GriefPrevention]
version: '${project.version}-${git.commit.id.abbrev}'
author: RoboMWM
website: https://github.com/robomwm
api-version: '1.13'
commands:
claimslist:
description: Lists information about a player's claim blocks and claims.
usage: /ClaimsList or /ClaimsList <player>
aliases: [claimlist, listclaims]
permission: griefprevention.claims
nameclaim:
description: Name a claim for easy recognition in /claimlist
usage: /NameClaim <name> - Name a claim for easy recognition in /claimslist
aliases: [claimname]
permission: griefprevention.claims
trustedclaimslist:
description: List claims you are /trusted to.
usage: /trustedclaimslist
aliases: [listtrustedclaims, trustedclaimlist, listtrustedclaim, listrustedclaims]
permission: griefprevention.claims
claimexpire:
description: Allows you to view or alter claim expiration extensions
usage: /claimexpire <check|delay> [player...] <days>
aliases: [expireclaim]
claimtop:
description: Prints a list of players, sorted by claimblock totals
usage: /claimtop [page]