Kind of defeats the purpose of Factions if you ask me.
I'm having an error that I can't quite fix: Some help would be nice. package me.TheRedHeadHD.FactionsPlus.Utilities; import org.bukkit.Bukkit;...
Use the ServerListPingEvent maybe?
TGRHavoc , SkyleTyler1337 Thanks. Everything is working as planned.
I have registered the event in the plugin.yml, just not sure why it's not working. I have a separate package for my commands. package...
Are52Tap Thank you. I had initialized and created the Shop in the ShopListener class without ever linking the class to the Main class.
Maurdekye I wasn't sure what you meant to be honest so I checked if the entity was null but the same error showed. Here is the code now:...
Are52Tap I have that in my ShopListener Class: public static Inventory shop; public ShopListener() { shop =...
adam753 How would I fix it? And how were you able to tell? ^ Sorry if I sound like a "noob" --> I'm just trying to learn as I go.
I'm trying to make it so when you right click a villager with custom name "VIPShop" it opens a shop inventory, however, it's not working...
Gater12 how will this prevent players from moving items into the VIPShop?
Gater12 could you give me an example?
So I'm trying to prevent players from moving items into a virtual VIPShop, however, it's not working. Here is my code:...
Separate names with a comma.