MessageOverHead
Please report all bugs on github! If you find a bug, PLEASE report it!!!
new release version ->
CLICK
WIKI
Functions:
- The appearance of player messages above his head
- Multiline text support
- Support for H E X colors (for version 1.16 and above)
- Support for GRADIENT colors (for version 1.16 and above)
- Setting permissions for displaying and writing messages above your head
- Full customization with customizable sound and message appearance effect
- Good support on Discord (TheDiVaZo#3794) and Github.
- Support plugin for chat (ChatControl, Chatty, etc.)
- Support chat's channel (implemented by other chat plugins)
Configuration:
Code (YAML):
#########################
#=MESSAGE=OVER=HEAD=#
#########################
Version
: 1.2
# DO NOT TOUCH!!!!
settings:
listener:
chat
: true
message:
clearColorFromPlayerMessage
: false
messages
:
#default config bubble
particle:
enable
: true
particleType
: CLOUD
#https://minecraft.fandom.com/wiki/Particles
count
: 4
#number of particles
offsetX
: 0.2
# maximum random X offset
offsetY
: 0.2
# maximum random x offset
offsetZ
: 0.2
# maximum random Z offset
sound:
enable
: true
soundType
: BLOCK_ANVIL_STEP
#https://www.digminecraft.com/lists/sound_list_pc.php (block.anvil.step -> BLOCK_ANVIL_STEP)
volume
: 3
#Sound volume
pitch
: 3
# Pitch
settings:
format
:
"%player_name% %message%"
#Supports PlaceholderAPI and HEX colors (example: 𞉀) and GADIENT colors (example: {#ffffff:#0039a6:#d52b1e This is awesome tricolor gradient})
#format: #Group format!
#'0': #priority
#format: '%message%' #default format. format is not perm
#'1':
#perm: 'perm.vip' #perm.vip
#format: '&cVIP &e%message%' #format perm.vip
distance
: 10
biasY
: 2.15
#height Bubble Message spawn. The value is calculated experimentally.
visibletextforowner
: true
delay
: 4
# in seconds. Bubble life time
sizeLine
: 24
#Maximum size of one line in Bubble
The advantage of this plugin is that it
doesn't depend on hologram plugins
Dependency :
soft dependency:
Command:
- /moh reload - reload plugin config
- /moh send <message> - call a bubble with a message. (The message will be visible to everyone within the radius that is set in the config)
- /moh create <sender> <recipents> <bubble config> <message> - details at this link (Admin cmd)
- /moh config - Display the config on the screen. (Admin cmd)
Permissions:
- moh.admin- the permission to admin command
- moh.see - the permission to see the bubble (can be changed)
- moh.send - the permission to send the bubble (can be changed)