Voxel Gens | Revolutionizing Generators v1.1

A new era of generators, the best on the market published by Voxel Studios.
  • Voxel_Gens_Cover_FINAL_V2.jpg
  • How it works

    Try this product in game with a hosted Minecraft server!
    1. Click 'Request test server'
    2. Join the provided IP address
    3. Try out the product for up to 30 minutes
    4. Stop the server when you're done

    Requesting a test server will duplicate the original files and provide you a new server for you to join and experiment with for up to 30 minutes. Any changes you make will not be served so feel free to play around!

    There are no limits to the number of servers you may start, but you can only have one test server active at a time. You must stop any active test servers in order to start up a new one.

    Features

    • Completely free
    • Instant setup
    • Full operator permissions
    • Invite friends
    • No usage limits

    Testing servers provided by PebbleHost.
    Visit PebbleHost.com
Voxel Gens is a groundbreaking Minecraft plugin that revolutionizes the way players interact with generators in the game. Designed to enhance gameplay and provide a richer, more immersive experience, Voxel Gensintroduces a variety of innovative features and mechanics that set it apart from traditional generator plugins.

At the heart of Voxel Gens are its diverse types of generators. From item generators and command generators to experience (EXP) generators, unstable generators, and overclocked generators, each type offers unique gameplay mechanics. These generators automatically spawn items, execute commands, generate experience orbs, or yield rare items at regular intervals, adding a new layer of strategy and resource management to the game.

Voxel Gens also introduces event items like time warps and double item tokens, which accelerate item generation or double the number of items generated within a given timeframe. These event items add an exciting twist to the gameplay, providing temporary boosts and activating special events within the plugin.

yTTlGOb.png

  1. Diverse Types of Generators: Includes item generators, command generators, experience (EXP) generators, unstable generators, and overclocked generators, each offering unique gameplay mechanics.
  2. Event Items: Introduces event items like time warps and double item tokens that can accelerate item generation or double the number of items generated within a given timeframe.
  3. Comprehensive Commands: Offers a wide range of player and admin commands for easy management and control of generators and event items.
  4. PlotSquared Integration: Seamlessly integrates with PlotSquared, allowing players to place and manage generators within their assigned plots or regions.
  5. Unstable Generator: Features a unique type of generator that can switch between a working and a broken state, adding an extra layer of strategy and resource management.
  6. Overclocked Generator: Includes a special type of generator that can generate multiple items at once, offering a unique and exciting gameplay mechanic.
  7. Jackpot System: Introduces a fun way for users to win money by placing a generator that earns jackpot money.
  8. Interactive GUI: Provides an intuitive and interactive user interface for managing generators and event items.
  9. Placeholders: Offers a variety of placeholders for displaying information about generators, jackpots, and event items.
  10. Customizable Settings: Allows server owners to customize the settings of the plugin to suit their gameplay style and server rules.
Hhyqsq6.png

Player Commands:
  1. /generators
  2. /generator slots [player]
  3. /generator sync
  4. /generators holograms <on/off>
  5. /jackpot view
Admin Commands:
  1. /generators give %player_name% <generator> [amount]
  2. /generators slots add %player_name% <amount>
  3. /generators slots remove %player_name% <amount>
  4. /generators reset
  5. /eventitems give <player> <item> [amount]
  6. /event force <event> <time> <global/player>
  7. /jackpot draw
  8. /jackpot revoke <player>
EP8HqjN.png

YAML:
generators:
  coal-generator:
    type: ITEM
    item:
      name: §7Coal Generator
      material: COAL_BLOCK
    generation-frequency: 1.0
    upgrade:
      id: iron-generator
      cost: 5000.0
    particles:
      place:
        enable: true
        particle: WAX_ON
        amount: 5
      generate:
        enable: true
        particle: VILLAGER_HAPPY
        amount: 5
      break:
        enable: true
        particle: FLAME
        amount: 5
    generated-item: COAL
  iron-generator:
    type: ITEM
    item:
      name: §7Iron Generator
      material: IRON_BLOCK
    generation-frequency: 2.0
    particles:
      place:
        enable: true
        particle: WAX_ON
        amount: 5
      generate:
        enable: true
        particle: VILLAGER_HAPPY
        amount: 5
      break:
        enable: true
        particle: FLAME
        amount: 5
    generated-item: IRON_INGOT
  command-generator:
    type: COMMAND
    item:
      name: §7Command Generator
      material: NOTE_BLOCK
    generation-frequency: 3.0
    particles:
      place:
        enable: true
        particle: WAX_ON
        amount: 5
      generate:
        enable: true
        particle: VILLAGER_HAPPY
        amount: 5
      break:
        enable: true
        particle: FLAME
        amount: 5
    command: give %player_name% diamond 1
  exp-generator:
    type: EXP
    item:
      name: §aExp Generator
      material: EMERALD_BLOCK
    generation-frequency: 5.0
    upgrade:
      id: advanced-exp-generator
      cost: 5000.0
    particles:
      place:
        enable: true
        particle: WAX_ON
        amount: 5
      generate:
        enable: true
        particle: VILLAGER_HAPPY
        amount: 5
      break:
        enable: true
        particle: FLAME
        amount: 5
    generated-exp: 10
  advanced-exp-generator:
    type: EXP
    item:
      name: §aExp Generator
      material: EMERALD_BLOCK
    generation-frequency: 5.0
    particles:
      place:
        enable: true
        particle: WAX_ON
        amount: 5
      generate:
        enable: true
        particle: VILLAGER_HAPPY
        amount: 5
      break:
        enable: true
        particle: FLAME
        amount: 5
    generated-exp: 20
  unstable-generator:
    type: UNSTABLE
    item:
      name: §cUnstable Generator
      material: DIAMOND_BLOCK
    generation-frequency: 3.0
    particles:
      place:
        enable: true
        particle: WAX_ON
        amount: 5
      generate:
        enable: true
        particle: VILLAGER_HAPPY
        amount: 5
      break:
        enable: true
        particle: FLAME
        amount: 5
    broken-block: STONE
    generated-item: DIAMOND
    break-chance: 0.2
    repair-cost: 5
  overclocked-generator:
    type: OVERCLOCKED
    item:
      name: §aOverclocked Generator
      material: REDSTONE_BLOCK
    generation-frequency: 5.0
    particles:
      place:
        enable: true
        particle: WAX_ON
        amount: 5
      generate:
        enable: true
        particle: VILLAGER_HAPPY
        amount: 5
      break:
        enable: true
        particle: FLAME
        amount: 5
    total-generations: 200
    generated-items:
    - REDSTONE
    - DIAMOND
    - EMERALD
  jackpot-generator-i:
    type: JACKPOT
    item:
      name: §6Jackpot Generator I
      material: DIAMOND_BLOCK
    generation-frequency: 300.0
    particles:
      place:
        enable: true
        particle: WAX_ON
        amount: 5
      generate:
        enable: true
        particle: VILLAGER_HAPPY
        amount: 5
      break:
        enable: true
        particle: FLAME
        amount: 5
    generation-range:
      min: 1000
      max: 5000
  jackpot-generator-ii:
    type: JACKPOT
    item:
      name: §6Jackpot Generator II
      material: EMERALD_BLOCK
    generation-frequency: 300.0
    particles:
      place:
        enable: true
        particle: WAX_ON
        amount: 5
      generate:
        enable: true
        particle: VILLAGER_HAPPY
        amount: 5
      break:
        enable: true
        particle: FLAME
        amount: 5
    generation-range:
      min: 2000
      max: 5000
generator-slots: 10
repair-item:
  material: GOLD_NUGGET
  name: '&aRepair Token'
  lore:
  - '&eUse this item to repair'
  - '&eunstable generators'
event-items:
  5-min-warp:
    type: TIME_WARP
    item:
      name: §b5-Minute Time Warp
      material: CLOCK
      lore:
      - §7Use this item to instantly
      - §7warp 5 minutes ahead in time!
    duration: 300
  10-min-double-items:
    type: DOUBLE_ITEMS
    item:
      name: §beDouble Items (10 min)
      material: CLOCK
      lore:
      - §7Use this item to instantly
      - §7warp 5 minutes ahead in time!
    duration: 600
jackpot:
  enable: true
  draw-time: 3600
  blacklisted-players:
  - Player1
  - Player2
  - Player3
  formatting:
    number: '#,###'
    decimal: '#,###.00'
  jackpot-head: 50790
  maximum-generators: 2

YAML:
unknown-command: '&cUnknown command. Run &l/generator &chelp to see the full list
  of commands.'
player-command: Not available for consoles.
no-permission: '&cYou don''''t have permissions to run this command.'
player-not-found: '&cUnknown player &l%player%&c.'
non-numeric-input: '&cYou must enter a numeric value.'
invalid-numeric-input-zero: '&cValue must be higher than 0.'
help-command-info: Displays this list.
help-command-usage: /generator help
help-text-header: '&e&lCommands'
help-text-command-format: '&b%usage% &e- &9%info%'
no-available-commands: '&cYou don''t have access to any commands.'
reload-command-info: Reloads the plugin's configuration file.
reload-command-usage: /generator reload
reload-command-success: '&aConfiguration successfully reloaded.'
limit-command-info: Manages the generator slots of players.
limit-command-usage: /generator limit
limit-command-help: |
  &eSlots Commands
  &b/generator limit add <Player> <Amount> &e- &aAdds the specified amount of generator slots to the selected player.
  &b/generator limit remove <Player> <Amount> &e- &aRemoves the specified amount of generator slots from the selected player.
  &b/generator limit reset &e- &aResets the generator slots of all players.
limit-command-success: '&a&l%player%&a has &l%amount%&a generator slots.'
limit-add-command-usage: /generator limit add <Player> <Amount>
limit-add-command-success: '&aSuccessfully added &l%amount%&a generator slots to &l%player%&a.'
limit-remove-command-usage: generator limit remove <Player> <Amount>
too-many-slots: '&cThis would set &l%player%''s&c slot to negative.'
limit-remove-command-success: '&aSuccessfully removed &l%amount%&a generator slots
  from &l%player%&a.'
limit-reset-command-success: '&aSuccessfully reset generator slots of all players.'
sync-command-info: Syncs all your generators so they start at the same time.
sync-command-usage: /generator sync
sync-command-success: '&aYour generators have been successfully synced.'
hologram-command-info: Enables or disables holograms for you generators.
hologram-command-usage: /generator holograms <ON/OFF>
invalid-boolean-value: '&cValue must be ON or OFF.'
value-did-not-change: '&cValue is already set to &l%value%&c.'
hologram-command-success: '&aGenerator holograms successfully set to &l%value%&a.'
generator-give-command-info: Gives the specified generator to the selected player.
generator-give-command-usage: /generator give <Player> <Generator> [Amount]
unknown-generator: '&cUnknown generator &l%generator%&c.'
generator-give-command-success: '&aSuccessfully gave &l%amount% %generator%&a generators
  to &l%player%&a.'
give-repair-item-info: Gives the specified amount of generator repair items to the
  selected player.
give-repair-item-usage: /generator giverepairitem <Player> [Amount]
repair-item-error: '&cThere''s an error with the configurations of the repair item.'
give-repair-item-success: '&aSuccessfully gave &l%amount%&a repair item(s) to &l%player%&a.'
jackpot-draw-command-info: Forcefully draws the current jackpot.
jackpot-draw-command-usage: /jackpot draw
jackpot-not-enabled: '&cJackpot isn''t enabled.'
jackpot-draw-command-success: '&aJackpot successfully drew.'
jackpot-view-command-info: Opens the Jackpot menu.
jackpot-view-command-usage: /jackpot view
jackpot-revoke-command-info: Revokes the specified player from the jackpot.
jackpot-revoke-command-usage: /jackpot revoke <Player>
already-revoked: '&c&l%player%&c is already revoked.'
jackpot-revoke-command-success: '&aSuccessfully revoked &l%player%&a from the jackpot.'
jackpot-unrevoke-command-info: Unrevokes the specified player from the jackpot.
jackpot-unrevoke-command-usage: /jackpot unrevoke <Player>
not-revoked: '&c&l%player%&c is not revoked.'
jackpot-unrevoke-command-success: '&aSuccessfully unrevoked &l%player%&a from the
  jackpot.'
event-item-give-command-info: Gives the specified event item to the selected player.
event-item-give-command-usage: /event giveitem <Player> <EventItem> [Amount]
unknown-event-item: '&cUnknown event item &l%eventitem%&c.'
event-item-give-command-success: '&aSuccessfully gave &l%amount% %eventitem%&a to
  &l%player%&a.'
event-force-command-info: Force the selected event for the specified player.
event-force-command-usage: /event force <Global/Player> <Event> <Time>
unknown-event: '&cUnknown event &l%event%&c.'
no-time-warp-force: '&cTime warp can''t be forced.'
event-force-command-success: '&aSuccessfully started &l%event%&a for &l%target%&a
  during &l%time% seconds&a.'
event-force-global-broadcast: '&9&lEVENT &8» &7A %event% event has &aStarted&7!'
event-clear-command-info: Clears the specified event from the selected player.
event-clear-command-usage: /event clear <Global/Player> <Event>
no-time-warp-clear: '&cTime warp can''t be cleared.'
event-clear-command-success: '&aSuccessfully cleared &l%event%&a for &l%target%&a.'
generator-place: '%name%&a successfully placed.'
no-generator-slots: '&cYou can''t place any more generators.'
too-many-jackpot-generators: '&cYou already placed the maximum amount of jackpot generators.'
not-broken-generator: '&cThis unstable generator isn''t broken.'
no-repair-items: '&cYou need &l%amount%&c repair items to repair this generator.'
repaired-generator: '&aGenerator successfully repaired.'
no-upgrade-requirements: '&cYou don''t meet the requirements to upgrade this generator.'
generator-break: '%name%&a successfully removed.'
unstable-generator-break: '&c&lOh no, your unstable generator has broken.'
hologram-lines: |-
  %name%
  &e&lNext Generation
  &9&l%time%
upgrade-menu-title: Upgrade generator?
upgrade-requirements-text: |-
  &eRequirement:
  &a$%cost%
upgrade-menu-yes: '&aYes'
upgrade-menu-no: '&cNo'
no-break-permission: '&cYou don''t have permissions to break this generator.'
double-items-claim: '&9Double Items &8» &7You now have double items'
time-warp-menu-title: Time Warp
time-warp-generator-item-lore: |
  &9X: &e&l%x%
  &9Y: &e&l%y%
  &9Z: &e&l%z%
jackpot-menu-title: Jackpot
jackpot-item-name: '&eCurrent Jackpot'
jackpot-item-lore: '&e&l$%balance%'
last-winner-item-name: '&eLast Winner'
last-winner-item-lore: |
  &9&l%player%
  &3Amount: &l%amount%
jackpot-winner: '&e&l%player%&e won the Jackpot!'

YAML:
success:
  sound: BLOCK_NOTE_BLOCK_PLING
  enable: true
  volume: 0.6
  pitch: 1.6
error:
  sound: BLOCK_NOTE_BLOCK_BASS
  enable: true
  volume: 0.6
  pitch: 0.6
generator-place:
  sound: BLOCK_BEACON_POWER_SELECT
  enable: true
  volume: 0.6
  pitch: 1.2
generator-break:
  sound: BLOCK_RESPAWN_ANCHOR_DEPLETE
  enable: true
  volume: 0.6
  pitch: 1.2
repair-generator:
  sound: BLOCK_ANVIL_USE
  enable: true
  volume: 0.6
  pitch: 1.2
upgrade-menu-open:
  sound: UI_BUTTON_CLICK
  enable: true
  volume: 0.6
  pitch: 1.2
upgrade-menu-close:
  sound: UI_BUTTON_CLICK
  enable: false
  volume: 0.6
  pitch: 1.2
event-item-use:
  sound: ITEM_TOTEM_USE
  enable: true
  volume: 0.6
  pitch: 1.3
time-warp-menu-open:
  sound: UI_BUTTON_CLICK
  enable: true
  volume: 0.6
  pitch: 1.2
page-turn:
  sound: ITEM_BOOK_PAGE_TURN
  enable: true
  volume: 0.6
  pitch: 1.2
jackpt-menu-open:
  sound: BLOCK_NOTE_BLOCK_BELL
  enable: true
  volume: 0.6
  pitch: 1.5
jackpot-win:
  sound: UI_TOAST_CHALLENGE_COMPLETE
  enable: true
  volume: 0.6
  pitch: 1.2

Buy a license now
$9.99
EULA: Standard EULA
New: Now supporting cryptocurrency payments!
Share and earn
Refer this resource and earn a 10% commission.
1,471 Views
2 Purchases
5 Downloads
Sep 20, 2023 Published
Dec 13, 2023 Updated
Not yet rated
153.7 KB File size
Type
  1. Gameplay
Supported software
  1. Bukkit
  2. Spigot
  3. Paper
Supported versions
  1. 1.17
  2. 1.18
  3. 1.19
  4. 1.20
Creator
Recommended for you
An advanced plugin which allows your players to have their own sub-server, install plugin & more
5.00 star(s) 9 ratings
122 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 122 ratings
3,267 purchases
The ultimate chat formatting and filtering plugin. Can replace 200+ plugins. Customizable & fast.
5.00 star(s) 121 ratings
2,548 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 65 ratings
2,352 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
5.00 star(s) 61 ratings
2,328 purchases
Share and earn
Refer this resource and earn a 10% commission.
1,471 Views
2 Purchases
5 Downloads
Sep 20, 2023 Published
Dec 13, 2023 Updated
Not yet rated
153.7 KB File size
Type
  1. Gameplay
Supported software
  1. Bukkit
  2. Spigot
  3. Paper
Supported versions
  1. 1.17
  2. 1.18
  3. 1.19
  4. 1.20
Creator
Recommended for you
An advanced plugin which allows your players to have their own sub-server, install plugin & more
5.00 star(s) 9 ratings
122 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 122 ratings
3,267 purchases
The ultimate chat formatting and filtering plugin. Can replace 200+ plugins. Customizable & fast.
5.00 star(s) 121 ratings
2,548 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 65 ratings
2,352 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
5.00 star(s) 61 ratings
2,328 purchases
Top