PublicBin

PublicBin

1.4k Downloads

Problem with chest menu plugin

Jerrylum opened this issue ยท 0 comments

commented

Describe the bug
Cannot open the trash bin by clicking a chest menu icon.

To Reproduce
Steps to reproduce the behavior:

  1. Setup a Spigot server
  2. Install plugin BetterGUI (or any other chest menu plugin)
  3. Install PublicBin 1.0.1
  4. Setup plugins/BetterGUI/menu/example.yml config file
    bincmd:
      COMMAND: 'bin'
      NAME: '{rainbow}/bin'
      ID: ender_pearl
      POSITION-X: 1
      POSITION-Y: 2
  5. Start the server
  6. Join the server, use the command /openmenu example.yml to open the menu
  7. Right-click the ender pearl icon

Expected behavior
Players should always be able to use the command /bin to open trash bin.

Server (please complete the following information):

  • Type: All Server
  • Version All

Workaround
Add delay.

bincmd:
  COMMAND: 
   - 'delay 1'
   - 'bin'
  NAME: '{rainbow}/bin'
  LORE:
    - 'It just executes /bin command'
    - 'as the player who clicked.'
  ID: ender_pearl
  POSITION-X: 1
  POSITION-Y: 2