ExpCreator
The ExpCreator plugin allows you to customize the experience of any block in Minecraft. You can assign experience accrual for mining any block in Minecraft. For example, you can assign 5 experience points for mining a stone.
How the plugin works
In the ExpCreator plugin, you can also configure the amount of experience for blocks that are given experience in mining according to the standard. One of these blocks is coal ore. The most important thing is that its production is given a random amount of experience in a certain period.
If you set your experience value via the plugin, then it will become a constant. In this case, for each extracted coal, you will get exactly the number of experience that you specified in the config.
This is config.yml:
GRASS: amount: 1 STONE: amount: 5 CHEST: amount: 11
The config shows that you will get 1 experience for mining a block of grass. For extraction of a stone – 5 experience. And for the chest – 11 experience. You can remove these values and add your own, there are no restrictions. The main thing is to write the correct names of blocks from Minecraft.
How to install plugin
1. Download plugin
2. Put the plugin in the "plugins" folder
3. Restart server
-
View User Profile
-
Send Message
Posted Apr 7, 2021can you please update it? default configuration keeps populating - coming back after I remove them.
GRASS:
amount: 1
STONE:
amount: 5
CHEST:
amount: 11
-
View User Profile
-
Send Message
Posted Oct 15, 2020Hey, do you think it's possible to add XP from crops?
For example: for wheats ID, it'd be: WHEAT_CROPS
-
View User Profile
-
Send Message
Posted Oct 16, 2020In reply to Aethyc:
Maybe, idk)
-
View User Profile
-
Send Message
Posted Aug 6, 2020Plugin works, but doesn't appear to be customizable, so you're stuck with the default config.yml.
running on 1.16.1
-
View User Profile
-
Send Message
Posted Aug 8, 2020In reply to jthrockmorton206:
What exactly is the problem? You can add any block in the config, as in the example, and everything will work
-
View User Profile
-
Send Message
Posted Aug 8, 2020In reply to raidark_:
Hello Raidark,
When I edit the config.yml file, no changes happen. I still get the default xp from stone, grass, and chests. Adding other blocks to the config file or removing the stone, grass, or chest values from the config file, then resetting my server appear to have no affect.
-
View User Profile
-
Send Message
Posted Aug 10, 2020In reply to jthrockmorton206:
-
View User Profile
-
Send Message
Posted Aug 10, 2020In reply to raidark_:
Thank you, this tip helps and the plugin is mostly working.
It appears that tree blocks are not working, which is what I was trying before.
IE:
BIRCH_LOG:
amount: 1
BIRCH LOG:
amount: 1
BIRCH_WOOD:
amount: 1
BIRCH WOOD:
amount: 1
Neither of those values will give XP when cutting down a birch tree. Also will not grant XP when placing a Birch Log from my inventory onto the ground and collecting with an axe.
All other blocks I have tried to put in the config file have worked. Thank you for making this plugin.
-
View User Profile
-
Send Message
Posted Apr 21, 2020I've added MAGMA_BLOCK, but doesnt seem to be giving me any XP
-
View User Profile
-
Send Message
Posted Apr 21, 2020the:
CHEST:
amount:11
keeps coming back even after removing it; I have tried removing it and restarting the server multiple times
-
View User Profile
-
Send Message
Posted Apr 25, 2020In reply to JennerPalacios:
I can not understand what you wrote.
-
View User Profile
-
Send Message
Posted Apr 21, 2020Does it stack with default XP from Minecraft or overwrites it?
for instance if I add coal: 5, does it gives just the 5? or the 5 plus whatever xp Minecraft calculates (0-2)
-
View User Profile
-
Send Message
Posted Apr 25, 2020In reply to JennerPalacios:
I wrote about this in the plugin description, the number of experience that you write in the config of my plugin will be given.
About MAGMA_BLOCK I don't know, maybe you registered the wrong block name.
-
View User Profile
-
Send Message
Posted Mar 31, 2020If you have any suggestions for the functionality of this plugin, write them in the comments and I will update the plugin.