Skip to content

Commit

Permalink
Rework priorities
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Jul 25, 2023
1 parent fdedc90 commit c1e6914
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions data/packages.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php
define("PRIORITY_USEFUL_POPULAR", 3);
define("PRIORITY_USEFUL_UNPOPULAR", 2);
define("PRIORITY_BLOATWARE", 1);

$packages = [
"lua/natives-2944a" => [
"priority" => 9,
Expand Down Expand Up @@ -136,7 +140,7 @@
]
],
"lua/LanceScript" => [
"priority" => 3,
"priority" => PRIORITY_BLOATWARE,
"author" => "lance (unmaintained)",
"depends" => [
"lua/natives-1676318796",
Expand Down Expand Up @@ -164,7 +168,7 @@
],
],
"lua/WiriScript" => [
"priority" => 3,
"priority" => PRIORITY_BLOATWARE,
"version" => "29.51",
"author" => "acjoker8818, Nowiry",
"depends" => [
Expand Down Expand Up @@ -288,7 +292,6 @@
]
],
"lua/Vehicle Options" => [
"priority" => 1,
"author" => "Jackz",
"depends" => [
"lua/natives-1627063482",
Expand All @@ -302,7 +305,7 @@
]
],
"lua/Actions" => [
"priority" => 1,
"priority" => PRIORITY_USEFUL_UNPOPULAR,
"author" => "Jackz",
"depends" => [
"lua/natives-1627063482",
Expand Down Expand Up @@ -360,7 +363,7 @@
]
],
"lua/JerryScript" => [
"priority" => 2,
"priority" => PRIORITY_BLOATWARE,
"author" => "jerry123",
"version" => "1.14.8",
"depends" => [
Expand Down Expand Up @@ -411,7 +414,7 @@
]
],
"lua/LazScript" => [
"priority" => 1,
"priority" => PRIORITY_USEFUL_UNPOPULAR,
"author" => "Leandro Zazzi",
"description" => "Great for people who want additional vehicle appearance options.",
"version" => "1.1",
Expand All @@ -423,7 +426,7 @@
]
],
"lua/MusinessBanager" => [
"priority" => 3,
"priority" => PRIORITY_USEFUL_POPULAR,
"author" => "Stand Development Team; formerly ICYPhoenix & Ren",
"version" => "e94d676",
"files" => [
Expand All @@ -440,7 +443,7 @@
]
],
"lua/Heist Control" => [
"priority" => 3,
"priority" => PRIORITY_USEFUL_POPULAR,
"author" => "IceDoomfist",
"version" => "3.3.5",
"depends" => [
Expand Down Expand Up @@ -468,7 +471,7 @@
],
],
"lua/JinxScript" => [
"priority" => 3,
"priority" => PRIORITY_BLOATWARE,
"author" => "Prisuhm",
"depends" => [
"lua/natives-1681379138"
Expand All @@ -479,7 +482,7 @@
],
],
"lua/AcjokerScript" => [
"priority" => 2,
"priority" => PRIORITY_BLOATWARE,
"author" => "acjoker8818",
"version" => "0.37.0",
"depends" => [
Expand Down Expand Up @@ -529,7 +532,6 @@
]
],
"lua/Advanced Chat" => [
"priority" => 1,
"author" => "acjoker8818",
"description" => "Replaces the chatbox with a more customisable one.",
"version" => "0.2.0",
Expand Down Expand Up @@ -567,7 +569,7 @@
]
],
"lua/Constructor" => [
"priority" => 2,
"priority" => PRIORITY_USEFUL_POPULAR,
"author" => "hexarobi",
"description" => "Load and edit custom map, vehicle and skin files in JSON, XML or INI format.",
"version" => "0.40r",
Expand Down Expand Up @@ -599,7 +601,7 @@
],
],
"lua/NovaScript" => [
"priority" => 2,
"priority" => PRIORITY_BLOATWARE,
"author" => "Nova",
"version" => "1.2.2",
"depends" => [
Expand All @@ -624,7 +626,7 @@
],
],
"lua/NovaLay" => [
"priority" => 1,
"priority" => PRIORITY_USEFUL_UNPOPULAR,
"author" => "Nova",
"version" => "1.0.5",
"description" => "A contextual overlay that provides additional information on focused players.",
Expand All @@ -639,7 +641,6 @@
],
],
"lua/NovaHook" => [
"priority" => 1,
"author" => "Nova",
"version" => "1.1.2",
"description" => "Allows you to send detections, classifications, player list, and in-game chat to a Discord webhook.",
Expand All @@ -655,7 +656,7 @@
],
],
"lua/SlotBot" => [
"priority" => 2,
"priority" => PRIORITY_USEFUL_UNPOPULAR,
"author" => "hexarobi",
"description" => "Automates spinning and rigging slot machines.",
"version" => "0.26r",
Expand All @@ -667,7 +668,7 @@
],
],
"lua/Custom Loadout" => [
"priority" => 1,
"priority" => PRIORITY_USEFUL_UNPOPULAR,
"author" => "Davus",
"description" => "Manage, store and equip your favourite weapon builds.",
"version" => "v1.5.4",
Expand Down

0 comments on commit c1e6914

Please sign in to comment.