⚙️ Sign coding

A detailed explanation of the codes you have to provide to create a sign

General informations

If you use the command /gs create to create a new sign, you have to tell the plugin what you want this sign to contain. This is where the codes come into play. With these short texts you essentially describe your sign aspect by aspect. Each code is structured as follows:

{ARGUMENT1:VALUE1,ARGUMENT2:VALUE2,ARGUMENT3:VALUE3, ...}

It is important, that there is no space between two arguments. If you want to use spaces or the character , inside values put the value in quotes like this: txt:"Text" . If you want to use a " inside the quote use: \" . For the character \ use: \\.

Arguments

A list of the argument prefixes provided by this plugin is shown below.

Examples

Below is a list of sample codes. Try some of them out to get a feeling for how they work.

{txt:Hello,fnt:"Pacifico-Regular"}
{fnt-siz:120,txt:TEXT,bg-url:https://raw.githubusercontent.com/StylexTV/GSigns/master/showcase/socials/cover.png}
{txt:Sample Text,sim-hue:0.94}

Last updated