For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

Step by step documentation how to properly install script.

Database

The database will be imported automatically for you when you start the resource for the first time.

Script


Step 1: Download the Script


Step 2: Place the Files

  • Open the downloaded .zip, copy the [banners] folder, and put it in your resources folder.

Resource folder image
Resource Folder
Resources folder

Step 3: Edit server.cfg

Go to your server.cfg and add ensure [banners].


Step 4: Define Items

  • To define items in the RCore Banners script, you can either use the Deployer command or edit the configuration manually.

  • Item definitions can be found at rcore_banners/inventory_items.lua

  • Item images are located in rcore_banners/assets/inventory_images/

Using the Deployer command
  1. Start the server.

  2. Open the server console (txAdmin - Live console)

  3. Type the following command to automatically define items:

Note: inventory_name should correspond to the name of your inventory system. Ensure it matches your configuration to avoid errors.

Note: The deployer supports: mf-inventory and es_extended. For other inventories, please follow the manual setup guide.

Manually Adding Items

Step 4.5: Define ace permissions

  • Add to bottom of server.cfg permission part (script need this permission to use properly ACE permission)

Step 5: Define jobs for business/billboards

✍️ Define Jobs

  • Job setup is required to control which groups can access billboards

How to define business?
  • Follow this guide at this page Guide


Step 6: Enjoy

  • Start your server and enjoy RCore Banners.

Commands

Command
Description

/banners

This is used for opening banner menu with all server banners

/rbanner

This is used for removing nearby poster at player position.

/billboardHide

This is used for hiding billboards - it will enable tool, which allows to select billboards to hide on server.

Last updated