message-questionCommon Questions

❓ General

chevron-rightDoes ArenaLegends support Minecraft 1.8?hashtag

No. The plugin is specifically designed for the latest modern versions of Minecraft. The target platform is Paper 1.21.11. Supporting 1.8 would require maintaining a separate codebase due to vast differences in the API and game mechanics (e.g., custom attributes, new entities).

chevron-rightCan I run this alongside other minigames?hashtag
circle-exclamation

While it can run alongside other plugins, conflicting game managers or world protection plugins (like WorldGuard) might interfere with the plugin's game logic, map loading, or permissions.

🛠️ Troubleshooting & Setup

chevron-rightMy arena schematics aren't loading!hashtag
  1. Ensure you are using FastAsyncWorldEdit (FAWE). Standard WorldEdit is not supported.

  2. Make sure you follow the strict naming convention:

    • Lobby: al_lobby_<name>

    • Arena: al_arena_<name>

  3. Ensure the schematic files are correctly placed in the FAWE schematics folder (/plugins/FastAsyncWorldEdit/schematics/).

chevron-rightThe plugin won't start (Missing Dependency)hashtag

ArenaLegends has mandatory dependencies. If any are missing or disabled, the plugin will automatically disable itself.

chevron-rightPlayers can't open the shop or use items.hashtag

This is usually a permission issue. Ensure players have the following base permissions:

  • arenalegends.menu.* (to open menus)

  • arenalegends.item.* (to buy items)

circle-info

See the Permissions page for a full list of required permissions.

chevron-rightThe Shopkeeper NPC isn't spawning.hashtag
  1. Check if you have Citizens installed and working correctly.

  2. Verify your Lobby Schematic contains the [LOCATION] SHOPKEEPER sign.

  3. Try removing the game and re-creating it to force a schematic paste and NPC spawn.

circle-check

🎮 Gameplay

chevron-rightWhy are textures pink or missing?hashtag

This indicates that the Resource Pack failed to load for the client.

  1. Check your config.yml under the resource-pack section.

  2. Ensure the download-url is a direct link (it must end in .zip).

  3. If you updated the pack, you must update the sha-1-hash in the config, or clients will continue using the old cached version.

chevron-rightCustom items (ItemsAdder) aren't showing.hashtag

If you are using ItemsAdder, ensure that:

  1. ItemsAdder is installed and completely loaded before ArenaLegends.

  2. Your item configuration uses custom: "namespace:id" correctly.

  3. There are no typos in the namespace or ID.

chevron-rightAnti-Cheat keeps flagging players.hashtag

ArenaLegends utilizes custom attributes for movement speed, attack range, and knockback, which can trigger strict anti-cheat rules.

circle-check

Last updated