Skip to content

Puyodead1/CosmicNodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CosmicNodes (WIP)

This plugin is a recreation of the Nodes from CosmicSky (with a some extra features that are configurable)
GitHub repo size Discord GitHub All Releases GitHub issues GitHub closed issues GitHub Spiget Rating GitHub last commit

Requirments

  • Spigot 1.13 (for now)
  • HolographicDisplays (optional - toggle in config) (Not implemented yet)

Commands

  • /cosmicnodes givenode <player> <type from config>

Config info

Valid Materials You can add more nodes by copying the existing LOG part and just changing it. EX: Original Config LOG:

nodes:
  LOG:
    respawn time: 60
    harvest block: OAK_LOG
    node block: OAK_PLANKS
    name: "&fLog Node"
    loot: OAK_BUTTON
    # loot:
    #  - "scrap:oak; &f&l*&r &f1x Wood Scrap"
    lore:
      - "&7Resource Node"
      - " "
      - "&f&lLoot"
      # - "{LOOT}"
      - " &f&l*&r &f1x Wood Scrap"
      - " "
      - "&f&lRespawn Time"
      - " &f{RESPAWN}"
      - " "
      - "&7Place this resource node on your island!"

Adding GOLD:

nodes:
  LOG:
    respawn time: 60
    harvest block: OAK_LOG
    node block: OAK_PLANKS
    name: "&fLog Node"
    loot: OAK_BUTTON
    # loot:
    #  - "scrap:oak; &f&l*&r &f1x Wood Scrap"
    lore:
      - "&7Resource Node"
      - " "
      - "&f&lLoot"
      # - "{LOOT}"
      - " &f&l*&r &f1x Wood Scrap"
      - " "
      - "&f&lRespawn Time"
      - " &f{RESPAWN}"
      - " "
      - "&7Place this resource node on your island!"
  GOLD:
    respawn time: 1200
    harvest block: GOLD_BLOCK
    node block: GOLD_ORE
    name: "&6Gold Node"
    loot: YELLOW_DYE
    # loot:
    #  - "scrap:oak; &f&l*&r &f1x Wood Scrap"
    lore:
      - "&7Resource Node"
      - " "
      - "&f&lLoot"
      # - "{LOOT}"
      - " &f&l*&r &f1x Gold Scrap"
      - " "
      - "&f&lRespawn Time"
      - " &f{RESPAWN}"
      - " "
      - "&7Place this resource node on your island!"

About

Spigot plugin replicating CosmicSky nodes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages