SkyText will draw
giant text in the air, add
effects and create
gradients. The
perfect tool for welcoming players.
Build text quickly using this automatic block-text generator. It supports any font installed on your device and allows you to pick whatever size you wish. Pick your materials and create gradients. Add effects, such as waves and impress your players with giant signs welcoming them.
Generate text out of blocks.
All fonts supported.
Multi-line text.
Change size.
Flipping and mirroring.
Rotation.
Text thickness.
Gradients.
Many different gradient types.
Wave effect.
Distortion.
/sky help <page>: Shows all commands and their instructions. Permission: skyText.help
/sky new <name>: Allows you to create a new skyText Permission: skyText.new
/sky edit <name>: Allows you to enter edit mode for that skyText. Permission: skyText.edit
/sky delete <name>: Allows you to delete a skyText. Permission: skyText.delete
/sky tp <name>: Allows you to teleport to a skyText. Permission: skyText.tp
/sky text: Allows you to set the text for that skyText. Permission: skyText.text
/sky font: Allows you to set the font for that skyText. Permission: skyText.font
/sky size: Allows you to set the size for that skyText. Permission: skyText.size
/sky fontType: Allows you to set the fontType (like Bold and Italics) for that skyText. Permission: skyText.fontType
/sky toggle flipped: Allows you to flip the skyText. Permission: skyText.flipped
/sky toggle mirrored: Allows you to mirror the skyText. Permission: skyText.mirrored
/sky halign: Allows you to set the horizontal alignment for the skyText. Permission: skyText.halign
/sky valign: Allows you to set the vertical alignment for the skyText. Permission: skyText.valign
/sky direction: Allows you to set the direction the skyText is facing. Permission: skyText.direction
/sky rotation: Allows you to set the rotation for the skyText. Permission: skyText.rotation
/sky move x, y, z: Allows you to move the skyText. Permission: skyText.x,y,z
/sky thickness: Allows you to set the block thickness for the skyText. Permission: skyText.thickness
/sky toggle underline: Allows you to toggle underlining of the skyText. Permission: skyText.underline
/sky toggle background: Allows you to toggle the background of the skyText. Permission: skyText.background
/sky material: Allows you to set the material of the skyText. Permission: skyText.material
/sky background: Allows you to set the background material of the skyText. Permission: skyText.background
/sky distortion: Allows you to apply a distortion effect to the skyText. Permission: skyText.distortion
/sky wave amplitude: Allows you to set the amplitude of the wave effect to the skyText. Permission: skyText.amplitude
/sky wave frequency: Allows you to set the frequency of the wave effect to the skyText. Permission: skyText.frequency
/sky xscale: Allows you to set the xscale of the skyText. Permission: skyText.xscale
/sky yscale: Allows you to set the yscale of the skyText. Permission: skyText.yscale
/sky gradient: Opens up an intricate user interface where tou can edit the gradient for the skyText by adding and re-arranging blocks. Next you can choose from a range of gradient types such as; left-right, top-down, spherical, random and more. Permission: skyText.gradient
Code (Text):
# Configuration for 'SkyText'
#
# By CraterHater
# Please report any issues, suggestions or questions.
#
#
# Configuration allows for various changes to be made to internal
# systems of this plugin. Please do not touch any settings you are
# unsure about. It may cause the plugin to stop working the way you
# intend it to. Please keep the '' around text.
#
#
# This configuration will automatically add new entries when updating
# to newer versions. It will not overwrite or change entries. This means
# some entries may need to be deleted if entries are changed. Please read
# update changelogs carefully when updating from Spigot.
#
#
# The command that is used to control the plugin. You can change it to whatever you wish.
main_command: 'sky'
# Alternatives you can use instead of the main command
command_aliases:
- 'skyText'
- 'sText'
# What permission users must have to access all commands. Give them the permission specified below + '.*' to give them access to all commands. Operators always have access to all commands.
main_permission: 'skyText'