Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JGForm

About

JGForm is the all in one UI menu plugin!
You can create UI menus that open with custom commands that will show stats or perform actions specific to the player who opened it.

Developers and Contributors

  • Dev: Jung Ganmyeon
  • Support: Clicked Tran

Dependency

SoftDependency

  • EconomyAPI
  • CoinAPI
  • PointAPI

Commands

  • /<custom command specified for the Form> Open menu
  • /jg list Lists all menus you have access to
  • /jgreload Reloads the menus and settings

Permissions

  • <permission your menu>
    Lets you open a menu regardless of if you have the permissions for it.
    Default: OP
  • jgform.menu.*
    Gives permission for all menus.
    Default: OP

What's new?

  • Add type header to make the text large in the form
  • Add tooltip to add hint/note light, ...
  • Add type divider to create a line to divide the form

ALL APPLY FOR CUSTOM FORM ONLY
SEE SAMPLES AT: example_custom

Configuration Example Shop.yml

formname: "Shop"
styleform: "simple"
command: "shop"
permission: "jgform.command.shop"
content:
     - "Choose an option:"
buttons:
  - text: "Buy Sword Diamond"
    requirements:
      money:
        type: 'total'
        output: '1000'
    command:
      - ["console", "take money {player} 1000"]
      - ["console", "msg {player} Buy success"]
      - ["console", "give {player} diamond_sword 1"]
    not_enough_requirements:
      money:
        type: 'total'
        output: '1000'
      command:
        - ["console", "msg {player} you dont enough money"]
        - ["console", "kill {player}"]
    image:
      type: "url"
      data: "https://example.com/image1.png"```

About

Custom Form for PocketMine-MP 5.0.0

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages