EasyJoin ✨ | Send actions on player join icon

EasyJoin ✨ | Send actions on player join -----

Join and quit actions plugin with a lot of features.



titulo.png
Requieres PlaceholdersAPI!
EasyJoin is a join/quit actions plugins with a lot of actions and features.

features.png
Unlimited formats:
  • You can add any format do you want, the permission for every format is: easyjoin.<format>
Multi version:
  • Supports 1.8.X - 1.18.X
Hex Colors
  • Hex colors support (#123456)
AuthMe Hook:
  • You can execute actions after login/register
First join format:
  • Create multiple first join format !
Multiple actions:
  • [BROADCAST] <message> | Send a message to all online players.
  • [JSON_BROADCAST] <json message> | Send a json message to all online players
  • [MESSAGE] <message> | Send a message to the player who join
  • [JSON_MESSAGE] <json message> | Send a json message to the player who join
  • [TITLE] <title>;<subtitle>;<fadeIn>;<fadeShow>;<fadeOut> | Send a title with subtitle to the player who join
  • [BROADCAST_TITLE] <title>;<subtitle>;<fadeIn>;<fadeShow>;<fadeOut> | Send a title with subtitle to all online players
  • [ACTIONBAR] <message> | Send a actionbar to the player who join
  • [BROADCAST_ACTIONBAR] <message> | Send a actiobnar to all players online
  • [SOUND] <sound>;<volume>;<pitch> | Send a sound to the player who join
  • [BROADCAST_SOUND] <sound>;<volume>;<pitch> | Send a sound to all online players
  • [PLAYER] <command without /> | Execute player command
  • [CONSOLE] <command without /> | Execute console command
  • [CLEARCHAT] <lines> | Clear the chat of the player who join
  • [BOOK] <delay> | Opens the book of book.yml
  • [FIREWORK] <type>;<amount>;<power>;<color (R,G,B)>;<other color (R,G,B)>;<fade (R,G,B)>;<other fade (R,G,B)> |
    You can customize the firework with RGB values. Can see examples in the default configuration
  • [DELAY] <seconds> | Add delay beetwen actions
commands.png

  • /easyjoin reload | Reload the plugin configuration | easyjoin.admin
  • /easyjoin setbook | Set the book of your hand on book.yml | easyjoin.admin
configuration.png
Code (Text):

#
#   - '[BROADCAST] This send a message to all online players.'
#   - '[JSON_BROADCAST] {"text":"Send broadcast json!!"}' # You can create json formats here: https://minecraftjson.com/
#   - '[MESSAGE] This send a message to the join player'
#   - '[JSON_MESSAGE] {"text":"Click to go to our discord","clickEvent":{"action":"open_url","value":"https://discord.gg/hPNYUMUauD"}}}'
#   - '[TITLE] Title;Subtitle;FadeIn;FadeShow;FadeOut'
#   - '[BROADCAST_TITLE] Title;Subtitle;FadeIn;FadeShow;FadeOut'
#   - '[ACTIONBAR] Message;FadeShow'
#   - '[BROADCAST_ACTIONBAR] Message;FadeShow'
#   - '[SOUND] Sound;pitch;volume'
#   - '[BROADCAST_SOUND] Sound;pitch;volume' # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
#   - '[PLAYER] me Hello!' # This execute a player command
#   - '[CONSOLE] give %player_name% diamond 1'
#   - '[CLEARCHAT] 10' #Clear the player chat on join with custom lines.
#   - '[BOOK] delay' #It opens the book on book.yml to add it you need write a book and use /ej setbook!
#   - '[FIREWORK] Type;amount;power;255,0,255;255,0,255;255,0,255;255,0,255' #You can customize the firework with RGB values (R,G,B), the first RGB color is a firework color and the second is a fade!
#   - '[DELAY] 10' #Add delay between actions (the delay is in seconds)
#
# First join modes (VANILLA, MYSQL)
# If first join mode is MySQL you need to configure your credentials in credentials.yml
FirstJoinMode: VANILLA
# Active AuthMe to send the actions after login/register
AuthMeHook: false
# If you are using AuthMeHook you can add authme actions.
#  authme:
#    actions:
#      - '[BROADCAST] This is a authme action!'
Formats:
# permission: easyjoin.admin
  admin:
    priority: 10
    join:
      actions:
#     Add centered messages adding <c> at the start of the message.
#     [BROADCAST] <c>Centered message!
#     [JSON_BROADCAST] <c>{"text":"A centered json message!"}
        - '[BROADCAST] &8(&a+&8) &c&lADMIN &f%player_name%'
        - '[SOUND] LEVEL_UP;10;5'
        - '[ACTIONBAR] &ashop.example.com;5'
        - '[JSON_MESSAGE] {"text":"&9Click to go to our discord","clickEvent":{"action":"open_url","value":"https://discord.gg/hPNYUMUauD"}}'
#   authme:
#    actions:
#      - '[BROADCAST] This is a authme action!'
    quit:
      actions:
        - '[BROADCAST] &8(&c-&8) &f%player_name%'
# permission: easyjoin.default
  default:
#   You can transform any format to first join format
#   isFirstJoinFormat: true
    priority: 5
    join:
      actions:
        - '[BROADCAST] &8(&a+&8) &f%player_name%'
        - '[SOUND] LEVEL_UP;10;5'
        - '[ACTIONBAR] &ashop.example.com'
        - '[FIREWORK] STAR;10;2;255,120,200;100,50,30;10,20,30;40;10;20'
    quit:
      actions:
        - '[BROADCAST] &8(&c-&8) &f%player_name%'
 
discord.png
Resource Information
Author:
----------
Total Downloads: 11,607
First Release: Jun 24, 2020
Last Update: Nov 9, 2022
Category: ---------------
All-Time Rating:
25 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings