mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-09 16:38:21 -05:00
feat: server id as realm name
This commit is contained in:
parent
eb5a402cde
commit
4ddc2b9baa
@ -48,7 +48,7 @@ namespace MyMcRealms.Controllers
|
|||||||
Id = AllServers.Servers.IndexOf(world),
|
Id = AllServers.Servers.IndexOf(world),
|
||||||
Owner = "Owner",
|
Owner = "Owner",
|
||||||
OwnerUUID = "069a79f444e94726a5befca90e38aaf5",
|
OwnerUUID = "069a79f444e94726a5befca90e38aaf5",
|
||||||
Name = "my-mc.link world",
|
Name = world.ServerName,
|
||||||
Motd = "A world hosted on my-mc.link",
|
Motd = "A world hosted on my-mc.link",
|
||||||
State = "OPEN",
|
State = "OPEN",
|
||||||
WorldType = "NORMAL",
|
WorldType = "NORMAL",
|
||||||
|
@ -5,11 +5,6 @@ namespace MyMcRealms.MyMcAPI.Responses
|
|||||||
{
|
{
|
||||||
public bool Success { get; set; }
|
public bool Success { get; set; }
|
||||||
public List<Server> Servers { get; set; }
|
public List<Server> Servers { get; set; }
|
||||||
|
|
||||||
public static implicit operator Task<object>(AllServersResponse? v)
|
|
||||||
{
|
|
||||||
throw new NotImplementedException();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class Server
|
public class Server
|
||||||
|
Loading…
Reference in New Issue
Block a user