FG RconShop

This plugin allows you to grant Army Ranks Ultimate experience, /anew bonus points, and Skill ELO points to players via RCON commands from a web script or another source. The plugin itself does not include a web interface—you need to purchase a module like Rcon Shop for GameCMS or create your own module that sends RCON commands to the server. The plugin will handle giving the items to the player automatically.

What the plugin can give

  • addxp — Army Ranks Ultimate experience points
  • anew — /anew bonus points, compatible with Army Ranks Ultimate and BonusMenu RBS
  • skill — Skill ELO points
  • More types may be added in the future

How it works

Use the server console command:

fg_rcon "type" "authid" "value"

Where:

  • type — type of item to give (addxp, anew, skill)
  • authid — the SteamID of the player to receive it
  • value — the amount to give

Example for testing:

fg_rcon "anew" "STEAM:0:0:123456789" "50"

If successful, you’ll see a response like:

Done! "STEAM:0:0:123456789" ANEW: add 50anew (6=>56)

The config file contains examples for each type and ready-to-use lines for integration with GameCMS.

Important details

  • Online check: The plugin automatically detects whether the player is online. If online, it grants the points immediately; if offline, it sends a MySQL query.
  • Logging: All actions are logged to ensure purchases are tracked correctly:
    • RCON_SUCCESS_YYYYMM.log — logs all successful grants, including date, time, SteamID, type, online status, amount before and after.
    • RCON_ERROR_YYYYMM.log — logs errors such as invalid commands or database failures. Admins can copy the failed command from the log and retry.
  • Console only: Commands must be run from the SERVER console (the one in your hosting panel), using a secure RCON password:
    rcon_password "YourSecurePasswordHere"
fg_rconshop
Author SKAJIbnEJIb
Price 1.99$
Version 21.09.12
BETA 25.01.26BETA
Category Administrator
To see the plugin in action, go to the "Find a server with this plugin" section in the menu
Order installation from a specialist

Configuration files


fg_rconshop.cfg
fg_rconshop.txt