mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 20:42:54 +08:00
added note about fivem and pterodactyl
added link to pterodactyl fivem discord announcement fixed heading levels added blank lines as needed
This commit is contained in:
parent
203d7264c6
commit
5972bd2e23
@ -1,24 +1,37 @@
|
|||||||
# FiveM
|
# FiveM
|
||||||
|
|
||||||
|
## Note on FiveM support from Pteroadactyl
|
||||||
|
|
||||||
|
Pterodactyl will not be providing support for FiveM. You are free to run a FiveM server but no support will be provided in the Pterodactyl Discord, check the discord annoucement below for details.
|
||||||
|
|
||||||
|
Worth a read if you plan on running a FiveM server
|
||||||
|
[Pterodactyl Discord Announcement](https://ptb.discord.com/channels/122900397965705216/124919575534895105/869733533495746560)
|
||||||
|
|
||||||
## From the [FiveM](https://fivem.net/) Site
|
## From the [FiveM](https://fivem.net/) Site
|
||||||
|
|
||||||
FiveM is a modification for Grand Theft Auto V enabling you to play multiplayer on customized dedicated servers.
|
FiveM is a modification for Grand Theft Auto V enabling you to play multiplayer on customized dedicated servers.
|
||||||
|
|
||||||
# Notice
|
## Notice
|
||||||
|
|
||||||
Currently the script can get versions from the builds site.
|
Currently the script can get versions from the builds site.
|
||||||
|
|
||||||
The `FIVEM_VERSION` variable.
|
The `FIVEM_VERSION` variable.
|
||||||
|
|
||||||
* Defaults to `latest` which is the latest recommended
|
* Defaults to `latest` which is the latest recommended
|
||||||
* Can be set to a specific version Ex. `2431-350dd7bd5c0176216c38625ad5b1108ead44674d`.
|
* Can be set to a specific version Ex. `2431-350dd7bd5c0176216c38625ad5b1108ead44674d`.
|
||||||
|
|
||||||
The `DOWNLOAD_URL` only needs to be used if they turn on ddos protection. The variable needs to point to a `fx.tar.xz` file as I am too lazy to update the entire script.
|
The `DOWNLOAD_URL` only needs to be used if they turn on ddos protection. The variable needs to point to a `fx.tar.xz` file as I am too lazy to update the entire script.
|
||||||
|
|
||||||
# txAdmin
|
## txAdmin
|
||||||
|
|
||||||
txAdmin is now supported and disabled by default. You set `TXADMIN_ENABLED` to `1` to enable it.
|
txAdmin is now supported and disabled by default. You set `TXADMIN_ENABLED` to `1` to enable it.
|
||||||
|
|
||||||
The last update to the egg changes the server to use txadmin to run. On first startup it will print a key to use to sign into the txadmin panel.
|
The last update to the egg changes the server to use txadmin to run. On first startup it will print a key to use to sign into the txadmin panel.
|
||||||
|
|
||||||
### Your server will not go online until it's started from txadmin.
|
### Your server will not go online until it's started from txadmin
|
||||||
|
|
||||||
## Server Ports
|
## Server Ports
|
||||||
|
|
||||||
Ports required to run the server in a table format.
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|
Loading…
Reference in New Issue
Block a user