πMenu Default
This is the installation and customize guide for Crystal Menu Default
Step 1: Download and Extract
Download the resource and extract the .zip
file into your resources
folder.
Ensure the resource by adding it to your server.cfg
:
Alternatively, you can ensure the folder containing this resource if itβs inside a resource container.
Step 2: Configuration
Config File Overview
Below is a detailed explanation of the configuration options for Crystal Menu Default.
Step 3: Setting Up Exports
Params:
id:
string | number
Unique menu identifier, will be used to open the menu.
title:
string
Title display in the menu; has markdown support.
options:
table (array)
item:
table (object)
title:
string
description:
string
icon:
string
action:
table
name:
string
args:
any
events:
table (object)
client:
table (object)
key (event name):
string
value:
any
server:
table (object)
key (event name):
string
value:
any
autoClose:
bool
actions:
table (object)
key (action name):
string
value:
function
onClose:
function
Usage Example:
Last updated
Was this helpful?