This repository was archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathplugin.yml
More file actions
43 lines (38 loc) · 1.26 KB
/
plugin.yml
File metadata and controls
43 lines (38 loc) · 1.26 KB
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
name: Vehicles
author: JaxkDev
version: 0.1.15
api: 3.14.1
mcpe-protocol: [431, 440, 448, 465, 471]
main: JaxkDev\Vehicles\Main
website: "https://github.com/JaxkDev/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: "Allows user all vehicles plugin perms."
children:
vehicles.command:
description: "Allows user to use all vehicle commands."
default: false
children:
vehicles.command.use:
description: "Allows user to use vehicle 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.drive:
description: "Allows user to drive a vehicle."
default: true
vehicles.passenger:
description: "Allows user to be a passenger."
default: true