-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
32 lines (32 loc) · 873 Bytes
/
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
name: PlayertoSql
author: Vestri
description: Plugin Player to Sql
version: 1.1.1
api-version: 1.16
main: pts.java.PlayertoSql
permissions:
pts.ptsadmin:
description: for all commands
default: op
commands:
ptsclear:
description: clear folder
usage: /ptsclear
ptsdiplsa:
description: add player to disable on saves
usage: /ptsdiplsa <player>
ptsenplsa:
description: remove player from disable on saves
usage: /ptsenplsa <player>
ptssaveplayer:
description: save player if sync 1tick delay
usage: /ptssaveplayer <player> [sync]
ptsdipllo:
description: add player to disable load on join
usage: /ptsdipllo <player>
ptsenpllo:
description: remove player from load on join
usage: /ptsenpllo <player>
ptsloadplayer:
description: load player if sync 1tick delay
usage: /ptsloadplayer <player> [sync]