🎆
CustomJoinEvents
  • 🌐CustomJoinEvents Wiki
  • English
    • ⭐How to start?
    • ➖Modify Menu
    • 🎇Create Firework
    • 📩Create Join/Quit Messages
    • 📢Create sounds
    • 👁️‍🗨️Create Titles
    • 🪶Others
  • ESPAÑOL
    • ⭐¿Cómo empezar?
    • ➖Modificar Menú
    • 🎇Crear Fuego Artificial
    • 📩Crear Mensajes Entrada/Salida
    • 📢Crear Sonidos
    • 👁️‍🗨️Crear Titulos
    • 🪶Otros
  • 💻Commands & Permissions
  • 📂Configurations
  • 📎PlaceholderAPI Variables
Con tecnología de GitBook
Page cover
En esta página
  1. English

👁️‍🗨️Create Titles

Guide to create new titles

AnteriorCreate soundsSiguienteOthers

Última actualización hace 2 años

CtrlK
  • material_no_permission
  • create new title
  • title & subtitle
  • permission
  • Titles Variables

In this section we will only talk about title & subtitle, we will not talk about the other sections, so if you want to know more, click here.

material_no_permission

This material will be displayed when a player does not have the necessary permission for the message. To learn more about the materials and how you should use them, click here.

titles.yml
Menu:
 material_no_permission: 'BARRIER'
No Permissions

create new title

Below you have the model to be able to copy and paste in your configuration file, it is important that you modify the name "key_name" to avoid errors with the plugin.

titles.yml
  key_name:
   material: 'MATERIAL_NAME'
   display_name: 'TITLE_NAME'
   slot: 1
   lore:
    - 'Here enter the text you like'
    - 'Remember that you can also use variables from PlaceholderAPI'
    - 'and special variables of TITLES'
    - ''
   title: 'TITLE WITH COLOR CODE'
   subtitle: 'SUBTITLE WITH COLOR CODE'
   permission: 'PERMISSION'

title & subtitle

These two sections are similar and therefore the configuration applies to both. Here you can modify and implement the text you like.

titles.yml
  key_name:
   title: '&a&lWelcome &f&l%player%'
   subtitle: '&7To server &cYour Server'

You can use variables from PlaceholderAPI and variables from this event. You can also occupy colors of the new versions, only servers 1.16+, click here.

permission

This section is optional, if you want all users to be able to select this firework without permission, just put "none", it should be:

titles.yml
permission: 'none'

But if you like, you can place a permission, this so that only users with this permission can select it.

titles.yml
permission: 'customjoin.title_name'

Titles Variables

Here are the variables that can be occupied solely in this event (lore), but you can also occupy PlaceholderAPI variables.

Variable
Description

%titles_name%

Shows the name of the title depending on the option you have (key/display_name). Example: title1 o Title #1

%titles_title%

Shows the title that will be sent to the player when they log in. Example: Welcome_ImJona

%titles_subtitle%

Shows the title that will be sent to the player when they log in. Example: To ServerYour Server

%titles_status_locked%

It shows the status of the title, if the user has the corresponding permission, the message that you configured in translations will appear. Example: Unlocked or Locked

%titles_status_selected%

It shows the status of the title, if the user has it selected, the message that you configured in translations will appear. Example: Selected or Unselected

%player%

Shows the name of the player who is interacting with the menu. Example: _ImJona