-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.yml
More file actions
50 lines (48 loc) · 936 Bytes
/
plugin.yml
File metadata and controls
50 lines (48 loc) · 936 Bytes
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: WildPets
version: '${project.version}'
main: dansplugins.wildpets.WildPets
api-version: 1.13
author: DanTheTechMan
description: Wild Pets is an open source minecraft plugin that allows players to tame any entity in the game so long as their configuration is enabled.
commands:
wildpets:
wp:
permissions:
wp:
default: true
wp.help:
default: true
wp.tame:
default: true
wp.select:
default: true
wp.rename:
default: true
wp.info:
default: true
wp.wander:
default: true
wp.list:
default: true
wp.list.others:
default: true
wp.call:
default: true
wp.setfree:
default: true
wp.locate:
default: true
wp.follow:
default: true
wp.stats:
default: true
wp.lock:
default: true
wp.unlock:
default: true
wp.gather:
default: true
wp.trade:
default: true
wp.config:
default: op