UI virion (library) for PocketMine-MP plugins

1.2.2 2022-06-06 02:00 UTC

This package is auto-updated.

Last update: 2024-04-19 06:05:01 UTC


README

Icon

Remark - Easy and Asynchronous Commands and Forms

  • Quick Guide - Learn Remark by building a plugin.
  • Install - Add Remark as a library to your plugin.
  • Example - View an example plugin using Remark.

Benefits

  • TAB-completion for commands
  • Command argument validation
  • Type-safe commands and forms
  • Asynchronous Forms API
  • Optional AwaitGenerator

Install

composer require diamondstrider1/remark ^1.1.0

Add Remark as a library in .poggit.yml.

projects:
  ExampleRemarkPlugin:
    path: ""
    libs:
      - src: Swift-Strider/Remark/Remark
        version: ^1.1.0
        epitope: .random