Skip to content

Paper plugin for creating custom generators!

License

Notifications You must be signed in to change notification settings

Ynfuien/YGenerators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YGenerators

Plugin for custom generators. Made and tested on version 1.17.1 but should work on 1.15 and higher. Plugin requires at least Paper, won't work on Spigot or Bukkit. If you are still using Spigot then come back from stone age and use Paper, Pufferfish or Purpur

Features

General:

  • Support for PlaceholderAPI
  • Placeholders to use in any another plugin (Click)
  • Custom generators
  • Global double drop
  • Custom blocks generated in vanilla generators
  • 1.16 ores drop instead of 1.17 raw ores drop
  • fully customizable translations (English is by default but Polish translation is also prepared, just copy it to your lang.yml)
  • simple commands with tab completions

Generators:

  • Custom durability (can be infinite)
  • Custom generator items with any lore and displayname
  • Custom chances for blocks to generate
  • Custom cooldown of block generating (too low cooldown and fast digging may occur ghost blocks)
  • Custom recipe of generator
  • Picking up placed generator in configured by you way
  • Checking placed generator durability left

Double drop:

  • Custom multiplayer
  • Can be disabled for any generator
  • Set for any time by command

Media - Example generators

Items

Cobblestone generator item Stone generator item

Craftings

Cobblestone generator item crafting Stone generator item crafting

Checking durability

Check durability interaction

Picking up generator

Check durability interaction

Example infinite generator with 0 tick cooldown

Mining infinite generator

Configuration files

  • config.yml - It has basic settings about generators and configuration of vanilla generators.
  • generators.yml - There are all settings about each generator.
  • doubledrop.yml - In this file is saved time left of double drop and its multiplayer.
  • database.yml - This file contains all palced generators on the server.

Most about configuring you will learn in configs themselves. Apparently "comment" should be my second name.

License

This project use GNU GPLv3 license.