Bug fixes and a few QOL features
Pre-release
Pre-release
·
43 commits
to master
since this release
v1.0.0 prerelease 5 Bug Fixes and Item Utilities
This update focuses solely on the minecraft mod, no changes to the website were made
- You can use use /
/set wool
to set something to white wool instead of having to do/set white_wool
like before - Commas now work with HE worldedit commands (
//set sand,glass
,//walls sand,glass
,//cube sand,glass
, you get the point) - Using the pro tool in the air will only play the successful ping sound if you are inside the plot otherwise it will play the invalid enderman sound (before it always played the ping)
- Using the
//walls
or//cube
command will no longer delete builds inside that area (unless those builds are out of the same materials as the cube, really no viable way to fix this) - When opening the sign to type in group priority permission within a command action GUI you will now be able to type text and the module will no longer break
- Using
/protools
to load in the pro tools will now give you the actual pro tool items complete with the glint, lore, and hidden flags as of before the command would just give named and plainly enchanted items - Added
/nbt
command which will copy the NBT of your held item to clipboard (This was mostly implemented for development but it could still be useful) - Added
/unbreakable
(Alias:/ub
) command which will toggle the unbreakable state of an item - Improved the teleportation tool so when you used it, it will send a custom chat message and play a sound
- Added
/hideflags
(Alias:/hf
) command which will toggle whether the item info of an item is shown. - Improved/modified
/housingeditor help
by splitting in to organized sections along with page numbers - Changed the way commands such as the
/up
command cancelled the default hypixel message to display a custom one, in order to make the system cleaner and only cancel the right message - Redid the HousingEditor tp command, to piggyback on top of hypixel's default teleporting system. The only difference with the teleportation now is that it supports relative teleporting, but other than that it should not interfere with player teleporting
- Added
/lore
command which will allow you to easily manipulate the lore of an item via chat - Added
/rename
command which will allow you to easily rename an item with chat - HousingEditor version will only be shown in chat the first time you load up the mod instead of on every world load