Remove Github runner
This commit is contained in:
parent
01c64a468e
commit
424499c510
3 changed files with 89 additions and 45 deletions
|
|
@ -1,11 +1,11 @@
|
|||
# Lobby Spawn
|
||||
spawn-lobby:
|
||||
x: 0.5
|
||||
y: 67
|
||||
z: 11.5
|
||||
yaw: 180.0
|
||||
x: 74
|
||||
y: 37
|
||||
z: 87.5
|
||||
yaw: -90
|
||||
pitch: 0.0
|
||||
world: world
|
||||
world: lobby
|
||||
|
||||
# Messages
|
||||
messages:
|
||||
|
|
@ -84,6 +84,55 @@ maps:
|
|||
z: 10.5
|
||||
yaw: 135.0
|
||||
pitch: 0.0
|
||||
cove:
|
||||
spawn1:
|
||||
x: 65.5
|
||||
y: 30.0
|
||||
z: 66.5
|
||||
yaw: 135.0
|
||||
pitch: 0.0
|
||||
spawn2:
|
||||
x: 65.5
|
||||
y: 29.0
|
||||
z: 55.5
|
||||
yaw: 90.0
|
||||
pitch: 0.0
|
||||
spawn3:
|
||||
x: 59.5
|
||||
y: 30
|
||||
z: 39.5
|
||||
yaw: 40.0
|
||||
pitch: 0.0
|
||||
spawn4:
|
||||
x: 51.5
|
||||
y: 30.0
|
||||
z: 35.5
|
||||
yaw: 15
|
||||
pitch: 0.0
|
||||
spawn5:
|
||||
x: 46.5
|
||||
y: 29.0
|
||||
z: 37
|
||||
yaw: 0.0
|
||||
pitch: 0.0
|
||||
spawn6:
|
||||
x: 38.5
|
||||
y: 30.0
|
||||
z: 45.5
|
||||
yaw: -40.0
|
||||
pitch: 0.0
|
||||
spawn7:
|
||||
x: 29.5
|
||||
y: 29.0
|
||||
z: 59.5
|
||||
yaw: -100.0
|
||||
pitch: 0.0
|
||||
spawn8:
|
||||
x: 37.5
|
||||
y: 30.0
|
||||
z: 65.5
|
||||
yaw: -135.0
|
||||
pitch: 0.0
|
||||
|
||||
# Chest Loot
|
||||
# Item list ---> https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
|
||||
|
|
@ -111,6 +160,10 @@ chest-loot:
|
|||
- DIAMOND_PICKAXE#1
|
||||
- LEATHER_HELMET#1
|
||||
- IRON_HELMET#1
|
||||
- COOKED_PORKCHOP#1
|
||||
- TNT#3
|
||||
- FISHING_ROD#1
|
||||
- DIAMOND_BOOTS#1
|
||||
# Chest Loot Potions
|
||||
# Note: Only <=1.8 Items !
|
||||
# https://dev.bukkit.org/projects/etshop/pages/potion-data-value-table OR https://minecraftitemids.com/types/potion
|
||||
|
|
@ -123,5 +176,7 @@ chest-loot-potions:
|
|||
- 8194 # Speed I
|
||||
- 16392 # Weakness Splash
|
||||
- 8195 # Fire Res
|
||||
|
||||
- 8206 # Invisibility
|
||||
- 16394 # Slowness Splash
|
||||
-
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue