-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.yml
28 lines (26 loc) · 968 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
---
# Teleport back to the position before the last teleport
# Copyright (C) 2021-2023 KygekTeam
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# he Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
name: KygekLastPosition
version: 2.1.1
description: Teleport back to the position before the last teleport
authors: [KygekTeam, thebigcrafter]
website: "https://github.com/thebigcrafter/KygekLastPosition"
api: 5.0.0
main: KygekTeam\KygekLastPosition\LastPosition
permissions:
kygeklastposition.cmd:
description: Permission to use /lastposition command
default: op
kygeklastposition.cmd.self:
description: Permission to use /lastposition command to teleport self
default: op
kygeklastposition.cmd.other:
description: Permission to use /lastposition command to teleport other
default: op
...