Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.66 KB

File metadata and controls

23 lines (20 loc) · 1.66 KB

IO.Swagger.Model.RedProtectRegion

Properties

Name Type Description Notes
Id string The unique id of this region
Link string The API link that can be used to obtain more information about this object
Max Vector3d The maximum coordinates that define the region
Min Vector3d The minimum coordinates that define the region
Name string The name of this region
World World The world this region is located in
Admins List<Player> A list of players that are admins of this region [optional]
CanDelete bool? True if this region can be deleted, false otherwise [optional]
Date string The date this region was created? [optional]
Flags Dictionary<string, Object> A map of flags applicable to this region [optional]
Leaders List<Player> A list of players that are leaders of this region [optional]
Members List<Player> A list of players that are members of this region [optional]
Priority int? The priority of this region compared to other regions [optional]
TpPoint Location The teleport point for this region [optional]
WelcomeMessage string The welcome message displayed to a player when they enter this region [optional]

[Back to Model list] [Back to API list] [Back to README]