KZone
  • KZone
    • 🥳Welcome to KZone
    • ☕Buy me a coffe
    • 💬KZone Discord
  • KGenerators
    • Commands & Permissions
    • Configuration files
      • Default config files
      • Configuring ItemStack
      • Configuring Block
      • Limits
      • Optional settings
    • Converting databases
    • Addons
      • SuperiorSkyblock2ForceHook
    • Supported plugins
      • Bentobox
      • EcoItems
      • FactionsUUID
      • FancyHolograms
      • IridiumSkyblock
      • ItemsAdder
      • JetsMinions
      • Lands
      • LitMinions
      • Minions-Revamped
      • MMOItems
      • MythicMobs
      • Nexo
      • Oraxen
      • PlotSquared
      • SlimeFun
      • SuperiorSkyblock2
      • PlaceholderAPI
      • PlayerPoints
      • WildStacker
      • WorldGuard
    • Developers API
Powered by GitBook
On this page
  • What is included in SuperiorSkyblock2 support?
  • Permissions
  • Permissions language files
  1. KGenerators
  2. Supported plugins

SuperiorSkyblock2

What is included in SuperiorSkyblock2 support?

  • KGenerators makes sure that island level is properly adjusted after block generation

  • All generators are beeing removed on island deletion

  • KGenerators adds a few flags, which help players manage their island. You can translate them in your SuperiorSkyblock2 lang files.

  • SuperiorSkyblock2 block stacker cant stack generators

Permissions

Permission: kgenerators_use_flag Default: Member Determines if players could mine generators on this island.

Permission: kgenerators_pickup_flag Default: Member Determines if players could pick up generators on this island.

Permission: kgenerators_open_menu_flag Default: Member Determines if players could open generator's menu on this island.

Permissions language files

You'll have to manually add these permissions to SuperiorSkyblock2/menus/permission.yml

Make sure that you type permission ids in lowercase

It should look similar to that:

  kgenerators_use_flag:
    display-menu: true
    permission-enabled:
      type: STONE
      name: '&6Generators usage'
      lore:
        - '&7Access to using generators inside the island.'
        - '&7Currently &aENABLED&7.'
    permission-disabled:
      name: '&6Generators usage'
      type: STONE
      lore:
        - '&7Access to using generators inside the island.'
        - '&7Currently &cDISABLED&7.'
    role-permission:
      name: '&6Generators usage'
      type: STONE
      lore:
        - '&7Access to using generators inside the island.'
        - '&7Role: &e{}&7.'
        - ''
        - '{0}'
    has-access:
      sound:
        type: ENTITY_EXPERIENCE_ORB_PICKUP
        volume: 0.2
        pitch: 0.2
    no-access:
      sound:
        type: BLOCK_ANVIL_PLACE
        volume: 0.2
        pitch: 0.2
  kgenerators_pickup_flag:
    display-menu: true
    permission-enabled:
      type: STONE
      name: '&6Generators pick up'
      lore:
        - '&7Access to pick up generators inside the island.'
        - '&7Currently &aENABLED&7.'
    permission-disabled:
      name: '&6Generators pick up'
      type: STONE
      lore:
        - '&7Access to pick up generators inside the island.'
        - '&7Currently &cDISABLED&7.'
    role-permission:
      name: '&6Generators pick up'
      type: STONE
      lore:
        - '&7Access to pick up generators inside the island.'
        - '&7Role: &e{}&7.'
        - ''
        - '{0}'
    has-access:
      sound:
        type: ENTITY_EXPERIENCE_ORB_PICKUP
        volume: 0.2
        pitch: 0.2
    no-access:
      sound:
        type: BLOCK_ANVIL_PLACE
        volume: 0.2
        pitch: 0.2
  kgenerators_open_menu_flag:
    display-menu: true
    permission-enabled:
      type: STONE
      name: '&6Generators open menu'
      lore:
        - "&7Access to opening generator's menu inside the island."
        - '&7Currently &aENABLED&7.'
    permission-disabled:
      name: '&6Generators open menu'
      type: STONE
      lore:
        - "&7Access to opening generator's menu inside the island."
        - '&7Currently &cDISABLED&7.'
    role-permission:
      name: '&6Generators open menu'
      type: STONE
      lore:
        - "&7Access to opening generator's menu inside the island."
        - '&7Role: &e{}&7.'
        - ''
        - '{0}'
    has-access:
      sound:
        type: ENTITY_EXPERIENCE_ORB_PICKUP
        volume: 0.2
        pitch: 0.2
    no-access:
      sound:
        type: BLOCK_ANVIL_PLACE
        volume: 0.2
        pitch: 0.2
PreviousSlimeFunNextPlaceholderAPI

Last updated 3 months ago