0.5.0 bis
Some world management system with multiverse. Also beginning to use dungeons/gates. Need to build maps to use in dungeons.
This commit is contained in:
parent
10c66d6fa4
commit
26cf701494
20 changed files with 300 additions and 77 deletions
|
@ -11,4 +11,9 @@
|
|||
useResourcePack: false
|
||||
resource_pack_url: "https://mc-packs.net/" # recommend to use https://mc-packs.net/ => free resource pack hoster (will eventually develop one myself but not atm)
|
||||
resource_pack_sha1: "sha1hallo" # sha1 hash
|
||||
debug: true
|
||||
|
||||
worlds:
|
||||
forest:
|
||||
enabled: true
|
||||
|
||||
debug: false
|
|
@ -3,7 +3,7 @@ version: '${version}'
|
|||
main: gq.unurled.raxen.Raxen
|
||||
author: unurled
|
||||
api-version: 1.18
|
||||
depend: [ProtocolLib, PlaceholderAPI]
|
||||
depend: [ProtocolLib, PlaceholderAPI, 'Multiverse-Core']
|
||||
softdepend: [AureliumSkills, LuckPerms]
|
||||
|
||||
commands:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue