mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 18:46:35 +01:00
Added some potential data fields to the portal types
This commit is contained in:
parent
bbe92cfd75
commit
e506803df9
@ -27,7 +27,6 @@ public class WarpEffects {
|
||||
}
|
||||
default: break;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
@ -14,4 +14,8 @@ public class AdvancedPortal {
|
||||
public Location pos2 = null;
|
||||
|
||||
public String portalName = null;
|
||||
|
||||
public String destiation = null; // Could possibly store the destination name to stop the server having to read the config
|
||||
|
||||
public String bungee = null; // Could possibly store the bungee server name to stop the server having to read the config
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user