💻GUI

Setting up

Before I describe what each GUI has, I want to show you how to configure it using one of the GUIs as an example.

Grants issuance GUI size: 6
# Slot: ['Material', Custom model data]
Grants issuance GUI empty materials:
  0: ['BLACK_STAINED_GLASS_PANE', 0]
  1: ['BLACK_STAINED_GLASS_PANE', 0]
  2: ['BLACK_STAINED_GLASS_PANE', 0]
  3: ['BLACK_STAINED_GLASS_PANE', 0]
  4: ['BLACK_STAINED_GLASS_PANE', 0]
  5: ['BLACK_STAINED_GLASS_PANE', 0]
  6: ['BLACK_STAINED_GLASS_PANE', 0]
  7: ['BLACK_STAINED_GLASS_PANE', 0]
  8: ['BLACK_STAINED_GLASS_PANE', 0]
  9: ['BLACK_STAINED_GLASS_PANE', 0]
  17: ['BLACK_STAINED_GLASS_PANE', 0]
  18: ['BLACK_STAINED_GLASS_PANE', 0]
  26: ['BLACK_STAINED_GLASS_PANE', 0]
  27: ['BLACK_STAINED_GLASS_PANE', 0]
  35: ['BLACK_STAINED_GLASS_PANE', 0]
  36: ['BLACK_STAINED_GLASS_PANE', 0]
  44: ['BLACK_STAINED_GLASS_PANE', 0]
  45: ['BLACK_STAINED_GLASS_PANE', 0]
  46: ['BLACK_STAINED_GLASS_PANE', 0]
  47: ['BLACK_STAINED_GLASS_PANE', 0]
  51: ['BLACK_STAINED_GLASS_PANE', 0]
  52: ['BLACK_STAINED_GLASS_PANE', 0]
  53: ['BLACK_STAINED_GLASS_PANE', 0]
Grants issuance GUI previous page button slot: 48
Grants issuance GUI previous page button material: ['37aee9a75bf0df7897183015cca0b2a7d755c63388ff01752d5f4419fc645', 0]
Grants issuance GUI next page button slot: 50
Grants issuance GUI next page button material: ['682ad1b9cb4dd21259c0d75aa315ff389c3cef752be3949338164bac84a96e', 0]
Grants issuance GUI page button slot: 49
# Page: ['Material', Custom model data]
# The text of the buttons also needs to be configured in the message config.
Grants issuance GUI page button materials:
  1: ['d2a6f0e84daefc8b21aa99415b16ed5fdaa6d8dc0c3cd591f49ca832b575', 0]
  2: ['96fab991d083993cb83e4bcf44a0b6cefac647d4189ee9cb823e9cc1571e38', 0]

Grants issuance GUI size Responsible for the number of rows in the GUI itself.

Grants issuance GUI empty materials Responsible for the placement of color panels or anything else. You can place any Minecraft material.

Format: Slot in GUI: ['Material or head url', Custom model data number]

If you don't want any item there: Grants issuance GUI empty materials: {}

Grants issuance GUI previous page button slot You can specify the location in the inventory. Or hide the material by specifying slot -1

Grants issuance GUI previous page button material Here you specify the material and Custom model data. By default, it is 0, which means that there is no texture. The description of the item is configured in the message config. Go to the "Messages" folder.

Format: ['Material or head url', Custom model data number]

Grants issuance GUI page button materials Here you can specify the number of pages and the material with customModelData. You also need to specify the name of the pages in the message file. Go to the "Messages" folder.

Format: Slot in GUI: ['Material or head url', Custom model data number]

If you don't want any item there: Grants issuance GUI page button materials: {}

List of GUIs

  • Main GUI

  • Players GUI

  • Grants GUI

  • Issuance GUI

  • Validity GUI

  • Admin history GUI

  • Player history GUI

  • Cancellation GUI

Last updated