Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 12, 2023
1 parent 7ae9a56 commit f850b7b
Show file tree
Hide file tree
Showing 12 changed files with 923 additions and 559 deletions.
1,288 changes: 735 additions & 553 deletions plugins.json

Large diffs are not rendered by default.

Binary file added pm5/DeathChest/DeathChest_v1.0.1.phar
Binary file not shown.
3 changes: 3 additions & 0 deletions pm5/DeathChest/DeathChest_v1.0.1.phar.changelog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<ul dir="auto">
<li>Items stored inside chest can now be viewed from within the lore.</li>
</ul>
5 changes: 5 additions & 0 deletions pm5/DeathChest/DeathChest_v1.0.1.phar.desc.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<p align="center">
<a href="https://github.com/Terpz710/DeathChest"><img src="https://github.com/Terpz710/DeathChest/raw/main/icon.png" style="max-width: 100%;"></a><br>
<b>DeathChest plugin for Pocketmine-MP</b>
</p><h1><a id="user-content-about" class="anchor" aria-hidden="true" tabindex="-1" href="#about"><span aria-hidden="true" class="octicon octicon-link"></span></a>About</h1>
<p>A Pocketmine-MP plugin that adds the players items in a chest when they die and when you interact with the death chest it will give you the player items.</p>
6 changes: 3 additions & 3 deletions pm5/DeathChest/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# DeathChest
<img src="https://raw.githubusercontent.com/Terpz710/DeathChest/8322ecb65309604a517ef4f41c6375367e1ebc0a/icon.png" width="128" height="128" />
<img src="https://raw.githubusercontent.com/Terpz710/DeathChest/f474344729a35dc3e8f7f97998280c040929bf3c/icon.png" width="128" height="128" />

## When a player dies it will add the items into a chest
```properties
Version: 1.0.0
Version: 1.0.1
API: 5.0.0
Updated: 21-11-2023 19:09:16 UTC
Updated: 11-12-2023 22:47:30 UTC
Repo: https://github.com/Terpz710/DeathChest
License: Apache-2.0
Categories: General,Miscellaneous,Fun,Mechanics
Expand Down
Binary file added pm5/LytraAccessory/LytraAccessory_v1.0.0.phar
Binary file not shown.
131 changes: 131 additions & 0 deletions pm5/LytraAccessory/LytraAccessory_v1.0.0.phar.desc.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
<h2><a id="user-content-about-this-plugin" class="anchor" aria-hidden="true" tabindex="-1" href="#about-this-plugin"><span aria-hidden="true" class="octicon octicon-link"></span></a>About This Plugin</h2>
<p>LytraAccessory is a Pocketmine MP Plugin that will add an accessory features on your server like an RPG game</p>
<h2><a id="user-content-register-the-accessory" class="anchor" aria-hidden="true" tabindex="-1" href="#register-the-accessory"><span aria-hidden="true" class="octicon octicon-link"></span></a>Register The Accessory</h2>
<p>To register your accessory, You can look at <a href="https://github.com/FresherGAMING/LytraAccessory/blob/main/README.md#Register-The-Accessory">https://github.com/FresherGAMING/LytraAccessory/blob/main/README.md#Register-The-Accessory</a></p>
<h2><a id="user-content-commands" class="anchor" aria-hidden="true" tabindex="-1" href="#commands"><span aria-hidden="true" class="octicon octicon-link"></span></a>Commands</h2>
<table>
<thead>
<tr>
<th>Command</th>
<th>Description</th>
<th>Usage</th>
</tr>
</thead>
<tbody>
<tr>
<td>/la</td>
<td>View your accessory inventory</td>
<td>/la</td>
</tr>
<tr>
<td>/la get</td>
<td>Get an accessory</td>
<td>/la get [string:id] [int:amount]</td>
</tr>
<tr>
<td>/la give</td>
<td>Give an accessory to another player</td>
<td>/la give [string:player] [string:id] [int:amount]</td>
</tr>
<tr>
<td>/la info</td>
<td>Get an information about a spesific accessory</td>
<td>/la info [string:id]</td>
</tr>
<tr>
<td>/la remove</td>
<td>Remove an equipped accessory from player</td>
<td>/la remove [string:player] [string:id]</td>
</tr>
<tr>
<td>/la view</td>
<td>View an accessory inventory of another player</td>
<td>/la view [string:player]</td>
</tr>
<tr>
<td>/la slots view</td>
<td>Display information about total slots and empty slots of player</td>
<td>/la slots view [string:player]</td>
</tr>
<tr>
<td>/la slots add</td>
<td>Add a spesific amount of slots on accessory inventory</td>
<td>/la slots add [string:player] [int:amount]</td>
</tr>
<tr>
<td>/la slots remove</td>
<td>Remove a spesific amount of slots on accessory inventory</td>
<td>/la slots remove [string:player] [int:amount]</td>
</tr>
<tr>
<td>/la slots set</td>
<td>Set a spesific amount of slots on accessory inventory</td>
<td>/la slots set [string:player] [int:amount]</td>
</tr>
</tbody>
</table>
<h2><a id="user-content-permissions" class="anchor" aria-hidden="true" tabindex="-1" href="#permissions"><span aria-hidden="true" class="octicon octicon-link"></span></a>Permissions</h2>
<p>You can use <code>lytraaccessory.command.admin</code> permission to give players all the lytra accessory commands permissions</p>
<table>
<thead>
<tr>
<th>Command</th>
<th>Permissions</th>
<th>Default</th>
</tr>
</thead>
<tbody>
<tr>
<td>/la</td>
<td>lytraaccessory.command.use</td>
<td>True</td>
</tr>
<tr>
<td>/la get</td>
<td>lytraaccessory.command.admin.get</td>
<td>OP</td>
</tr>
<tr>
<td>/la give</td>
<td>lytraaccessory.command.admin.give</td>
<td>OP</td>
</tr>
<tr>
<td>/la info</td>
<td>lytraaccessory.command.admin.info</td>
<td>OP</td>
</tr>
<tr>
<td>/la remove</td>
<td>lytraaccessory.command.admin.remove</td>
<td>OP</td>
</tr>
<tr>
<td>/la view</td>
<td>lytraaccessory.command.admin.view</td>
<td>OP</td>
</tr>
<tr>
<td>/la slots view</td>
<td>lytraaccessory.command.admin.slots.view</td>
<td>OP</td>
</tr>
<tr>
<td>/la slots add</td>
<td>lytraaccessory.command.admin.slots.add</td>
<td>OP</td>
</tr>
<tr>
<td>/la slots remove</td>
<td>lytraaccessory.command.admin.slots.remove</td>
<td>OP</td>
</tr>
<tr>
<td>/la slots set</td>
<td>lytraaccessory.command.admin.slots.set</td>
<td>OP</td>
</tr>
</tbody>
</table>
<h2><a id="user-content-for-developers" class="anchor" aria-hidden="true" tabindex="-1" href="#for-developers"><span aria-hidden="true" class="octicon octicon-link"></span></a>For Developers</h2>
<p>If you want to use Lytra Accessory API, You can go to <a href="https://github.com/FresherGAMING/LytraAccessory/blob/main/README.md#For-Developers">https://github.com/FresherGAMING/LytraAccessory/blob/main/README.md#For-Developers</a></p>
13 changes: 13 additions & 0 deletions pm5/LytraAccessory/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# LytraAccessory
<img src="https://raw.githubusercontent.com/FresherGAMING/LytraAccessory/92bc8d087b16fca7d3b30332ceb92a82c54e8169/icon.png" width="128" height="128" />

## Lytra Accessory is a Pocketmine MP Plugin that will add an accessory features like an RPG game to your server
```properties
Version: 1.0.0
API: 5.0.0
Updated: 11-12-2023 18:19:35 UTC
Repo: https://github.com/FresherGAMING/LytraAccessory
License: GPL-3.0
Categories: Mechanics
Keywords: Accessory
```
6 changes: 3 additions & 3 deletions pm5/VanillaWeather/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# VanillaWeather
<img src="https://raw.githubusercontent.com/WeaVerseStudio/VanillaWeather/aaf6c208f1eab8f5f6ec0b50730673bf17411ab9/image.png" width="128" height="128" />
<img src="https://raw.githubusercontent.com/WeaVerseStudio/VanillaWeather/dec4c9ba882dc4b8cfb6a68020fc1c1d63209c3c/image.png" width="128" height="128" />

## A plugin that adds weather mechanics like in vanilla.
```properties
Version: 1.0.5
Version: 1.0.6
API: 5.0.0
Updated: 06-12-2023 18:55:59 UTC
Updated: 11-12-2023 22:45:54 UTC
Repo: https://github.com/WeaVerseStudio/VanillaWeather
License: GPL-3.0
Categories: Vanilla Mechanics,Mechanics,General
Expand Down
Binary file added pm5/VanillaWeather/VanillaWeather_v1.0.6.phar
Binary file not shown.
3 changes: 3 additions & 0 deletions pm5/VanillaWeather/VanillaWeather_v1.0.6.phar.changelog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<ul dir="auto">
<li>ThunderBolt fix</li>
</ul>
27 changes: 27 additions & 0 deletions pm5/VanillaWeather/VanillaWeather_v1.0.6.phar.desc.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<h1><a id="user-content-vanillaweather-by-weaversestudio" class="anchor" aria-hidden="true" tabindex="-1" href="#vanillaweather-by-weaversestudio"><span aria-hidden="true" class="octicon octicon-link"></span></a>VanillaWeather by WeaVerseStudio</h1>
<blockquote>
<p>A plugin that adds weather mechanics like in vanilla.</p>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/WeaVerseStudio/VanillaWeather/blob/master/resources/image0.png?raw=true"><img src="https://github.com/WeaVerseStudio/VanillaWeather/raw/master/resources/image0.png?raw=true" alt="image not found" style="max-width: 100%;"></a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/WeaVerseStudio/VanillaWeather/blob/master/resources/image1.png?raw=true"><img src="https://github.com/WeaVerseStudio/VanillaWeather/raw/master/resources/image1.png?raw=true" alt="image not found" style="max-width: 100%;"></a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/WeaVerseStudio/VanillaWeather/blob/master/resources/image2.png?raw=true"><img src="https://github.com/WeaVerseStudio/VanillaWeather/raw/master/resources/image2.png?raw=true" alt="image not found" style="max-width: 100%;"></a>
</blockquote>
<h3><a id="user-content-authors" class="anchor" aria-hidden="true" tabindex="-1" href="#authors"><span aria-hidden="true" class="octicon octicon-link"></span></a>Authors:</h3>
<blockquote>
<p>PrograMistV1 - made major contributions to the writing of the plugin.</p>
</blockquote>
<h3><a id="user-content-commands" class="anchor" aria-hidden="true" tabindex="-1" href="#commands"><span aria-hidden="true" class="octicon octicon-link"></span></a>Commands:</h3>
<blockquote>
<p><code>/weather &lt;clear|rain|thunder&gt; [duration: int]</code> - Players who have permission can change the current weather if they wish, by entering one of the following commands: /weather rain [<em>duration</em>] or /weather thunder [<em>duration</em>], and /weather clear [<em>duration</em>] to clear the inclement weather. The <strong>time</strong> parameter is the duration of the weather in seconds.
If you want to prevent weather changes in the world, then set the time value to 0 or less.</p>
<p>Permission: <code>vanillaweather.weather.command</code></p>
</blockquote>
<h3><a id="user-content-for-developers" class="anchor" aria-hidden="true" tabindex="-1" href="#for-developers"><span aria-hidden="true" class="octicon octicon-link"></span></a>For developers:</h3>
<blockquote>
<p>Track events using these events:
<code>PrograMistV1\Weather\events\SnowLayerCreateEvent</code>
<code>PrograMistV1\Weather\events\ThunderBoltSpawnEvent</code>
<code>PrograMistV1\Weather\events\WeatherChangeEvent</code></p>
<p>You can change the weather using:
<code>PrograMistV1\Weather\Weather::changeWeather(World $world, int $weather, int $time = 6000) : void;</code></p>
</blockquote>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v84a3a4012de94ce1a686ba8c167c359c1696973893317" integrity="sha512-euoFGowhlaLqXsPWQ48qSkBSCFs3DPRyiwVu3FjR96cMPx+Fr+gpWRhIafcHwqwCqWS42RZhIudOvEI+Ckf6MA==" data-cf-beacon='{"rayId":"8342cdb65d9b2d17","version":"2023.10.0","r":1,"token":"508eb1d242ef46b690a0886422106e77","b":1}' crossorigin="anonymous"></script>

0 comments on commit f850b7b

Please sign in to comment.