Releases: oldnapalm/GTACoop
Releases · oldnapalm/GTACoop
GTA Coop 0.9.4.7
GTA Coop 0.9.4
v0.9.4 Avoid double recycling
Race gamemode
Extract Gamemodes
to the same folder as gtaserver.core
Set <GamemodeName>race</GamemodeName>
in serverSettings.xml
Add permissions in groups.xml
<Group>
<Name>user</Name>
<Permissions>
<Permission>command.vote</Permission>
<Permission>command.join</Permission>
<Permission>command.leave</Permission>
<Permission>command.respawn</Permission>
</Permissions>
</Group>
This game mode uses maps from CommunityRaces.
Discord bridge plugin
Configure bot token, webhook URL and channed ID in discordSettings.xml
(created on first run)
Add DiscordBot in serverSettings.xml
<ServerPlugins>
<string>DiscordBot</string>
</ServerPlugins>