-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
613 lines (611 loc) · 36.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
<!DOCTYPE html>
<html lang="en">
<head
prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object# article: http://ogp.me/ns/article# profile: http://ogp.me/ns/profile#">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description"
content="Poggit Plugin Platform for PocketMine">
<meta name="keywords"
content="Poggit Plugin Platform for PocketMine,plugin,PocketMine,pocketmine plugins,MCPE plugins,Poggit,PocketMine-MP,PMMP"/>
<meta property="og:site_name" content="Poggit"/>
<meta property="og:image" content="res/poggit-icon.png"/>
<meta property="og:title" content="Poggit Plugin Platform for PocketMine"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://127.0.0.1/"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="poggitci"/>
<meta name="twitter:title" content="Poggit Plugin Platform for PocketMine"/>
<meta name="twitter:description" content="Poggit is a GitHub-based plugin release platform, as well as a GitHub application for continuous integration for PocketMine-MP plugins."/>
<meta name="theme-color" content="#292b2c">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<link type="image/x-icon" rel="icon" href="/res/poggit-icon.ico">
<script>var sessionData = {"path":{"relativeRoot":"/"},"app":{"clientId":"ID"},"session":{"antiForge":"ID","isLoggedIn":false,"loginName":"","adminLevel":1},"opts":{},"meta":{"isDebug":false}};
var PoggitConsts = {"AdminLevel":{"GUEST":0,"MEMBER":1,"CONTRIBUTOR":2,"MODERATOR":3,"REVIEWER":4,"ADM":5},"Staff":{"adeynes":4,"brandon15811":5,"cortexpe":4,"dktapps":5,"ethaniccc":4,"fuyutsuki":4,"ifera":4,"jacknoordhuis":4,"jasonw4331":5,"javierleon9966":4,"jaxkdev":5,"laith98dev":4,"matcracker":4,"sandertv":4,"sof3":5,"sylvrs":4,"thunder33345":4},"BuildClass":{"1":"Dev","4":"PR"},"LintLevel":{"0":"OK","1":"Lint","2":"Warning","3":"Error","4":"Build Error"},"Config":{"MAX_PHAR_SIZE":2097152,"MAX_ZIPBALL_SIZE":10485760,"MAX_RAW_VIRION_SIZE":5242880,"MAX_REVIEW_LENGTH":512,"MAX_VERSION_LENGTH":20,"MAX_KEYWORD_COUNT":100,"MAX_KEYWORD_LENGTH":20,"MIN_SHORT_DESC_LENGTH":10,"MAX_SHORT_DESC_LENGTH":128,"MIN_DESCRIPTION_LENGTH":100,"MAX_LICENSE_LENGTH":51200,"MIN_CHANGELOG_LENGTH":10,"MAX_WEEKLY_BUILDS":100,"MAX_WEEKLY_PROJECTS":6,"RECENT_BUILDS_RANGE":86400,"MIN_PUBLIC_RELEASE_STATE":3,"MIN_DEV_STATE":3,"VOTED_THRESHOLD":5},"ReleaseState":{"draft":0,"rejected":1,"submitted":2,"checked":3,"voted":4,"approved":5,"featured":6}};
</script> <!--suppress JSUnresolvedFunction -->
<!---<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga("create", "UA-93677016-1", "auto"); ga('set', 'dimension1', "Guest");
ga('set', 'dimension2', "Guest");
ga('set', 'dimension3', "GuestHomePage");
ga('send', 'pageview');
</script> by jaxkdev commented out for local -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/themes/base/jquery-ui.css">
<link type="text/css" rel="stylesheet" href="/res/style.css">
<link type="text/css" rel="stylesheet" href="/res/style.css">
<style>.toggle-slide{overflow:hidden;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;direction:ltr;text-align:center}div.disabled>.toggle-slide{opacity:.7;pointer-events:none}.toggle-slide .toggle-on,.toggle-slide .toggle-off,.toggle-slide .toggle-blob{float:left}.toggle-slide .toggle-blob{position:relative;z-index:99;cursor:hand;cursor:grab}</style><style>.toggle-light .toggle-slide{border-radius:9999px;box-shadow:0 0 0 1px #999}.toggle-light .toggle-on,.toggle-light .toggle-off{font-size:11px;font-weight:500}.toggle-light .toggle-on,.toggle-light .toggle-select .toggle-inner .active{background:#45a31f;box-shadow:inset 2px 2px 6px rgba(0,0,0,0.2);text-shadow:1px 1px rgba(0,0,0,0.2);color:rgba(255,255,255,0.8)}.toggle-light .toggle-off,.toggle-light .toggle-select .toggle-on{color:rgba(0,0,0,0.6);text-shadow:0 1px rgba(255,255,255,0.2);background:-webkit-linear-gradient(#cfcfcf,#f5f5f5);background:linear-gradient(#cfcfcf,#f5f5f5)}.toggle-light .toggle-blob{border-radius:50px;background:-webkit-linear-gradient(#f5f5f5,#cfcfcf);background:linear-gradient(#f5f5f5,#cfcfcf);box-shadow:1px 1px 2px #888}.toggle-light .toggle-blob:hover{background:-webkit-linear-gradient(#e4e4e4,#f9f9f9);background:linear-gradient(#e4e4e4,#f9f9f9)}</style><style>.paginate-pagination ul{margin:5px;list-style:none}.paginate-pagination ul:after{content:' ';display:table;clear:both}.paginate-pagination ul>li{float:left;margin-right:3px}.paginate-pagination ul>li>a.page{display:block;height:30px;width:30px;text-align:center;line-height:30px;border:1px solid #ddd;background:white;text-decoration:none;cursor:pointer}.paginate-pagination ul>li>a.page:hover{color:#fff;background-color:#0275d8}.paginate-pagination ul>li>a.page.active{color:#fff;background-color:#0275d8;cursor:default}.paginate-pagination ul>li>a.page-next.deactive,.paginate-pagination ul>li>a.page-prev.deactive{opacity:.7;cursor:default}</style><title>Poggit Plugin Platform for PocketMine</title> </head>
<body>
<div id="header" class="container-fluid">
<nav class="navbar navbar-toggleable-md navbar-inverse bg-inverse fixed-top" role="navigation">
<div class="tabletlogo">
<div class="navbar-brand tm">
<a href="/">
<img class="logo" src="/res/poggit-icon.png"/>
Poggit
</a></div>
<button class="navbar-toggler navbar-toggler-right mr-auto" type="button" data-toggle="collapse"
data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div id="navbarNavAltMarkup" class="navbar-right navbuttons collapse navbar-collapse">
<div class="navbar-middle">
<ul class="navbar-nav navbuttons collapse navbar-collapse">
<li class="nav-item navbutton" data-target="">Home</li>
<li class="nav-item navbutton" data-target="plugins">Releases</li>
<li class="nav-item navbutton" data-target="ci/recent">Dev</li>
<li class="nav-item navbutton" data-target="faq">FAQ</li>
<!-- <li class="nav-item navbutton extlink" data-target="https://poggit.github.io/support">Help</li>-->
<!-- TODO Finish the Help page, then add this back -->
</ul>
</div>
<ul class="navbar-nav">
<li class="nav-item login-buttons"><span onclick='login()'>Login with GitHub</span></li>
<li class="nav-item login-buttons"><span onclick="login(undefined, true)">Custom Login</span>
</li>
</ul>
</div>
</nav>
</div>
<div id="remindTos">
<p>By continuing to use this site, you agree to the <a href='/tos'>Terms of
Service</a> of this website, including usage of cookies.</p>
<p><span class='action' onclick='hideTos()'>OK, Don't show this again</span></p>
</div>
<div id="body">
<!-- VarPage: poggit\home\GuestHomePage -->
<div class="main-wrapper horiz-panes">
<div class="guest-main-content">
<h1 class="motto">High Quality PocketMine Plugins</h1>
<h2 class="submotto">
Download reviewed plugins with simple URLs from <a href="/plugins">Poggit Release</a>
</h2>
<p>
Poggit is the official plugin repository for PocketMine Minecraft Servers running
PMMP PocketMine. For more information on setting up a PocketMine Server please see the
<a target="_blank" href="http://pmmp.readthedocs.io/en/rtfd/installation.html">documentation</a>
, or browse the <a target="_blank" href="http://forums.pmmp.io">PMMP forums.</a> Server owners can
download plugins, subscribe to projects, or vote for and review plugins. Developers can log in with
a GitHub account to build plugins directly from Github, and submit them for release on Poggit.</p>
<p>
Plugins released on Poggit are reviewed by staff and members of the community. You can filter plugins
by API version to list those that are compatible with your server, browse the latest or most popular plugins,
search for the plugins you need, and download the plugin .phar files to place in your servers 'plugins'
folder.
</p>
<p>
You may also download plugins from the command line using tools like wget or curl: <code>wget https://poggit.pmmp.io/get/Sheep</code> See the <a href="/help.api">API
documentation</a> for more details.
</p>
<h2 class="motto">Review Plugins</h2>
<p>
You can vote on a plugin and give comments to let others know if the plugin is good.
You can also give suggestions there, but remember not to use reviews as the bug tracker!
</p>
<h2 class="motto">Tools for Developers</h2>
<h3 class="submotto">Build phar files automatically from GitHub source code.</h3>
<p>
Once you have set up your plugins GitHub repo with <a href="/ci">Poggit-CI</a>, Poggit-CI will
create a
.phar file from your code every time you push commits to the designated branches. This allows your users to
update to the latest unreleased snapshots of your plugin without you having to build the plugin and upload it
yourself.
</p>
<p>
When you receive pull requests Poggit also creates Pull Request builds, so you can test the pull request by downloading a
build from Poggit CI directly. Pull Request builds may be dangerous to use!
</p>
<h3 class="submotto">Virions — Libraries for PocketMine plugins</h3>
<p>
Some developers write libraries specifically for PocketMine plugins, which you can include automatically within your
own builds using Poggit. See the
<a href="/virion">Virion Documentation</a> for details. You may find a list of virions
<a href="/v">here</a>.
</p>
<h3 class="submotto">Lint for PocketMine Plugins</h3>
<p>
Poggit will check your plugin for common problems after creating a build. You can consult the lint result
on the Poggit-CI page. The lint result will also be reported as GitHub status checks, which will do
<a target="_blank" href="/ghhst">many cool things</a>.
</p>
<h3 class="submotto">PHPStan analysis for PocketMine Plugins</h3>
<p>
Poggit will also run <a target="_blank" href="https://github.com/phpstan/phpstan#phpstan---php-static-analysis-tool">PHPStan</a>
in a container after injecting virions. Any plugin or composer dependencies (located in plugin.yml & composer.json respectively)
will be installed to allow a thorough analysis of the plugin to be done. The results are available through the project CI page.
</p>
<p class="remark">
Poggit cannot test the builds for you, but there is a script that you can put into your
<a href="https://docs.travis-ci.com/user/getting-started/">Travis-CI</a> build which will download builds from
Poggit for testing. Refer to
<a href="https://github.com/LegendOfMCPE/WorldEditArt/blob/b566a0f/.travis.yml" target="_blank">this example in
WorldEditArt</a>.</p>
</div>
<div class="guest-home-pane-2">
<div class="recent-builds-header"><a href="/plugins"><h4>Top Releases</h4></a></div>
<div class="recent-plugins-sidebar"><div class="plugin-index"> <div class="plugin-entry"
data-popularity="2090125.9315395"
data-first-submit="1503841415"
data-state-change-date="1692647407"
data-submit-date="1690988520"
data-state="5"
data-downloads="7489"
data-total-downloads="98684"
data-mean-review="4.4"
data-name="MultiWorld"
>
<div class="plugin-entry-block plugin-icon">
<div class="plugin-image-wrapper">
<a href="/p/MultiWorld/2.1.1">
<img
src="https://raw.githubusercontent.com/CzechPMDevs/MultiWorld/27a35726962554f59695ca4e718a212259ebe7b9/icon.png"
title="🌎 An advanced world management PocketMine plugin with custom world generators."
onerror="this.src = '/res/defaultPluginIcon3.png'; this.onerror = null;"/>
</a>
</div>
<div class="smalldate-wrapper">
<span class="plugin-smalldate">02 Aug 2023</span>
<span class="plugin-smalldate">7489/98684 downloads</span>
<div class="release-score" title="40 reviews">
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Empty_Star.svg"/>
</div>
</div>
</div>
<div class="plugin-entry-block plugin-main">
<span class="plugin-name">
<a href="/p/MultiWorld/2.1.1">MultiWorld</a>
<span class='release-flag release-flag-pre-release'
title='This is a pre-release.'></span> </span>
<span class="plugin-version">v2.1.1</span>
<span class="plugin-author">CzechPMDevs </span>
</div>
<div id="plugin-categories" value=""></div>
<div id="plugin-apis" value='null'></div>
</div>
</div><div class="plugin-index"> <div class="plugin-entry"
data-popularity="4305004.9872993"
data-first-submit="1538422876"
data-state-change-date="1687022611"
data-submit-date="1686268478"
data-state="5"
data-downloads="7986"
data-total-downloads="184804"
data-mean-review="4.3"
data-name="BuilderTools"
>
<div class="plugin-entry-block plugin-icon">
<div class="plugin-image-wrapper">
<a href="/p/BuilderTools/2.0.0-beta1">
<img
src="https://raw.githubusercontent.com/CzechPMDevs/BuilderTools/1f950f8428c7762a2e76c43629b30d3e17dd8141/icon.png"
title="🪓 A powerful World Editor plugin for PocketMine servers"
onerror="this.src = '/res/defaultPluginIcon3.png'; this.onerror = null;"/>
</a>
</div>
<div class="smalldate-wrapper">
<span class="plugin-smalldate">08 Jun 2023</span>
<span class="plugin-smalldate">7986/184804 downloads</span>
<div class="release-score" title="75 reviews">
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Empty_Star.svg"/>
</div>
</div>
</div>
<div class="plugin-entry-block plugin-main">
<span class="plugin-name">
<a href="/p/BuilderTools/2.0.0-beta1">BuilderTools</a>
<span class='release-flag release-flag-pre-release'
title='This is a pre-release.'></span> </span>
<span class="plugin-version">v2.0.0-beta1</span>
<span class="plugin-author">CzechPMDevs </span>
</div>
<div id="plugin-categories" value=""></div>
<div id="plugin-apis" value='null'></div>
</div>
</div><div class="plugin-index"> <div class="plugin-entry"
data-popularity="4357329.6872282"
data-first-submit="1489366472"
data-state-change-date="1640089222"
data-submit-date="1640089158"
data-state="5"
data-downloads="25261"
data-total-downloads="176350"
data-mean-review="4.5"
data-name="EconomyAPI"
>
<div class="plugin-entry-block plugin-icon">
<div class="plugin-image-wrapper">
<a href="/p/EconomyAPI/5.7.3-PM4">
<img
src="https://raw.githubusercontent.com/poggit-orphanage/EconomyS/98333a83f2f4648e07a50b9b0d5780dc02e6a5d6/EconomyAPI/icon.png"
title="EconomyS by OneBone"
onerror="this.src = '/res/defaultPluginIcon3.png'; this.onerror = null;"/>
</a>
</div>
<div class="smalldate-wrapper">
<span class="plugin-smalldate">21 Dec 2021</span>
<span class="plugin-smalldate">25261/176350 downloads</span>
<div class="release-score" title="66 reviews">
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
</div>
</div>
</div>
<div class="plugin-entry-block plugin-main">
<span class="plugin-name">
<a href="/p/EconomyAPI/5.7.3-PM4">EconomyAPI</a>
<span class='release-flag release-flag-pre-release'
title='This is a pre-release.'></span><span class='release-flag release-flag-outdated'
title='This version only works on beta/old versions of PocketMine-MP (not compatible with 5.16.0).'></span><span class='release-flag release-flag-abandoned'
title='This plugin is abandoned and no longer maintained.'></span> </span>
<span class="plugin-version">v5.7.3-PM4</span>
<span class="plugin-author">poggit-orphanage </span>
</div>
<div id="plugin-categories" value=""></div>
<div id="plugin-apis" value='null'></div>
</div>
</div><div class="plugin-index"> <div class="plugin-entry"
data-popularity="3942869.0732988"
data-first-submit="1541028591"
data-state-change-date="1699000203"
data-submit-date="1699000046"
data-state="6"
data-downloads="4043"
data-total-downloads="173119"
data-mean-review="4.5"
data-name="ScoreHud"
>
<div class="plugin-entry-block plugin-icon">
<div class="plugin-image-wrapper">
<a href="/p/ScoreHud/8.0.0">
<img
src="https://raw.githubusercontent.com/Ifera/ScoreHud/3f5b13b3daef0de3d2f5f81ad899dbbcc9eaf52f/meta/ScoreHud.PNG"
title="A highly customizable plugin to add Scoreboards on your Minecraft: Bedrock Server."
onerror="this.src = '/res/defaultPluginIcon3.png'; this.onerror = null;"/>
</a>
</div>
<div class="smalldate-wrapper">
<span class="plugin-smalldate">03 Nov 2023</span>
<span class="plugin-smalldate">4043/173119 downloads</span>
<div class="release-score" title="106 reviews">
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
</div>
</div>
</div>
<div class="plugin-entry-block plugin-main">
<span class="plugin-name">
<a href="/p/ScoreHud/8.0.0">ScoreHud</a>
</span>
<span class="plugin-version">v8.0.0</span>
<span class="plugin-author">Ifera </span>
</div>
<span class="plugin-state-6">
Featured </span>
<div id="plugin-categories" value=""></div>
<div id="plugin-apis" value='null'></div>
</div>
</div><div class="plugin-index"> <div class="plugin-entry"
data-popularity="3533979.6902323"
data-first-submit="1488589338"
data-state-change-date="1646598526"
data-submit-date="1646594269"
data-state="5"
data-downloads="21037"
data-total-downloads="148086"
data-mean-review="3.9"
data-name="PurePerms"
>
<div class="plugin-entry-block plugin-icon">
<div class="plugin-image-wrapper">
<a href="/p/PurePerms/2.0.2">
<img
src="https://raw.githubusercontent.com/poggit-orphanage/PurePerms/5959ed7860524400b991820bfb6017b73ab62df9/icon128.png"
title="Permissions manager by #64FF00"
onerror="this.src = '/res/defaultPluginIcon3.png'; this.onerror = null;"/>
</a>
</div>
<div class="smalldate-wrapper">
<span class="plugin-smalldate">06 Mar 2022</span>
<span class="plugin-smalldate">21037/148086 downloads</span>
<div class="release-score" title="76 reviews">
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Empty_Star.svg"/>
</div>
</div>
</div>
<div class="plugin-entry-block plugin-main">
<span class="plugin-name">
<a href="/p/PurePerms/2.0.2">PurePerms</a>
<span class='release-flag release-flag-outdated'
title='This version only works on beta/old versions of PocketMine-MP (not compatible with 5.16.0).'></span> </span>
<span class="plugin-version">v2.0.2</span>
<span class="plugin-author">poggit-orphanage </span>
</div>
<div id="plugin-categories" value=""></div>
<div id="plugin-apis" value='null'></div>
</div>
</div><div class="plugin-index"> <div class="plugin-entry"
data-popularity="3048176.8144955"
data-first-submit="1495809914"
data-state-change-date="1688436913"
data-submit-date="1688384751"
data-state="5"
data-downloads="3310"
data-total-downloads="139869"
data-mean-review="4"
data-name="Slapper"
>
<div class="plugin-entry-block plugin-icon">
<div class="plugin-image-wrapper">
<a href="/p/Slapper/3.0.0">
<img
src="https://raw.githubusercontent.com/vecnavium-pm-pl/Slapper/e03fe648a88a846ab38e29ee78d03dd377a1332a/icon.png"
title="Easy creation of NPCs!"
onerror="this.src = '/res/defaultPluginIcon3.png'; this.onerror = null;"/>
</a>
</div>
<div class="smalldate-wrapper">
<span class="plugin-smalldate">03 Jul 2023</span>
<span class="plugin-smalldate">3310/139869 downloads</span>
<div class="release-score" title="121 reviews">
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Empty_Star.svg"/>
</div>
</div>
</div>
<div class="plugin-entry-block plugin-main">
<span class="plugin-name">
<a href="/p/Slapper/3.0.0">Slapper</a>
</span>
<span class="plugin-version">v3.0.0</span>
<span class="plugin-author">vecnavium-pm-pl </span>
</div>
<div id="plugin-categories" value=""></div>
<div id="plugin-apis" value='null'></div>
</div>
</div><div class="plugin-index"> <div class="plugin-entry"
data-popularity="2559732.8341837"
data-first-submit="1488566161"
data-state-change-date="1680823773"
data-submit-date="1680823162"
data-state="5"
data-downloads="3158"
data-total-downloads="120746"
data-mean-review="3.5"
data-name="PureChat"
>
<div class="plugin-entry-block plugin-icon">
<div class="plugin-image-wrapper">
<a href="/p/PureChat/2.0.2">
<img
src="https://raw.githubusercontent.com/poggit-orphanage/PureChat/471a019c718d72f43bc8eae360dee237f96f0d0d/863.png"
title="Custom Chat by #64FF00"
onerror="this.src = '/res/defaultPluginIcon3.png'; this.onerror = null;"/>
</a>
</div>
<div class="smalldate-wrapper">
<span class="plugin-smalldate">06 Apr 2023</span>
<span class="plugin-smalldate">3158/120746 downloads</span>
<div class="release-score" title="51 reviews">
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Empty_Star.svg"/>
</div>
</div>
</div>
<div class="plugin-entry-block plugin-main">
<span class="plugin-name">
<a href="/p/PureChat/2.0.2">PureChat</a>
<span class='release-flag release-flag-outdated'
title='This version only works on beta/old versions of PocketMine-MP (not compatible with 5.16.0).'></span> </span>
<span class="plugin-version">v2.0.2</span>
<span class="plugin-author">poggit-orphanage </span>
</div>
<div id="plugin-categories" value=""></div>
<div id="plugin-apis" value='null'></div>
</div>
</div><div class="plugin-index"> <div class="plugin-entry"
data-popularity="2380120.6928028"
data-first-submit="1565705286"
data-state-change-date="1637160834"
data-submit-date="1636908186"
data-state="5"
data-downloads="18550"
data-total-downloads="103918"
data-mean-review="3.5"
data-name="BedWars"
>
<div class="plugin-entry-block plugin-icon">
<div class="plugin-image-wrapper">
<a href="/p/BedWars/1.1.8">
<img
src="https://raw.githubusercontent.com/thebigsmileXD/BedWars/43bb5ff3e50be5a99a1ccd831f915f206369ae05/resources/xbedwars_icon_square_small.png"
title="A new BedWars plugin for PocketMine-MP by XenialDan"
onerror="this.src = '/res/defaultPluginIcon3.png'; this.onerror = null;"/>
</a>
</div>
<div class="smalldate-wrapper">
<span class="plugin-smalldate">14 Nov 2021</span>
<span class="plugin-smalldate">18550/103918 downloads</span>
<div class="release-score" title="51 reviews">
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Empty_Star.svg"/>
</div>
</div>
</div>
<div class="plugin-entry-block plugin-main">
<span class="plugin-name">
<a href="/p/BedWars/1.1.8">BedWars</a>
<span class='release-flag release-flag-outdated'
title='This version only works on beta/old versions of PocketMine-MP (not compatible with 5.16.0).'></span> </span>
<span class="plugin-version">v1.1.8</span>
<span class="plugin-author">thebigsmileXD </span>
</div>
<div id="plugin-categories" value=""></div>
<div id="plugin-apis" value='null'></div>
</div>
</div><div class="plugin-index"> <div class="plugin-entry"
data-popularity="2153844.5410686"
data-first-submit="1486143463"
data-state-change-date="1692119926"
data-submit-date="1692119921"
data-state="5"
data-downloads="4111"
data-total-downloads="103494"
data-mean-review="4.7"
data-name="DevTools"
>
<div class="plugin-entry-block plugin-icon">
<div class="plugin-image-wrapper">
<a href="/p/DevTools/1.17.1">
<img
src="https://raw.githubusercontent.com/pmmp/DevTools/d5d581d0d0425cdb24179bbc61d60dd81bb9d0f3/devtools.png"
title="Development tools plugin for PocketMine-MP"
onerror="this.src = '/res/defaultPluginIcon3.png'; this.onerror = null;"/>
</a>
</div>
<div class="smalldate-wrapper">
<span class="plugin-smalldate">15 Aug 2023</span>
<span class="plugin-smalldate">4111/103494 downloads</span>
<div class="release-score" title="56 reviews">
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
</div>
</div>
</div>
<div class="plugin-entry-block plugin-main">
<span class="plugin-name">
<a href="/p/DevTools/1.17.1">DevTools</a>
<span class="release-flag release-flag-official"
title="This plugin is officially supported by PMMP/Poggit."></span> </span>
<span class="plugin-version">v1.17.1</span>
<span class="plugin-author">pmmp </span>
</div>
<div id="plugin-categories" value=""></div>
<div id="plugin-apis" value='null'></div>
</div>
</div><div class="plugin-index"> <div class="plugin-entry"
data-popularity="1963071.0713067"
data-first-submit="1542113995"
data-state-change-date="1694504832"
data-submit-date="1694455384"
data-state="5"
data-downloads="1729"
data-total-downloads="96912"
data-mean-review="4.2"
data-name="SkyBlock"
>
<div class="plugin-entry-block plugin-icon">
<div class="plugin-image-wrapper">
<a href="/p/SkyBlock/4.0.2">
<img
src="/res/defaultPluginIcon2.png"
title="A powerful core for SkyBlock servers"
onerror="this.src = '/res/defaultPluginIcon3.png'; this.onerror = null;"/>
</a>
</div>
<div class="smalldate-wrapper">
<span class="plugin-smalldate">11 Sep 2023</span>
<span class="plugin-smalldate">1729/96912 downloads</span>
<div class="release-score" title="56 reviews">
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Full_Star_Yellow.svg"/>
<img src="/res/Empty_Star.svg"/>
</div>
</div>
</div>
<div class="plugin-entry-block plugin-main">
<span class="plugin-name">
<a href="/p/SkyBlock/4.0.2">SkyBlock</a>
</span>
<span class="plugin-version">v4.0.2</span>
<span class="plugin-author">dresnite </span>
</div>
<div id="plugin-categories" value=""></div>
<div id="plugin-apis" value='null'></div>
</div>
</div><a href="/plugins">
<div class="action">See All...</div>
</a></div>
</div>
</div>
</div>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<div id="footer">
<ul class="footer-navbar">
<li>Powered by Poggit 1.0-beta </li>
<li id="online-user-count"></li>
<li>© 2024 Poggit</li>
<span id="flat-cp">Some icons by www.freepik.com and <a href="https://icons8.com">Icon pack by Icons8</a></span>
</ul>
<ul class="footer-navbar">
<li><a href="/tos">Terms of Service</a></li>
<li><a target="_blank" href="https://discord.gg/XDugAkJ">Contact @ Discord</a></li>
<li><a target="_blank" href="https://github.com/poggit/poggit">Source Code</a></li>
<li><a target="_blank" href="https://github.com/poggit/poggit/issues">Bugs / Suggestions</a></li>
<li><a href="https://twitter.com/poggitci" class="twitter-follow-button" data-show-screen-name="false"
data-show-count="true">Follow @poggitci</a></li>
<li><a href="#" onclick="$('html, body').animate({scrollTop: 0},500);">Back to Top</a></li>
</ul>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/toggles.js"></script>
<script type="text/javascript" src="js/jquery.form.js"></script>
<script type="text/javascript" src="js/mobile.js"></script>
<script type="text/javascript" src="js/std.js"></script>
<script type="text/javascript" src="js/jquery.paginate.js"></script>
</body>
</html>