AnotherLevel plugins
Discord
  • 👋Welcome!
  • Documentation
    • 🏕️Outposts
      • 🌐Versions
      • 🔗Dependencies
      • 🔧Commands
      • 🔐Requirements
      • 🪛Configuration
      • 📄Placeholders
    • 🛍️AnotherLevelShop
      • Dowload links
      • Dependencies
      • Commands
      • Permissions
      • Messages file
      • Config
      • Shop configuration
    • 📊AnotherLevelBungeeList
      • Dowload links
      • Commands
      • Permissions
      • Customnames
    • 🛕Shrine
      • Dowload Links
      • Dependencies & Installation
      • Commands & Permissions
      • Messages file
      • Configuration
      • Teleport System
    • 💰Battlepass
      • Dowload Links
      • Commands
      • Messages File
      • PlaceholderAPI support
      • Battlepass configuration
    • 🏨Motels
      • Commands
      • Placeholders
      • Discord Integration
      • Database Configuration
      • Configuring Motels
    • 💳Documents
      • Compatibilities
      • Commands
      • Placeholders
      • Discord
      • WorldGuard
      • Messages
Powered by GitBook
On this page

Was this helpful?

  1. Documentation
  2. Outposts

Requirements

Configuring custom permissions for Avampost interactions.

Settings Avampost requirements

Within the Avampost configuration, you can specify custom permissions. These permissions dictate user actions such as entering, starting, or claiming rewards from the Avampost.

How to Set Custom Permissions:

  1. Navigate to ConfigGUI.

  2. Select the desired outpost.

  3. Go to Requirements.

  4. Choose the permission type you wish to set.

This configuration can be found within the avamposts.yml file:

    requirements:
      requirements-to-join:
        enabled: false
        permission: 'avampost.test' #Permission to enter in the Avampost
      requirements-to-start:
        enabled: false
        permission: 'avampost.test' #Permission to start the Avampost
      requirements-to-get-rewards:
        enabled: false
        permission: 'avampost.test' #Permission to get rewards

Note: For the requirements-to-join setting, ensure that the flag for the set region is configured to ALLOW with the format: flag: avampost-join-requirement: ALLOW.

Last updated 1 year ago

Was this helpful?

🏕️
🔐