HYPEWELCOME  ||GRADIENT||ANIMATED BOSSBAR||CUSTOM JOIN MESSAGES||TITLE|ACTIONBAR icon

HYPEWELCOME ||GRADIENT||ANIMATED BOSSBAR||CUSTOM JOIN MESSAGES||TITLE|ACTIONBAR -----

welcome messages



[​IMG]
[​IMG]
Dependency
- PLACEHOLDERAPI
Contact me on discord for help: https://discord.com/invite/j5Fb3jj2Sq

Code (Text):
#If you wanna exclude the player that connects to the broadcast

#!!! Bugs will happen if you have the title/actionbar/bossbar for player enabled
#!!! because it will send 2 titles, 2 actionbars, 2 bossbar, to the player that connects

# CUSTOM PLACEHOLDERS (if you don't have placeholderAPI
# {player} - gets player's display name
# {player_x} - gets player x location
# {player_y} - gets player y location
# {player_z} - gets player z location
# {player_xp} - gets player's total XP (not number of level)
# {player_health} - gets player's health (exemple: "20")
# {player_item_mainhand} - gets player's item in main hand (exemple: "DIAMOND_SWORD")
# {player_world} - gets player's world (exemple: "world")
# {player_gamemode} - gets player's gamemode (exemple: "CREATIVE")
# {player_uuid} - gets player's UUID
# I will add more placeholders, but these are the classic placeholders!!
# You can always give me some ideas !!

exclude: true
custom_join_file: true #If you want to have the custom join file ##SEE join_custom.yml ##
#
#
#             JOIN
#
#
JOIN_TITLE: true # Enables the title for player when he connects
JOIN_BROADCAST_TITLE: true # Enables the broadcast title when the player connects

JOIN_MESSAGE: true # Sends a message !
JOIN_BROADCAST_MESSAGE: true # Sends a broadcast message

JOIN_ACTIONBAR: true # Sends an actionbar
JOIN_BROADCAST_ACTIONBAR: true # Sends a broadcast actionbar

JOIN_BOSSBAR: true # Sends a bossbar
JOIN_BROADCAST_BOSSBAR: true # Sends a broadcast bossbar

JOIN_SOUND: true # Plays a sound when player connects
JOIN_SOUND_BROADCAST: true # Plays a broadcast sound
#
#
#             FIRST JOIN
#
#
FIRST_JOIN_TITLE: true
FIRST_JOIN_BROADCAST_TITLE: true

FIRST_JOIN_MESSAGE: true
FIRST_JOIN_BROADCAST_MESSAGE: true

FIRST_JOIN_ACTIONBAR: true
FIRST_JOIN_BROADCAST_ACTIONBAR: true

FIRST_JOIN_BOSSBAR: true
FIRST_JOIN_BROADCAST_BOSSBAR: true

# https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
# SUPPORTS LEGACY SOUNDS!!!!
FIRST_JOIN_SOUND: true
FIRST_JOIN_SOUND_BROADCAST: true
#
#
#             QUIT
#
#
QUIT_TITLE: true
QUIT_BROADCAST_TITLE: true

QUIT_MESSAGE: true
QUIT_BROADCAST_MESSAGE: true

QUIT_ACTIONBAR: true
QUIT_BROADCAST_ACTIONBAR: true

QUIT_BOSSBAR: true
QUIT_BROADCAST_BOSSBAR: true

QUIT_SOUND: true
QUIT_SOUND_BROADCAST: true
COMMANDS:
  WELCOME: "&bHello %player_name% welcome !! &7(%sender)"


Code (Text):
JOIN_TITLE:
  TITLE: "<$#FB0B0B>Welcome to our Server<$#E65CFD>"
  SUBTITLE: "<#22FB44>Hello %player_name%!"
  FADEIN: 20 # 20 ticks = 1 second
  STAY: 60 # 20 ticks = 1 second
  FADEOUT: 20 # 20 ticks = 1 second

JOIN_BROADCAST_TITLE:
  TITLE: "&bHello !! %player_name% joined"
  SUBTITLE: "&fTalk to him!"
  FADEIN: 20 # 20 ticks = 1 second
  STAY: 60 # 20 ticks = 1 second
  FADEOUT: 20 # 20 ticks = 1 second

JOIN_ACTIONBAR: "&bWelcome back %player_name%."
JOIN_BROADCAST_ACTIONBAR: "&b%player_name% joined to the server."

JOIN_BOSSBAR:
  MESSAGE: "&bThis is an animated bossbar!!!"
  COLOR: "RED" # BLUE GREEN PINK PURPLE RED WHITE YELLOW, for 1.9 you can use only PURPLE
  TIME: 5 # Seconds

JOIN_BROADCAST_BOSSBAR:
  MESSAGE: "&bThis is an animated bossbar!!!"
  COLOR: "RED" # BLUE GREEN PINK PURPLE RED WHITE YELLOW, for 1.9 you can use only PURPLE
  TIME: 5 # Seconds

JOIN_SOUND:
  SOUND: ENTITY_PLAYER_LEVELUP
  VOLUME: 10
  PITCH: 1

JOIN_SOUND_BROADCAST:
  SOUND: ENTITY_PLAYER_LEVELUP
  VOLUME: 10
  PITCH: 1

JOIN_MESSAGE:
  - '&b&l------------------------------'
  - '&b'
  - '%center% &b%player_name% <$#FB0B0B>joined to the server<$#E65CFD>'
  - '&b'
  - '{"text":"Hello this is a JSON text!","bold":true,"underlined":true,"color":"dark_purple","clickEvent":{"action":"open_url","value":"https://www.youtube.com/watch?v=dQw4w9WgXcQ"},"hoverEvent":{"action":"show_text","contents":[{"text":"Hello the hover is so cool loool","bold":true,"italic":true,"color":"dark_red"}]}}'

JOIN_BROADCAST_MESSAGE:
  - '&b&l------------------------------'
  - '&b'
  - '%center% &b%player_name% <$#FB0B0B>joined to the server<$#E65CFD>'
  - '%center% &bTHIS MESSAGE IS SEND TO ALL PLAYERS!!!'
  - '&b'
  - '{"text":"Hello this is a JSON text!","bold":true,"underlined":true,"color":"dark_purple","clickEvent":{"action":"open_url","value":"https://www.youtube.com/watch?v=dQw4w9WgXcQ"},"hoverEvent":{"action":"show_text","contents":[{"text":"Hello the hover is so cool loool","bold":true,"italic":true,"color":"dark_red"}]}}'
 
Code (Text):
# Custom commands:
#  / 1 command / 2 description / 3 usage
# [console] /  Sends a command from console / [console] <command without slash>
# [player] / Sends a command for the executor / [player] <command without slash>
# [message] / Sends a message to the chat / [message] text
# [chat] / Sends a message to the chat as the player / [chat] text
# [broadcast] / Sends a message to all players / [broadcast] text
# [json] / Sends a json message to the chat / [json] {"text"}......
# [json_broadcast] / Sends a json message to all players / [json_broadcast] {"text"}......
# [sound] / Play a sound for the executor / [sound] SOUND_NAME volume(number) pitch(number)
# [sound_broadcast] / Play a sound for every player / [sound_broadcast] SOUND_NAME volume(number) pitch(number)
# [actionbar] / Sends and actionbar to the executor / [actionbar] text
# [actionbar_broadcast] / Sends an actionbar to all players / [actionbar_broadcast] text
# [title] / Sends a title to the executor / [title] title subtitle fadein stay fadeout
# [title_broadcast] / Sends a title to all players / [title_broadcast] title subtitle fadein stay fadeout
# [bossbar] / Sends a bossbar to the executor / [bossbar] text color time
# [bossbar_broadcast] / Sends a bossbar to all players / [bossbar_broadcast] text color time
# For [title], [title_broadcast], [bossbar] and [bossbar_broadcast] the symbol "_" is like a space
# For exemple "Hello_World" -> "Hello World"
# Bar Color: BLUE GREEN PINK PURPLE RED WHITE YELLOW, for 1.9 you can use only PURPLE

JOINS:
  default:
    permission: "hypewelcome.default"
    disableop: false
    commands:
      - '[message] <$#FB0B0B>&lDebug GRADINET<$#E65CFD>'
      - '[message] '
      - '[message] %center% <$#084CFB>&l-----------<$#ADF3FD>'
      - '[message] %center% <#FB0B0B>%player_name% <$#FB0B0B> joined to the server<$#E65CFD>'
      - '[message] %center% <$#084CFB>&l-----------<$#ADF3FD>'
      - '[message] '
      - '[console] gmc %player_name%'
      - '[player] i diamond_ore'
      - '[json] {"text":"Hello this is a JSON text!","bold":true,"underlined":true,"color":"dark_purple","clickEvent":{"action":"open_url","value":"https://www.youtube.com/watch?v=dQw4w9WgXcQ"},"hoverEvent":{"action":"show_text","contents":[{"text":"Hello the hover is so cool loool","bold":true,"italic":true,"color":"dark_red"}]}}'
      - '[title] <#FB0000>Hello_%player_name% <$#FB0B0B>This_Is_A_RGB_Subtitle<$#E65CFD> 20 60 20'
      - '[bossbar] <$#FB0000>Animated_BossBar<$#E9FD6E> RED 10'
      - '[actionbar] <$#FB0000>This Actionbar is so coooool<$#E9FD6E>'
      - '[sound] ENTITY_PLAYER_LEVELUP 1 10'
      - '[sound_broadcast] ENTITY_PLAYER_LEVELUP 5 10'
      - '[broadcast] '
      - '[broadcast] %center% &b&l-----------'
      - '[broadcast] %center% <$#FB0B0B>%player_name% joined to the server<$#E65CFD>'
      - '[broadcast] %center% &b&l-----------'
      - '[broadcast] '
Code (Text):
FIRST_JOIN_TITLE:
  TITLE: "<$#FB0B0B>Welcome to our Server<$#E65CFD>"
  SUBTITLE: "<#22FB44>Hello %player_name%!"
  FADEIN: 20 # 20 ticks = 1 second
  STAY: 60 # 20 ticks = 1 second
  FADEOUT: 20

FIRST_JOIN_BROADCAST_TITLE:
  TITLE: "&bHello !! %player_name% joined"
  SUBTITLE: "&fTalk to him!"
  FADEIN: 20 # 20 ticks = 1 second
  STAY: 60 # 20 ticks = 1 second
  FADEOUT: 20 # 20 ticks = 1 second

FIRST_JOIN_ACTIONBAR: "&bWelcome back %player_name%."
FIRST_JOIN_BROADCAST_ACTIONBAR: "&b%player_name% joined to the server."

FIRST_JOIN_BOSSBAR:
  MESSAGE: "&bThis is an animated bossbar!!!"
  COLOR: "RED" # BLUE GREEN PINK PURPLE RED WHITE YELLOW, for 1.9 you can use only PURPLE
  TIME: 5 # seconds

FIRST_JOIN_BROADCAST_BOSSBAR:
  MESSAGE: "&bThis is an animated bossbar!!!"
  COLOR: "RED" # BLUE GREEN PINK PURPLE RED WHITE YELLOW, for 1.9 you can use only PURPLE
  TIME: 5 # seconds

FIRST_JOIN_SOUND:
  SOUND: ENTITY_PLAYER_LEVELUP
  VOLUME: 10
  PITCH: 1

FIRST_JOIN_SOUND_BROADCAST:
  SOUND: ENTITY_PLAYER_LEVELUP
  VOLUME: 10
  PITCH: 1

FIRST_JOIN_MESSAGE:
  - '&b&l------------------------------'
  - '&b'
  - '%center% &b%player_name% <$#FB0B0B>joined to the server for the first time<$#E65CFD>'
  - '&b'
  - '{"text":"Hello this is a JSON text!","bold":true,"underlined":true,"color":"dark_purple","clickEvent":{"action":"open_url","value":"https://www.youtube.com/watch?v=dQw4w9WgXcQ"},"hoverEvent":{"action":"show_text","contents":[{"text":"Hello the hover is so cool loool","bold":true,"italic":true,"color":"dark_red"}]}}'

FIRST_JOIN_BROADCAST_MESSAGE:
  - '&b&l------------------------------'
  - '&b'
  - '%center% &b%player_name% <$#FB0B0B>joined to the server for the first time<$#E65CFD>'
  - '%center% &bTHIS MESSAGE IS SEND TO ALL PLAYERS!!!'
  - '&b'
  - '{"text":"Hello this is a JSON text!","bold":true,"underlined":true,"color":"dark_purple","clickEvent":{"action":"open_url","value":"https://www.youtube.com/watch?v=dQw4w9WgXcQ"},"hoverEvent":{"action":"show_text","contents":[{"text":"Hello the hover is so cool loool","bold":true,"italic":true,"color":"dark_red"}]}}'
 
Code (Text):

QUIT_BROADCAST_TITLE:
  TITLE: "&b%player_name% left the server"
  SUBTITLE: "&fGoodbye!"
  FADEIN: 20 # 20 ticks = 1 second
  STAY: 60 # 20 ticks = 1 second
  FADEOUT: 20 # 20 ticks = 1 second

QUIT_BROADCAST_ACTIONBAR: "&b%player_name% left the server."

QUIT_BROADCAST_BOSSBAR:
  MESSAGE: "&bThis is an animated bossbar!!!"
  COLOR: "RED" # BLUE GREEN PINK PURPLE RED WHITE YELLOW, for 1.9 you can use only PURPLE
  TIME: 5 # Seconds

QUIT_SOUND_BROADCAST:
  SOUND: ENTITY_PLAYER_LEVELUP
  VOLUME: 10
  PITCH: 1

QUIT_BROADCAST_MESSAGE:
  - '&b&l------------------------------'
  - '&b'
  - '%center% &b%player_name% <$#FB0B0B>left to the server<$#E65CFD>'
  - '%center% &bTHIS MESSAGE IS SEND TO ALL PLAYERS!!!'
  - '&b'
  - '{"text":"Hello this is a JSON text!","bold":true,"underlined":true,"color":"dark_purple","clickEvent":{"action":"open_url","value":"https://www.youtube.com/watch?v=dQw4w9WgXcQ"},"hoverEvent":{"action":"show_text","contents":[{"text":"Hello the hover is so cool loool","bold":true,"italic":true,"color":"dark_red"}]}}'

 
Resource Information
Author:
----------
Total Downloads: 268
First Release: Jul 15, 2021
Last Update: Apr 26, 2024
Category: ---------------
All-Time Rating:
4 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings