forked from ethaniccc/Esoteric
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
46 lines (46 loc) · 1.48 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
---
name: Esoteric-Loader
author: ethaniccc
description: A loader for the Esoteric anti-cheat
version: 1.0.0
main: ethaniccc\Loader\Loader
api: 3.26.0
mcpe-protocol: [475]
extensions:
Core: ">=8.0"
permissions:
ac:
description: Gives all anticheat permissions
default: op
children:
ac.alerts:
description: Gives access to anticheat alerts
default: op
ac.bypass:
description: Allows to bypass anticheat punishments
default: op
ac.command:
description: Allows for all usages of the anticheat command
default: op
children:
ac.command.help:
description: Access to the anticheat's help command
default: op
ac.command.logs:
description: Access to get the anticheat logs of a player
default: op
ac.command.delay:
description: Access to change the alert delay
default: op
ac.command.banwave:
description: Handle Esoteric ban waves
default: op
ac.command.timings:
description: Enable timings for a certain period of time to see server performance with Esoteric
default: op
ac.command.exempt:
description: Get access to exempt sub commands in Esoteric
default: op
ac.command.debug:
description: Get access to debugging commands in Esoteric
default: op