46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
name: CloneDupeCore
|
|
version: '1.0-SNAPSHOT'
|
|
main: me.trouper.clonedupecore.CloneDupeCore
|
|
api-version: '1.21'
|
|
depend:
|
|
- packetevents
|
|
- LiteBans
|
|
- NBTAPI
|
|
load: POSTWORLD
|
|
authors: [ obvWolf ]
|
|
description: Server Utilities for CloneDupe
|
|
commands:
|
|
ping:
|
|
usage: /ping [player]
|
|
permission: clonedupe.ping
|
|
description: Display the ping of you or another player.
|
|
clonetroll:
|
|
usage: /troll <feature> [player] [stop]
|
|
permission: clonedupe.troll
|
|
description: Many features to harras players with.
|
|
aliases:
|
|
- troll
|
|
- ct
|
|
clonedupecore:
|
|
usage: /clonedupecore <subcommand>
|
|
permission: clonedupe.admin
|
|
offend:
|
|
usage: "/offend <player> <query|punish> <offense>"
|
|
permission: clonedupe.offend
|
|
aliases:
|
|
- punish
|
|
trimeffect:
|
|
usage: /trimeffect <global|self>
|
|
permissions:
|
|
clonedupe.troll:
|
|
default: op
|
|
description: Allows a player to use troll features and the troll wand.
|
|
clonedupe.ping:
|
|
default: true
|
|
description: Allows the use of the ping command. Enabled by default.
|
|
clonedupe.admin:
|
|
default: op
|
|
description: Allows the use of the admin command.
|
|
clonedupe.offend:
|
|
default: op
|
|
description: Allows punishment of players through litebans. |