Skip to content

Commit 3a50e8e

Browse files
committed
Update distribute (305c351de3f78e8d8b0a46c6edf2772750df16ec)
1 parent 6fced23 commit 3a50e8e

8 files changed

Lines changed: 99 additions & 6 deletions

File tree

stable/NorthStar/NorthStar.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"Author": "Pistachio Herald, based on Anna's Orange Guidance Tomestone",
3+
"Name": "North Star",
4+
"InternalName": "NorthStar",
5+
"AssemblyVersion": "0.1.2.1",
6+
"Description": "Shows a beacon on the position of the last <pos> or <flag> in chat. Use /ns to configure",
7+
"ApplicableVersion": "any",
8+
"Tags": [
9+
"map",
10+
"orientation",
11+
"vfx",
12+
"beacon",
13+
"guidance"
14+
],
15+
"DalamudApiLevel": 14,
16+
"LoadRequiredState": 0,
17+
"LoadSync": false,
18+
"CanUnloadAsync": false,
19+
"LoadPriority": 0,
20+
"IconUrl": "https://ffxiv.consolegameswiki.com/mediawiki/images/f/fe/Earthly_Star.png",
21+
"Punchline": "Let the heavens guide you, not the map",
22+
"AcceptsFeedback": true,
23+
"_isDip17Plugin": true,
24+
"_Dip17Channel": "stable"
25+
}

stable/NorthStar/images/icon.png

10.8 KB
Loading

stable/NorthStar/images/image1.png

708 KB
Loading

stable/NorthStar/images/image2.png

1.13 MB
Loading

stable/NorthStar/latest.zip

97 KB
Binary file not shown.

state.json

Lines changed: 71 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184694,6 +184694,46 @@
184694184694
"Submitter": "caitlyn-gg"
184695184695
}
184696184696
}
184697+
},
184698+
"NorthStar": {
184699+
"BuiltCommit": "fd4f4da37257b41bfadf9824f1bc600165b3c5cf",
184700+
"TimeBuilt": "2026-01-19T21:04:12.7468381+00:00",
184701+
"EffectiveVersion": "0.1.2.1",
184702+
"MinimumVersion": null,
184703+
"Changelogs": {
184704+
"0.1.2.1": {
184705+
"TimeReleased": "2026-01-19T21:04:12.74688+00:00",
184706+
"Changelog": "-Patch 7.4\n- Disabled beacons in PvP instances.\n - Initial release",
184707+
"UsedNeeds": [
184708+
{
184709+
"Key": "DalamudPackager",
184710+
"Version": "13.0.0"
184711+
},
184712+
{
184713+
"Key": "DotNet.ReproducibleBuilds",
184714+
"Version": "1.2.25"
184715+
},
184716+
{
184717+
"Key": "Fody",
184718+
"Version": "6.9.2"
184719+
},
184720+
{
184721+
"Key": "Resourcer.Fody",
184722+
"Version": "1.8.1"
184723+
},
184724+
{
184725+
"Key": "DalamudPackager",
184726+
"Version": "14.0.1"
184727+
},
184728+
{
184729+
"Key": "DotNet.ReproducibleBuilds",
184730+
"Version": "1.2.39"
184731+
}
184732+
],
184733+
"Reviewer": "reiichi001",
184734+
"Submitter": "Pistachio-dev"
184735+
}
184736+
}
184697184737
}
184698184738
}
184699184739
},
@@ -232975,9 +233015,9 @@
232975233015
}
232976233016
},
232977233017
"OhHey": {
232978-
"BuiltCommit": "44a761ad56baa0e09383fd17a0c49fb8e04ccdc5",
232979-
"TimeBuilt": "2025-10-20T14:02:06.1490481+00:00",
232980-
"EffectiveVersion": "0.0.3.0",
233018+
"BuiltCommit": "cc9c15ae569860ddb8926725a4141aaea82f0fbd",
233019+
"TimeBuilt": "2026-01-19T21:04:23.5094696+00:00",
233020+
"EffectiveVersion": "0.1.0.0",
232981233021
"MinimumVersion": null,
232982233022
"Changelogs": {
232983233023
"0.0.1.0": {
@@ -233063,6 +233103,34 @@
233063233103
],
233064233104
"Reviewer": "philpax",
233065233105
"Submitter": "MeiHasCrashed"
233106+
},
233107+
"0.1.0.0": {
233108+
"TimeReleased": "2026-01-19T21:04:23.5094714+00:00",
233109+
"Changelog": "# Oh Hey 0.1.0\n\n- Added option to display the number of players that are currently targeting you in the server bar.\n",
233110+
"UsedNeeds": [
233111+
{
233112+
"Key": "DalamudPackager",
233113+
"Version": "14.0.1"
233114+
},
233115+
{
233116+
"Key": "DotNet.ReproducibleBuilds",
233117+
"Version": "1.2.39"
233118+
},
233119+
{
233120+
"Key": "JetBrains.Annotations",
233121+
"Version": "2025.2.4"
233122+
},
233123+
{
233124+
"Key": "Microsoft.Extensions.DependencyInjection",
233125+
"Version": "10.0.1"
233126+
},
233127+
{
233128+
"Key": "Microsoft.Extensions.DependencyInjection.Abstractions",
233129+
"Version": "10.0.1"
233130+
}
233131+
],
233132+
"Reviewer": "reiichi001",
233133+
"Submitter": "MeiHasCrashed"
233066233134
}
233067233135
}
233068233136
},

testing-live/OhHey/OhHey.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"Author": "Mei",
33
"Name": "Oh Hey!",
44
"InternalName": "OhHey",
5-
"AssemblyVersion": "0.0.3.0",
6-
"Description": "This plugin notifies you when someone targets you, or emotes at you.\n\nCommands:\n /ohhey - Opens the main window\n /ohhey main - Opens the main window\n /ohhey [config|settings] - Opens the settings window\n /ohhey help - Displays the help message (will also display on invalid sub-commands)",
5+
"AssemblyVersion": "0.1.0.0",
6+
"Description": "Ever wanted to get notified when someone targets you or emotes at you? Now you can !",
77
"ApplicableVersion": "any",
88
"RepoUrl": "https://github.com/MeiHasCrashed/OhHey",
99
"Tags": [
1010
"notification",
1111
"emote",
1212
"target"
1313
],
14-
"DalamudApiLevel": 13,
14+
"DalamudApiLevel": 14,
1515
"LoadRequiredState": 0,
1616
"LoadSync": false,
1717
"CanUnloadAsync": false,

testing-live/OhHey/latest.zip

9.38 KB
Binary file not shown.

0 commit comments

Comments
 (0)