This commit is contained in:
rockyhawk64 2021-06-01 16:48:35 +10:00
parent 52600fe347
commit 08691c557f
4 changed files with 2 additions and 22 deletions

View File

@ -9,25 +9,6 @@ If you don't feel like scripting, Command Panels is one of the few free plugins
- Comes with a built in editor
- Unlimited GUIs
- Create complex panel systems
### Command Panels Server
This is the official Command Panels Server. Feel free to join in and be a part of the community! The server is survival 1.8-1.16.4. Test the plugin here too!
`play.CommandPanels.org`
### Partnered Servers
These servers are running Command Panels. Feel free to join in and be a part of the community!
ArcticForestMC | 1.16
arcticforestmc.net
Emerald Earth | 1.16
emeraldearth.us.to
CrystalRPG | 1.16
play.crystalrpg.com
GrindMC | 1.15
play.grind-mc.com
### Discord Support
You can join the discord server for support [here](https://discord.gg/eUWBWh7).

View File

@ -1,4 +1,4 @@
version: 3.15.5.5
version: 3.15.5.6
main: me.rockyhawk.commandpanels.CommandPanels
name: CommandPanels
author: RockyHawk

View File

@ -40,7 +40,6 @@ public class Utils implements Listener {
if(e.getSlot() == -999){return;}
if(e.getAction() == InventoryAction.MOVE_TO_OTHER_INVENTORY){
e.setCancelled(true);
return;
}
if(e.getClickedInventory().getType() == InventoryType.PLAYER){
return;

View File

@ -1,6 +1,6 @@
package me.rockyhawk.commandpanels.openwithitem;
import de.jeff_media.ChestSortAPI.ChestSortEvent;
import de.jeff_media.chestsort.ChestSortEvent;
import me.rockyhawk.commandpanels.CommandPanels;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;