- Fixed server crash when editing floating texts (#130)
- Fixed an issue where unique identifiers could be changed when editing floating texts (#129)
- Translated by @SuperYYT: Fixed Chinese(Simplified)
- Added support for PMMP 4.6.x (Minecraft 1.19.10~)
- Fixed an issue where floating characters would be sent to a non-existent player when the player joined the server and immediately left
- Fixed an issue where a type mismatch would cause the server to crash when using
/txt move
- Fixed a server crash when using
/txt move {text name} here
- Fixed a bug that floating text was displayed at different coordinates than the actual coordinates when using
/txt move
- Added support for PMMP 4.5.x (Minecraft 1.19.0.5~)
Themcpe-protocol
is no longer used, as the minor version of PMMP represents the protocol (in most cases)
- Translated by @IvanCraft623: Added Spanish (Mexico)
- Fixed a crash when using forms
- Following up on PMMP 4.x changes
- Just in.
- Fixed a corruption in the Russian translation file
- Translated by @iteplenky: Added Russian
- Removed some unused texts
- Fixed a bug that caused the server to crash due to type inconsistency when migrating data from the previous version if the FloatingText name was only a number (#115)
- Confirmed the operation of pmmp/PocketMine-MP with the latest release
3.19.0
of Minecraft: Bedrock Edition 1.16.220 release - Corresponds for changing item stacks (#111)
- Texter now requires PocketMine-MP >= 3.19.0
- Fixed a bug that caused the server to crash when performing certain operations.
Credits: BlitzGames(UK), MCBEPU(CN), OneMine Хаб(RU), Sulfuritium(FR), YukioLifeServer(JP), GrieferSucht(DE), HayalCraft
- Fixed a bug that caused players to be blocked when performing certain command operations.
- Translated by @TobyDev265: Added Vietnamese
- Introduced a variable that can be inserted into FloatingTexts.
The notation is same as Mineflow;{variable_name}
.- Requires MineFlow >= 2.0.
- It can handle some variables of Mineflow.
- Manipulation of floating characters using Mineflow may be implemented in 4.1 or later if requested.
- You can now use the
/txt move
command to specify the coordinates to move to
- Multiple FloatingText can now be easily handled using the
FloatingTextCluster
described below.
- Set
texter.command.txt
toop
.
If you want to allow non-OPs to use it as before, consider using a permissions plugin such as PurePerms. - Removed
/txt list
command.
From now on, each command will automatically list the floating text as needed.
- The following configuration items have been removed from
config.yml
.can.use.only.op
char
feed
world
- Changed the role of floating text
- FloatingText.
This is the smallest unit of FloatingText. The name is no longer displayed at the bottom of the FloatingText. - FloatingTextCluster.
A cluster of FloatingText consisting of one or more, which can be manipulated together by a command.
- FloatingText.