- Tested Minecraft Versions:
- 1.10
Description
With this plugin you can create customized join messages and effects (sounds and fireworks) for player with a specific permission.
Features
Commands
- Simple and light
- Highly customizable
- Works with all permission plugins
Configurations
- /cjm reload: Reload configurations
Code (Text):# Set this to true if you wish to use the player display name (whit tags and colors from other plugins) in the join message
UseDisplayName: false
# You may copy and paste 'Vip1' section respecting idents to make other custo join messages
# You may remove comments, but keys (text before :, like Permission: or Trail:) must be left "as is"
Vips:
Vip1:
Permission: 'vip1.join'
Message: '&a&lVip %p has joined'
# Full list of available sounds: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
# WARNING: if you are not using Minecraft 1.10 these could be different, please search for Sound names in your version
Sound: ENTITY_WITHER_SPAWN
Firework:
Enabled: true
# Each level of power is half a second of flight time (from 0 to 128).
Power: 2
# Must be true or false
Flicker: true
# Must be true or false
Trail: true
# Available types:
# BALL, BALL_LARGE, STAR, BURST, CREEPER
Type: BALL
# Colors are represented by an RGB code:
# WHITE = 16777215, SILVER = 12632256, GRAY = 8421504, BLACK = 0, RED = 16711680,
# MAROON = 8388608, YELLOW = 16776960, OLIVE = 8421376, LIME = '\uff00', GREEN = '耀',
# AQUA = '\uffff', TEAL = '肀', BLUE = 255, NAVY = 128, FUCHSIA = 16711935, PURPLE = 8388736, ORANGE = 16753920
Colors:
- '16777215'
- '16776960'
# Same colors code as above
Fades:
- '8421504'
- '16753920'

Custom Join Message 3.0
Customize join message and effects with a permission based system.