-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.yml
More file actions
37 lines (36 loc) · 1.25 KB
/
config.yml
File metadata and controls
37 lines (36 loc) · 1.25 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
# Configuration for CompassNavigation by Adzwoolly and xMRKIRO!
# Each number represents the slot in the compass GUI.
# If the slot is not in use, set Enabled to False!
# Item is the item to represent the teleport in the Compass GUI.
# Use IDs for specifying an item:
# http://www.minecraftwiki.net/wiki/Data_values
# Pitch: -90 = Sky, +90 = Floor
# The name and lore, aka description can have colour codes. The colourcode is '&', e.g. '&6' for gold
# For colour codes please check:
# http://www.minecraftwiki.net/wiki/Formatting_codes
# Up to 6 rows are supported.
# You can specify data values for the item. For example: 35:2
# You can specify Essentials warps using the Warp option.
# You can also specify BungeeCord servers using the Bungee option.
# You can specify prices for using certain slots with the Price option.
# You can specify item amouints with the Amount option.
# You can specify enchanted status with the Enchanted option (true or false).
# You can set up slots ingame with /cn setup!
# Don't forget to add items to the config!
Item: 345
GUIName: CompassNavigation
Rows: 1
1:
Enabled: true
Item: '51'
Name: '&6&lFire Land'
Desc: '&eTo the land of &6fire!'
World: world
X: 0
Y: 64
Z: 0
Yaw: 0
Pitch: 0
DisabledWorlds:
- example1
- example2