GithubHelp home page GithubHelp logo

Comments (11)

connection-lost avatar connection-lost commented on July 21, 2024

Which custom spawner plugin are you using?

from lockettepro.

ygtdmn avatar ygtdmn commented on July 21, 2024

I have a custom private plugin. I can share source code in private with you if you want.

from lockettepro.

connection-lost avatar connection-lost commented on July 21, 2024

Please send me privately at frankwu1995(at)hotmail.com

I solved a similar issue a year ago. It is possible that your custom plugin has a little incompatibility and requires a one line rewrite.

from lockettepro.

ygtdmn avatar ygtdmn commented on July 21, 2024

I sent.

from lockettepro.

connection-lost avatar connection-lost commented on July 21, 2024

I have 2 recommended solution for you:

  1. (Good solution)
    At Main.java, line 287:
    Please change this line
    @eventhandler
    to
    @eventhandler(priority=EventPriority.HIGHEST)

  2. (Fair solution)
    At Main.java, line 288, for the entire method "BlokKoyunca(BlockPlaceEvent event)":
    Please use "event.setCancelled()" if the spawner is correctly placed.

The issue is caused by your custom spawner plugin did not attempted to accommodate with another plugin. The solution above will add proper accommodation procedures.

from lockettepro.

ygtdmn avatar ygtdmn commented on July 21, 2024

I did but problem still continues.

from lockettepro.

ygtdmn avatar ygtdmn commented on July 21, 2024

Oh block disappearing problem is solved but still cant put a block on a spawner.

from lockettepro.

connection-lost avatar connection-lost commented on July 21, 2024

"Oh block disappearing problem is solved but still cant put a block on a spawner."
This should only happen if the you do not have permission to the other spawner... Please try confirm, I will look into it again if it is not the case.

from lockettepro.

ygtdmn avatar ygtdmn commented on July 21, 2024

Yes, no permission to the other block. But why players cant put a spawner on a another persons spawner?

from lockettepro.

connection-lost avatar connection-lost commented on July 21, 2024

I'll go check again

from lockettepro.

connection-lost avatar connection-lost commented on July 21, 2024

"Yes, no permission to the other block. But why players cant put a spawner on a another persons spawner?"

Wait nonono, sorry for my previous reply, but this is intended! You are not supposed to "interact" with unauthorized block in any time! This is because locking a stone is not necessary to prevent interaction, but preventing interaction will avoid conflict with other plugins. In this case, preventing interaction with a stone will sufficiently block "super breaker pickaxe" from mcmmo. It is not possible to perfectly protect a block while safely coordinate with all other plugins.

Putting a block on another block is actually "right click" interaction with "target block" while you have "some block in hand".

Solution is simple: try to put the block from another direction.

from lockettepro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.