e5c1ad1f3a
0.9.0.5 - Adds three new options to disable features of vehicle teleportation with more granularity #9
0.9.0.5
EpicKnarvik972021-11-03 15:55:56 +01:00
cab99e11b0
Adds leashed teleportation as a feature to the README
EpicKnarvik972021-11-01 19:25:52 +01:00
91a0316e6e
Adds a missing insufficient funds message when checking if vehicle passengers can pay for the teleportation
EpicKnarvik972021-11-01 13:54:31 +01:00
b98aec4a20
0.9.0.2 Fixes a bug in the code to prevent nether portals from generating in the nether
0.9.0.2
EpicKnarvik972021-11-01 00:38:36 +01:00
2196d5b99e
Moves some config values from StarGate and into the StarGateConfig class
EpicKnarvik972021-10-23 03:56:59 +02:00
070e7250df
Re-draws every portal sign each time a new world is loaded to prevent weird states
EpicKnarvik972021-10-22 21:56:35 +02:00
9a0f16e558
Moves the portal owner name and owner UUID to the PortalOwner class which makes the TwoTuple unnecessary
EpicKnarvik972021-10-22 19:51:46 +02:00
485ca284b0
Extracts portal saving and loading to the PortalFileHelper class
EpicKnarvik972021-10-22 16:18:35 +02:00
4e09b44c7c
Extracts portal registration and all portal lookup to the PortalRegistry class
EpicKnarvik972021-10-21 23:59:16 +02:00
593d528bcd
Extracts the portal creation and validation part of the PortalHandler into the PortalCreator
EpicKnarvik972021-10-21 20:15:29 +02:00
79a43b82e5
Fixes the readme's max sign character limits as the real limit is 11, not 12
EpicKnarvik972021-10-21 20:13:34 +02:00
d2e8c81a5a
Splits the portal class into Portal, PortalActivator, PortalOpener and PortalStructure
EpicKnarvik972021-10-20 16:09:35 +02:00
635d08b1b3
Makes the SignHelper helper class into the proper PortalSignDrawer which each Portal now has one instance of
EpicKnarvik972021-10-20 01:33:36 +02:00
1d4b988ca4
Moves the rest of the sign drawing code from Portal to SignHelper
EpicKnarvik972021-10-18 19:12:30 +02:00
82ed28bba0
Removes the DirectionHelper's getBlockAt method as it only increased complexity
EpicKnarvik972021-10-18 18:52:24 +02:00
0506cf1b61
Splits the PortalTeleporter into a PlayerTeleporter and a VehicleTeleporter for better structuring
EpicKnarvik972021-10-18 18:38:36 +02:00
f4ec5e05d6
Improves sign drawing during portal loading
EpicKnarvik972021-10-18 18:34:35 +02:00
8c16ddbed5
Adds some tests to the relative block vector
EpicKnarvik972021-10-18 15:22:55 +02:00
4bdc5b6bd9
Populates default gates after migrating config to update default gates for old installations
EpicKnarvik972021-10-12 20:41:45 +02:00
5b6e3f81a6
Updates readme to mark end portals as functional
EpicKnarvik972021-10-12 04:18:58 +02:00
0709c18e30
Adjusts height to get above slabs to an entire block as empty minecarts clipped through single slab layers
EpicKnarvik972021-10-12 03:48:13 +02:00
e14007380f
Adds proper checking and odd case catching before teleporting players through artificial end portals
EpicKnarvik972021-10-12 02:47:09 +02:00
53cd55938b
Fixes teleportation of players using end portals to and from the end
EpicKnarvik972021-10-12 01:11:52 +02:00
51afa1527f
Updates the API version used as 1.16 is no longer the target version
EpicKnarvik972021-10-11 20:16:36 +02:00