How-To Use TokenEnchant

Status
This thread has been locked.

Cem

Banned
Feedback score
2
Posts
161
Reactions
38
Resources
0
Hello people of mcm, i really need your help on some stuff. So i setup a sign to enchant (http://prntscr.com/eaea9h) and after i right click the sign this is what happens (http://prntscr.com/eaebyy), i havent made any changed on the config, this thing is really annoying to me

Please help me guys...
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Hawkk

Feedback score
0
Posts
225
Reactions
71
Resources
0
Very common problem, at the bottom of the config, you shall see something like

Code:
Items:
    GOLD_PICKAXE:
        - Unbreaking
        - Fortune
        - Efficiency

Well add your tool such as a Diamond Pickaxe then add the enchant

Code:
    DIAMOND_PICKAXE:
        - Fortune
 
Last edited:

Cem

Banned
Feedback score
2
Posts
161
Reactions
38
Resources
0
Very common problem, at the bottom of the config, you shall see something like

WOOD_PICKAXE:
Efficiency
Fortune
Unbreaking

Well add your tool such as a Diamond Pickaxe then add the enchant

DIAMOND_PICKAXE:
Fortune
Thanks, kinda saved my life lol[DOUBLEPOST=1487442706][/DOUBLEPOST]
Very common problem, at the bottom of the config, you shall see something like

Code:
Items:
    GOLD_PICKAXE:
        - Unbreaking
        - Fortune
        - Efficiency

Well add your tool such as a Diamond Pickaxe then add the enchant

Code:
    DIAMOND_PICKAXE:
        - Fortune
Do you know how i can change the limits on enchantments? for example fortune is limited up to level 10 how can i change that to 100 or something like that
 
Last edited:
Banned forever. Reason: Scamming (https://builtbybit.com/threads/cem-scam-report.278138/)

Hawkk

Feedback score
0
Posts
225
Reactions
71
Resources
0
Thanks, kinda saved my life lol[DOUBLEPOST=1487442706][/DOUBLEPOST]
Do you know how i can change the limits on enchantments? for example fortune is limited up to level 10 how can i change that to 100 or something like that
Above the Items and Conflicts there are the Enchants

So find Fortune and change the max
Code:
Enchants:
    Fortune:
      price: 10
      max: 100
 

Cem

Banned
Feedback score
2
Posts
161
Reactions
38
Resources
0
Th
Above the Items and Conflicts there are the Enchants

So find Fortune and change the max
Code:
Enchants:
    Fortune:
      price: 10
      max: 100
Thanks but i couldent see the max settings for explosive enchant, were are them?
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/cem-scam-report.278138/)

Cem

Banned
Feedback score
2
Posts
161
Reactions
38
Resources
0
Banned forever. Reason: Scamming (https://builtbybit.com/threads/cem-scam-report.278138/)

Hawkk

Feedback score
0
Posts
225
Reactions
71
Resources
0
Hello, do you know why my explosive enchants doesent work? When i mine the blocks dont break however the sound and the effect happens
It is an external pick up plugin

Try turning this to false
Code:
PickupTEExplodedBlocks: false

Use WorldGuard, set block-break: allow in the config and UseWorldGuardNewFlag: true (in TE)

USE WORLDGUARD 6


This area (the block breaking) is not my strong suit
 
Last edited:

Cem

Banned
Feedback score
2
Posts
161
Reactions
38
Resources
0
It is an external pick up plugin

Try turning this to false
Code:
PickupTEExplodedBlocks: false

Use WorldGuard, set block-break: allow in the config and UseWorldGuardNewFlag: true (in TE)

USE WORLDGUARD 6


This area (the block breaking) is not my strong suit
I did everything you said, still not working[DOUBLEPOST=1487516092][/DOUBLEPOST]
It is an external pick up plugin

Try turning this to false
Code:
PickupTEExplodedBlocks: false

Use WorldGuard, set block-break: allow in the config and UseWorldGuardNewFlag: true (in TE)

USE WORLDGUARD 6


This area (the block breaking) is not my strong suit
There is a thing called explode_event. I dont know what that is, can it be becouse of that
 
Last edited:
Banned forever. Reason: Scamming (https://builtbybit.com/threads/cem-scam-report.278138/)

Hawkk

Feedback score
0
Posts
225
Reactions
71
Resources
0
I did everything you said, still not working[DOUBLEPOST=1487516092][/DOUBLEPOST]
There is a thing called explode_event. I dont know what that is, can it be becouse of that
Best thing to do is message the author on Spigot

I don't know anything else from the block breaking, it is the only part that I am fuzzy in
 
Status
This thread has been locked.
Top