VillagerSummoning/Placing & automatic config updating
This commit is contained in:
6
src/main/resources/config.yml
Normal file
6
src/main/resources/config.yml
Normal file
@ -0,0 +1,6 @@
|
||||
villagerLocation:
|
||||
- 0 #x
|
||||
- 0 #y
|
||||
- 0 #z
|
||||
- 0 #yaw
|
||||
- 0 #pitch
|
@ -1,5 +1,7 @@
|
||||
name: spawn
|
||||
version: '${version}'
|
||||
version: 1.0
|
||||
main: eu.mhsl.craftattack.spawn.Main
|
||||
api-version: 1.19
|
||||
load: STARTUP
|
||||
commands:
|
||||
spawnWorldMuseumVillager:
|
||||
description: Spawns Worldmuseum-villager
|
||||
|
8
src/main/resources/plugin.yml
Normal file
8
src/main/resources/plugin.yml
Normal file
@ -0,0 +1,8 @@
|
||||
name: spawn
|
||||
version: 1.0
|
||||
main: eu.mhsl.craftattack.spawn.Main
|
||||
api-version: 1.19
|
||||
commands:
|
||||
worldMuseum-villager:
|
||||
description: updates Worldmuseum-villager to current player location
|
||||
usage: /worldMuseum-villager
|
Reference in New Issue
Block a user