Frequently Asked Questions

Can I use Oraxen?
Yes, but you need to change at least 4 options in the oraxen config.

Open the settings.yml file from oraxen found at this location:

Minecraft-Server
plugins
Oraxen
settings.yml

Change the following options: inventory_title, send_pack, send_on_reload and reset_recipes to false.
Look below to see where the options are located.

Now turn on your server. The generated Oraxen pack will be uploaded to their server. The console will display the download URL for the pack.

settings.yml
debug: false
Plugin:
  keep_this_up_to_date: true
  language: "english"
  commands:
    repair:
      oraxen_durability_only: false
  generation:
    default_assets: true
    default_configs: true
  formatting:
    inventory_titles: false # This must be disabled. It interferes with the backpack title.  
    titles: true
    subtitles: true
    action_bar: true
    anvil: true
    signs: true
    chat: true
    books: true

[...]

Pack:
  generation:
    generate: true
    excluded_file_extensions: []
    verify_pack_files: true
    fix_force_unicode_glyphs: true
    texture_slicer: true
    atlas:
      exclude_malformed_from_atlas: true
      generate: true
      type: "SPRITE"
    auto_generated_models_follow_texture_path: false
    compression: BEST_COMPRESSION
    protection: true
    comment: "The content of this texture pack
      \nbelongs to the owner of the Oraxen
      \nplugin and any complete or partial
      \nuse must comply with the terms and
      \nconditions of Oraxen."

  import:
    merge_duplicate_fonts: true
    merge_duplicates: true
    retain_custom_model_data: true
    merge_item_base_models: false

  upload:
    enabled: true
    type: polymath
    polymath:
      server: atlas.oraxen.com
      secret: "oraxen"

  dispatch:
    send_pack: false # This must be disabled. It overrides the backpack resourcepacks. 
    send_on_reload: false # Disable this too. 
    delay: -1
    mandatory: true
    prompt: "<#fa4943>Accept the pack to enjoy a full <b><gradient:#9055FF:#13E2DA>Oraxen</b><#fa4943> experience"
    join_message:
      enabled: false
      delay: -1

  [...]

Misc:
  reset_recipes: false # This should be disabled. It probably removes the backpack recipes. 
  add_recipes_to_book: true

  hide_scoreboard_numbers: false
  hide_scoreboard_background: false
  hide_tablist_background: false

[...]
Test
Test2