Skip to content

Commit 14b73e3

Browse files
Merge pull request #90 from Dans-Plugins/develop
Extract plugin data into JSON & remove archived
2 parents 1de13c9 + 461242d commit 14b73e3

File tree

3 files changed

+188
-303
lines changed

3 files changed

+188
-303
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dpc-website",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

pages/data/plugins.json

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
{
2+
"plugins": [
3+
{
4+
"id": "activity-tracker",
5+
"title": "Activity Tracker",
6+
"description": "Tracks the activity of players.",
7+
"githubLink": "https://github.com/Dans-Plugins/Activity-Tracker",
8+
"spigotmcLink": "https://www.spigotmc.org/resources/activity-tracker.96724/",
9+
"bStatsId": "12983"
10+
},
11+
{
12+
"id": "alternate-account-finder",
13+
"title": "Alternate Account Finder",
14+
"description": "Identifies accounts that have used the same IP address.",
15+
"githubLink": "https://github.com/Dans-Plugins/AlternateAccountFinder",
16+
"spigotmcLink": "https://www.spigotmc.org/resources/alternate-account-finder.83290/",
17+
"bStatsId": "9834"
18+
},
19+
{
20+
"id": "currencies",
21+
"title": "Currencies",
22+
"description": "An expansion for Medieval Factions that allows faction owners to create and mint local currencies.",
23+
"githubLink": "https://github.com/Dans-Plugins/Currencies",
24+
"spigotmcLink": "https://www.spigotmc.org/resources/currencies.96381/",
25+
"bStatsId": "12810"
26+
},
27+
{
28+
"id": "dans-essentials",
29+
"title": "Dan's Essentials",
30+
"description": "Provides miscellaneous commands.",
31+
"githubLink": "https://github.com/Dans-Plugins/Dans-Essentials",
32+
"spigotmcLink": "https://www.spigotmc.org/resources/dans-essentials.80513/",
33+
"bStatsId": "9527"
34+
},
35+
{
36+
"id": "dans-spawn-system",
37+
"title": "Dan's Spawn System",
38+
"description": "Allows players to use signs to select a custom spawn in their world.",
39+
"githubLink": "https://github.com/Dans-Plugins/Dans-Spawn-System",
40+
"spigotmcLink": "https://www.spigotmc.org/resources/dans-spawn-system.82697/",
41+
"bStatsId": "12161"
42+
},
43+
{
44+
"id": "fiefs",
45+
"title": "Fiefs",
46+
"description": "Allows players to create fiefs and manage them.",
47+
"githubLink": "https://github.com/Dans-Plugins/Fiefs",
48+
"spigotmcLink": "https://www.spigotmc.org/resources/fiefs-early-access.98559/",
49+
"bStatsId": "12743"
50+
},
51+
{
52+
"id": "food-spoilage",
53+
"title": "FoodSpoilage",
54+
"description": "Makes food items turn into rotten flesh after a certain period of time.",
55+
"githubLink": "https://github.com/Dans-Plugins/FoodSpoilage",
56+
"spigotmcLink": "https://www.spigotmc.org/resources/food-spoilage.81507/",
57+
"bStatsId": "8992"
58+
},
59+
{
60+
"id": "mailboxes",
61+
"title": "Mailboxes",
62+
"description": "Allows players and plugins to send persistent messages to players.",
63+
"githubLink": "https://github.com/Dans-Plugins/Mailboxes",
64+
"spigotmcLink": "https://www.spigotmc.org/resources/mailboxes.96611/",
65+
"bStatsId": "12902"
66+
},
67+
{
68+
"id": "medieval-cookery",
69+
"title": "Medieval Cookery",
70+
"description": "Allows server owners to add cooking recipes for an enhanced roleplay experience.",
71+
"githubLink": "https://github.com/Dans-Plugins/Medieval-Cookery",
72+
"spigotmcLink": "",
73+
"bStatsId": ""
74+
},
75+
{
76+
"id": "medieval-factions",
77+
"title": "Medieval Factions",
78+
"description": "Allows players to organize themselves into feudal, diplomatic, lawful groups akin to nations.",
79+
"githubLink": "https://github.com/Dans-Plugins/Medieval-Factions",
80+
"spigotmcLink": "https://www.spigotmc.org/resources/medieval-factions.79941/",
81+
"bStatsId": "8929"
82+
},
83+
{
84+
"id": "medieval-roleplay-engine",
85+
"title": "Medieval Roleplay Engine",
86+
"description": "Facilitates roleplay between players.",
87+
"githubLink": "https://github.com/Dans-Plugins/Medieval-Roleplay-Engine",
88+
"spigotmcLink": "https://www.spigotmc.org/resources/medieval-roleplay-engine.79993/",
89+
"bStatsId": "8996"
90+
},
91+
{
92+
"id": "more-recipes",
93+
"title": "More Recipes",
94+
"description": "Adds static recipes for items that are not craftable in vanilla.",
95+
"githubLink": "https://github.com/Dans-Plugins/More-Recipes",
96+
"spigotmcLink": "https://www.spigotmc.org/resources/more-recipes.81832/",
97+
"bStatsId": "12140"
98+
},
99+
{
100+
"id": "nether-access-controller",
101+
"title": "Nether Access Controller",
102+
"description": "Allows operators to control who has access to the nether.",
103+
"githubLink": "https://github.com/Dans-Plugins/Nether-Access-Controller",
104+
"spigotmcLink": "https://www.spigotmc.org/resources/nether-access-controller.95905/",
105+
"bStatsId": "12673"
106+
},
107+
{
108+
"id": "no-more-creepers",
109+
"title": "NoMoreCreepers",
110+
"description": "Prevents creepers from spawning.",
111+
"githubLink": "https://github.com/Dans-Plugins/NoMoreCreepers",
112+
"spigotmcLink": "https://www.spigotmc.org/resources/nomorecreepers.97946/",
113+
"bStatsId": "13432"
114+
},
115+
{
116+
"id": "simple-skills",
117+
"title": "SimpleSkills",
118+
"description": "Introduces skills into the game in a systematic, easy to use, expandable way.",
119+
"githubLink": "https://github.com/Dans-Plugins/SimpleSkills",
120+
"spigotmcLink": "https://www.spigotmc.org/resources/simpleskills.98039/",
121+
"bStatsId": "13470"
122+
},
123+
{
124+
"id": "wild-pets",
125+
"title": "Wild Pets",
126+
"description": "Allows players to tame any entity and keep them as a pet.",
127+
"githubLink": "https://github.com/Dans-Plugins/Wild-Pets",
128+
"spigotmcLink": "https://www.spigotmc.org/resources/wild-pets.95800/",
129+
"bStatsId": "12332"
130+
}
131+
],
132+
"mostPopular": [
133+
"medieval-factions",
134+
"wild-pets",
135+
"medieval-roleplay-engine",
136+
"currencies",
137+
"food-spoilage"
138+
]
139+
}

0 commit comments

Comments
 (0)