mirror of
https://github.com/GeyserExtensionists/GeyserModelEngine.git
synced 2025-12-28 19:39:10 +00:00
Major Overhaul (needs testing)
This commit is contained in:
4
build/resources/main/Lang/messages.yml
Normal file
4
build/resources/main/Lang/messages.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
commands:
|
||||
reload:
|
||||
successfully-reloaded: "<#55FF55>GeyserModelEngine configuration reloaded!"
|
||||
8
build/resources/main/config.yml
Normal file
8
build/resources/main/config.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
data-send-delay: 5
|
||||
entity-view-distance: 50
|
||||
join-send-delay: 20
|
||||
entity-position-update-period: 35
|
||||
model-entity-type: BAT # must be a living entity
|
||||
enable-part-visibility-models:
|
||||
- example
|
||||
debug: false
|
||||
18
build/resources/main/paper-plugin.yml
Normal file
18
build/resources/main/paper-plugin.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
main: re.imc.geysermodelengine.GeyserModelEngine
|
||||
name: GeyserModelEngine
|
||||
version: '1.0.0'
|
||||
api-version: '1.21'
|
||||
|
||||
authors:
|
||||
- zimzaza4
|
||||
- willem.dev
|
||||
- TheLividaProject
|
||||
|
||||
dependencies:
|
||||
server:
|
||||
packetevents:
|
||||
required: true
|
||||
ModelEngine:
|
||||
required: true
|
||||
floodgate:
|
||||
required: true
|
||||
Reference in New Issue
Block a user