This repository was archived by the owner on Jan 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Signs
phil14052 edited this page Feb 5, 2020
·
2 revisions
FOR SIGN PERMISSIONS SEE Command and permissions!
Currently, there are two types of signs.
- GUI
- SELECT
- BUY
The GUI sign opens the GUI when clicked. The SELECT sign selects a given class if the player has unlocked the tier when clicked. The BUY sign opens the confirm buy GUI if the player fulfills the requirements for the tier.
The signs are setup as seen below:
The GUI sign does not need any info, unlike the SELECT and BUY signs. On line 3 you need to write the tier class name, such as DEFAULT and VIP. On the 4th line, you need to write the tier level, such as 0 or 3. This MUST be a number.
This will, unless edited, display the tier name.
The text can't be edited in the lang.yml file.
