CommandsOnUseAddon
> Fixed an issue where the destination placeholders would not replace sometimes
HubWorldAddon
> Now the hubworld addon allows you to not set a hub world, but instead set hub portals
> Instead of ``Addon.HubWorld`` you need to set ``Addon.Hub.World`` and it works like it did in the previous version, no need to change anything
> If you want to use the hub portals instead, then you need to set ``Addon.Hub.Portals.List`` and then list the locations of your portal OR join your server and use the ``/dim addHub`` command while looking at a portal.
> Lastly, the hub portals feature works in two ways (when you enter a non-hub portal). You can either teleport to a random hub portal or teleport to the first on the list (in case the portals can be destroyed for some reason or whatever). You choose between ``random`` & ``firstToLast`` by putting whatever you choose at ``Addon.Hub.Portals.Mode``
RandomLocationAddon
> Instead of ``Addon.RandomLocationRange`` you use ``Addon.RandomLocation.Range``
> Also now there is ``Addon.RandomLocation.AllowLinkTp`` which you can set to ``false`` to always randm tp and not link
StylishPortalsAddon
> Added the option to use a placeholder block (more info on the wiki)