forked from Upstream/CommandPanels
3.15.5.6
This commit is contained in:
parent
52600fe347
commit
08691c557f
19
README.md
19
README.md
@ -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).
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: 3.15.5.5
|
||||
version: 3.15.5.6
|
||||
main: me.rockyhawk.commandpanels.CommandPanels
|
||||
name: CommandPanels
|
||||
author: RockyHawk
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user