mirror of
https://github.com/pelican-eggs/minecraft.git
synced 2024-11-25 04:12:28 +01:00
Update Hogwarp [Plugin Fix] (#2635)
* Removed Plugin Note * Fixed Startup / Winetricks
This commit is contained in:
parent
aa06266ad6
commit
137671b2bf
@ -5,8 +5,6 @@ HogWarp is a Work In Progress mod that adds Multiplayer functionality to Hogwart
|
|||||||
This Mod requires a API key only obtainable through their Discord, see the Startup Variable **API KEY** for more info.
|
This Mod requires a API key only obtainable through their Discord, see the Startup Variable **API KEY** for more info.
|
||||||
- Some features of the mod (Public servers / higher player counts) require a Patreon level. See their Patreon here: https://www.patreon.com/tiltedphoques
|
- Some features of the mod (Public servers / higher player counts) require a Patreon level. See their Patreon here: https://www.patreon.com/tiltedphoques
|
||||||
|
|
||||||
Plugins as of now **do not work** as Wine and Winetricks will break the DLL it runs off of. This will likely stay the case until a full Linux release
|
|
||||||
|
|
||||||
## Server Port
|
## Server Port
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"version": "PTDL_v2",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
},
|
||||||
"exported_at": "2023-11-14T12:12:21-05:00",
|
"exported_at": "2023-12-30T05:00:38-05:00",
|
||||||
"name": "Hogwarp",
|
"name": "Hogwarp",
|
||||||
"author": "imkringle@proton.me",
|
"author": "imkringle@proton.me",
|
||||||
"description": "A Pterodactyl egg for the Hogwarts Legacy mod Hogwarp - For more info see their Nexus: https:\/\/www.nexusmods.com\/hogwartslegacy\/mods\/1378",
|
"description": "A Pterodactyl egg for the Hogwarts Legacy mod Hogwarp - For more info see their Nexus: https:\/\/www.nexusmods.com\/hogwartslegacy\/mods\/1378",
|
||||||
@ -13,10 +13,10 @@
|
|||||||
"ghcr.io\/parkervcp\/yolks:wine_latest": "ghcr.io\/parkervcp\/yolks:wine_latest"
|
"ghcr.io\/parkervcp\/yolks:wine_latest": "ghcr.io\/parkervcp\/yolks:wine_latest"
|
||||||
},
|
},
|
||||||
"file_denylist": [],
|
"file_denylist": [],
|
||||||
"startup": "wine HogWarpServer.exe",
|
"startup": "export WINEDLLOVERRIDES=\"mscoree=n,b;mshtml=n,b\"; wine HogWarpServer.exe",
|
||||||
"config": {
|
"config": {
|
||||||
"files": "{\r\n \"config.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"ApiKey\": \"{{env.API_KEY}}\",\r\n \"Name\": \"{{env.SERV_NAME}}\",\r\n \"Port\": \"{{server.build.default.port}}\",\r\n \"Description\": \"{{env.SERV_DESC}}\",\r\n \"MaxPlayer\": \"{{env.MAX_PLAYERS}}\",\r\n \"IconUrl\": \"{{env.SERV_ICON}}\"\r\n }\r\n }\r\n}",
|
"files": "{\r\n \"config.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"ApiKey\": \"{{env.API_KEY}}\",\r\n \"Name\": \"{{env.SERV_NAME}}\",\r\n \"Port\": \"{{server.build.default.port}}\",\r\n \"Description\": \"{{env.SERV_DESC}}\",\r\n \"MaxPlayer\": \"{{env.MAX_PLAYERS}}\",\r\n \"IconUrl\": \"{{env.SERV_ICON}}\"\r\n }\r\n }\r\n}",
|
||||||
"startup": "{\r\n \"done\": \" [HogWarpServer] \"\r\n}",
|
"startup": "{\r\n \"done\": \"Server started on port \"\r\n}",
|
||||||
"logs": "{}",
|
"logs": "{}",
|
||||||
"stop": "^^C"
|
"stop": "^^C"
|
||||||
},
|
},
|
||||||
@ -32,7 +32,7 @@
|
|||||||
"name": "Wine Tricks",
|
"name": "Wine Tricks",
|
||||||
"description": "",
|
"description": "",
|
||||||
"env_variable": "WINETRICKS_RUN",
|
"env_variable": "WINETRICKS_RUN",
|
||||||
"default_value": "",
|
"default_value": "dotnet7",
|
||||||
"user_viewable": false,
|
"user_viewable": false,
|
||||||
"user_editable": false,
|
"user_editable": false,
|
||||||
"rules": "nullable|string",
|
"rules": "nullable|string",
|
||||||
|
Loading…
Reference in New Issue
Block a user