Problem with chest menu plugin
Jerrylum opened this issue ยท 0 comments
Describe the bug
Cannot open the trash bin by clicking a chest menu icon.
To Reproduce
Steps to reproduce the behavior:
- Setup a Spigot server
- Install plugin BetterGUI (or any other chest menu plugin)
- Install PublicBin 1.0.1
- Setup
plugins/BetterGUI/menu/example.yml
config filebincmd: COMMAND: 'bin' NAME: '{rainbow}/bin' ID: ender_pearl POSITION-X: 1 POSITION-Y: 2
- Start the server
- Join the server, use the command
/openmenu example.yml
to open the menu - 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