Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Coredns | 10,432 | 81 | 417 | 5 days ago | 271 | September 08, 2022 | 71 | apache-2.0 | Go | |
CoreDNS is a DNS server that chains plugins | ||||||||||
Nvim Lspconfig | 7,002 | 2 days ago | 44 | apache-2.0 | Lua | |||||
Quickstart configs for Nvim LSP | ||||||||||
Dockercraft | 6,300 | 2 years ago | July 12, 2022 | 18 | apache-2.0 | Lua | ||||
Docker + Minecraft = Dockercraft | ||||||||||
Cuberite | 4,536 | 2 days ago | 545 | other | C++ | |||||
A lightweight, fast and extensible game server for Minecraft | ||||||||||
Vorlonjs | 2,886 | a year ago | 61 | other | TypeScript | |||||
A new, open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io | ||||||||||
Jasminum | 2,742 | 4 days ago | 56 | agpl-3.0 | JavaScript | |||||
A Zotero add-on to retrive CNKI meta data. 一个简单的Zotero 插件,用于识别中文元数据 | ||||||||||
Simple Obfs | 2,298 | 5 months ago | 1 | March 03, 2021 | 124 | gpl-3.0 | C | |||
A simple obfuscating tool (Deprecated) | ||||||||||
Cronicle | 1,884 | 2 months ago | 254 | other | JavaScript | |||||
A simple, distributed task scheduler and runner with a web based UI. | ||||||||||
Omnisharp Vim | 1,541 | 14 days ago | 24 | mit | Vim Script | |||||
Vim omnicompletion (intellisense) and more for C# | ||||||||||
Bludit | 1,091 | a month ago | 36 | mit | JavaScript | |||||
Simple, Fast, Secure, Flat-File CMS |
Important: We have created a new plugin available here: Top-Serveurs/cfx-vote-plugin. This plugin is therefore no longer supported by the Top-Games team, you can still use it but we strongly recommend that you use the new plugin.
This is the Top-Games (also Top-Serveurs) votes plugin (https://top-games.net/gta) which is used to receive votes directly on your FIVEM server. When a player votes, Top-Games directly notifies your server and you can thus reward your players or make a ranking of the best voters (by example), the possibilities are endless.
But what is FiveM for? FiveM allows you to create a GTA server, you can find in particular a GTA 5 RP on our site.
Important: This version of the plugin is in resource form according to the latest versions of FiveM, and therefore uses an fxmanifest. If you are having configuration problems it is most likely that you are using an older version of FiveM. So if you are using an old version of Fivem, we advise you to download the old version of our plugin (0.1.X): https://github.com/Top-Serveurs/fivem-vote-plugin/releases/tag/0.1.4.3.
onPlayerVote
allowing the reception of the votes cast on your server file in real time! This therefore allows actions to be taken accordingly. Example: rewarding voters.vote
directory to the resources
directory of your FIVEM servervote/config.ini
file like this:Token="XXXX" # The token is mandatory. It is the token of your server file available on your panel https://top-games.net/gta
Port=8192 # The listening port of the plugin. Default is port 8192 but you can specify which one you want. Do not forget to configure it also on the management panel of your server on https://top-games.net/gta
Remember to open the chosen port (for example 8192) in UDP on your server/firewall.
server.cfg
file to activate the plugin. Just add the following line:start vote
onPlayerVote
event to receive the votes cast. An example is available in the example.lua
file and in the example_esx.lua
file for a small example with ESX (remember to delete the examples). Here is an example:AddEventHandler('onPlayerVote', function (playername, ip, date)
-- Add actions here when a vote is received.
-- For example: give In-Game money, give points, save in DB, ...
print(playername)
print(ip)
print(date)
end)
Start your server. If you see the message [VotePlugin] Voting plugin active on port xxxx
, everything is fine!
Last step: activate the voting plugin on the management panel of your server file. Go to https://top-games.net/gta in your server management, at the bottom there is a Voting plugin
section. You need to activate the plugin and specify the port you indicated above in the config.ini
file. Once the plugin is activated, you can click on the button to test the connectivity and then it's up to you!
If you need help setting up the plugin or if you have any suggestions, do not hesitate to contact us here: https://top-games.net/contact or at [email protected].
Thanks to our contributors who help us improve the plugin: