All Projects → fuyutsuki → libform

fuyutsuki / libform

Licence: MIT license
It is a virion library that can handle various forms easily.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to libform

VirionTools
A handy plugin for developers who wish to compile and inject virions without using Poggit.
Stars: ✭ 17 (+41.67%)
Mutual labels:  pocketmine, pocketmine-mp, virion
CommandShop
Players have to pay items or money to use specific commands! A PocketMine plugin.
Stars: ✭ 32 (+166.67%)
Mutual labels:  pocketmine, pocketmine-mp
EggWars
EggWars minigame for PocketMine
Stars: ✭ 32 (+166.67%)
Mutual labels:  pocketmine, pocketmine-mp
RedstoneCircuit
This is the PocketMine plugin that implements the Redstone circuit.
Stars: ✭ 81 (+575%)
Mutual labels:  pocketmine, pocketmine-mp
SAC
An AntiCheat software for PockeMine-MP made to detect unfair gamplay advantages.
Stars: ✭ 52 (+333.33%)
Mutual labels:  pocketmine, pocketmine-mp
BlockSniper
An advanced (brush) world editing plugin for PocketMine-MP
Stars: ✭ 77 (+541.67%)
Mutual labels:  pocketmine, pocketmine-mp
ScoreboardAPI
A simple API for creating scoreboards on PocketMine-MP servers
Stars: ✭ 16 (+33.33%)
Mutual labels:  pocketmine, pocketmine-mp
AuctionHouse
Feature-packed auction house plugin for PocketMine-MP (pmmp)
Stars: ✭ 31 (+158.33%)
Mutual labels:  pocketmine, pocketmine-mp
NativeDimensions
A plugin which loads dimensions within worlds and provides an API for managing dimensions across worlds
Stars: ✭ 16 (+33.33%)
Mutual labels:  pocketmine, pocketmine-mp
Pocketmine-School
A Website To Teach Everything About PocketMine-MP
Stars: ✭ 15 (+25%)
Mutual labels:  pocketmine, pocketmine-mp
ProperDuels
A properly made duels plugin
Stars: ✭ 16 (+33.33%)
Mutual labels:  pocketmine, pocketmine-mp
Pocketmine Mp
A server software for Minecraft: Bedrock Edition in PHP
Stars: ✭ 2,594 (+21516.67%)
Mutual labels:  pocketmine, pocketmine-mp
MysteryBox
Crate implemention for PocketMine-MP (PMMP)
Stars: ✭ 19 (+58.33%)
Mutual labels:  pocketmine, pocketmine-mp
NpcDialog
🗽 PocketMine-MP virion to add dialogs to entities easily
Stars: ✭ 55 (+358.33%)
Mutual labels:  pocketmine, virion
Emotes
This plugin allows players to use their favorite emotes on the server!
Stars: ✭ 15 (+25%)
Mutual labels:  pocketmine, pocketmine-mp
InvSee
A PocketMine-MP plugin that lets you view and modify offline and online players' inventories in real-time!
Stars: ✭ 19 (+58.33%)
Mutual labels:  pocketmine, pocketmine-mp
PM-Beacons
Vanilla Beacons for PocketMine Servers
Stars: ✭ 20 (+66.67%)
Mutual labels:  pocketmine, pocketmine-mp
PiggyAuth
Safe & feature-rich auth plugin. Project has been discontinued
Stars: ✭ 33 (+175%)
Mutual labels:  pocketmine, pocketmine-mp
Volt
A painless web server for PocketMine-MP
Stars: ✭ 24 (+100%)
Mutual labels:  pocketmine, pocketmine-mp
IslandArchitect
An plugin to create custom sky island generators for the SkyBlock plugin
Stars: ✭ 12 (+0%)
Mutual labels:  pocketmine, pocketmine-mp

libform

Select language: English, 日本語


English

It is a virion library that can handle various forms easily.

Installation

Composer:

Please use the attached pmmp/PocketMine-MP's php binary to execute the composer command in the folder plugin you want to use this library.

composer require fuyutsuki/libform # API3.x
composer require fuyutsuki/libform:dev-4.0 # API4.x

Virion:

Edit the .poggit.yml of the plugin you want to use this library as follows.

--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/author/YourProject
branches:
  - master
projects:
  YourProject:
    path: ""
    icon: ""
    libs:
      - src: fuyutsuki/libform/libform
        version: 0.4.0
...

Usage

Please see the sample plugin.


日本語

様々なフォームを簡単に扱うためのvirionライブラリです。

インストール方法

Composer:

pmmp/PocketMine-MP付属のphpバイナリを使って、このライブラリを使いたいフォルダプラグインの中でcomposerコマンドを実行して下さい。

composer require fuyutsuki/libform # API3.x用
composer require fuyutsuki/libform:dev-4.0 # API4.x用

Virion:

このライブラリを使いたいプラグインの.poggit.ymlを以下のように編集します。

--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/author/YourProject
branches:
  - master
projects:
  YourProject:
    path: ""
    icon: ""
    libs:
      - src: fuyutsuki/libform/libform
        version: 0.4.0
...

使い方

サンプルプラグインをご覧ください。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].