This repository was archived by the owner on Oct 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.yml
More file actions
47 lines (47 loc) · 1.41 KB
/
plugin.yml
File metadata and controls
47 lines (47 loc) · 1.41 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
name: iChat
main: LDX\iChat\Main
version: "1.0"
api: [1.6.0]
load: POSTWORLD
author: LDX
website: https://github.com/LDX-MCPE/iChat
commands:
chat:
description: "Allows players to toggle chat."
usage: "/chat <on/off>"
permission: ichat.command.chat
mute:
description: "Mutes a player, preventing them from chatting."
usage: "/mute <player>"
permission: ichat.command.mute
unmute:
description: "Unmutes a player, allowing them to chat again."
usage: "/unmute <player>"
permission: ichat.command.unmute
permissions:
ichat:
description: "Allows access to all iChat features."
default: false
children:
ichat.*:
description: "Allows access to all iChat features."
default: false
ichat.command:
description: "Allows access to all iChat commands."
default: false
children:
ichat.command.*:
description: "Allows access to all iChat commands."
default: false
ichat.command.chat:
description: "Allows access to the chat command."
default: true
ichat.command.mute:
description: "Allows access to the mute command."
default: op
ichat.command.unmute:
description: "Allows access to the unmute command."
default: op
ichat.bypass:
description: "Allows you to bypass chat filters."
default: op