0506cf1b61
Splits the PortalTeleporter into a PlayerTeleporter and a VehicleTeleporter for better structuring
...
Moves player-related teleportation code to PlayerTeleporter, moves vehicle-related teleportation code to VehicleTeleporter and makes them both extend the Teleporter which now contains all common teleportation code.
2021-10-18 18:38:36 +02:00
f96e8ed2da
Adds a method for checking if a player can afford a given fee
2021-10-18 03:36:56 +02:00
e2c91c1feb
Changes EconomyHandler method names to be more consistent
2021-10-15 19:25:31 +02:00
e7fc1daafe
Moves functionality to the PortalOptions and PortalLocation classes
2021-10-08 01:26:12 +02:00
1e29db58b9
Improves some variable names and adds some comments
2021-09-20 18:22:20 +02:00
f681db629f
Refactors a lot of code, and extracts permission-related functions to the PermissionHelper class
2021-09-20 13:56:30 +02:00
d5e6f1145c
Removes unused getBalance method
2021-09-19 15:06:41 +02:00
8835e69e3c
Moves some code from Stargate to EconomyHandler
2021-09-19 15:05:19 +02:00
e5fef0b16a
Moves the EconomyHandler to utility and adds some encapsulation for three of its variables
2021-02-22 20:26:10 +01:00