This repository was archived by the owner on Jul 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
56 lines (56 loc) · 1.69 KB
/
plugin.yml
File metadata and controls
56 lines (56 loc) · 1.69 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
44
45
46
47
48
49
50
51
52
53
54
55
56
name: Trainstore
main: net.siebentupel.trainstore.Trainstore
version: 0.1
commands:
ts-set-destination:
description: set the destination for a player.
usage: /<command> [destination]
permission: <plugin name>.destination.set
permission-message: You don't have <permission>
ts-clear-destination:
description: clear the destination of a player.
usage: /<command>
permission: <plugin name>.destination.clear
permission-message: You don't have <permission>
ts-destination:
description: get the current destination of a player.
usage: /<command>
permission: <plugin name>.destination.get
permission-message: You don't have <permission>
ts-list-stations:
description: list all stations.
usage: /<command>
permission: <plugin name>.station.list
permission-message: You don't have <permission>
ts-list-junctions:
description: list all junctions.
usage: /<command>
permission: <plugin name>.junction.list
permission-message: You don't have <permission>
ts-list-lines:
description: list all lines.
usage: /<command>
permission: <plugin name>.line.list
permission-message: You don't have <permission>
permissions:
destination.set:
description: set a destination for oneself
default: true
destination.clear:
description: clear destination for oneself
default: true
destination.get:
description: get current destination for oneself
default: true
station.list:
description: list all stations
default: true
junction.list:
description: list all junctions
default: op
line.list:
description: list all lines
default: op
router.update:
description: update all routes
default: op