mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-11-03 10:43:45 +01:00
* fix: numeric Playernames thows NumberFormatException on Teleport
Refactoring of the Teleport Handling
Supports now:
* p h xPlotPlayerGuy [PAGE] = Player [numeric] [alphanumeric]
* p h MyPlantage [PAGE] = Alias [numeric] [alphanumeric]
* p h PlotworldLarge [PAGE] = World [numeric] [alphanumeric]
* p h 1:1 [PAGE] = plotId [numeric (1,1|1;2) ]
* p h 4 = 4 th Plot of the Player if available [numeric (1,1|1;2) ]
Check order: Player, Alias, World, PlotId, Page [PAGE]
[PAGE] is optional
* Apply suggested Code Style
Changes:
Collections now empty instead of null.
Property renaming