mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-01 18:23:00 +00:00
Adding ability to save /back location from teleport events outside essentilals
New config setting to turn this on "register-back-in-listener" Test #1200 CB#1560 / B#1055
This commit is contained in:
parent
ff13279e6c
commit
b9077d91a5
9 changed files with 43 additions and 4 deletions
|
@ -593,4 +593,10 @@ public class FakeServer implements Server
|
|||
{
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public OfflinePlayer[] getOfflinePlayers()
|
||||
{
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue