-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
33 lines (32 loc) · 1.16 KB
/
plugin.yml
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
31
32
33
name: Creepers Gonna Creep
main: me.spike.creeperprank.CreeperPrank
version: 1.1
author: SpikeMeister
description: >
Creepers Gonna Creep is a Minecraft Bukkit plugin that lets ops prank their users by spawning creepers around them randomly when they move.
commands:
creeperprank:
description: Adds a player to the list of players to be pranked.
usage: |
/<command> [player name]
Example: /<command> name - Adds "name" to the list of players to be pranked.
stoppranking:
description: Stops pranking a player, or all players.
usage: |
/<command> [player name]
/<command> all
Example: /<command> name
beingpranked:
description: Checks if a player is being pranked.
usage: |
/<command> [player name]
Example: /<command> name
permissions:
creeperprank.creeperprank:
description: Gives access to all creeper prank commands
children:
creeperprank.beingpranked: true
default: op
creeperprank.beingpranked:
description: Allows you to check if a user is being pranked
default: op