-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugin.yml
More file actions
37 lines (36 loc) · 1.11 KB
/
plugin.yml
File metadata and controls
37 lines (36 loc) · 1.11 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
name: AutoAFK
version: 2.4.4
description: Very simple, but configurable plugin that implements AFK mode!
author: Prunt
website: https://www.spigotmc.org/resources/autoafk.11296/
main: me.prunt.autoafk.Main
softdepend: [TitleAPI, ParticleAPI]
commands:
afk:
description: Allows player to toggle thyselve's AFK mode.
permission: autoafk.afk
autoafk:
description: AutoAFK main command.
permission: autoafk.main
permissions:
autoafk.afk:
description: Allows the usage of /afk command.
default: true
autoafk.main:
description: Allows the usage of /autoafk command.
default: op
autoafk.exempt:
description: Doesn't put you automatically to AFK mode.
default: op
autoafk.teleportexempt:
description: Doesn't teleport you automatically for AFK.
default: op
autoafk.kickexempt:
description: Doesn't kick you automatically for AFK.
default: op
autoafk.protection.move:
description: Doesn't protect you from moving.
default: false
autoafk.protection.damage:
description: Doesn't protect you from damage.
default: false