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

Help in scrip for auto start

$
0
0
I speak Spanish, so I probably do not speak well English in the translator.

Some time ago I am looking for a way to restart my server, but whenever I do, it closes completely, I use a VPS, and I want to use the "AutoRestart" plugin, I followed its steps but the server simply shuts down.
Anyone who can help me with this please, I would appreciate it very much.

Rotating entire armor stand model

$
0
0
Hi!

So I'm created a little armor stand model. You can see it below:
[​IMG]
Code is:
Code (Java):

    public static HashMap<ArmorStand, Vector> penis = new HashMap<ArmorStand, Vector>();

    public static void spawn(Location l) {

        l.setYaw(0);

        l.setY(l.getY() + 0.15D);
        ArmorStand penis1 = penis(l);
        penis.put(penis1, new Vector(0, 0.15, 0.5625));

        l.setX(l.getX() + 0.1875D);
        ArmorStand penis2 = penis(l);...
Rotating entire armor stand model

Spigot/Bukkit.yml Autosave not working

$
0
0
As the title says spigot/Bukkit.yml autosave is not working. The internal autosaving option is not working, or at least does not output any message neither in chat or in console. I set autosave to 500 in Bukkit.yml just for testing purposes. Then i used save-on in console. No messages are coming.

TabComplete acting up - not working for deopped players on server start.

$
0
0
Hello, i'm currently having a problem with my plugin. If I start my server while i'm deopped, my tab completer will not work. If I op myself then the tab completer will work. If I deop myself after reopping myself then the tab completer will continue to work until I restart the server again. I have the permission to the command that the tab completer is registered to. Anyone have any idea what in the world is happening? (By the way, whenever the tab completer isn't working, I also can't...

TabComplete acting up - not working for deopped players on server start.

Custom Ingredient ExactChoice issue

Custom models 1.14 (also not working)

$
0
0
Hello,
I am wondering about spigot and custom models.

How would I go about spawning an item into the world with a custom model assigned to it
via plugin, is there a way to check what model is assigned to an item.

I am also confused about the model system in general, I am using 1.14.2 and downloaded
an example resource pack that had a few custom carrot on sticks, they did not work at all.
The model was always the default vanilla, is there an option or something I am doing wrong
to...

Custom models 1.14 (also not working)

TPS

DeluxeMenus Help

$
0
0
I'm trying to make a shop in deluxemenus but I keep getting errors in the config and I'm struggling to fix them. Can somebody give me a very very basic config for a shop that I can paste in my config for each item I'm trying to sell? I'm trying to get it to give them a spawner using the /spawner give [player] [mob] 1 and take the respective amount out of the player's balance.

how could i create a ram graph on a map?

BungeeCord IP Forwarding error

$
0
0
Hello,

I have 2 Ubuntu 14.04 servers and want to make a Minecraft server with Spigot and BungeeCord. 1 server has 4GB ram and on that server I want run BungeeCord and the Lobby server. The other server has 3GB ram. On that server I want to run the survival server, what players can join if they first join the lobby where we going to create a really nice spawn place with 2 big portals where you can choose for survival or creative, so we also going to work with BungeePortals. When I downloaded...

BungeeCord IP Forwarding error

Emulate user input possible?

$
0
0
Hey,

is it possible to emulate user input, ie. right clicking on a Wall-Sign ?

I am asking because I have blocks I wish to update all at once without user interaction. Those are wall-signs and get updated on rightclick event, manually at this time.

Thanks for your input.

Hey so im working on custom npcs

$
0
0
Hello thank you so much for coming here im trying to make custom guards for my server so i made a class and extended it to EntityPlayer this is in 1.12.2 btw so then im trying to call that class Called CustomGuard but the problem is this


So in the CommonGuard File the one that extends entityplayer the constructor is this
public CommonGuard(MinecraftServer minecraftserver, WorldServer worldserver, GameProfile gameprofile, PlayerInteractManager playerinteractmanager) {

however i have no...

Hey so im working on custom npcs

Wall of errors

$
0
0
I'm using Paper 1.14.2 but it happened when I was using Spigot and the message was very similar minus the "Don't report to Paper" part. Does anyone know what's causing this? https://pastebin.com/jT1hvfJq

Help on rotating armor stand

$
0
0
So I have been working with armor stands recently and what Im trying to achieve is for the item stack shown in the first gif to rotate in one spot and not around a circle.

Note: The sword is in the right hand of the armor stand.

my plugin:
[​IMG]

what I want the item to look like:
https://i.gyazo.com/2ca109065346384a25ea85dc435b37c7.gif

If anyone is able to help with this that would be amazing!

[Git] Rejected Updates

$
0
0
Hello, I have a quick question regarding Git and how to upload source code.

Let's say I do the following steps:
  1. Make a project locally on my computer
  2. After a bit of code is written, I decide to upload it to Git[Hub]
  3. I create a Repository on Git with a readme and/or a gitignore
  4. I create a local repository on my computer and do git remote add origin [url]
Now, if I try to commit and then push these updates, I will get this error....

[Git] Rejected Updates

What should I develop next for Skript?

$
0
0
Give me IDEAS and I make it as a feature, If you wanted most of them about CosmicPvP resources i’ll do what I can!

Quick Plug
Go check out my first skript resources is amazing! With 5 star reviews ;)

Server running behind

$
0
0
I'm not sure if this is an error related to Spigot, but my server keeps giving me these messages:
Code (Text):
03.06 21:05:17 [Server] Server thread/WARN Can't keep up! Is the server overloaded? Running 3467ms or 69 ticks behind
Is any way I can fix this? (I can give plugin list, etc. if needed.)

How do you make your server economy dynamic?

$
0
0
I have been struggling to keep my server economy fresh. I want to make it the best it can be and wanted to use hyperconomy but it does not work on new versions. I wanted to ask, how everyone keeps their server economy balanced, fair, fresh, and working?

Slime Mob Spawner

$
0
0
So it appears setting a Mob Spawner to a slime one only will spawn slimes if in a slime chunk and below y40.... is there a way to change this easily??

What qualifies a premium resource as 'basic'?

$
0
0
Hello, I am the developer of the Quests plugin, #5 most-downloaded in the Mechanics category. I'm proud to distribute it for free, but lately it's been hard to keep it that way due to lack of personal time and reduced donation count. I also offer a few "modules", which are complimentary jars that add extra functionality to Quests...

What qualifies a premium resource as 'basic'?
Viewing all 128654 articles
Browse latest View live