FortuneBlock Plugin

Status
This thread has been locked.

Zapexy

Freelance Manager
Premium
Feedback score
2
Posts
132
Reactions
114
Resources
0
Hello. If you happen to know of a plugin that uses fortune enchantments from a pickaxe to work on configurable blocks, then please link it below or private message me. Thank you.
 

Zapexy

Freelance Manager
Premium
Feedback score
2
Posts
132
Reactions
114
Resources
0

Zapexy

Freelance Manager
Premium
Feedback score
2
Posts
132
Reactions
114
Resources
0

Miinter

Premium
Feedback score
0
Posts
655
Reactions
160
Resources
0
Here is my Developer Group's Thread! http://www.mc-market.org/threads/88070/
We aim to provide high quality plugins, websites, and etc that will fit your Development needs :)
Skype: williamduyly
 

dentoffe

Premium
Feedback score
5
Posts
741
Reactions
274
Resources
0
Looks like a nice plugin. You sure that fortune enchantments work on blocks here though?
Yeah fortune blocks is included in this plugin. This is in the config:
Code:
  fortune:
    enabled: true
    max_fortune_drops: 100
    disabled_worlds:
   - someworld
    - someotherworld
    fortune_blocks:
   - DIAMOND_ORE
    - EMERALD_ORE
    - GOLD_ORE
    - IRON_ORE
    - LAPIS_ORE
    - REDSTONE_ORE
    - QUARTZ_ORE
    - COAL_ORE
    - DIAMOND_BLOCK
    - EMERALD_BLOCK
    - GOLD_BLOCK
    - IRON_BLOCK
    - LAPIS_BLOCK
    - REDSTONE_BLOCK
    - QUARTZ_BLOCK
    - COAL_BLOCK
Link to the config:
 

Zapexy

Freelance Manager
Premium
Feedback score
2
Posts
132
Reactions
114
Resources
0
Yeah fortune blocks is included in this plugin. This is in the config:
Code:
  fortune:
    enabled: true
    max_fortune_drops: 100
    disabled_worlds:
   - someworld
    - someotherworld
    fortune_blocks:
   - DIAMOND_ORE
    - EMERALD_ORE
    - GOLD_ORE
    - IRON_ORE
    - LAPIS_ORE
    - REDSTONE_ORE
    - QUARTZ_ORE
    - COAL_ORE
    - DIAMOND_BLOCK
    - EMERALD_BLOCK
    - GOLD_BLOCK
    - IRON_BLOCK
    - LAPIS_BLOCK
    - REDSTONE_BLOCK
    - QUARTZ_BLOCK
    - COAL_BLOCK
Link to the config:


I see. Thank you so much for helping me with this.
 
Status
This thread has been locked.
Top