Automate Gaming Server Store Operations

Job ID: 38990958

Budget: €30 – €250 EUR

Make that a game server store (tebex) assign roles and give items to players in automatic way in a game sever.

INTO CONTEXT:

Im owner of a 7 days to die game server. I manage the server with a control panel https://eu.csmm.app/. CSMM as we will call it from now on.

CSMM have a custom hook section where you can set commands that will be triggered by an event or a log line match

https://ibb.co/Jcr01xv

I have a functional Tebex store (for sell virtual items) linked with the server. When a package its purchased the shop can sent commands to the server logs

https://ibb.co/6nYBSpB


THE WORK:

1-From tebex store (product description)
Set the correctly command line (for each of three test products) to send info directly into the server log , The server panel can see the log entry,

https://ibb.co/VHFdpH5

2- From server panel (CSMM) (Custom hooks)
Run hooks that pulls out specific info from log, and have server panel issue a
command for:

- Set role (the server can assign various roles already established. you can see them in csmm/settings/permissions and roles. The command related is listed on https://docs.csmm.app/en/CSMM/functions.html

- Add player currency the server have a virtual currency system already activate it. You can see the commands CSMM uses for add currency for a player in docs "custom command sections" https://docs.csmm.app/en/CSMM/custom-commands.html#examples

- Give item to aplayer The command related is listed on https://docs.csmm.app/en/CSMM/functions.html

https://ibb.co/Jcr01xv

DOCS THAT COULD BE USEFULL:

https://docs.csmm.app/en/CSMM/hooks.html
https://docs.csmm.app/en/CSMM/custom-commands.html#hello-world
https://docs.csmm.app/en/CPM/console-commands.html#reference