Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.76 KB

Installation.md

File metadata and controls

43 lines (34 loc) · 1.76 KB

Installation

Exiled setup

1. Download and Setup 🗿

You need to download the latest release:

If the latest MER release is causing you problems, then download it here.

  • Music.tar.gz unzip files to => EXILED/Configs/AutoEvent/Music

  • Schematics.tar.gz unzip files to => EXILED/Configs/AutoEvent/Schematics

  • Ensure that the Config has the following directories, and that they can be accessed to the server.

# Where the schematics directory is located. By default it is located in the AutoEvent folder.
schematics_directory_path: /home/container/.config/EXILED/Configs/AutoEvent/Schematics
# Where the music directory is located. By default it is located in the AutoEvent folder.
music_directory_path: /home/container/.config/EXILED/Configs/AutoEvent/Music
  • Sometimes these settings fail to auto-generate in the config properly, so please double check they are valid before reaching out to us.

2. Permission 💎

Give permission to your role in EXILED/Configs/permissions.yml:

owner:
  inheritance: [ ]
  permissions:
    - ev.*

Available Permission Tress:

ev.*           - Main Permission for all AutoEvent commands.
  - ev.list    - View the available events.
  - ev.run      - Run an event.
  - ev.stop     - Stop an event.
  - ev.volume   - Change the volume of all events.
  - ev.language - Change language for translations.