Ads Wiki
  • πŸ‘‹Welcome
  • Plugin installation
    • βš™οΈFirst install
    • ❗Requirements
  • Plugin settings
    • πŸ› οΈConfig
      • πŸ”§General options
      • ⏰Cooldowns
      • ❌Forbidden words
      • πŸ“’Updates
      • πŸ“€Database
    • 🌟Features
      • πŸ‘οΈPreview
      • πŸ’²Costs
      • πŸ“Teleportation Points
      • ✏️Options Menu
      • πŸ—ΊοΈExclude Worlds
      • 🌈Boss bar
      • πŸ’ˆAction bar
      • πŸŽ–οΈExtras
        • ⏱️Custom Cooldowns
        • 🎸Sounds
        • πŸš€Discord Webhook
    • πŸ”‘Permissions
    • πŸ’ΎBackups
  • Other
    • ✨Colored textes
    • 🌎Languages
    • 🚨Future Updates
Powered by GitBook
On this page
  • The options menu (/ads options) allows players to customize their ad settings in-game
  • Possible settings
  • Additional settings
  • With this configuration, it will look like this:
  • CustomModelData
  • This is an example of how it could look:
  1. Plugin settings
  2. Features

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:

PreviousTeleportation PointsNextExclude Worlds

Last updated 10 months ago

🌟
✏️