Quantcast
Channel: SpigotMC - High Performance Minecraft
Viewing all 128654 articles
Browse latest View live

Calculating how big/if a player gets a combo

$
0
0
I'm trying to figure out how to get how big a combo is and even if they get a combo, in my case a combo is 3 hits long (without the other player hitting you) here's what i tried:

Code (Text):

    @EventHandler
   public void onDamage(EntityDamageByEntityEvent e){
       if(e.getEntity() instanceof Player && e.getDamager() instanceof Player){
           Player hitter = (Player)e.getDamager();
           Player hit = (Player)e.getEntity();
           for(HitEvent hitE : showers.getHitEvents()){...
Calculating how big/if a player gets a combo

[ I NEED HELP PLEASE!! ]

$
0
0
Hello, I need help. I have error in my plugin.

Error #1:
Code (Text):
[19:27:47 WARN]: java.lang.NullPointerException
[19:27:47 WARN]:        at cz.Spekynek123.Hamburger123.ScoreBoard.Cmd.onKillPoints(Cmd.java:90)
[19:27:47 WARN]:        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[19:27:47 WARN]:        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[19:27:47 WARN]:        at...
[ I NEED HELP PLEASE!! ]

Making a more efficient alerting system

$
0
0
So I am making a private anti-cheat and I saw NoCheatPlus and I wondered how it does like:
Bob failed Fly (7VL) without saying 1vl, 2vl etc.
I tried this but it did not work someone help?
current code:
Code (Text):

for (Player player : Bukkit.getOnlinePlayers()) {
            if (player.hasPermission("hackbuster.notify")) {
                player.sendMessage("§7§lHackBuster §c" + hacker.getName()
                + " §8detected for §f" + getName()
                + " §7§o(" + violations.get(hacker)...
Making a more efficient alerting system

Plugin Ideas

$
0
0
Anyone got any plugin ideas, i can't think of anything to code and im wanting to upload more to Spigot.

Display different images in maps for each player

$
0
0
Hello people. I have made a language system in my plugin. I have also made a system to load images from the web and made some pre-set text arrangements.
I want to make it so spanish players see the spanish text and english people see the english text, of course at the same location. I know it's possible, but how do I display different images in the blocks depending on the player?

Best plugins for...

$
0
0
Hello!
Could anyone please write me best plugins for like onscreen things? I mean, scoreboards, actionbars, titles etc. Just plugins to attract players on first look, so sth like HUD plugins.
Thanks :D

A noob is running an OVH server and doesn't understand a bit.

$
0
0
Hello Spigot community :D

I'm extremely new to hosting a Minecraft server on OVH and I'm a little confused and scared because I can break something if I don't know how to use it. I purchased a package on OVH, OVH VPN SSD to start off.

Anyway, the problem is that I am really new to hosting a Minecraft server on OVH. I know how to use spigot/bukkit and how to add plugins, but I don't know how to use the server side commands. I am using Ubuntu (newest version). So, I need some help to create...

A noob is running an OVH server and doesn't understand a bit.

Need high CPU or multi-core CPU for Server Survival

$
0
0
Currently I am planning to buy a server for Survival Server and can meet 2 clusters with Online number of each cluster is 150/150

So I need a high CPU or a multi-core CPU to run the Server, looking forward to your help counseling

I'm targeting two types of CPUs

1 is high CPU : Intel Xeon E5-1630 v3 @ 3.70GHz

2 is a multi-core CPU : Intel Xeon E5-2660 v3 @ 2.60GHz

And if running Survival should run more CPU or just one

Sorry for being so bad English

Overcore //looking for partner

$
0
0
  • About

    Hi, today i'm looking for a partner for my Network called "Overcore".
    We have
    Bedwars

    Opsurvival
    Minigames
    Zombies
    kitpvp

    Skypvp
    Creative
    Skywars
    AND ...

    Why I'm looking for a partner?
  • I really nead some one to help in in server works like advertisment
    and in config and developing and making setups
    thats why i need a partner

    What you will be getting in...

Overcore //looking for partner

Pls help!!!

$
0
0
Hey, I recently restarted my server and my kit plugin KitAdder has started to say The kit is not set correctly and gives me half the kit? I need help because My server needs kits quickly. Any NEW kit creator plugin suggestions or how to fix? (I tried KitCreator aswell, didn't work)!

How to check if player closed inventory

$
0
0
Hey How do I check if player closed inventory with name "TEST"?

bungee

$
0
0
is there still a bungee 1.7 version

[1.8] IllegalStateException

$
0
0
Right so, I appear to be getting this error in my Game class...

No functions I use are synchronized...

Stacktrace:
Code (Text):
25.10 19:29:10 [Server] WARN Exception in thread "Craft Scheduler Thread - 151"
25.10 19:29:10 [Server] WARN org.apache.commons.lang.UnhandledException: Plugin ZombieSurvival v0.0A generated an exception while executing task 471467
25.10 19:29:10 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
25.10 19:29:10 [Server]...
[1.8] IllegalStateException

Players keep timing out when they join.

$
0
0
When a player connects to the server, they get stuck on loading terrain, Then in console it says "24.10 21:15:47 [Disconnect] User D42RAW has disconnected, reason: Timed out"

But on the player's screen it says Disconnected. A few of my players experience this from time to time. But ive noticed that its happening when a new player joins too.

Can anyone help me fix this issue?

I need help with an error while passing death event to the plugin!

$
0
0
I get this error when someone dies :( Can you please help me fixxing it? [Sorry for my bad english, Im from Germany]

Code (Text):
[22:03:41 ERROR]: Could not pass event PlayerDeathEvent to Jumper v1.8
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[craftbukkit.jar:git-Spigot-5f38d38-12698ea]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-5f38d38-12698ea]...
I need help with an error while passing death event to the plugin!

Fancy lines I'd like to find.

Anti leak?

$
0
0
Hi, I need a good anti leak - anti decompiler for my plugins.. As I decided to code and upload premium plugins.. If you know any anti leak or anti decompiler let me know so I can upload premium plugins without problems!

Thanks for reading.

Premium Hub

$
0
0
Does anyone know of a plugin that when players join it will send premium players to hub1 and default players to hub2?

Choosing Hosting Server (Bisect or Aquatis)

$
0
0
I'm making plans to create a server, however my only trouble instead of actual server problems is... choosing the best shared service. The obvious services to narrow out are GGservers and MCProHosting, and after more research I've narrowed it down to 2 candidates.

Bisect hosting is fairly cheap, and there seems to be more information floating around about them. The only bad things I've heard is that their support is rude and slow. Hopefully I won't need support but if it comes to that,...

Choosing Hosting Server (Bisect or Aquatis)

Open A Inventory in A Inventory (GUI)

$
0
0
Hello, I know how to make a Inventory but when you click an item in a GUI for example "openGUI". But is there a way to do so that if you click an item, it will open a new inventory with new things (openDGUI)? And if so, how?

Here is my code:
GUI 1:
(I only upload when you click the Item that it has to open another GUI but it doesn't) can someone help me with this!?
Code (Text):

    }
 
    @EventHandler
    public void onClickje(InventoryClickEvent event) {
        Player player = (Player)...
Open A Inventory in A Inventory (GUI)
Viewing all 128654 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>