Save as branch

This commit is contained in:
unurled 2022-01-06 11:26:32 +01:00
parent 00cb3c2b8c
commit 5447241c89
34 changed files with 538 additions and 43 deletions

View file

@ -1,4 +1,4 @@
version: "${project.version}"
version: "${version}"
motd: "YAY, Super server!"
motd-reload: "Server reloading!"

View file

@ -12,5 +12,6 @@ Pack:
parent: "item/generated"
custom_model_data: 123
model: "red_wool"
drop_rate: 100.0
lore:
- '&cSuper lore'

View file

@ -0,0 +1,15 @@
gates:
1:
id: 1
world_source: "world"
x1: 100
y1: 100
z1: 100
x2: 103
y2: 103
z2: 103
name: "hallo"
world_dest: "world"
dest_x: 110
dest_y: 110
dest_z: 110

View file

@ -1,6 +1,7 @@
name: Raxen
version: '${project.version}'
version: '${version}'
main: gq.unurled.raxen.Raxen
author: unurled
api-version: 1.18
depend: [ProtocolLib]
softdepend: [AureliumSkills, LuckPerms]