-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
30 lines (30 loc) · 913 Bytes
/
Copy pathplugin.yml
File metadata and controls
30 lines (30 loc) · 913 Bytes
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
# CREATED: 2020-12-26
# AUTHOR: toydotgame
name: Thisway
main: net.toydotgame.Thisway.Thisway
version: 1.3.1
description: A simple teleportation plugin for 1.6+.
author: toydotgame
website: toydotgame.net
prefix: Thisway
commands:
thisway:
description: Teleport the player a select amount of blocks in the direction they're facing.
aliases: tw
usage:
- /<command> <distance> [debug]
- /<command> about
# Permissions are handled manually
permissions:
thisway.debug:
description: Allows teleportation and use of debug mode/getting plugin information in Thisway.
default: op
children:
thisway.teleport: true
thisway.about: true
thisway.teleport:
description: Allows basic teleportation using Thisway.
default: op
thisway.about:
description: Allows only the usage of the about command to get plugin info and check operator status.
default: true