Skip to content

DidlDimpfe/TextGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TextGenerator

IMAGE ALT TEXT HERE

Features

  • Drag to move the text
  • You can edit the text whenever you want
  • GUI to edit everything of the text
  • A for Minecraft specific font size with slabs and stairs to generate small texts
  • \n for a new line
  • The text cannot override other blocks

Examples of texts

Commands

When not editing a text:

/tg generate [Your text] - Generates a text with your text settings in front of the player

/tg edit this - When looking at a previous generated text the player goes into the editing mode to edit it

/tg settings - Opens a GUI to edit the default text settings for the next generate

When editing a text:

/tg confirm - Stops editing the text and leaves it there

/tg edit menu - Opens a GUI to edit the text

/tg move [coordinates] - When drag to move is disabled it moves the text to the given directions. First number indicates left/right, second indicates top/bottom, and third indicates back/front

/tg refresh - When drag to move is disabled it moves the text to the players looking direction

/tg cancel - Destroys the text (when it was previously generated) or sets the text to its previous state (when it was edited)

/tg destroy - Destroys the text

/tg reset - Destroys all build blocks and builds it again

/tg remove - Removes the text from the plugin (the text cannot be edited anymore)

/tg setText [Your text] - Changes the text

PlaceHolderAPI

%textgeneratorGeneratedTexts% - Returns a list of all texts ever generated

The configuration file

placementRange: 30
dragToMove: false
textSettings:
  block: quartz_block
  fontName: Arial
  fontSize: 15
  fontStyle: BOLD
  underline: false
  lineSpacing: 2

About

Create beautiful texts in your Minecraft world and customize it however you want!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages