Global UPDATE. Version 2.0
The structure of the plugin has changed.
Removed dependency on ParticleNativeAPI
but added
dependency on ProtocolLib. The plugin configuration has changed a bit, some new features have been added. such as:
- Support for
H
E
X colors (for 1.16 and above)
- Visibility perm and the perm to create a bubble.
- Slightly changed the structure of the configuration.
- The plugin has been heavily optimized and will no longer slow down the gameplay.
- Everything is divided into packages, on the server side, bubble will not exist, which will not load the server with unnecessary information processing
- removed support for 1.12 - 1.13 because I didn't understand how ProtocolLib works there. Soon support will return, as well as support for 1.18 will be added
new Configuration:
Code (YAML):
#######################
#=MESSAGE=OVER=HEADER=#
#=========OR==========#
#===BUBBLE=MESSAGE====#
#######################
version
: 1.0
#DON'T TOUCH!!!!
messages:
particle:
enable
: true
particleType
: CLOUD
#https://minecraft.fandom.com/wiki/Particles
count
: 4
#count of particle
offsetX
: 0.2
#the maximum random offset on the X axis
offsetY
: 0.2
#the maximum random offset on the X axis
offsetZ
: 0.2
#the maximum random offset on the Z axis
sound:
enable
: true
soundType
: BLOCK_ANVIL_STEP
#https://www.digminecraft.com/lists/sound_list_pc.php (block.anvil.step -> BLOCK_ANVIL_STEP)
volume
: 3
#The volume of the sound
pitch
: 3
#The pitch of the sound
settings:
format
: '
%player_name% %message%' #Supports PlaceholderAPI and HEX colors (example: 𞉀)
distance
: 10
biasY
: 2.15
#height spawn of Bubble Message. The value is calculated experimentally.
visibleTextForOwner
: true
permSend
: moh.send
permSee
: moh.see
delay
: 4
#in seconds. Bubble life time
When upgrading, please delete the old plugin configuration folder!