forked from JaxkDev/Vehicles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
52 lines (47 loc) · 1.65 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: Vehicles
author: JaxkDev
version: 0.0.3
api: [4.0.0]
mcpe-protocol: [361]
main: JaxkDev\Vehicles\Main
website: "https://github.com/organization/Vehicles"
description: "[W.I.P] PocketMine-MP plugin that brings vehicles to your server !"
commands:
vehicles:
description: "Vehicles general command"
permission: vehicles.command.use
usage: /vehicles help
permission-message: "[Vehicles] > You do not have permission to use vehicle commands."
permissions:
vehicles:
default: false
description: "Toggles all vehicles plugin perms."
children:
vehicles.command:
description: "Toggles all vehicle commands."
default: false
children:
vehicles.command.use:
description: "Allows user to use commands."
default: true
vehicles.command.spawn:
description: "Allows user to spawn a vehicle."
default: op
vehicles.command.remove:
description: "Allows user to remove a vehicle."
default: op
vehicles.command.lock:
description: "Allows user to lock their vehicles."
default: true
vehicles.command.unlock:
description: "Allows user to unlock their vehicles."
default: true
vehicles.command.giveaway:
description: "Allows user to giveaway their vehicles (lose ownership)."
default: true
vehicles.drive:
description: "Allows user to drive their vehicle or a unlocked one."
default: true
vehicles.passenger:
description: "Allows user to be a passenger in any vehicle unlocked."
default: true