Tutorial create plugins

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Public Service Announcement

    Hey Guest, I’ve got some exciting news to share! 🎉

    Starting this December, I’ll be moving the entire GameServersHub website away from WordPress and rebuilding it in Next.js! This upgrade will bring incredibly faster speeds, smoother performance, and a modern user experience that sets the stage for everything coming next.

    In 2026, GameServersHub will be entering a new era. I’ll be revamping the entire platform from the ground up and launching a brand-new, fully modernized marketplace. It’ll feature a cleaner design, improved functionality, and better tools for both creators and server owners.

    On top of that, development has already started on the GameServerListing project at https://gsl-six.vercel.app/, which is expected to launch in early Q1 2026. This new system will make discovering and managing servers easier than ever before.


    👉 Stay in the loop!
    Join our Discord for behind-the-scenes updates, early previews, and community discussions.

    » Click here to join our Discord! «

    ~ MrOwlSky

I will write one detailed tutorial eventually but this is gonna take some time.
 
I will write one detailed tutorial eventually but this is gonna take some time.
You could specify how to configure visual studio 2017 and what dependencies are needed for example to be able to compile without errors the plugins available today, I have been trying for several days and I only have errors in the compilation. Thank you
 
88eOugI.png

dhj9QkN.png


also showing us the errors is also a help to understand whats wrong if you still have them after this upload them to pastebin.com and give us the url
 
also typing ArkApi::
will show u the stuff u can access in the api like adding command callbacks or even using functions that have been made to make stuff easier have a look at it
 
The API is definitely not compatible with the latest Windows SDK -- lots of compile errors. Be sure to use 10.0.16299

With the latest API release I'm not able to compile at all ... I tried to re-compile version but it's also not compiling due to dependency.
View attachment 537

View attachment 536
 
Last edited:
make sure to set build type to x64 and release and also verify in Language u set it to ISO C++ 17, and yeah my sdk is 10.0.16299.0
 
im new at this stuff , wondering how can i edit like rate of points per min or hr, and how to edit shops like to add more to the store,
 
thanks so much for letting me use your plugins cant wait to use them , Zackwrx
 
Hi,
first nice job with all info there
i make some funny stuff with vb.net befour so iam not totaly new but never touch on c++ and want start

my unique question for now is realy how start a pluguin, like i see always import *.h and others but where i goi take that files have some pack or something ?
whish one i need import ?

thanks ;)
 
im new at this stuff , wondering how can i edit like rate of points per min or hr, and how to edit shops like to add more to the store,

All plug-ins have a config.json file in the folder. download a program like notepad++, which has helpful tools built it. edit that *.json file with it, then google search for "json validator". after you've finished making your necessary edits, then select all in the *.json file and copy, then paste in the json validator. if the validation will pass, then its ok to save your config.json file and reload or the plugin or start/restart server.
 
Back
Top