15 Repositories
PHP virion Libraries
Translation (i18n) Manager as a virion
TL Translation (i18n) Manager as a virion Translation use hook-like $t = $tl-useTranslation($player-getLocale()); $player-sendMessage($t("message-k
UI virion (library) for PocketMine-MP plugins
Remark - Easy and Asynchronous Commands and Forms Quick Guide - Learn Remark by building a plugin. Install - Add Remark as a library to your plugin. E
A PocketMine-MP plugin that allows you to comfortably register events using a new piece of PHP 8 power — attributes.
AdvancedEvents This is a PocketMine-MP plugin that allows you to comfortably register events using a new piece of PHP 8 power — attributes. Inspired b
A virion for PocketMine-MP to create and manage fake blocks
🧊 fakeblocks Create and manage fakeblocks Description: A virion for PocketMine-MP to create and manage fake blocks. This virion indicates to the clie
InventoryUI - the PocketMine virion that implements the dummy inventory
InventoryUI This is the PocketMine virion that implements the dummy inventory. Differences from previous APIs Chests and other blocks are not placed.
PocketMine-MP virion for easy handling of ScoreBoard packets
PocketMine-MP virion for easy handling of ScoreBoard packets
Type and shape system for arrays. Help write clearer code when implementing configs for your PocketMine-MP plugin or composer project.
ConfigStruct Type and shape system for arrays. Help write clearer code when implementing configs for your PocketMine-MP plugin or composer project. It
A virion for PocketMine-MP.
libIPGeolocation A virion for PocketMine-MP. You can use this to get the geolocation of an IP from ip-api.com. Usage You can see some example in here:
A better YAML configuration file management virion for PocketMine-MP 4
BetterConfig WARNING: This virion is under development and haven't been tested. Do not use this virion unless you know what you're doing. Contribution
[Virion] A library that helps you use Discord Webhook
DiscordHelper How to register Web Hook URL How to register Web Hook URL use NewThing\DiscordHelper\DiscordHelper; DiscordHelper::setURL($YourWebHookU
Cooldown Library (virion) for PocketMine-MP
libCooldown Cooldown Library (virion) for PocketMine-MP Example // libCooldown::newTimer(int $cooldown_time, bool $first_ignore = true): libCooldown;
[virion] Language management library for automatic translation
libtranslator :: library for automatic translation ✔️ Multilingual support for plugin messages ✔️ Translation language is set according to the player
A simple and fast pmmp js es6 promise virion
Promises A simple and fast pmmp js es6 promise virion Api usage these examples are in base injectable php these should be easily transferable. Example
[virion] It Implements Simple Using Form Library System
SimpleForm [virion] It Implements Simple Using Form Library System How To Use First, declare the use statement. use AidenKR\SimpleForm\SimpleForm; use
librestful is a virion for PocketMine servers that make easier, readable code and for async http requests.
librestful is a virion for PocketMine servers that make easier, readable code for async rest requests.