FiveM-Bot
FiveM-Bot copied to clipboard
[OUTDATED] Monitor your FiveM (GTA Online) Server with FiveM Bot.
FiveM Discord Bot - Monitor your FiveM Server easily
All New FiveM Forum Integration and Save/Get Player Logs !
No Advanced Setup Required!
FiveM Bot is a discord bot by Zua that makes monitoring your FiveM server easily. https://discordbots.org/bot/483787947070586880
Set-Up
- Invite the bot
- In any channel, type
$set <serverAddress:withPort>
(ex:$set thatziv.ddns.net:30120
) - The Bot is now setup, do
$help
to see all the commands Please Make Sure to Give the Bot Administrator Permissions.* Also Make Sure to use it in a discord server channel and not a DM channel *
Commands
$set <serverAddress:withPort>
- Sets the current guild FiveM server
$players
- Gets the current player list of a server
$server
- Gets all information of a server
$find <username>
- Finds a user that is on the server via Username
$id <id>
- Finds a user that is on the server via Server ID
$status
- Checks the current status of the server
$help
Sends Help Embed
$status
- Checks if the server is online
$stats
- Checks bot statistics
$save-log <person's server id>
- Saves a player's information
$get-log
- Gets a player's information (per guild)
$forum <categories>
- Searches the latest topics in the categories on https://forum.fivem.net/
$forum
- Checks the current categories on https://forum.fivem.net/
$forum search <search terms>
- Searches terms on https://forum.fivem.net/
$forum user <username>
- Searches user's info on https://forum.fivem.net/
$native <search terms>
- returns a specific GTAV native that you searched for
$rcon help
- Sends RCON help embed
$rcon set <rcon_password>
- Sets the guild's rcon server
$rcon <rcon_command>
- Executes an RCON Command
Tutorial/Demonstration
www.youtube.com/watch?v=qphtBvXSusE
- Note this is a bit out of date.
Optional Installation (Advanced Users)
This bot is ran by node.js using the discord.js library. https://github.com/ThatZiv/FiveM-Bot
Make sure you have NodeJS installed.
- Download Here.
- Run
setup.cmd
and follow the prompts
- If you aren't able to execute bat files then cd into the directory of the bot and type:
npm i
# then after that is done, type:
npm run build
- Run the
run.bat
file or do (in the cmd line):
node fivem.js
Discord :)
Feedback is also pretty neat.
FAQ
Error | Solution | Example |
---|---|---|
Error: Invalid URI |
Set the FiveM server URL correctly: No <> symbols and no spaces between the port and No http:// |
$set thatziv.ddns.net:30120 |
More to come.