✏️Options Menu

The options menu (/ads options) allows players to customize their ad settings in-game

Possible settings

  • Activating/deactivating teleportation in ads

  • Activating/deactivating line breats in ads

  • Activating/deactivating previews

The name of the options menu can be changed in the currently used language file.

Additional settings

You can edit other settings for the options menu in the ./extras/ folder, specifically within the options_items.yml file. Here, you can customize various items:

item_teleport:
  Order-DoNotChange: '0'
  Material: 'CLOCK'
  CustomModelData: 'none'
item_break:
  Order-DoNotChange: '1'
  Material: 'REDSTONE'
  CustomModelData: 'none'
item_preview:
  Order-DoNotChange: '2'
  Material: 'PAPER'
  CustomModelData: 'none'

Please keep the Order unchanged, as this is a crucial part for the plugin's functionality.

With this configuration, it will look like this:

CustomModelData

You can also change the CustomModelData from none to any number (no text), if you want to use a custom model / texture.

This is an example of how it could look:

Last updated