Estate settings
From OpenSimulator
m (Removed 'Template:' prefix from template includings and/or changed external-link into internal-link) |
m (Robot: Cosmetic changes) |
||
Line 2: | Line 2: | ||
{{Quicklinks}} | {{Quicklinks}} | ||
<br /> | <br /> | ||
− | |||
− | |||
'''Estate_settings''' '' Settings for Estates '' (back to [[Database Documentation]]) | '''Estate_settings''' '' Settings for Estates '' (back to [[Database Documentation]]) | ||
− | <br><br> | + | <br /><br /> |
− | The current structure of the estate_settings table is as follows:<br> | + | The current structure of the estate_settings table is as follows:<br /> |
− | <br> | + | <br /> |
<table> | <table> | ||
<tr> | <tr> | ||
− | <td>Field<br></td> | + | <td>Field<br /></td> |
<td>Type</td> | <td>Type</td> | ||
<td>Null</td> | <td>Null</td> | ||
Line 215: | Line 213: | ||
</table> | </table> | ||
− | <br> | + | <br /> |
− | (back to [[Database Documentation]])<br> | + | (back to [[Database Documentation]])<br /> |
− | + | ---- | |
− | '''EstateID<br> | + | '''EstateID<br /> |
− | The UUID of the estate.<br><br> | + | The UUID of the estate.<br /><br /> |
− | '''EstateName<br> | + | '''EstateName<br /> |
− | The name of the estate<br><br> | + | The name of the estate<br /><br /> |
− | '''AbuseEmailToEstateOwner<br> | + | '''AbuseEmailToEstateOwner<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''DenyAnonymous<br> | + | '''DenyAnonymous<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''ResetHomeOnTeleport<br> | + | '''ResetHomeOnTeleport<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''FixedSun<br> | + | '''FixedSun<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''DenyTransacted<br> | + | '''DenyTransacted<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''BlockDwell<br> | + | '''BlockDwell<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''DenyIdentified<br> | + | '''DenyIdentified<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''AllowVoice<br> | + | '''AllowVoice<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''UseGlobalTime<br> | + | '''UseGlobalTime<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''PricePerMeter<br> | + | '''PricePerMeter<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''TaxFree<br> | + | '''TaxFree<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''AllowDirectTeleport<br> | + | '''AllowDirectTeleport<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''RedirectGridX<br> | + | '''RedirectGridX<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''RedirectGridY<br> | + | '''RedirectGridY<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''ParentEstateID<br> | + | '''ParentEstateID<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''SunPosition<br> | + | '''SunPosition<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''EstateSkipScripts<br> | + | '''EstateSkipScripts<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''BillableFactor<br> | + | '''BillableFactor<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''PublicAccess<br> | + | '''PublicAccess<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''AbuseEmail<br> | + | '''AbuseEmail<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''EstateOwner<br> | + | '''EstateOwner<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | '''DenyMinors<br> | + | '''DenyMinors<br /> |
− | ''Additional details are needed''<br><br> | + | ''Additional details are needed''<br /><br /> |
− | + | ---- | |
− | (back to [[Database Documentation]])<br> | + | (back to [[Database Documentation]])<br /> |
+ | |||
+ | [[Category:Database]] | ||
[[Category:Database]] | [[Category:Database]] |
Latest revision as of 19:00, 3 March 2012
Estate_settings Settings for Estates (back to Database Documentation)
The current structure of the estate_settings table is as follows:
Field |
Type | Null | Key | Default | Extra |
EstateID | int(10) | NO | PRI | ||
EstateName | varchar(64) | YES | NULL | ||
AbuseEmailToEstateOwner | tinyint(4) | NO | |||
DenyAnonymous | tinyint(4) | NO | |||
ResetHomeOnTeleport | tinyint(4) | NO | |||
FixedSun | tinyint(4) | NO | |||
DenyTransacted | tinyint(4) | NO | |||
BlockDwell | tinyint(4) | NO | |||
DenyIdentified | tinyint(4) | NO | |||
AllowVoice | tinyint(4) | NO | |||
UseGlobalTime | tinyint(4) | NO | |||
PricePerMeter | int(11) | NO | |||
TaxFree | tinyint(4) | NO | |||
AllowDirectTeleport | tinyint(4) | NO | |||
RedirectGridX | int(11) | NO | |||
RedirectGridY | int(11) | NO | |||
ParentEstateID | int(10) | NO | |||
SunPosition | double | NO | |||
EstateSkipScripts | tinyint(4) | NO | |||
BillableFactor | float | NO | |||
PublicAccess | tinyint(4) | NO | |||
AbuseEmail | varchar(255) | NO | |||
EstateOwner | varchar(36) | NO | |||
DenyMinors | tinyint(4) | NO |
(back to Database Documentation)
EstateID
The UUID of the estate.
EstateName
The name of the estate
AbuseEmailToEstateOwner
Additional details are needed
DenyAnonymous
Additional details are needed
ResetHomeOnTeleport
Additional details are needed
FixedSun
Additional details are needed
DenyTransacted
Additional details are needed
BlockDwell
Additional details are needed
DenyIdentified
Additional details are needed
AllowVoice
Additional details are needed
UseGlobalTime
Additional details are needed
PricePerMeter
Additional details are needed
TaxFree
Additional details are needed
AllowDirectTeleport
Additional details are needed
RedirectGridX
Additional details are needed
RedirectGridY
Additional details are needed
ParentEstateID
Additional details are needed
SunPosition
Additional details are needed
EstateSkipScripts
Additional details are needed
BillableFactor
Additional details are needed
PublicAccess
Additional details are needed
AbuseEmail
Additional details are needed
EstateOwner
Additional details are needed
DenyMinors
Additional details are needed
(back to Database Documentation)