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

Factions Help

$
0
0
Is there any way to disable the Wilderness tag for those who are not in a faction? I just want nothing to be shown.

If there is any information that I need to provide, please let me know.

Issues with the search forums

$
0
0
I keep have a recurring issue search the forums, it often comes back with a red bow saying internal error.
By no means am i saying its not something I've done wrong id just thought id bring it up to see if anyone else was having the issue.

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?

Can't push entities 1.12 Spigot

$
0
0
Hello,

Spigot Version:
Spigot 1.12-R0.1 Snapshot

Issue:
I seem to be having an issue on my survival server where players can't push eachother and things like entites such as mobs, pigs etc or even minecarts. Does anyone have any idea what could be causing this?

Thins I've tried
  • Changing the entity cramming game rule.
  • Looking into the Old Combat Mechanics plugin (they claim they have fixed this)

Plugins:...

Can't push entities 1.12 Spigot

getBlock#getData for detecting log type

$
0
0
Hi, sorry for my English ^^.

I try to detect wich block has been broken for a job system, but I have a problem, my code work but with the orientation bits it wrongly detect log, for other block no problem.

Bits table & Code :

[​IMG]

Code (Text):
if (e.getBlock().getType() == Material.LOG)//WrongDetectOfOrientation
        {
            if (e.getBlock().getData() == 0);//OAK
            {
            }...

getBlock#getData for detecting log type

Plugins timing out connection to MySQL

$
0
0
Hello, Spigot Community.

I'm having an issue where after a few hours, all plugins just start spamming MySQL Connection Timed Out.
https://paste.codeco.tk/tequronepu - LiteBans's timeout error.

Anyways, so I can still use PhpMyAdmin and use MySQL from the command line. MariaDB is hosted on my VPS along with the Minecraft servers.

Any help would be appreciated.
Thanks in advance,
CodeCo.

Load player skulls faster

$
0
0
Hello guys,

I want to load the player skulls faster. I have a stats plugin and I want to create a inventory with the top 10 players, but when the players use the /top command and the inventory will open the skulls load a second. How can I load the skulls on join.
Please send me a code example.

Sorry for my bad english.

Server throws many java errors and halts

$
0
0
My server starts up normaly then stops responding and reports many java / world guard related problems

In my eyes it's 90% world guard fault

This is the second time in this week when world guard fails dramatically and i have to manually re create all regions

I don't know why it is like that but i suspect my world file

I run out of space on my server 2 times and that created nasty map errors that i corrected with Minecraft-region-fixer now it reports that my map is okay

I can quick fix...

Server throws many java errors and halts

Friends can't join server.

$
0
0
Hey. I recently made a 1.12.2 server and none of my friends can join. I had a really successful 1.8 server that worked perfectly. I port fowarded my 1.12.2 server and people still can't join. They get the io netty abstract error. Any help? Thanks.

How to fix an "io.netty" error

$
0
0
Whenever I try to join my own server I can't and it gives me this error: "io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: No further information:"

Is there a reason for this error? I have no idea what it means or how to fix it. At first I thought it was because my server needed to be updated, so I updated BuildTools and the console worked fine, but I still can't actually play in my own server. I can get onto the server if I use "localhost" in the ip address,...

How to fix an "io.netty" error

Help with API SimpleClans

$
0
0
Personally, I need to add SimpleClans API, but I did not want it to be a depot.
Because it will only be on the scoreboard and will only be necessary if it is called the variable% clan%

Anyone know how I can do this?

Set some NBTTag for an item

$
0
0
Hi, i'm doing a gun plugin and i want to set the clip ammo and the total ammo and i want to put as integer in the item; in playerinteractevent i get the nbt and every time a player shoot update the nbt; how can i do?

Bedwars Bug

$
0
0
hello guys
i dont know why but sometimes the block that players place in Bedwars game disappear suddenly
does any one know whats the problem ???

Error

$
0
0
[16:27:38] [Spigot Watchdog Thread/ERROR]: The server has stopped responding!
[16:27:38] [Spigot Watchdog Thread/ERROR]: Please report this to http://www.spigotmc.org/
[16:27:38] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[16:27:38] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-7754231-9a1f5ee (MC: 1.12.2)
[16:27:38] [Spigot Watchdog Thread/ERROR]: ------------------------------
[16:27:38] [Spigot...

Error

FeatherBoard/MVdWplaceholder issue

$
0
0
Ok, im attempting to do come calculations because the autosell placeholders are broken, if theres is no multiplier it shows up as 1, if you add a 3 multiplier it shows up as 3, so i was trying to minus 1 if the multiplier is equal to 1

here is what i tried:
Code (Text):
<calc>{autosell_multiplier}+{autosell_globalmultiplier}+{autosell_permissionmultiplier}<whenrange begin="1" end="1" value="{autosell_multiplier}">-1</whenrange></calc>
however if i try that it prints out as:...

FeatherBoard/MVdWplaceholder issue

Config is null

$
0
0
Hello iam making a MobArea plugin and this is my code

Code (Text):
@Override
    public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args) {
        Player p = (Player)sender;
        if(p.hasPermission("mobarena.setloc")) {
            if(args.length == 0) {
                p.sendMessage(ChatColor.RED + "use /mobloc set [level]");
            }if(args[0].equalsIgnoreCase("set")) {
                if(args.length == 1) {
                p.sendMessage(ChatColor.RED +...
Config is null

Config not creating file

$
0
0
Stacktrace:
Code (Text):
java.lang.NullPointerException: null
    at me.lum32.mmorpg.Main.onEnable(Main.java:21) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot.jar:git-Spigot-7754231-a3b3a42]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot.jar:git-Spigot-7754231-a3b3a42]
    at...
Config not creating file

Multiple Lines To A Entity

IMMEDIATE HELP -- PAYING UP TO $100

Quests Plugin | Delivery System completion

$
0
0
Hello,

I've downloaded this plugin called quests, version 3.0.0 - Naomi.
I've made a delivery quests were his house is destroyed and u need to deliver items, However the delivery is the last stage and it doesnt complete. I've seen some threads from a year+ ago but it didnt really give me a solution. So my question is: Does someone know how to fix this bug?

Plugin link : https://www.spigotmc.org/resources/quests.3711/
MC Server version : Spigot 1.12.1
Vault installed
And I didnt...

Quests Plugin | Delivery System completion
Viewing all 128654 articles
Browse latest View live


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