aglerr's Plugin Wiki
  • Welcome
  • aglerr's plugin
    • Player Profiles
      • Commands & Permissions
      • Options & Configuration
        • config.yml
        • custom-items.yml
    • Top Damage
  • The-Only Plugin Series
    • The-Only Mobcoins
      • Commands & Permissions
      • Placeholders
      • Plugin's files
        • config.yml
        • mobs.yml
        • shops
          • rotating-shop (WIP)
            • rotating-shop.yml (WIP)
          • category-shop (WIP)
            • categories (WIP)
              • weaponsAndTools.yml (WIP)
              • armor.yml (WIP)
            • category-shop.yml (WIP)
          • confirmation_menu.yml (WIP)
          • main_menu.yml (WIP)
      • Developer API
        • Custom Events
    • The-Only Donations
      • Commands & Permissions
      • Placeholders
      • Plugin's Files
        • config.yml
  • Additional Resources
    • Discord
    • My Spigot Resource
Powered by GitBook
On this page

Was this helpful?

  1. aglerr's plugin
  2. Player Profiles
  3. Options & Configuration

config.yml

About all configuration in config.yml

options:
  disable-npc: true
  disable-in-combat: false
  shift-click: true
  interact-permission: false

Options

Description

disable-npc:

Enable/Disable viewing NPC's profiles.

disable-in-combat:

Enable/Disable viewing player's profiles on combat (Requires CombatLogX)

shift-click:

Opening profiles required shift-click instead of just click.

interact-permission

Should we use interact permission? Player need playerprofiles.viewinteract permission to view others profiles.

cooldown:
  enabled: true
  duration: 3 #in seconds

Options

Description

enabled:

Should we enable cooldown when someone opens up profiles?

duration:

Defines the cooldown duration in seconds.

disabledWorlds:
  - pvpworld
  - testworld
  - casesensitive

List all world that disable players from viewing each others profiles. (case-sensitive)

ui:
  fill-inventory:
    enabled: true
    item:
      material: BLACK_STAINED_GLASS_PANE
      amount: 1
      name: '&f'
  title: "%player_name%'s profiles"
  size: 54
  items:
    helmet:
    chestplate:
    leggings:
    .....

Options

Description

fill-inventory.enabled:

Enable/Disable fill inventory with specific items.

fill-inventory.material:

Items material for the fill inventory item.

fill-inventory.amount:

Amount of each items that fill inventory item has.

fill-inventory.name

Name of each items that fill inventory item has.

title:

Profiles menu GUI title.

size:

Profiles menu GUI size.

And for the items section, it's pretty self explanatory, basically when player doesn't have a helmet on, the items would be the one that specified on that section.

PreviousOptions & ConfigurationNextcustom-items.yml

Last updated 4 years ago

Was this helpful?