elBukkit / MagicPlugin

A Bukkit plugin for spells, wands and other magic
http://mine.elmakers.com
MIT License
239 stars 148 forks source link

right click enchanting table #929

Closed bobbyoshi closed 3 years ago

bobbyoshi commented 3 years ago

so ive seen the other issue in the past and have used /mconfig example add survival etc. and it fixed it. now im having the issue since updating to the latest update. i tried removing all examples and re adding them again. still no good, i have no plugins that modify the enchanting table in any way. which i saw on a different post that could cause this issue. so im stumped. i zipped the files and have a drive link posted with them. please help

https://drive.google.com/file/d/1i4aa7bOXYz8wF0X-ByKVtPKyqtliy1YN/view?usp=sharing

bobbyoshi commented 3 years ago

sorry i should add incase its not implied, right clicking enchanting table with any wand is not bringing up the spell/wand upgrade gui, it does work with the spell shop npc,

NathanWolf commented 3 years ago

You must have survival set as the main example for the enchant table to work.

Try /mconfig example set survival automata engineering chests spawnmobs

bobbyoshi commented 3 years ago

oh i used add not set >.<

bobbyoshi commented 3 years ago

ok so that did not work, i did notice on boot, i got this error i didnt notice before

WARN Failed to find mcore

NathanWolf commented 3 years ago

That's nothing to do with Magic, probably Factions (MassiveCore).

NathanWolf commented 3 years ago

What does /mconfig example list look like? Or can you open and paste the contents of just plugins/Magic/config/_examples.yml ?

bobbyoshi commented 3 years ago

ah i see, ok. so its still not working for some reason

bobbyoshi commented 3 years ago

yes Screenshot (25)

bobbyoshi commented 3 years ago

example: survival examples:

bobbyoshi commented 3 years ago

this is from the file

NathanWolf commented 3 years ago

Thanks- that looks right.

I'm not sure if it's intentional but you have a file, plugins/Magic/config/new_changeme.yml with a lot of customizations in it. Not sure if that was intentional, but if there's nothing in there you need I would try deleting it next. (Then do /magic load)

bobbyoshi commented 3 years ago

ok that wont delete the customizations will it? we have modified and rebalanced alot to make classes balanced from each other, i absolutely love the plug in, ill be donating again lol.

NathanWolf commented 3 years ago

Hm- well it will get rid of certain customizations, but there's not much in there that looks like you actually meant to change it. Shouldn't have any class or other balance configs in it- maybe take a look through the file and see if there's anything in there you actually meant to change.

Not really sure how it got there, my guess is a mis-typed editor command.

If you're nervous about deleting it, search for enchant_click and delete everything around that area. This config file is turning off the enchant table:

# This controls what players will see when interacting with an enchantment table
# These spells must exit in your configuration for this to work, and "enchant_block" needs to be set.
# enchant_click: progressmenu
# enchant_sneak_click: spellshop
enchant_click: ""
enchant_sneak_click: ""
enchant_click_requires_wand: true

# This can be used to set up a progression system based on clicking an enchant table with your wand.
# enchant_block: enchantment_table
enchant_block: ""
bobbyoshi commented 3 years ago

ok so i just delete everything you have showing there?

bobbyoshi commented 3 years ago

and yea sorry, im a little nervous, spent a long time going over everything and rebalancing them lol

bobbyoshi commented 3 years ago

you guys have done such an amazing job with this, i really think this is one of the best plug in out there. you should team up with mojang >.>

NathanWolf commented 3 years ago

yeah just delete all that stuff- but really I think you're better off without that whole file! I'd suggest reading through it, if nothing looks familiar in there you can delete it. Save a backup just in case, of course.

bobbyoshi commented 3 years ago

ok yea ill save a back up and give it a go thanks for all the help

bobbyoshi commented 3 years ago

it worked!!!

again, yall are the best. and i only needed to delete that one part of the script

thanks for all the quick responses, will be giving more of my support =)

NathanWolf commented 3 years ago

Glad you got it working!

And you helped me narrow in on why this maybe keeps happening to people, you are not the only one to have reported it.

bobbyoshi commented 3 years ago

awesome! im glad this could help!.