This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathplugin.yml
56 lines (55 loc) · 1.66 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
53
54
55
56
name: Pandaz
main: Zinkil\pc\Core
version: 1.0.0
api: 3.0.0
author: Zinkil
description: "The Official Core Of The MCPE Practice Server Pandaz"
permissions:
pc.command.fly:
description: 'Permission to enable or disable fly.'
default: op
pc.command.disguise:
description: 'Permission to disguise.'
default: op
pc.access.staffchat:
description: 'Permission to chat in the staff chat.'
default: op
pc.command.gm:
description: 'Permission to change player gamemode.'
default: op
pc.can.build:
description: 'Permission to build in the server.'
default: op
pc.can.break:
description: 'Permission to break blocks in the server.'
default: op
pc.command.staff:
description: 'Permission to enable or disable staff mode.'
default: op
pc.command.vanish:
description: 'Permission to enable or disable vanish.'
default: op
pc.command.tban:
description: 'Permission to temporarily ban players.'
default: op
pc.command.mute:
description: 'Permission to temporarily mute players.'
default: op
pc.command.freeze:
description: 'Permission to freeze players.'
default: op
pc.staff.cheatalerts:
description: 'Permission to receive anticheat alerts.'
default: op
pc.command.who:
description: 'Permission to get player info.'
default: op
pc.command.alias:
description: 'Permission to get player alt accounts.'
default: op
pc.staff.notifications:
description: 'Permission to receive notifications of server acts.'
default: op
pc.command.pban:
description: 'Permission to permenantly ban players.'
default: op