Skip to content

Plugin OreSpawner for PocketMine-PMMP 5. Giving your server exciting gameplay comes from placing ores spawn machines or so to speak, custom block types at your disposal.

License

Notifications You must be signed in to change notification settings

VennDev/VOreSpawner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReallyCheat-Premium

VOreSpawner

  • Plugin OreSpawner for PocketMine-PMMP 5
  • This is improved upgrade from an old project of mine. Here
  • Giving your server exciting gameplay comes from placing ores spawn machines or so to speak, custom block types at your disposal.

How to install it ?

Commands

/vorespawner or /vos - give <player> <type> <level> <amount>

Config

---

# Messages
wrong_position: "You can't place the Spawner here!"

# Types of OreSpawner
ore_spawner_types:
  coal:

    # This is the item that you will hold in your hand to represent that Spawner. In short, the item in hand to pose Spawner.
    item_data:
      item: "minecraft:coal_ore"
      name: "Coal Ore"
      lore:
        - "Coal Ore"
        - "Level: %level%"

    # Block to spawn
    blocks:
      - "minecraft:stone"
      - "minecraft:coal_ore"

    # Spawn level
    levels:
      1:
        speed: 1 # Speed of spawn
      2:
        speed: 2 # Speed of spawn
      3:
        speed: 3 # Speed of spawn

...

Credits

About

Plugin OreSpawner for PocketMine-PMMP 5. Giving your server exciting gameplay comes from placing ores spawn machines or so to speak, custom block types at your disposal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages