Initial Commit
This commit is contained in:
46
src/main/resources/plugin.yml
Normal file
46
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,46 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user