Community Hub Feature (SERVER) #53
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a user, I want to create a posting that advertises my event and/or syncshell across accessible data centers (ie. Light <-> Chaos <-> Materia):
Requirements
Posting
Postings should only appear based on user's accessible data centres? ie. (send data based on data centre so plugin does less processing in game)
Moderators/Devs of Lightless can take action on postings. (Delete Postings)
Enable Temporary Syncshells: Have a task that runs through and deletes temporary syncshells
Model should be something like this:
Location (needs refinement):
Location can be done in multiple ways, we should make it usable with Lifestream
Lifestream
We have the ability to do the following
Command Processing: as simple as sending "twintania shiro w29 p7"
Sending a Housing Tuple (if House):
AddressBookEntryTuple addressEntry = (
Name: "",
World: (int)twintania.Key,
City: (int)ResidentialAetheryteKind.Kugane,
Ward: ward,
PropertyType: 0,
Plot: plot,
Apartment: 1,
ApartmentSubdivision: false,
AliasEnabled: false,
Alias: ""
);
Teleport by Aetheryte ID (Requires testing)
We also have the ability to change instances if applicable.
Community Hub Featureto Community Hub Feature (SERVER)Location maybe something like:
Can use DalamudUtil.GetMapData() to easily make one for House type.