Skip to content

Commit c7b7162

Browse files
authored
Update plugin.yml
1 parent 5e00626 commit c7b7162

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

plugin.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,21 @@ api: 2.0.0
55
load: STARTUP
66
author: Tarik02
77
description: BedWars MiniGame
8-
website: www.twitter.com/PocketGamesPE
98
commands:
109
bw:
1110
description: "BedWars!"
1211
usage: "/bw"
1312
permission: bw.tp
1413
bwvote:
15-
description: "Vote para comecar"
14+
description: "Vote to start"
1615
usage: "/bwvote"
1716
permission: bw.vote
1817
bwstart:
19-
description: "Comece o jogo"
18+
description: "Start game"
2019
usage: "/bwstart"
2120
permission: bw.start
2221
bwstop:
23-
description: "Pare o jogo"
22+
description: "Stop game"
2423
usage: "/bwstop"
2524
permission: bw.stop
2625
permissions:
@@ -30,13 +29,13 @@ permissions:
3029
children:
3130
bw.tp:
3231
default: true
33-
description: "Todos teleportar para o jogo"
32+
description: "Enable teleporting to a game"
3433
bw.vote:
3534
default: true
36-
description: "Permitir votar no jogo"
35+
description: "Enable game voting"
3736
bw.start:
3837
default: op
39-
description: "Permitir comecar o jogo agora"
38+
description: "Enable Force game start"
4039
bw.stop:
4140
default: op
42-
description: "Permitir parar o jogo"
41+
description: "Enable game stop"

0 commit comments

Comments
 (0)