
Clean-up inaccurate class-names within the API
TheE opened this issue ยท 0 comments
Several parts of MyWarp are inaccurately named:
-
EconomyService
should be namedEconomyProvider
, -
EconomyManager
should be namedEconomyService
, -
LimitManager
should be namedLimitService
.
It is also worth to take a look at:
-
TeleportManager
, -
TeleportService
(perhapsTeleportStrategy
?).
Perhaps some platform classes like LocalEntity
could move some functions into services (e.g. teleports), but this remains to be seen.