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 Nexo support?
  • Using Nexo items
  • Generating Nexo items
  • Generating Nexo blocks
  1. KGenerators
  2. Supported plugins

Nexo

What is included in Nexo support?

  • You can use Nexo items in recipes file

  • You can generate Nexo items in items generator

  • You can generate Nexo blocks

Using Nexo items

Just set item material to: nexo:<nexo_material_id> ex. nexo:ruby

Generating Nexo items

To generate Nexo item just set id as explained before in items generator, like below:

generates:
    #type: item - generator will spawn simple item
    - type: item
      chance: 10.0
      item: nexo:ruby

Generating Nexo blocks

Generating Nexo blocks requires to add another type of generated object, like below:

  generates:
    #type: nexo_block - generator will spawn Nexo block
    - type: nexo_block
      chance: 10.0
      material: ruby_ore
PreviousMythicMobsNextOraxen

Last updated 5 months ago