mcMMO-Dev / mcMMO-Classic

mcMMO Classic.
https://www.spigotmc.org/resources/official-mcmmo-classic.2445/
Other
37 stars 44 forks source link

Mining XP prison server #65

Closed MMN-2024 closed 4 years ago

MMN-2024 commented 4 years ago

Hey,

I am using the MCMMO plugin in my prison server, however I and my players do not gain mining experience. In my survival server everything is fine, however in prison it doesn't work properly. I tried to use the default configuration, but this didn't fix the issue neither.

Mcmmo 1.6.2-SNAPSHOT worldguard 7.0.2-SNAPSHOT;bf2593e (latest stable build on bukkit) worldedit 7.1.0;8e55131 (latest stable build on bukkit) Paper 1.15.2, build 282. (latest)

How can I fix this problem?

Kind regards,

t00thpick1 commented 4 years ago

My first thought would be a permissions issue. Barring that, potentially a plugin conflict, especially with the way many prison servers interact with blocks. So first check your permissions, if those are correct, please let me know what plugins you run.

On Wed, May 13, 2020 at 9:33 AM minemalia notifications@github.com wrote:

Hey,

I am using the MCMMO plugin in my prison server, however I and my players do not gain mining experience. In my survival server everything is fine, however in prison it doesn't work properly.

Mcmmo 1.6.2-SNAPSHOT worldguard 7.0.2-SNAPSHOT;bf2593e (latest stable build on bukkit) worldedit 7.1.0;8e55131 (latest stable build on bukkit) Paper 1.15.2, build 282. (latest)

Do you have any suggestions?

Kind regards,

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mcMMO-Dev/mcMMO-Classic/issues/65, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKEQ2KOW75T6VUTZ26KGQ3RRKOQ3ANCNFSM4M7YDN3A .

MMN-2024 commented 4 years ago

Thank you for your help, I figured out that this was caused by autosell.

I had to change the block_listener_priority in the autosell configuration to MONITOR instead of HIGHEST.