Skip to content

Commit

Permalink
Updated v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luxxy-GF committed Mar 4, 2024
1 parent 146dadc commit 176193e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@


## About
This is a script to install FiveM on a Debian 12 server. It will install the latest version of FiveM and automatically keep it updated. It will also install the latest version of FXServer.

This is a script to install FiveM on a Debian 13 server. It will install the latest version of FiveM and automatically keep it updated. It will also install the latest version of FXServer.

## Installation
1. Download the egg from the [Releases](https://github.com/Luxxy-GF/pterodactyl-fivem/releases/tag/1.0.0)
1. Download the egg from the [Releases](https://github.com/Luxxy-GF/pterodactyl-fivem/releases/tag/2.0.0)
2. Upload the egg to your panel
3. Create a new server and select the FiveM egg
4. Start the server and wait for it to install
Expand All @@ -20,6 +19,7 @@ This is a script to install FiveM on a Debian 12 server. It will install the lat
- [Pterodactyl](https://pterodactyl.io) - Panel used
- [FiveM](https://fivem.net) - Game server software used
- [parkervcp](https://github.com/parkervcp) - Creator of the original egg
- [ItzzSkull](https://github.com/ItzzSkull) - Co Creator of version 2 of this egg

## Support
If you need help with this egg, you can create a issue on this repo
Expand Down
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi


echo -e "${GREEN}Starting FiveM Binary...${NC} Have Fun!"
echo -e "${GREEN}This Egg was made by Luxxy-GF${NC}"
echo -e "${RED} Github: Luxxy-GF | Discord: LuxxyWasTaken${NC}"
echo -e "${GREEN}This Egg was made by Luxxy-GF / ItzzSkull${NC}"
echo -e "${RED} Github: Luxxy-GF / ItzzSkull | Discord: LuxxyWasTaken / itzzskull ${NC}"
$(pwd)/alpine/opt/cfx-server/ld-musl-x86_64.so.1 --library-path "$(pwd)/alpine/usr/lib/v8/:$(pwd)/alpine/lib/:$(pwd)/alpine/usr/lib/" -- $(pwd)/alpine/opt/cfx-server/FXServer +set citizen_dir $(pwd)/alpine/opt/cfx-server/citizen/ +set sv_licenseKey ${FIVEM_LICENSE} +set steam_webApiKey ${STEAM_WEBAPIKEY} +set sv_maxplayers ${MAX_PLAYERS} +set serverProfile ${TXADMIN_PROFILE} +set txAdminPort ${TXADMIN_PORT} $( [ "$TXADMIN_ENABLE" == "1" ] || printf %s '+exec server.cfg' )
## FIVEM_LICENSE, STEAM_WEBAPIKEY, MAX_PLAYERS, TXADMIN_PROFILE, TXADMIN_PORT, TXADMIN_ENABLE

0 comments on commit 176193e

Please sign in to comment.